Home
last modified time | relevance | path

Searched defs:key_code (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-2.7.6/examples/peripherals/gpio/matrix_keyboard/main/
Dmatrix_keyboard_example_main.c21 uint32_t key_code = (uint32_t)event_data; in example_matrix_kbd_event_handler() local
/hal_espressif-2.7.6/examples/peripherals/gpio/matrix_keyboard/components/matrix_keyboard/src/
Dmatrix_keyboard.c73 uint32_t key_code = 0; in matrix_kbd_debounce_timer_callback() local
/hal_espressif-2.7.6/components/bt/host/bluedroid/api/
Desp_avrc_api.c216 esp_err_t esp_avrc_ct_send_passthrough_cmd(uint8_t tl, uint8_t key_code, uint8_t key_state) in esp_avrc_ct_send_passthrough_cmd()
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_avrc.h47 uint8_t key_code; member
/hal_espressif-2.7.6/components/bt/host/bluedroid/api/include/api/
Desp_avrc_api.h303 uint8_t key_code; /*!< passthrough command code */ member
372 uint8_t key_code; /*!< passthrough command code */ member
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/avrc/
Dbtc_avrc.c1253 static bt_status_t btc_avrc_ct_send_passthrough_cmd(uint8_t tl, uint8_t key_code, uint8_t key_state) in btc_avrc_ct_send_passthrough_cmd()