Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_bitbang.c285 #define LUT_GEN(i, n) (((i & (1 << 0)) ? (1 << DT_INST_GPIO_PIN_BY_IDX(n, data_gpios, 0)) : 0) | \ macro
300 .data_lut = { LISTIFY(256, LUT_GEN, (,), n) }, \