Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/gpio/matrix_keyboard/components/matrix_keyboard/src/
Dmatrix_keyboard.c46 uint32_t row_state[0]; member
76 uint32_t changed_col_bits = mkbd->row_state[row] ^ col_in; in matrix_kbd_debounce_timer_callback()
88 mkbd->row_state[row] = col_in; in matrix_kbd_debounce_timer_callback()
206 mkbd_handle->row_state[i] = (1 << mkbd_handle->nr_col_gpios) - 1; in matrix_kbd_start()