Home
last modified time | relevance | path

Searched defs:controller_id (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c177 void btu_hcif_process_event (UNUSED_ATTR UINT8 controller_id, BT_HDR *p_msg) in btu_hcif_process_event()
444 void btu_hcif_send_cmd (UNUSED_ATTR UINT8 controller_id, BT_HDR *p_buf) in btu_hcif_send_cmd()
486 UINT8 btu_hcif_send_cmd_sync (UINT8 controller_id, BT_HDR *p_buf) in btu_hcif_send_cmd_sync()
/hal_espressif-latest/components/hal/include/hal/
Dtwai_hal.h73 int controller_id; member
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtwai_ll.h27 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI) : NULL) argument
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtwai_ll.h27 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI) : NULL) argument
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dtwai_ll.h26 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI0) : (&TWAI1)) argument
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtwai_ll.h27 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI) : NULL) argument
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dtwai_ll.h29 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI0) : NULL) argument
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtwai_ll.h28 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI) : NULL) argument