/hal_espressif-3.6.0/components/driver/ |
D | mcpwm.c | 232 const int op = timer_num; in mcpwm_set_frequency() local 263 const int op = timer_num; in mcpwm_set_duty() local 280 const int op = timer_num; in mcpwm_set_duty_in_us() local 300 const int op = timer_num; in mcpwm_set_duty_type() local 380 const int op = timer_num; in mcpwm_init() local 429 const int op = timer_num; in mcpwm_get_duty() local 440 const int op = timer_num; in mcpwm_get_duty_in_us() local 467 const int op = timer_num; in mcpwm_carrier_enable() local 479 const int op = timer_num; in mcpwm_carrier_disable() local 491 const int op = timer_num; in mcpwm_carrier_set_period() local [all …]
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_ffs.h | 30 static ALWAYS_INLINE unsigned int find_msb_set(uint32_t op) in find_msb_set() 51 static ALWAYS_INLINE unsigned int find_lsb_set(uint32_t op) in find_lsb_set()
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/ |
D | cfg_cli.c | 679 static int send_msg_with_none(bt_mesh_client_common_param_t *param, uint32_t op) in send_msg_with_none() 688 static int send_msg_with_u8(bt_mesh_client_common_param_t *param, uint32_t op, uint8_t val) in send_msg_with_u8() 698 static int send_msg_with_le16(bt_mesh_client_common_param_t *param, uint32_t op, uint16_t val) in send_msg_with_le16() 826 static int mod_sub(bt_mesh_client_common_param_t *param, uint32_t op, in mod_sub() 864 static int mod_sub_va(bt_mesh_client_common_param_t *param, uint32_t op, in mod_sub_va() 1047 static int mod_sub_get(bt_mesh_client_common_param_t *param, uint32_t op, in mod_sub_get() 1178 static int mod_app_get(bt_mesh_client_common_param_t *param, uint32_t op, in mod_app_get()
|
D | access.c | 569 const struct bt_mesh_model_op *op; in find_op() local 642 const struct bt_mesh_model_op *op = NULL; in bt_mesh_model_recv() local
|
D | transport.h | 29 #define TRANS_CTL_HDR(op, seg) ((op & TRANS_CTL_OP_MASK) | (seg << 7)) argument
|
D | prov.c | 73 #define GPC_CTL(op) (((op) << 2) | 0x03) argument 397 static int bearer_ctl_send(uint8_t op, void *data, uint8_t data_len) in bearer_ctl_send()
|
D | lpn.c | 658 static bool sub_update(uint8_t op) in sub_update()
|
/hal_espressif-3.6.0/components/newlib/ |
D | stdatomic.c | 234 #define SYNC_FETCH_OP(op, n, type) type CLANG_ATOMIC_SUFFIX(__sync_fetch_and_ ## op ##_ ## n) (type… argument 240 #define SYNC_OP_FETCH(op, n, type) type CLANG_ATOMIC_SUFFIX(__sync_ ## op ##_and_fetch_ ## n) (type… argument
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_avrc_api.c | 295 bool esp_avrc_psth_bit_mask_operation(esp_avrc_bit_mask_op_t op, esp_avrc_psth_bit_mask_t *psth, in esp_avrc_psth_bit_mask_operation() 429 bool esp_avrc_rn_evt_bit_mask_operation(esp_avrc_bit_mask_op_t op, esp_avrc_rn_evt_cap_mask_t *even… in esp_avrc_rn_evt_bit_mask_operation()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_act.c | 1436 UINT8 op = (UINT8)p_data->op_cmpl.op_code; in bta_gattc_op_cmpl() local 2006 void bta_gattc_proc_other_indication(tBTA_GATTC_CLCB *p_clcb, UINT8 op, in bta_gattc_proc_other_indication() 2034 void bta_gattc_process_indicate(UINT16 conn_id, tGATTC_OPTYPE op, tGATT_CL_COMPLETE *p_data) in bta_gattc_process_indicate() 2110 static void bta_gattc_cmpl_cback(UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, in bta_gattc_cmpl_cback() 2146 static void bta_gattc_cmpl_sendmsg(UINT16 conn_id, tGATTC_OPTYPE op, in bta_gattc_cmpl_sendmsg()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/gap/ |
D | gap_ble.c | 543 UINT16 op = p_clcb->cl_op_uuid; in gap_ble_cl_op_cmpl() local 606 static void gap_ble_c_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, tGATT_CL_C… in gap_ble_c_cmpl_cback()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/ |
D | genie_mesh.c | 383 static void genie_timer_timing_setting_event(uint8_t op, uint8_t *msg, uint16_t msg_length, uint8_t… in genie_timer_timing_setting_event() 484 static void genie_timer_priordic_timing_setting_event(uint8_t op, uint8_t *msg, uint16_t msg_length… in genie_timer_priordic_timing_setting_event() 591 static void genie_timer_timing_remove_event(uint8_t op, uint8_t *msg, uint16_t msg_length, uint8_t … in genie_timer_timing_remove_event()
|
/hal_espressif-3.6.0/components/esptool_py/esptool/esptool/ |
D | util.py | 152 def __init__(self, esp, op): argument
|
D | loader.py | 370 op=None, argument 427 self, op_description, op=None, data=b"", chk=0, timeout=DEFAULT_TIMEOUT argument
|
/hal_espressif-3.6.0/components/openssl/library/ |
D | ssl_lib.c | 599 unsigned long SSL_CTX_clear_options(SSL_CTX *ctx, unsigned long op) in SSL_CTX_clear_options() 629 unsigned long SSL_clear_options(SSL *ssl, unsigned long op) in SSL_clear_options() 649 unsigned long SSL_set_options(SSL *ssl, unsigned long op) in SSL_set_options()
|
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/ |
D | stub_flasher.h | 71 uint8_t op; /* maps to esp_command enum */ member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/common/include/common/ |
D | bt_vendor_lib.h | 342 int (*op)(bt_vendor_opcode_t opcode, void *param); member
|
/hal_espressif-3.6.0/components/lwip/include/apps/dhcpserver/ |
D | dhcpserver.h | 29 u8_t op, htype, hlen, hops; member
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/hci/include/hci/ |
D | bt_vendor_lib.h | 342 int (*op)(bt_vendor_opcode_t opcode, void *param); member
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_models/client/ |
D | client_common.c | 143 const bt_mesh_client_op_pair_t *op = op_pair; in bt_mesh_client_get_status_op() local
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_attr.c | 459 static void gatt_cl_op_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, in gatt_cl_op_cmpl_cback()
|
/hal_espressif-3.6.0/tools/ci/python_packages/ttfw_idf/ |
D | __init__.py | 290 def _check_perf(op, standard_value): argument
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | ble_mesh_register_cmd.c | 139 struct arg_int *op; member 611 uint8_t op = 0; in ble_mesh_provisioner_heartbeat() local
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 1048 esp_ble_mesh_model_op_t *op = model->op; in btc_ble_mesh_client_model_init() local 1730 esp_ble_mesh_model_op_t *op = model->op; in btc_ble_mesh_model_op_set() local
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/api/core/ |
D | esp_ble_mesh_networking_api.c | 563 esp_err_t esp_ble_mesh_provisioner_set_heartbeat_filter_info(uint8_t op, esp_ble_mesh_heartbeat_fil… in esp_ble_mesh_provisioner_set_heartbeat_filter_info()
|