Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
leds.h
Go to the documentation of this file.
1
13#ifndef INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_LEDS_H_
14#define INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_LEDS_H_
15
16#include <zephyr/device.h>
17#include <zephyr/drivers/gpio.h>
18#include <zephyr/sys/util.h>
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
29enum {
31};
32
43int infuse_validation_leds(const struct gpio_dt_spec *leds, uint8_t num_leds, uint8_t flags);
44
49#ifdef __cplusplus
50}
51#endif
52
53#endif /* INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_LEDS_H_ */
int infuse_validation_leds(const struct gpio_dt_spec *leds, uint8_t num_leds, uint8_t flags)
Validate LED devices.
@ VALIDATION_LEDS_OBSERVE_ONLY
Definition leds.h:30