Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_flash_encrypted_ll.h37 FLASH_ENCRYPTION_MANU = 0, ///!< Manually encrypt the flash chip. enumerator
70 HAL_ASSERT(type == FLASH_ENCRYPTION_MANU); in spi_flash_encrypt_ll_type()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_flash_encrypted_ll.h29 FLASH_ENCRYPTION_MANU = 0, ///!< Manually encrypt the flash chip. enumerator
62 HAL_ASSERT(type == FLASH_ENCRYPTION_MANU); in spi_flash_encrypt_ll_type()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_flash_encrypted_ll.h37 FLASH_ENCRYPTION_MANU = 0, ///!< Manually encrypt the flash chip. enumerator
70 HAL_ASSERT(type == FLASH_ENCRYPTION_MANU); in spi_flash_encrypt_ll_type()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_flash_encrypted_ll.h37 FLASH_ENCRYPTION_MANU = 0, ///!< Manually encrypt the flash chip. enumerator
80 HAL_ASSERT(type == FLASH_ENCRYPTION_MANU); in spi_flash_encrypt_ll_type()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_flash_encrypted_ll.h29 FLASH_ENCRYPTION_MANU = 0, ///!< Manually encrypt the flash chip. enumerator
62 HAL_ASSERT(type == FLASH_ENCRYPTION_MANU); in spi_flash_encrypt_ll_type()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_flash_encrypted_ll.h29 FLASH_ENCRYPTION_MANU = 0, ///!< Manually encrypt the flash chip. enumerator
62 HAL_ASSERT(type == FLASH_ENCRYPTION_MANU); in spi_flash_encrypt_ll_type()
/hal_espressif-latest/components/hal/
Dspi_flash_encrypt_hal_iram.c26 spi_flash_encrypt_ll_type(FLASH_ENCRYPTION_MANU); in spi_flash_encryption_hal_enable()