/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_rfc.c | 93 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_port_cback() 125 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_mgmt_cback() 210 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 handle, void* data) {bta_ag_mgmt_cback(code, handle, 1… in bta_ag_mgmt_cback_1() 211 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 handle, void* data) {bta_ag_mgmt_cback(code, handle, 2… in bta_ag_mgmt_cback_2() 212 void bta_ag_mgmt_cback_3(UINT32 code, UINT16 handle, void* data) {bta_ag_mgmt_cback(code, handle, 3… in bta_ag_mgmt_cback_3() 213 void bta_ag_port_cback_1(UINT32 code, UINT16 handle) {bta_ag_port_cback(code, handle, 1);} in bta_ag_port_cback_1() 214 void bta_ag_port_cback_2(UINT32 code, UINT16 handle) {bta_ag_port_cback(code, handle, 2);} in bta_ag_port_cback_2() 215 void bta_ag_port_cback_3(UINT32 code, UINT16 handle) {bta_ag_port_cback(code, handle, 3);} in bta_ag_port_cback_3()
|
D | bta_ag_cmd.c | 217 UINT8 code; member 373 static void bta_ag_send_result(tBTA_AG_SCB *p_scb, UINT8 code, char *p_arg, INT16 int_arg) in bta_ag_send_result() 1285 UINT8 code = bta_ag_trans_result[p_result->result]; in bta_ag_hsp_result() local 1386 UINT8 code = bta_ag_trans_result[p_result->result]; in bta_ag_hfp_result() local
|
/hal_espressif-latest/components/esp_common/src/ |
D | esp_err_to_name.c | 86 esp_err_t code; member 866 const char *esp_err_to_name(esp_err_t code) in esp_err_to_name() 881 const char *esp_err_to_name_r(esp_err_t code, char *buf, size_t buflen) in esp_err_to_name_r()
|
D | esp_err_to_name.c.in | 24 esp_err_t code; member 40 const char *esp_err_to_name(esp_err_t code) 55 const char *esp_err_to_name_r(esp_err_t code, char *buf, size_t buflen)
|
/hal_espressif-latest/components/newlib/platform_include/sys/ |
D | select.h | 34 #define __FD_SAFE_SET(n, code) do { if ((unsigned)(n) < FD_SETSIZE) { code; } } while(0) argument 35 #define __FD_SAFE_GET(n, code) (((unsigned)(n) < FD_SETSIZE) ? (code) : 0) argument
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_rfc.c | 45 static void bta_hf_client_port_cback(UINT32 code, UINT16 port_handle) in bta_hf_client_port_cback() 73 static void bta_hf_client_mgmt_cback(UINT32 code, UINT16 port_handle, void* data) in bta_hf_client_mgmt_cback()
|
D | bta_hf_client_at.c | 483 static void bta_hf_client_handle_cmeerror(UINT32 code) in bta_hf_client_handle_cmeerror() 565 static void bta_hf_client_handle_btrh( UINT16 code) in bta_hf_client_handle_btrh() 1086 UINT16 code = 0; in bta_hf_client_parse_btrh() local 1738 void bta_hf_client_send_at_vts(char code) in bta_hf_client_send_at_vts()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_common/ |
D | eap_wsc_common.c | 17 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code) in eap_wsc_build_frag_ack()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | modem_clock.c | 172 … uint32_t code = modem_clock_hal_get_clock_domain_icg_bitmap(MODEM_CLOCK_instance()->hal, domain); in modem_clock_domain_clk_gate_enable() local 188 … uint32_t code = modem_clock_hal_get_clock_domain_icg_bitmap(MODEM_CLOCK_instance()->hal, domain); in modem_clock_domain_clk_gate_disable() local 319 … uint32_t code = modem_clock_hal_get_clock_domain_icg_bitmap(MODEM_CLOCK_instance()->hal, domain); in modem_clock_module_icg_map_init_all() local
|
/hal_espressif-latest/components/esp_event/host_test/esp_event_unit_test/main/ |
D | esp_event_test.cpp | 49 const char *esp_err_to_name(esp_err_t code) { in esp_err_to_name()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_common.c | 129 u8 code, u8 identifier) in eap_msg_alloc()
|
D | eap_defs.h | 19 u8 code; member
|
D | eap_tls_common.c | 20 u8 code, u8 identifier) in eap_tls_msg_alloc()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_act.c | 1722 static void bta_jv_port_mgmt_cl_cback(UINT32 code, UINT16 port_handle, void* data) in bta_jv_port_mgmt_cl_cback() 1780 static void bta_jv_port_event_cl_cback(UINT32 code, UINT16 port_handle) in bta_jv_port_event_cl_cback() 1996 static void bta_jv_port_mgmt_sr_cback(UINT32 code, UINT16 port_handle, void *data) in bta_jv_port_mgmt_sr_cback() 2113 static void bta_jv_port_event_sr_cback(UINT32 code, UINT16 port_handle) in bta_jv_port_event_sr_cback()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/ |
D | btc_hf_client.c | 623 static bt_status_t btc_hf_client_send_dtmf(char code) in btc_hf_client_send_dtmf()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_hf_client.h | 101 char code; member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_hf_client_api.c | 389 esp_err_t esp_hf_client_send_dtmf(char code) in esp_hf_client_send_dtmf()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | twai_ll.h | 550 static inline void twai_ll_set_acc_filter(twai_dev_t* hw, uint32_t code, uint32_t mask, bool single… in twai_ll_set_acc_filter()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | twai_ll.h | 550 static inline void twai_ll_set_acc_filter(twai_dev_t *hw, uint32_t code, uint32_t mask, bool single… in twai_ll_set_acc_filter()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_hf_ag_api.h | 173 char *code; /*!< MTF code from HF Client */ member
|
D | esp_hf_client_api.h | 231 esp_hf_at_response_code_t code; /*!< AT response code */ member
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | twai_ll.h | 571 static inline void twai_ll_set_acc_filter(twai_dev_t *hw, uint32_t code, uint32_t mask, bool single… in twai_ll_set_acc_filter()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | twai_ll.h | 550 static inline void twai_ll_set_acc_filter(twai_dev_t* hw, uint32_t code, uint32_t mask, bool single… in twai_ll_set_acc_filter()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | twai_ll.h | 557 static inline void twai_ll_set_acc_filter(twai_dev_t *hw, uint32_t code, uint32_t mask, bool single… in twai_ll_set_acc_filter()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/avrc/ |
D | btc_avrc.c | 289 static void send_metamsg_rsp (UINT8 rc_handle, UINT8 label, tBTA_AV_CODE code, in send_metamsg_rsp()
|