Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
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
20int is31fl3733_blank(const struct device *dev, bool blank_en);
21
34int is31fl3733_current_limit(const struct device *dev, uint8_t limit);
35
36#endif /* ZEPHYR_INCLUDE_DRIVERS_LED_IS31FL3733_H_ */
int is31fl3733_blank(const struct device *dev, bool blank_en)
Blanks IS31FL3733 LED display.
int is31fl3733_current_limit(const struct device *dev, uint8_t limit)
Sets led current limit.
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
Runtime device structure (in ROM) per driver instance.
Definition device.h:403