Zephyr Project API 4.4.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
led_strip_driver_api Struct Reference

@driver_ops{LED Strip} More...

#include <led_strip.h>

Data Fields

led_api_update_rgb update_rgb
 @driver_ops_mandatory Update an LED strip with the given RGB array.
led_api_length length
 @driver_ops_mandatory Get chain length (in pixels) of an LED strip device.
led_api_update_channels update_channels
 @driver_ops_optional Update an LED strip with the given channel array.

Detailed Description

@driver_ops{LED Strip}

Field Documentation

◆ length

led_api_length led_strip_driver_api::length

@driver_ops_mandatory Get chain length (in pixels) of an LED strip device.

◆ update_channels

led_api_update_channels led_strip_driver_api::update_channels

@driver_ops_optional Update an LED strip with the given channel array.

◆ update_rgb

led_api_update_rgb led_strip_driver_api::update_rgb

@driver_ops_mandatory Update an LED strip with the given RGB array.


The documentation for this struct was generated from the following file: