Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/led/
Dis31fl3194.c40 static const uint8_t led_channels[] = { variable
115 ret = i2c_reg_write_byte_dt(&config->bus, led_channels[i], value); in is31fl3194_set_color()
155 ret = i2c_reg_write_byte_dt(&config->bus, led_channels[led], value); in is31fl3194_set_brightness()
Dncp5623.c36 static const uint8_t led_channels[] = {NCP5623_LED_PWM0, NCP5623_LED_PWM1, NCP5623_LED_PWM2}; variable
114 ret = i2c_reg_write_byte_dt(&config->bus, led_channels[led] | value, 0x70); in ncp5623_set_brightness()