13#ifndef INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_LEDS_H_
14#define INFUSE_SDK_INCLUDE_INFUSE_VALIDATION_LEDS_H_
16#include <zephyr/device.h>
17#include <zephyr/drivers/gpio.h>
18#include <zephyr/sys/util.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