Home
last modified time | relevance | path

Searched refs:get_security_flag_status (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/tools/esptool_py/esptool/
Dcmds.py1308 def get_security_flag_status(flag_name, flags_value): function
1338 if get_security_flag_status("SECURE_BOOT_EN", flags):
1340 if get_security_flag_status("SECURE_BOOT_AGGRESSIVE_REVOKE", flags):
1351 if get_security_flag_status(key, flags):
1374 if get_security_flag_status("DIS_DOWNLOAD_DCACHE", flags):
1377 if get_security_flag_status("DIS_DOWNLOAD_ICACHE", flags):
1380 hard_dis_jtag = get_security_flag_status("HARD_DIS_JTAG", flags)
1381 soft_dis_jtag = get_security_flag_status("SOFT_DIS_JTAG", flags)
1386 if get_security_flag_status("DIS_USB", flags):