Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/display/
Ddisplay_ist3931.h25 #define IST3931_CMD_SET_DUTY_LSB 0x90 macro
Ddisplay_ist3931.c96 uint8_t cmd_buf[2] = {(IST3931_CMD_SET_DUTY_LSB | (config->duty & 0x0F)), in ist3931_set_duty()