Zephyr API
3.6.99
Loading...
Searching...
No Matches
is31fl3733.h
Go to the documentation of this file.
1
/*
2
* Copyright 2023 Daniel DeGrasse <daniel@degrasse.com>
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DRIVERS_LED_IS31FL3733_H_
8
#define ZEPHYR_INCLUDE_DRIVERS_LED_IS31FL3733_H_
9
20
int
is31fl3733_blank
(
const
struct
device
*dev,
bool
blank_en);
21
34
int
is31fl3733_current_limit
(
const
struct
device
*dev,
uint8_t
limit);
35
36
#endif
/* ZEPHYR_INCLUDE_DRIVERS_LED_IS31FL3733_H_ */
is31fl3733_blank
int is31fl3733_blank(const struct device *dev, bool blank_en)
Blanks IS31FL3733 LED display.
is31fl3733_current_limit
int is31fl3733_current_limit(const struct device *dev, uint8_t limit)
Sets led current limit.
uint8_t
__UINT8_TYPE__ uint8_t
Definition
stdint.h:88
device
Runtime device structure (in ROM) per driver instance.
Definition
device.h:403
zephyr
drivers
led
is31fl3733.h
Generated on Tue Nov 5 2024 09:58:54 for Zephyr API by
1.12.0