/hal_espressif-2.7.6/tools/ |
D | tools_schema.json | 4 "type": "object", string 7 "type": "integer", string 11 "type": "array", string 24 "type": "object", string 29 "type": "string" string 33 "type": "string" string 44 "type": "string" string 52 "type": "string" string 64 "type": "string" string 67 "type": "integer", string [all …]
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/esp/blufi/include/ |
D | blufi_int.h | 54 uint8_t type; member 63 uint8_t type; member 91 #define BLUFI_GET_TYPE(type) ((type) & BLUFI_TYPE_MASK) argument 92 #define BLUFI_GET_SUBTYPE(type) (((type) & BLUFI_SUBTYPE_MASK) >>BLUFI_SUBTYPE_SHIFT) argument 93 #define BLUFI_BUILD_TYPE(type, subtype) (((type) & BLUFI_TYPE_MASK) | ((subtype)<<BLUFI_SUBTYPE_SHI… argument 128 #define BLUFI_TYPE_IS_CTRL(type) (BLUFI_GET_TYPE((type)) == BLUFI_TYPE_CTRL) argument 129 #define BLUFI_TYPE_IS_DATA(type) (BLUFI_GET_TYPE((type)) == BLUFI_TYPE_DATA) argument 131 #define BLUFI_TYPE_IS_CTRL_ACK(type) (BLUFI_TYPE_IS_CTRL((type)) && BLUFI_GET_SUBTY… argument 132 #define BLUFI_TYPE_IS_CTRL_START_NEG(type) (BLUFI_TYPE_IS_CTRL((type)) && BLUFI_GET_SUBTY… argument 133 #define BLUFI_TYPE_IS_CTRL_STOP_NEG(type) (BLUFI_TYPE_IS_CTRL((type)) && BLUFI_GET_SUBTY… argument [all …]
|
/hal_espressif-2.7.6/components/xtensa/ |
D | stdatomic.c | 40 #define ATOMIC_EXCHANGE(n, type) type __atomic_exchange_ ## n (type* mem, type val, int memorder) \ argument 49 #define CMP_EXCHANGE(n, type) bool __atomic_compare_exchange_ ## n (type* mem, type* expect, type d… argument 63 #define FETCH_ADD(n, type) type __atomic_fetch_add_ ## n (type* ptr, type value, int memorder) \ argument 72 #define FETCH_SUB(n, type) type __atomic_fetch_sub_ ## n (type* ptr, type value, int memorder) \ argument 81 #define FETCH_AND(n, type) type __atomic_fetch_and_ ## n (type* ptr, type value, int memorder) \ argument 90 #define FETCH_OR(n, type) type __atomic_fetch_or_ ## n (type* ptr, type value, int memorder) \ argument 99 #define FETCH_XOR(n, type) type __atomic_fetch_xor_ ## n (type* ptr, type value, int memorder) \ argument 108 #define SYNC_FETCH_OP(op, n, type) type __sync_fetch_and_ ## op ##_ ## n (type* ptr, type value, ..… argument 113 #define SYNC_BOOL_CMP_EXCHANGE(n, type) bool __sync_bool_compare_and_swap_ ## n (type *ptr, type … argument 125 #define SYNC_VAL_CMP_EXCHANGE(n, type) type __sync_val_compare_and_swap_ ## n (type *ptr, type ol… argument
|
/hal_espressif-2.7.6/components/riscv/ |
D | stdatomic.c | 40 #define ATOMIC_EXCHANGE(n, type) type __atomic_exchange_ ## n (type* mem, type val, int memorder) \ argument 49 #define CMP_EXCHANGE(n, type) bool __atomic_compare_exchange_ ## n (type* mem, type* expect, type d… argument 63 #define FETCH_ADD(n, type) type __atomic_fetch_add_ ## n (type* ptr, type value, int memorder) \ argument 72 #define FETCH_SUB(n, type) type __atomic_fetch_sub_ ## n (type* ptr, type value, int memorder) \ argument 81 #define FETCH_AND(n, type) type __atomic_fetch_and_ ## n (type* ptr, type value, int memorder) \ argument 90 #define FETCH_OR(n, type) type __atomic_fetch_or_ ## n (type* ptr, type value, int memorder) \ argument 99 #define FETCH_XOR(n, type) type __atomic_fetch_xor_ ## n (type* ptr, type value, int memorder) \ argument 108 #define SYNC_FETCH_OP(op, n, type) type __sync_fetch_and_ ## op ##_ ## n (type* ptr, type value, ..… argument 113 #define SYNC_BOOL_CMP_EXCHANGE(n, type) bool __sync_bool_compare_and_swap_ ## n (type *ptr, type … argument 125 #define SYNC_VAL_CMP_EXCHANGE(n, type) type __sync_val_compare_and_swap_ ## n (type *ptr, type ol… argument
|
/hal_espressif-2.7.6/components/wpa_supplicant/src/utils/ |
D | list.h | 70 #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-2.7.6/components/bt/host/bluedroid/stack/avdt/ |
D | avdt_ad.c | 50 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-2.7.6/examples/system/console/components/cmd_nvs/ |
D | cmd_nvs.c | 25 nvs_type_t type; member 50 struct arg_str *type; member 57 struct arg_str *type; member 79 struct arg_str *type; member 84 static nvs_type_t str_to_type(const char *type) in str_to_type() 96 static const char *type_to_str(nvs_type_t type) in type_to_str() 170 nvs_type_t type = str_to_type(str_type); in set_value_in_nvs() local 257 nvs_type_t type = str_to_type(str_type); in get_value_from_nvs() local 375 nvs_type_t type = str_to_type(str_type); in list() local 404 const char *type = set_args.type->sval[0]; in set_value() local [all …]
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avct/include/ |
D | avct_defs.h | 51 #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-2.7.6/components/openssl/library/ |
D | ssl_pkey.c | 85 EVP_PKEY *d2i_PrivateKey(int type, in d2i_PrivateKey() 224 int SSL_CTX_use_PrivateKey_ASN1(int type, SSL_CTX *ctx, in SSL_CTX_use_PrivateKey_ASN1() 253 int SSL_use_PrivateKey_ASN1(int type, SSL *ssl, in SSL_use_PrivateKey_ASN1() 283 int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type) in SSL_CTX_use_PrivateKey_file() 293 int SSL_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type) in SSL_use_PrivateKey_file()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/hci/ |
D | hci_hal_h4.c | 37 #define PACKET_TYPE_TO_INBOUND_INDEX(type) ((type) - 2) argument 38 #define PACKET_TYPE_TO_INDEX(type) ((type) - 1) argument 137 static uint16_t transmit_data(serial_data_type_t type, in transmit_data() 180 uint8_t type, num_handle; in hci_packet_complete() local 244 uint8_t type, hdr_size; in hci_hal_h4_hdl_rx_packet() local
|
/hal_espressif-2.7.6/components/openssl/include/internal/ |
D | ssl_stack.h | 10 #define STACK_OF(type) struct stack_st_##type argument 24 int type; member 38 int type; member
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/esp/blufi/ |
D | blufi_protocol.c | 40 void btc_blufi_protocol_handler(uint8_t type, uint8_t *data, int len) in btc_blufi_protocol_handler() 94 uint8_t type = BLUFI_BUILD_TYPE(BLUFI_TYPE_DATA, BLUFI_TYPE_DATA_SUBTYPE_REPLY_VERSION); in btc_blufi_protocol_handler() local
|
D | blufi_prf.c | 464 void btc_blufi_send_encap(uint8_t type, uint8_t *data, int total_data_len) in btc_blufi_send_encap() 565 uint8_t type; in btc_blufi_wifi_conn_report() local 638 uint8_t type; in btc_blufi_send_wifi_list() local 672 uint8_t type; in btc_blufi_send_ack() local 682 uint8_t type; in btc_blufi_send_error_info() local 714 uint8_t type = BLUFI_BUILD_TYPE(BLUFI_TYPE_DATA, BLUFI_TYPE_DATA_SUBTYPE_CUSTOM_DATA); in btc_blufi_send_custom_data() local
|
/hal_espressif-2.7.6/components/wpa_supplicant/src/wps/ |
D | wps_attr_parse.c | 131 static u16 wps_ignore_null_padding_in_attr(const u8 *pos, u16 type, u16 attr_data_len) in wps_ignore_null_padding_in_attr() 162 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-2.7.6/tools/kconfig/ |
D | expr.c | 25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() 33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() 42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() 141 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() 519 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() 808 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 886 enum symbol_type type, in expr_parse_string()
|
D | menu.c | 112 void menu_set_type(int type) in menu_set_type() 128 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop() 178 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt() 189 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr() 194 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol() 523 enum prop_type type; in menu_get_parent_menu() local
|
/hal_espressif-2.7.6/examples/storage/partition_api/partition_find/main/ |
D | main.c | 16 static const char* get_type_str(esp_partition_type_t type) in get_type_str() 46 static void find_partition(esp_partition_type_t type, esp_partition_subtype_t subtype, const char* … in find_partition()
|
/hal_espressif-2.7.6/components/heap/ |
D | heap_task_info.c | 45 for (size_t type = 0; type < NUM_HEAP_TASK_CAPS; ++type) { in heap_caps_get_per_task_info() local 61 uint32_t type; in heap_caps_get_per_task_info() local
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/common_components/button/ |
D | button_obj.cpp | 30 esp_err_t CButton::set_evt_cb(button_cb_type_t type, button_cb cb, void* arg) in set_evt_cb() 45 esp_err_t CButton::rm_cb(button_cb_type_t type) in rm_cb()
|
/hal_espressif-2.7.6/components/esp_pm/include/esp_private/ |
D | pm_trace.h | 46 #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-2.7.6/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | hid_dev.c | 25 static hid_report_map_t *hid_dev_rpt_by_id(uint8_t id, uint8_t type) in hid_dev_rpt_by_id() 46 uint8_t id, uint8_t type, uint8_t length, uint8_t *data) in hid_dev_send_report()
|
/hal_espressif-2.7.6/components/esp-tls/ |
D | esp_tls_error_capture.c | 23 void esp_tls_internal_event_tracker_capture(esp_tls_error_handle_t h, uint32_t type, int code) in esp_tls_internal_event_tracker_capture() 57 esp_err_t esp_tls_get_and_clear_error_type(esp_tls_error_handle_t h, esp_tls_error_type_t type, int… in esp_tls_get_and_clear_error_type()
|
/hal_espressif-2.7.6/components/freemodbus/common/include/ |
D | esp_modbus_slave.h | 37 mb_event_group_t type; /*!< Modbus event type */ member 47 mb_param_type_t type; /*!< Type of storage area descriptor */ member
|
/hal_espressif-2.7.6/components/mdns/test_afl_fuzz_host/ |
D | mdns_di.h | 40 esp_err_t mdns_test_send_search_action(mdns_action_type_t type, mdns_search_once_t * search) in mdns_test_send_search_action() 45 …rch_init(const char * name, const char * service, const char * proto, uint16_t type, uint32_t time… in mdns_test_search_init()
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | transaction.h | 51 uint8_t type; member 73 #define TRANSACTION_INIT(trans, type, sub_type, wait_events, timeout, input, output) \ argument 77 #define transaction_get_first(type, sub_type) transaction_get(type, sub_type, NULL) argument
|