Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbtu.h275 void btu_hcif_process_event (UINT8 controller_id, BT_HDR *p_buf);
276 void btu_hcif_send_cmd (UINT8 controller_id, BT_HDR *p_msg);
278 UINT8 btu_hcif_send_cmd_sync (UINT8 controller_id, BT_HDR *p_buf);
281 void btu_hcif_cmd_timeout (UINT8 controller_id);
/hal_espressif-3.7.0/components/hal/
Dtwai_hal.c23 hal_ctx->dev = TWAI_LL_GET_HW(config->controller_id); in twai_hal_init()
/hal_espressif-3.7.0/components/hal/esp32h2/include/hal/
Dtwai_ll.h29 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI0) : NULL) argument
/hal_espressif-3.7.0/components/hal/esp32c3/include/hal/
Dtwai_ll.h27 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI) : NULL) argument
/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/
Dtwai_ll.h27 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI) : NULL) argument
/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/
Dtwai_ll.h27 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI) : NULL) argument
/hal_espressif-3.7.0/components/hal/include/hal/
Dtwai_hal.h73 int controller_id; member
/hal_espressif-3.7.0/components/hal/esp32c6/include/hal/
Dtwai_ll.h26 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI0) : (&TWAI1)) argument
/hal_espressif-3.7.0/components/hal/esp32/include/hal/
Dtwai_ll.h28 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI) : NULL) argument
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c176 void btu_hcif_process_event (UNUSED_ATTR UINT8 controller_id, BT_HDR *p_msg) in btu_hcif_process_event() argument
442 void btu_hcif_send_cmd (UNUSED_ATTR UINT8 controller_id, BT_HDR *p_buf) in btu_hcif_send_cmd() argument
484 UINT8 btu_hcif_send_cmd_sync (UINT8 controller_id, BT_HDR *p_buf) in btu_hcif_send_cmd_sync() argument
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h727 extern void l2c_link_process_num_completed_blocks (UINT8 controller_id, UINT8 *p, UINT16 evt_le…