sl_led_rgbw_pwm_t Struct Reference

Data Fields

sl_led_t led_common
Inherit from the Common LED Driver.
void(* set_rgbw_color )(void *context, uint16_t red, uint16_t green, uint16_t blue, uint16_t white)
void(* get_rgbw_color )(void *context, uint16_t *red, uint16_t *green, uint16_t *blue, uint16_t *white)

Field Documentation

led_common

sl_led_t sl_led_rgbw_pwm_t::led_common

Inherit from the Common LED Driver.