Home
last modified time | relevance | path

Searched refs:update_channels (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dled_strip.h91 led_api_update_channels update_channels; member
149 if (api->update_channels == NULL) { in led_strip_update_channels()
153 return api->update_channels(dev, channels, num_channels); in led_strip_update_channels()
/Zephyr-latest/drivers/led_strip/
Dlpd880x.c155 .update_channels = lpd880x_strip_update_channels,
/Zephyr-latest/doc/releases/
Dmigration-guide-3.7.rst611 * Made ``update_channels`` function optional and removed unimplemented functions.