/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_rfc.c | 46 void bta_ag_port_cback_1(UINT32 code, UINT16 port_handle); 47 void bta_ag_port_cback_2(UINT32 code, UINT16 port_handle); 48 void bta_ag_port_cback_3(UINT32 code, UINT16 port_handle); 50 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 port_handle, void* data); 51 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 port_handle, void* data); 52 void bta_ag_mgmt_cback_3(UINT32 code, UINT16 port_handle, void* data); 93 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_port_cback() argument 97 UNUSED(code); in bta_ag_port_cback() 125 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle) in bta_ag_mgmt_cback() argument 134 code, port_handle, handle); in bta_ag_mgmt_cback() [all …]
|
D | bta_ag_cmd.c | 212 #define AT_SET_RES_CB(res_cb, c, p, i) {res_cb.code = c; res_cb.p_arg = p; res_cb.int_arg = i;} 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() argument 386 BCM_STRCPY_S(p, bta_ag_result_tbl[code].p_res); in bta_ag_send_result() 390 switch(code) { in bta_ag_send_result() 406 p += strlen(bta_ag_result_tbl[code].p_res); in bta_ag_send_result() 409 if (bta_ag_result_tbl[code].fmt == BTA_AG_RES_FMT_INT) { in bta_ag_send_result() 411 } else if (bta_ag_result_tbl[code].fmt == BTA_AG_RES_FMT_STR) { in bta_ag_send_result() 456 BCM_STRCPY_S(p, bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].p_res); in bta_ag_send_multi_result() 457 p += strlen(bta_ag_result_tbl[m_res_cb->res_cb[res_idx].code].p_res); in bta_ag_send_multi_result() [all …]
|
/hal_espressif-latest/components/esp_common/src/ |
D | esp_err_to_name.c.in | 24 esp_err_t code; member 40 const char *esp_err_to_name(esp_err_t code) argument 46 if (esp_err_msg_table[i].code == code) { 55 const char *esp_err_to_name_r(esp_err_t code, char *buf, size_t buflen) argument 61 if (esp_err_msg_table[i].code == code) { 68 if (strerror_r(code, buf, buflen) == 0) { 72 snprintf(buf, buflen, "%s 0x%x(%d)", esp_unknown_msg, code, code);
|
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() argument 872 if (esp_err_msg_table[i].code == 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() argument 887 if (esp_err_msg_table[i].code == code) { in esp_err_to_name_r() 894 if (strerror_r(code, buf, buflen) == 0) { in esp_err_to_name_r() 898 snprintf(buf, buflen, "%s 0x%x(%d)", esp_unknown_msg, code, code); in esp_err_to_name_r()
|
/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() argument 48 UNUSED(code); 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() argument 79 … code, port_handle, bta_hf_client_cb.scb.conn_handle, bta_hf_client_cb.scb.serv_handle); in bta_hf_client_mgmt_cback() 82 if ((code != PORT_SUCCESS) && (port_handle != bta_hf_client_cb.scb.conn_handle)) { in bta_hf_client_mgmt_cback() 87 if (code == PORT_SUCCESS) { in bta_hf_client_mgmt_cback()
|
/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() argument 21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id); in eap_wsc_build_frag_ack()
|
D | eap_wsc_common.h | 25 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | adc-info-cmd.rst | 10 .. code-block:: none 19 .. code-block:: none 48 .. code-block:: none
|
D | dump-cmd.rst | 26 .. code-block:: none 33 .. code-block:: none 49 .. code-block:: none 65 .. code-block:: none 94 .. code-block:: none 113 .. code-block:: none 121 .. code-block:: none
|
D | set-flash-voltage-cmd.rst | 52 .. code-block:: none 66 .. code-block:: none 80 .. code-block:: none 102 .. code-block:: none 123 .. code-block:: none 144 .. code-block:: none
|
D | get-custom-mac-cmd.rst | 12 .. code-block:: none 23 .. code-block:: none
|
D | check-error-cmd.rst | 14 .. code-block:: none 32 .. code-block:: none 57 .. code-block:: none 105 .. code-block:: none
|
D | summary-cmd.rst | 33 .. code-block:: none 57 .. code-block:: none 108 .. code-block:: none 127 .. code-block:: none 141 .. code-block:: none
|
D | execute-scripts-cmd.rst | 17 .. code-block:: none 35 .. code-block:: none 47 .. code:: python 80 .. code-block:: none 86 .. code:: python 105 .. code:: python
|
D | burn-efuse-cmd.rst | 23 .. code-block:: none 47 .. code-block:: none 64 .. code-block:: none 74 .. code-block:: none 101 .. code-block:: none
|
D | read-write-protections-cmd.rst | 30 .. code-block:: none 41 .. code-block:: none 63 .. code-block:: none
|
/hal_espressif-latest/components/log/ |
D | README.rst | 31 .. code-block:: c 37 .. code-block:: c 49 …RLY_LOGE`. These versions have to be used explicitly in the early startup code only, before heap a… 51 …his macros should be as sparing as possible, as logging in these types of code should be avoided f… 61 .. code-block:: c 68 .. code-block:: cmake 74 .. code-block:: c
|
/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() argument 300 rc_handle, label, code, p_meta_rsp->rsp.pdu); in send_metamsg_rsp() 305 if (code < AVRC_RSP_NOT_IMPL) { in send_metamsg_rsp() 306 if (code == AVRC_CMD_NOTIF) { in send_metamsg_rsp() 308 } else if (code == AVRC_CMD_STATUS) { in send_metamsg_rsp() 314 ctype = code; in send_metamsg_rsp() 319 if ((p_meta_rsp->rsp.pdu == AVRC_PDU_REGISTER_NOTIFICATION) && (code == AVRC_RSP_CHANGED)) { in send_metamsg_rsp() 649 … len %d, code %d", __FUNCTION__, p_meta_msg->p_msg->hdr.opcode, p_meta_msg->len, p_meta_msg->code); in handle_rc_metamsg_cmd() 661 if (p_meta_msg->code >= AVRC_RSP_NOT_IMPL) { in handle_rc_metamsg_cmd() 666 __FUNCTION__, p_meta_msg->code, p_meta_msg->len); in handle_rc_metamsg_cmd() [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_common.c | 129 u8 code, u8 identifier) in eap_msg_alloc() argument 142 hdr->code = code; in eap_msg_alloc()
|
/hal_espressif-latest/components/esp_common/include/ |
D | esp_err.h | 60 const char *esp_err_to_name(esp_err_t code); 78 const char *esp_err_to_name_r(esp_err_t code, char *buf, size_t buflen);
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 147 … EFUSE_BLK0, 141, 1, [] Represents whether ROM code is forced to send a… 178 ADC1_INIT_CODE_ATTEN0, EFUSE_BLK2, 145, 10, [] ADC1 init code at atten0 179 ADC1_INIT_CODE_ATTEN1, EFUSE_BLK2, 155, 10, [] ADC1 init code at atten1 180 ADC1_INIT_CODE_ATTEN2, EFUSE_BLK2, 165, 10, [] ADC1 init code at atten2 181 ADC1_INIT_CODE_ATTEN3, EFUSE_BLK2, 175, 10, [] ADC1 init code at atten3 186 ADC1_INIT_CODE_ATTEN0_CH0, EFUSE_BLK2, 225, 4, [] ADC1 init code at atten0 … 187 ADC1_INIT_CODE_ATTEN0_CH1, EFUSE_BLK2, 229, 4, [] ADC1 init code at atten0 … 188 ADC1_INIT_CODE_ATTEN0_CH2, EFUSE_BLK2, 233, 4, [] ADC1 init code at atten0 … 189 ADC1_INIT_CODE_ATTEN0_CH3, EFUSE_BLK2, 237, 4, [] ADC1 init code at atten0 … 190 ADC1_INIT_CODE_ATTEN0_CH4, EFUSE_BLK2, 241, 4, [] ADC1 init code at atten0 … [all …]
|
/hal_espressif-latest/components/esp_netif/ |
D | README.md | 44 * `........` Initialization line from user code to esp-netif and comm driver 48 * `********` Events agregated in ESP-NETIP propagates to driver, user code and network stack 54 ### A) User code, boiler plate 57 * initialization code 89 ### D) Network stack: no public interaction with user code (wrtt interfaces)
|
/hal_espressif-latest/components/hal/ |
D | README.md | 7 …ypes that other, higher level components can make use of in order to have code portable to all tar… 14 …rectories exist for wildly different implementations among targets; while code that are common/ver… 17 However, what these can do is provide some abstraction among implementations, so that more code can…
|
/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 173 …modem_clock_hal_set_clock_domain_icg_bitmap(MODEM_CLOCK_instance()->hal, domain, (code & ~BIT(mode… in modem_clock_domain_clk_gate_enable() 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 189 …modem_clock_hal_set_clock_domain_icg_bitmap(MODEM_CLOCK_instance()->hal, domain, (code | BIT(mode)… in modem_clock_domain_clk_gate_disable() 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 320 …t_clock_domain_icg_bitmap(MODEM_CLOCK_instance()->hal, domain, initial_gating_mode[domain] | code); in modem_clock_module_icg_map_init_all()
|