Lines Matching full:strip
20 * @brief LED Strip Interface
21 * @defgroup led_strip_interface LED Strip Interface
37 * Individual strip drivers may ignore lower-order bits if their
58 * @brief Callback API for updating an RGB LED strip
78 * @brief Callback API for getting length of an LED strip.
85 * @brief LED strip driver API
87 * This is the mandatory API any LED strip driver needs to expose.
96 * @brief Mandatory function to update an LED strip with the given RGB array.
98 * @param dev LED strip device.
128 * @brief Optional function to update an LED strip with the given channel array
130 * channel or LED. Channels are updated linearly in strip order.
132 * @param dev LED strip device.
157 * @brief Mandatory function to get chain length (in pixels) of an LED strip device.
159 * @param dev LED strip device.
161 * @retval Length of LED strip device.