Home
last modified time | relevance | path

Searched defs:op (Results 1 – 25 of 41) sorted by relevance

12

/hal_espressif-3.6.0/components/driver/
Dmcpwm.c232 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/
Dmesh_ffs.h30 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/
Dcfg_cli.c679 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()
Daccess.c569 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
Dtransport.h29 #define TRANS_CTL_HDR(op, seg) ((op & TRANS_CTL_OP_MASK) | (seg << 7)) argument
Dprov.c73 #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()
Dlpn.c658 static bool sub_update(uint8_t op) in sub_update()
/hal_espressif-3.6.0/components/newlib/
Dstdatomic.c234 #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/
Desp_avrc_api.c295 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/
Dbta_gattc_act.c1436 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/
Dgap_ble.c543 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/
Dgenie_mesh.c383 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/
Dutil.py152 def __init__(self, esp, op): argument
Dloader.py370 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/
Dssl_lib.c599 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/
Dstub_flasher.h71 uint8_t op; /* maps to esp_command enum */ member
/hal_espressif-3.6.0/components/bt/host/bluedroid/common/include/common/
Dbt_vendor_lib.h342 int (*op)(bt_vendor_opcode_t opcode, void *param); member
/hal_espressif-3.6.0/components/lwip/include/apps/dhcpserver/
Ddhcpserver.h29 u8_t op, htype, hlen, hops; member
/hal_espressif-3.6.0/components/bt/host/bluedroid/hci/include/hci/
Dbt_vendor_lib.h342 int (*op)(bt_vendor_opcode_t opcode, void *param); member
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c143 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/
Dgatt_attr.c459 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__.py290 def _check_perf(op, standard_value): argument
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_register_cmd.c139 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/
Dbtc_ble_mesh_prov.c1048 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/
Desp_ble_mesh_networking_api.c563 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()

12