Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 168) sorted by relevance

1234567

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_rfc.c46 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 …]
Dbta_ag_cmd.c212 #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/
Desp_err_to_name.c.in24 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);
Desp_err_to_name.c86 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/
Dselect.h34 #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/
Dbta_hf_client_rfc.c45 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
79code, 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/
Deap_wsc_common.c17 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()
Deap_wsc_common.h25 struct wpabuf * eap_wsc_build_frag_ack(u8 id, u8 code);
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dadc-info-cmd.rst10 .. code-block:: none
19 .. code-block:: none
48 .. code-block:: none
Ddump-cmd.rst26 .. 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
Dset-flash-voltage-cmd.rst52 .. code-block:: none
66 .. code-block:: none
80 .. code-block:: none
102 .. code-block:: none
123 .. code-block:: none
144 .. code-block:: none
Dget-custom-mac-cmd.rst12 .. code-block:: none
23 .. code-block:: none
Dcheck-error-cmd.rst14 .. code-block:: none
32 .. code-block:: none
57 .. code-block:: none
105 .. code-block:: none
Dsummary-cmd.rst33 .. code-block:: none
57 .. code-block:: none
108 .. code-block:: none
127 .. code-block:: none
141 .. code-block:: none
Dexecute-scripts-cmd.rst17 .. code-block:: none
35 .. code-block:: none
47 .. code:: python
80 .. code-block:: none
86 .. code:: python
105 .. code:: python
Dburn-efuse-cmd.rst23 .. code-block:: none
47 .. code-block:: none
64 .. code-block:: none
74 .. code-block:: none
101 .. code-block:: none
Dread-write-protections-cmd.rst30 .. code-block:: none
41 .. code-block:: none
63 .. code-block:: none
/hal_espressif-latest/components/log/
DREADME.rst31 .. 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/
Dbtc_avrc.c289 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/
Deap_common.c129 u8 code, u8 identifier) in eap_msg_alloc() argument
142 hdr->code = code; in eap_msg_alloc()
/hal_espressif-latest/components/esp_common/include/
Desp_err.h60 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/
Desp_efuse_table.csv147 … 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/
DREADME.md44 * `........` 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/
DREADME.md7 …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/
Dmodem_clock.c172 … 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()

1234567