Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 274) sorted by relevance

1234567891011

/hal_espressif-latest/components/newlib/
Dstdatomic.c99 #define ATOMIC_LOAD(n, type) type __atomic_load_ ## n (const volatile void* mem, int memorder) \ argument
107 #define ATOMIC_STORE(n, type) void __atomic_store_ ## n (volatile void * mem, type val, int memorde… argument
114 #define ATOMIC_EXCHANGE(n, type) type __atomic_exchange_ ## n (volatile void* mem, type val, int me… argument
123 #define CMP_EXCHANGE(n, type) bool __atomic_compare_exchange_ ## n (volatile void* mem, void* expec… argument
137 #define FETCH_ADD(n, type) type __atomic_fetch_add_ ## n (volatile void* ptr, type value, int memor… argument
146 #define ADD_FETCH(n, type) type __atomic_add_fetch_ ## n (volatile void* ptr, type value, int memor… argument
155 #define FETCH_SUB(n, type) type __atomic_fetch_sub_ ## n (volatile void* ptr, type value, int memor… argument
164 #define SUB_FETCH(n, type) type __atomic_sub_fetch_ ## n (volatile void* ptr, type value, int memor… argument
173 #define FETCH_AND(n, type) type __atomic_fetch_and_ ## n (volatile void* ptr, type value, int memor… argument
182 #define AND_FETCH(n, type) type __atomic_and_fetch_ ## n (volatile void* ptr, type value, int memor… argument
[all …]
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/include/
Dblufi_int.h57 uint8_t type; member
66 uint8_t type; member
94 #define BLUFI_GET_TYPE(type) ((type) & BLUFI_TYPE_MASK) argument
95 #define BLUFI_GET_SUBTYPE(type) (((type) & BLUFI_SUBTYPE_MASK) >>BLUFI_SUBTYPE_SHIFT) argument
96 #define BLUFI_BUILD_TYPE(type, subtype) (((type) & BLUFI_TYPE_MASK) | ((subtype)<<BLUFI_SUBTYPE_SHI… argument
134 #define BLUFI_TYPE_IS_CTRL(type) (BLUFI_GET_TYPE((type)) == BLUFI_TYPE_CTRL) argument
135 #define BLUFI_TYPE_IS_DATA(type) (BLUFI_GET_TYPE((type)) == BLUFI_TYPE_DATA) argument
137 #define BLUFI_TYPE_IS_CTRL_ACK(type) (BLUFI_TYPE_IS_CTRL((type)) && BLUFI_GET_SUBTY… argument
138 #define BLUFI_TYPE_IS_CTRL_START_NEG(type) (BLUFI_TYPE_IS_CTRL((type)) && BLUFI_GET_SUBTY… argument
139 #define BLUFI_TYPE_IS_CTRL_STOP_NEG(type) (BLUFI_TYPE_IS_CTRL((type)) && BLUFI_GET_SUBTY… argument
[all …]
/hal_espressif-latest/components/hal/
Dcache_hal.c79 void cache_hal_disable(cache_type_t type) in cache_hal_disable()
99 void cache_hal_enable(cache_type_t type) in cache_hal_enable()
119 void cache_hal_suspend(cache_type_t type) in cache_hal_suspend()
139 void cache_hal_resume(cache_type_t type) in cache_hal_resume()
159 bool cache_hal_is_cache_enabled(cache_type_t type) in cache_hal_is_cache_enabled()
185 void cache_hal_freeze(cache_type_t type) in cache_hal_freeze()
201 void cache_hal_unfreeze(cache_type_t type) in cache_hal_unfreeze()
218 uint32_t cache_hal_get_cache_line_size(cache_type_t type) in cache_hal_get_cache_line_size()
Dsha_hal.c32 inline static size_t state_length(esp_sha_type type) in state_length()
49 inline static size_t state_length(esp_sha_type type) in state_length()
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dlist.h70 #define offsetof(type, member) ((long) &((type *) 0)->member) argument
73 #define dl_list_entry(item, type, member) \ argument
76 #define dl_list_first(list, type, member) \ argument
80 #define dl_list_last(list, type, member) \ argument
84 #define dl_list_for_each(item, list, type, member) \ argument
89 #define dl_list_for_each_safe(item, n, list, type, member) \ argument
95 #define dl_list_for_each_reverse(item, list, type, member) \ argument
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_ad.c50 UINT8 avdt_ad_type_to_tcid(UINT8 type, tAVDT_SCB *p_scb) in avdt_ad_type_to_tcid()
77 UINT8 type; in avdt_ad_tcid_to_type() local
130 tAVDT_TC_TBL *avdt_ad_tc_tbl_by_st(UINT8 type, tAVDT_CCB *p_ccb, UINT8 state) in avdt_ad_tc_tbl_by_st()
211 tAVDT_TC_TBL *avdt_ad_tc_tbl_by_type(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb) in avdt_ad_tc_tbl_by_type()
474 UINT8 avdt_ad_write_req(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb, BT_HDR *p_buf) in avdt_ad_write_req()
502 void avdt_ad_open_req(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb, UINT8 role) in avdt_ad_open_req()
571 void avdt_ad_close_req(UINT8 type, tAVDT_CCB *p_ccb, tAVDT_SCB *p_scb) in avdt_ad_close_req()
/hal_espressif-latest/components/esp_hw_support/
Dmac_addr.c35 esp_mac_type_t type: 4; member
72 static int get_idx(esp_mac_type_t type) in get_idx()
89 esp_mac_type_t type = s_mac_table[idx].type; in get_mac_addr_from_mac_table() local
125 size_t esp_mac_addr_len_get(esp_mac_type_t type) in esp_mac_addr_len_get()
135 esp_err_t esp_iface_mac_addr_set(const uint8_t *mac, esp_mac_type_t type) in esp_iface_mac_addr_set()
323 esp_err_t esp_read_mac(uint8_t *mac, esp_mac_type_t type) in esp_read_mac()
358 static esp_err_t generate_mac(uint8_t *mac, uint8_t *base_mac_addr, esp_mac_type_t type) in generate_mac()
/hal_espressif-latest/components/hal/esp32/
Dcache_hal_esp32.c16 void cache_hal_suspend(cache_type_t type) in cache_hal_suspend()
27 void cache_hal_resume(cache_type_t type) in cache_hal_resume()
38 bool cache_hal_is_cache_enabled(cache_type_t type) in cache_hal_is_cache_enabled()
/hal_espressif-latest/components/efuse/
DCMakeLists.txt17 set(type "with_key_purposes") variable
20 set(type "without_key_purposes/one_key_block") variable
22 set(type "without_key_purposes/three_key_blocks") variable
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/include/
Davct_defs.h51 #define AVCT_BLD_HDR(p, label, type, cr_ipid) \ argument
54 #define AVCT_PRS_HDR(p, label, type, cr_ipid) \ argument
59 #define AVCT_PRS_PKT_TYPE(p, type) \ argument
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c192 void btc_blufi_send_encap(uint8_t type, uint8_t *data, int total_data_len) in btc_blufi_send_encap()
276 uint8_t type; in btc_blufi_wifi_conn_report() local
364 uint8_t type; in btc_blufi_send_wifi_list() local
398 uint8_t type; in btc_blufi_send_ack() local
408 uint8_t type; in btc_blufi_send_error_info() local
440 uint8_t type = BLUFI_BUILD_TYPE(BLUFI_TYPE_DATA, BLUFI_TYPE_DATA_SUBTYPE_CUSTOM_DATA); in btc_blufi_send_custom_data() local
Dblufi_protocol.c22 void btc_blufi_protocol_handler(uint8_t type, uint8_t *data, int len) in btc_blufi_protocol_handler()
76 uint8_t type = BLUFI_BUILD_TYPE(BLUFI_TYPE_DATA, BLUFI_TYPE_DATA_SUBTYPE_REPLY_VERSION); in btc_blufi_protocol_handler() local
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Decdsa_ll.h77 static inline void ecdsa_ll_enable_intr(ecdsa_ll_intr_type_t type) in ecdsa_ll_enable_intr()
97 static inline void ecdsa_ll_disable_intr(ecdsa_ll_intr_type_t type) in ecdsa_ll_disable_intr()
117 static inline void ecdsa_ll_clear_intr(ecdsa_ll_intr_type_t type) in ecdsa_ll_clear_intr()
230 static inline void ecdsa_ll_sha_set_type(ecdsa_ll_sha_type_t type) in ecdsa_ll_sha_set_type()
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c41 #define PACKET_TYPE_TO_INBOUND_INDEX(type) ((type) - 2) argument
42 #define PACKET_TYPE_TO_INDEX(type) ((type) - 1) argument
190 static uint16_t transmit_data(serial_data_type_t type, in transmit_data()
262 uint8_t type; in hci_packet_complete() local
419 uint8_t type, hdr_size; in hci_hal_h4_hdl_rx_packet() local
480 uint8_t type; in hci_hal_h4_hdl_rx_adv_rpt() local
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_fast_common.c19 void eap_fast_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len) in eap_fast_put_tlv_hdr()
28 void eap_fast_put_tlv(struct wpabuf *buf, u16 type, const void *data, in eap_fast_put_tlv()
36 void eap_fast_put_tlv_buf(struct wpabuf *buf, u16 type, in eap_fast_put_tlv_buf()
/hal_espressif-latest/components/heap/
Dheap_task_info.c37 for (size_t type = 0; type < NUM_HEAP_TASK_CAPS; ++type) { in heap_caps_get_per_task_info() local
53 uint32_t type; in heap_caps_get_per_task_info() local
/hal_espressif-latest/components/esp_pm/include/esp_private/
Dpm_trace.h46 #define ESP_PM_TRACE_ENTER(type, core_id) do { (void) core_id; } while(0) argument
47 #define ESP_PM_TRACE_EXIT(type, core_id) do { (void) core_id; } while(0) argument
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_1x.c37 u8 type, const u8 *data, size_t datalen) in ieee802_1x_send()
69 u8 type, *data; in handle_eap_response() local
294 static void ieee802_1x_eapol_send(void *ctx, void *sta_ctx, u8 type, in ieee802_1x_eapol_send()
410 enum eapol_event type) in ieee802_1x_eapol_event()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_discovery.c336 UINT8 type; in sdp_copy_raw_data() local
530 UINT8 type; in process_service_search_attr_rsp() local
710 UINT8 type, *p_seq_end; in save_attr_seq() local
820 UINT8 type; in add_attr() local
/hal_espressif-latest/components/esp_hw_support/include/
Desp_cpu.h55 …esp_cpu_intr_type_t type; /**< Whether the interrupt is an edge or level type interrupt, ESP_CPU… member
251 enum intr_type type = (intr_type == ESP_CPU_INTR_TYPE_LEVEL) ? INTR_TYPE_LEVEL : INTR_TYPE_EDGE; in esp_cpu_intr_set_type() local
267 enum intr_type type = esprv_intc_int_get_type(intr_num); in esp_cpu_intr_get_type() local
/hal_espressif-latest/components/esp_system/
Dubsan.c52 struct type_descriptor *type; member
59 struct type_descriptor *type; member
66 struct type_descriptor *type; member
87 struct type_descriptor *type; member
92 struct type_descriptor *type; member
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_attr_parse.c152 static int wps_set_attr(struct wps_parse_attr *attr, u16 type, in wps_set_attr()
599 u16 type, len; in wps_parse_msg() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_task.c426 void btu_start_timer(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_sec) in btu_start_timer()
541 void btu_start_quick_timer(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_ticks) in btu_start_quick_timer()
627 void btu_start_timer_oneshot(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_sec) in btu_start_timer_oneshot()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_act.c564 void bta_hf_client_ind(tBTA_HF_CLIENT_IND_TYPE type, UINT16 value) in bta_hf_client_ind()
587 void bta_hf_client_evt_val(tBTA_HF_CLIENT_EVT type, UINT16 value) in bta_hf_client_evt_val()
685 void bta_hf_client_at_result(tBTA_HF_CLIENT_AT_RESULT_TYPE type, UINT16 cme) in bta_hf_client_at_result()
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client_read.c364 u8 type; in tls_process_certificate() local
833 u8 type, status_type; in tls_process_certificate_status() local
1031 u8 type; in tls_process_server_key_exchange() local
1128 u8 type; in tls_process_certificate_request() local
1192 u8 type; in tls_process_server_hello_done() local

1234567891011