Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/led/
Dis31fl3733.c43 #define IS31FL3733_MAX_LED (IS31FL3733_ROW_COUNT * IS31FL3733_COL_COUNT) macro
59 uint8_t scratch_buf[IS31FL3733_MAX_LED + 1];
103 if (led >= IS31FL3733_MAX_LED) { in is31fl3733_led_set_brightness()
134 if ((start_channel + num_channels) > IS31FL3733_MAX_LED) { in is31fl3733_led_write_channels()
210 memset(data->scratch_buf + 1, 0xFF, (IS31FL3733_MAX_LED / 8)); in is31fl3733_init()
217 (IS31FL3733_MAX_LED / 8) + 1); in is31fl3733_init()