Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 59) sorted by relevance

123

/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32/
Doperations.py331 if cmd_line_args.operation == "execute_scripts":
336 if cmd_line_args.operation == "execute_scripts":
339 if cmd_line_args.operation is None:
342 operation_func = globals()[cmd_line_args.operation]
349 del args.operation
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/
Doperations.py317 if cmd_line_args.operation == "execute_scripts":
322 if cmd_line_args.operation == "execute_scripts":
325 if cmd_line_args.operation is None:
328 operation_func = globals()[cmd_line_args.operation]
335 del args.operation
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c3/
Doperations.py370 if cmd_line_args.operation == "execute_scripts":
375 if cmd_line_args.operation == "execute_scripts":
378 if cmd_line_args.operation is None:
381 operation_func = globals()[cmd_line_args.operation]
388 del args.operation
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5/
Doperations.py361 if cmd_line_args.operation == "execute_scripts":
366 if cmd_line_args.operation == "execute_scripts":
369 if cmd_line_args.operation is None:
372 operation_func = globals()[cmd_line_args.operation]
379 del args.operation
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c5beta3/
Doperations.py361 if cmd_line_args.operation == "execute_scripts":
366 if cmd_line_args.operation == "execute_scripts":
369 if cmd_line_args.operation is None:
372 operation_func = globals()[cmd_line_args.operation]
379 del args.operation
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c6/
Doperations.py377 if cmd_line_args.operation == "execute_scripts":
382 if cmd_line_args.operation == "execute_scripts":
385 if cmd_line_args.operation is None:
388 operation_func = globals()[cmd_line_args.operation]
395 del args.operation
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2beta1/
Doperations.py373 if cmd_line_args.operation == "execute_scripts":
378 if cmd_line_args.operation == "execute_scripts":
381 if cmd_line_args.operation is None:
384 operation_func = globals()[cmd_line_args.operation]
391 del args.operation
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_cl.c411 … if (p_clcb->operation != GATTC_OPTYPE_DISCOVERY || p_clcb->op_subtype != GATT_DISC_SRVC_BY_UUID) { in gatt_process_find_type_value_rsp()
464 if (p_clcb->operation != GATTC_OPTYPE_DISCOVERY || p_clcb->op_subtype != GATT_DISC_CHAR_DSCPT) { in gatt_process_read_info_rsp()
564 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY) { in gatt_process_error_rsp()
567 if ( (p_clcb->operation == GATTC_OPTYPE_WRITE) && in gatt_process_error_rsp()
577 } else if ((p_clcb->operation == GATTC_OPTYPE_READ) && in gatt_process_error_rsp()
778 …if (((!p_clcb->p_reg) || (!p_clcb->p_reg->app_cb.p_disc_res_cb)) && (p_clcb->operation == GATTC_OP… in gatt_process_read_by_type_rsp()
823 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY && in gatt_process_read_by_type_rsp()
841 …else if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY && p_clcb->op_subtype == GATT_DISC_INC_SRVC) { in gatt_process_read_by_type_rsp()
872 … else if (p_clcb->operation == GATTC_OPTYPE_READ && p_clcb->op_subtype == GATT_READ_BY_TYPE) { in gatt_process_read_by_type_rsp()
907 } else if (p_clcb->operation == GATTC_OPTYPE_READ) in gatt_process_read_by_type_rsp()
[all …]
Dgatt_auth.c150 } else if (p_clcb->operation == GATTC_OPTYPE_WRITE) { in gatt_sec_check_complete()
152 } else if (p_clcb->operation == GATTC_OPTYPE_READ) { in gatt_sec_check_complete()
362 (p_clcb->operation == GATTC_OPTYPE_WRITE) && in gatt_determine_sec_act()
Dgatt_utils.c1301 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY && in gatt_start_rsp_timer()
1356 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY && in gatt_rsp_timeout()
2268 UINT8 op = p_clcb->operation, disc_type = GATT_DISC_MAX; in gatt_end_operation()
2272 UINT8 operation; in gatt_end_operation() local
2276 status, p_clcb->operation, p_clcb->op_subtype); in gatt_end_operation()
2279 if (p_cmpl_cb != NULL && p_clcb->operation != 0) { in gatt_end_operation()
2280 if (p_clcb->operation == GATTC_OPTYPE_READ) { in gatt_end_operation()
2289 if (p_clcb->operation == GATTC_OPTYPE_WRITE) { in gatt_end_operation()
2302 if (p_clcb->operation == GATTC_OPTYPE_CONFIG) { in gatt_end_operation()
2306 if (p_clcb->operation == GATTC_OPTYPE_DISCOVERY) { in gatt_end_operation()
[all …]
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32h2/
Doperations.py390 if cmd_line_args.operation == "execute_scripts":
395 if cmd_line_args.operation == "execute_scripts":
398 if cmd_line_args.operation is None:
401 operation_func = globals()[cmd_line_args.operation]
408 del args.operation
/hal_espressif-latest/tools/esptool_py/espefuse/
D__init__.py313 if args.operation is None:
320 operation_func = vars(efuse_operations)[args.operation]
322 print('\n=== Run "{}" command ==='.format(args.operation))
348 current_cmd = args.operation
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dread-write-protections-cmd.rst46 If Secure Boot V2 is used, BLOCK2 must be readable, please stop this operation!
55 This is an irreversible operation!
75 This is an irreversible operation!
Dburn-custom-mac-cmd.rst39 This is an irreversible operation!
79 This is an irreversible operation!
109 This is an irreversible operation!
Dburn-bit-cmd.rst35 This is an irreversible operation!
69 This is an irreversible operation!
Dset-flash-voltage-cmd.rst115 This is an irreversible operation!
136 This is an irreversible operation!
156 This is an irreversible operation!
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c61/
Doperations.py428 if cmd_line_args.operation == "execute_scripts":
433 if cmd_line_args.operation == "execute_scripts":
436 if cmd_line_args.operation is None:
439 operation_func = globals()[cmd_line_args.operation]
446 del args.operation
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32p4/
Doperations.py424 if cmd_line_args.operation == "execute_scripts":
429 if cmd_line_args.operation == "execute_scripts":
432 if cmd_line_args.operation is None:
435 operation_func = globals()[cmd_line_args.operation]
442 del args.operation
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_5_gap.c436 UINT8 operation = 0; in BTM_BleConfigExtendedAdvDataRaw() local
448 operation = BTM_BLE_ADV_DATA_OP_COMPLETE; in BTM_BleConfigExtendedAdvDataRaw()
451 operation = BTM_BLE_ADV_DATA_OP_FIRST_FRAG; in BTM_BleConfigExtendedAdvDataRaw()
453 operation = BTM_BLE_ADV_DATA_OP_LAST_FRAG; in BTM_BleConfigExtendedAdvDataRaw()
455 operation = BTM_BLE_ADV_DATA_OP_INTERMEDIATE_FRAG; in BTM_BleConfigExtendedAdvDataRaw()
459 …if ((err = btsnd_hcic_ble_set_ext_adv_data(instance, operation, 0, send_data_len, &data[data_offse… in BTM_BleConfigExtendedAdvDataRaw()
465 …if ((err = btsnd_hcic_ble_set_ext_adv_scan_rsp_data(instance, operation, 0, send_data_len, &data[d… in BTM_BleConfigExtendedAdvDataRaw()
726 UINT8 operation = 0; in BTM_BlePeriodicAdvCfgDataRaw() local
734 operation = BTM_BLE_ADV_DATA_OP_UNCHANGED_DATA; in BTM_BlePeriodicAdvCfgDataRaw()
747 operation = BTM_BLE_ADV_DATA_OP_COMPLETE; in BTM_BlePeriodicAdvCfgDataRaw()
[all …]
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dpanic_arch.c199 uint32_t operation; in print_memprot_err_details() local
200 res = esp_mprot_get_violate_operation(s_memp_intr.mem_type, &operation, s_memp_intr.core); in print_memprot_err_details()
202 panic_print_str(esp_mprot_oper_type_to_str(operation)); in print_memprot_err_details()
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s2/
Doperations.py487 if cmd_line_args.operation == "execute_scripts":
492 if cmd_line_args.operation == "execute_scripts":
495 if cmd_line_args.operation is None:
498 operation_func = globals()[cmd_line_args.operation]
505 del args.operation
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3/
Doperations.py487 if cmd_line_args.operation == "execute_scripts":
492 if cmd_line_args.operation == "execute_scripts":
495 if cmd_line_args.operation is None:
498 operation_func = globals()[cmd_line_args.operation]
505 del args.operation
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32s3beta2/
Doperations.py487 if cmd_line_args.operation == "execute_scripts":
492 if cmd_line_args.operation == "execute_scripts":
495 if cmd_line_args.operation is None:
498 operation_func = globals()[cmd_line_args.operation]
505 del args.operation
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Desp_memprot.c562 uint32_t operation = MEMPROT_OP_NONE; in esp_mprot_get_violate_operation() local
566 operation = MEMPROT_OP_EXEC; in esp_mprot_get_violate_operation()
569 if (operation == MEMPROT_OP_NONE) { in esp_mprot_get_violate_operation()
572operation = memprot_ll_iram0_get_monitor_status_fault_wr() == 1 ? MEMPROT_OP_WRITE : MEMPROT_OP_RE… in esp_mprot_get_violate_operation()
575operation = memprot_ll_dram0_get_monitor_status_fault_wr() == 1 ? MEMPROT_OP_WRITE : MEMPROT_OP_RE… in esp_mprot_get_violate_operation()
578operation = memprot_ll_rtcfast_get_monitor_status_fault_wr() == 1 ? MEMPROT_OP_WRITE : MEMPROT_OP_… in esp_mprot_get_violate_operation()
585 *oper = operation; in esp_mprot_get_violate_operation()
/hal_espressif-latest/components/esp_psram/esp32s2/
DKconfig.spiram55 … If SPIRAM_RODATA is also enabled, code that requires execution during an SPI1 Flash operation
65 …RAM_FETCH_INSTRUCTIONS is also enabled, code that requires execution during an SPI1 Flash operation

123