Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/display/
Ddisplay_nrf_led_matrix.c28 #define ROW_COUNT DT_PROP_LEN(MATRIX_NODE, row_gpios) macro
58 BUILD_ASSERT(GET_DT_ROW_IDX(idx) < ROW_COUNT, \
71 #define PIXEL_SLOTS (ROW_COUNT * NRFX_CEIL_DIV(COL_COUNT, GROUP_SIZE))
84 #define ITERATION_COUNT ROW_COUNT * COL_COUNT
96 uint8_t rows[ROW_COUNT];
134 for (uint8_t i = 0; i < ROW_COUNT; ++i) { in api_blanking_on()
475 for (uint8_t i = 0; i < ROW_COUNT; ++i) { in instance_init()