/hal_espressif-latest/components/driver/deprecated/ |
D | mcpwm_legacy.c | 260 const int op = timer_num; in mcpwm_set_frequency() local 289 const int op = timer_num; in mcpwm_set_duty() local 307 const int op = timer_num; in mcpwm_set_duty_in_us() local 328 const int op = timer_num; in mcpwm_set_duty_type() local 408 const int op = timer_num; in mcpwm_init() local 468 const int op = timer_num; in mcpwm_get_duty() local 486 const int op = timer_num; in mcpwm_get_duty_in_us() local 509 const int op = timer_num; in mcpwm_carrier_enable() local 521 const int op = timer_num; in mcpwm_carrier_disable() local 533 const int op = timer_num; in mcpwm_carrier_set_period() local [all …]
|
/hal_espressif-latest/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-latest/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 398 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-latest/components/bt/host/bluedroid/api/ |
D | esp_avrc_api.c | 287 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() 421 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-latest/components/newlib/ |
D | stdatomic.c | 245 #define SYNC_FETCH_OP(op, n, type) type CLANG_ATOMIC_SUFFIX(__sync_fetch_and_ ## op ##_ ## n) (vola… argument 251 #define SYNC_OP_FETCH(op, n, type) type CLANG_ATOMIC_SUFFIX(__sync_ ## op ##_and_fetch_ ## n) (vola… argument
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_util.c | 55 static uint32_t bt_mesh_bqb_test_flag(uint8_t op, uint32_t value) in bt_mesh_bqb_test_flag()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_act.c | 1492 UINT8 op = (UINT8)p_data->op_cmpl.op_code; in bta_gattc_op_cmpl() local 2069 void bta_gattc_proc_other_indication(tBTA_GATTC_CLCB *p_clcb, UINT8 op, in bta_gattc_proc_other_indication() 2097 void bta_gattc_process_indicate(UINT16 conn_id, tGATTC_OPTYPE op, tGATT_CL_COMPLETE *p_data) in bta_gattc_process_indicate() 2173 static void bta_gattc_cmpl_cback(UINT16 conn_id, tGATTC_OPTYPE op, tGATT_STATUS status, in bta_gattc_cmpl_cback() 2209 static void bta_gattc_cmpl_sendmsg(UINT16 conn_id, tGATTC_OPTYPE op, in bta_gattc_cmpl_sendmsg()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/ |
D | gap_ble.c | 574 UINT16 op = p_clcb->cl_op_uuid; in gap_ble_cl_op_cmpl() local 637 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-latest/tools/esptool_py/esptool/ |
D | util.py | 201 def __init__(self, esp, op): argument
|
D | loader.py | 445 op=None, argument 502 self, op_description, op=None, data=b"", chk=0, timeout=DEFAULT_TIMEOUT argument
|
/hal_espressif-latest/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-latest/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-latest/tools/esptool_py/flasher_stub/include/ |
D | stub_flasher.h | 71 uint8_t op; /* maps to esp_command enum */ member
|
/hal_espressif-latest/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-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_attr.c | 579 static void gatt_cl_op_cmpl_cback (UINT16 conn_id, tGATTC_OPTYPE op, in gatt_cl_op_cmpl_cback()
|
D | gatt_utils.c | 2241 UINT8 gatt_act_send_browse(tGATT_TCB *p_tcb, UINT16 index, UINT8 op, UINT16 s_handle, in gatt_act_send_browse() 2268 UINT8 op = p_clcb->operation, disc_type = GATT_DISC_MAX; in gatt_end_operation() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/ |
D | btc_ble_mesh_prov.c | 1073 esp_ble_mesh_model_op_t *op = model->op; in btc_ble_mesh_client_model_init() local 1755 esp_ble_mesh_model_op_t *op = model->op; in btc_ble_mesh_model_op_set() local
|
/hal_espressif-latest/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()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/ |
D | bta_av_act.c | 416 tBTA_AV_LCB *bta_av_find_lcb(BD_ADDR addr, UINT8 op) in bta_av_find_lcb()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/ |
D | mesh_access.h | 482 const struct bt_mesh_model_op *const op; member
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spi_ll.h | 1019 #define FOR_EACH_ITEM(op, list) do { list(op) } while(0) argument
|