Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_nxp_lcdic.c46 #define LCDIC_MAX_RST_WIDTH 0x3F macro
626 pulse_cnt = ((rst_width + (LCDIC_MAX_RST_WIDTH - 1)) / LCDIC_MAX_RST_WIDTH); in mipi_dbi_lcdic_reset()
627 rst_width = MIN(LCDIC_MAX_RST_WIDTH, rst_width); in mipi_dbi_lcdic_reset()