/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_adv_filter.c | 63 static UINT8 btm_ble_cs_update_pf_counter(tBTM_BLE_SCAN_COND_OP action, 119 void btm_ble_advfilt_enq_op_q(UINT8 action, UINT8 ocf, tBTM_BLE_FILT_CB_EVT cb_evt, in btm_ble_advfilt_enq_op_q() argument 123 btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.next_idx] = (action | (ocf << 4)); in btm_ble_advfilt_enq_op_q() 130 btm_ble_adv_filt_cb.op_q.action_ocf[btm_ble_adv_filt_cb.op_q.next_idx], action, in btm_ble_advfilt_enq_op_q() 264 UINT8 *p = p_params->p_param_buf, op_subcode = 0, action = 0xff; in btm_ble_scan_pf_cmpl_cback() local 275 btm_ble_advfilt_deq_op_q(&action, &ocf, &cb_evt, &ref_value, &p_scan_cfg_cback, in btm_ble_scan_pf_cmpl_cback() 280 btm_ble_advfilt_deq_op_q(&action, &ocf, &cb_evt, &ref_value, &p_scan_cfg_cback, in btm_ble_scan_pf_cmpl_cback() 285 STREAM_TO_UINT8(action, p); in btm_ble_scan_pf_cmpl_cback() 291 ocf, op_subcode, action, evt_len, ref_value, status); in btm_ble_scan_pf_cmpl_cback() 295 btm_ble_adv_filt_cb.p_filt_stat_cback(action, status, ref_value); in btm_ble_scan_pf_cmpl_cback() [all …]
|
/hal_espressif-latest/tools/esptool_py/test/ |
D | conftest.py | 7 "--port", action="store", default="/dev/ttyUSB0", help="Serial port" 9 parser.addoption("--chip", action="store", default="esp32", help="Chip type") 12 parser.addoption("--baud", action="store", default=115200, help="Baud rate") 13 parser.addoption("--with-trace", action="store_true", default=False, help="Trace") 16 action="store", 23 "--reset-port", action="store", default=None, help="FPGA reset port"
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | fast_prov.c | 143 uint8_t bt_mesh_set_fast_prov_action(uint8_t action) in bt_mesh_set_fast_prov_action() argument 145 if (!action || action > ACTION_EXIT) { in bt_mesh_set_fast_prov_action() 149 if ((!bt_mesh_is_provisioner_en() && (action == ACTION_SUSPEND || action == ACTION_EXIT)) || in bt_mesh_set_fast_prov_action() 150 (bt_mesh_is_provisioner_en() && (action == ACTION_ENTER))) { in bt_mesh_set_fast_prov_action() 155 if (action == ACTION_ENTER) { in bt_mesh_set_fast_prov_action() 175 if (action == ACTION_EXIT) { in bt_mesh_set_fast_prov_action()
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/ |
D | operations.py | 40 action="store_true", 48 action="store_true", 63 action="append", 69 action="append", 75 action="append", 83 action="append", 91 action="append", 99 action="append", 114 action="append", 120 action="append", [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5/ |
D | operations.py | 40 action="store_true", 48 action="store_true", 63 action="append", 69 action="append", 75 action="append", 83 action="append", 91 action="append", 99 action="append", 114 action="append", 120 action="append", [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5beta3/ |
D | operations.py | 40 action="store_true", 48 action="store_true", 63 action="append", 69 action="append", 75 action="append", 83 action="append", 91 action="append", 99 action="append", 114 action="append", 120 action="append", [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/ |
D | operations.py | 40 action="store_true", 48 action="store_true", 63 action="append", 69 action="append", 75 action="append", 83 action="append", 91 action="append", 99 action="append", 114 action="append", 120 action="append", [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/ |
D | operations.py | 40 action="store_true", 48 action="store_true", 63 action="append", 69 action="append", 75 action="append", 83 action="append", 91 action="append", 99 action="append", 114 action="append", 120 action="append", [all …]
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | __init__.py | 136 action="append", 161 action="store_true", 177 action="store_true", 208 action=SpiConnectionAction, 215 "filename", help="Firmware image", action=AutoHex2BinAction 329 action=AddrFilenamePairAction, 335 action="store_true", 340 "--no-progress", "-p", help="Suppress progress output", action="store_true" 346 action="store_true", 352 action="store_true", [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/ |
D | operations.py | 40 action="store_true", 48 action="store_true", 63 action="append", 69 action="append", 75 action="append", 83 action="append", 91 action="append", 99 action="append", 114 action="append", 120 action="append", [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c61/ |
D | operations.py | 41 action="store_true", 49 action="store_true", 64 action="append", 70 action="append", 76 action="append", 84 action="append", 92 action="append", 100 action="append", 115 action="append", 121 action="append", [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32p4/ |
D | operations.py | 41 action="store_true", 49 action="store_true", 64 action="append", 70 action="append", 76 action="append", 84 action="append", 92 action="append", 100 action="append", 115 action="append", 121 action="append", [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/ |
D | bta_sdp.c | 73 UINT16 action = (p_msg->event & 0x00ff); in bta_sdp_sm_execute() local 76 if (action < BTA_SDP_NUM_ACTIONS) { in bta_sdp_sm_execute() 77 (*bta_sdp_action[action])((tBTA_SDP_MSG *)p_msg); in bta_sdp_sm_execute()
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/ |
D | operations.py | 41 action="store_true", 49 action="store_true", 64 action="append", 70 action="append", 76 action="append", 84 action="append", 92 action="append", 100 action="append", 115 action="append", 121 action="append", [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/ |
D | operations.py | 41 action="store_true", 50 action="store_true", 65 action="append", 71 action="append", 77 action="append", 85 action="append", 93 action="append", 101 action="append", 116 action="append", 122 action="append", [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/ |
D | operations.py | 41 action="store_true", 50 action="store_true", 65 action="append", 71 action="append", 77 action="append", 85 action="append", 93 action="append", 101 action="append", 116 action="append", 122 action="append", [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_main.c | 99 UINT16 action = (p_msg->event & 0x00ff); in bta_jv_sm_execute() local 102 if (action < BTA_JV_NUM_ACTIONS) { in bta_jv_sm_execute() 103 (*bta_jv_action[action])((tBTA_JV_MSG *)p_msg); in bta_jv_sm_execute()
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/ |
D | operations.py | 40 action="store_true", 45 action="store_true", 60 action="append", 66 action="append", 72 action="append", 80 action="append", 88 action="append", 96 action="append",
|
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | argument_parser.py | 34 action='store_true', 52 action='store_true') 112 action='store_true')
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/avct/ |
D | avct_lcb.c | 199 UINT8 action; in avct_lcb_event() local 216 if ((action = state_table[event][i]) != AVCT_LCB_IGNORE) { in avct_lcb_event() 217 (*avct_lcb_action[action])(p_lcb, p_data); in avct_lcb_event() 238 UINT8 action; in avct_bcb_event() local 255 if ((action = state_table[event][i]) != AVCT_LCB_IGNORE) { in avct_bcb_event() 256 (*avct_bcb_action[action])(p_bcb, p_data); in avct_bcb_event()
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/ |
D | operations.py | 43 action="store_true", 51 action="append", 57 action="append", 67 action="append", 75 action="append", 91 action="store_true",
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | mcpwm_ll.h | 57 #define MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) ((uint8_t[]) {0, 1, 2, 3}[(action)]) argument 744 … mcpwm_timer_direction_t direction, mcpwm_timer_event_t event, mcpwm_generator_action_t action) in mcpwm_ll_generator_set_action_on_timer_event() argument 749 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (MCPWM_LL_TIME… in mcpwm_ll_generator_set_action_on_timer_event() 752 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (MCPWM_LL_TIME… in mcpwm_ll_generator_set_action_on_timer_event() 767 mcpwm_timer_direction_t direction, int cmp_id, int action) in mcpwm_ll_generator_set_action_on_compare_event() argument 771 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (cmp_id * 2 + … in mcpwm_ll_generator_set_action_on_compare_event() 774 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (cmp_id * 2 + … in mcpwm_ll_generator_set_action_on_compare_event() 789 mcpwm_timer_direction_t direction, int trig_id, int action) in mcpwm_ll_generator_set_action_on_trigger_event() argument 793 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (trig_id * 2 +… in mcpwm_ll_generator_set_action_on_trigger_event() 796 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (trig_id * 2 +… in mcpwm_ll_generator_set_action_on_trigger_event() [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/ |
D | base_operations.py | 71 action=ActionEfuseValuePair, 81 action="store_true", 133 action="append", 139 action="append", 148 action="append", 156 action="append", 236 action="append", 244 action="store_true", 254 action="store_true", 263 action="store_true",
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | mcpwm_ll.h | 57 #define MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) ((uint8_t[]) {0, 1, 2, 3}[(action)]) argument 756 … mcpwm_timer_direction_t direction, mcpwm_timer_event_t event, mcpwm_generator_action_t action) in mcpwm_ll_generator_set_action_on_timer_event() argument 761 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (MCPWM_LL_TIME… in mcpwm_ll_generator_set_action_on_timer_event() 764 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (MCPWM_LL_TIME… in mcpwm_ll_generator_set_action_on_timer_event() 779 mcpwm_timer_direction_t direction, int cmp_id, int action) in mcpwm_ll_generator_set_action_on_compare_event() argument 783 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (cmp_id * 2 + … in mcpwm_ll_generator_set_action_on_compare_event() 786 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (cmp_id * 2 + … in mcpwm_ll_generator_set_action_on_compare_event() 801 mcpwm_timer_direction_t direction, int trig_id, int action) in mcpwm_ll_generator_set_action_on_trigger_event() argument 805 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (trig_id * 2 +… in mcpwm_ll_generator_set_action_on_trigger_event() 808 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (trig_id * 2 +… in mcpwm_ll_generator_set_action_on_trigger_event() [all …]
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | mcpwm_ll.h | 59 #define MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) ((uint8_t[]) {0, 1, 2, 3}[(action)]) argument 767 … mcpwm_timer_direction_t direction, mcpwm_timer_event_t event, mcpwm_generator_action_t action) in mcpwm_ll_generator_set_action_on_timer_event() argument 772 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (MCPWM_LL_TIME… in mcpwm_ll_generator_set_action_on_timer_event() 775 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (MCPWM_LL_TIME… in mcpwm_ll_generator_set_action_on_timer_event() 790 mcpwm_timer_direction_t direction, int cmp_id, int action) in mcpwm_ll_generator_set_action_on_compare_event() argument 794 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (cmp_id * 2 + … in mcpwm_ll_generator_set_action_on_compare_event() 797 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (cmp_id * 2 + … in mcpwm_ll_generator_set_action_on_compare_event() 812 mcpwm_timer_direction_t direction, int trig_id, int action) in mcpwm_ll_generator_set_action_on_trigger_event() argument 816 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (trig_id * 2 +… in mcpwm_ll_generator_set_action_on_trigger_event() 819 …erator_id].generator[generator_id].val |= MCPWM_LL_GEN_ACTION_TO_REG_CAL(action) << (trig_id * 2 +… in mcpwm_ll_generator_set_action_on_trigger_event() [all …]
|