Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/espsecure/
D__init__.py1165 def _flash_encryption_tweak_range(flash_crypt_config=0xF): argument
1170 if (flash_crypt_config & 1) != 0:
1172 if (flash_crypt_config & 2) != 0:
1174 if (flash_crypt_config & 4) != 0:
1176 if (flash_crypt_config & 8) != 0:
1181 def _flash_encryption_tweak_range_bits(flash_crypt_config=0xF): argument
1186 if (flash_crypt_config & 1) != 0:
1190 if (flash_crypt_config & 2) != 0:
1194 if (flash_crypt_config & 4) != 0:
1198 if (flash_crypt_config & 8) != 0:
/hal_espressif-latest/components/soc/esp32/include/soc/
Defuse_struct.h419 uint32_t flash_crypt_config:4; member