Struct esp32_hal::pac::FLASH_ENCRYPTION
pub struct FLASH_ENCRYPTION { /* private fields */ }
Expand description
Flash Encryption Peripheral
Implementations§
§impl FLASH_ENCRYPTION
impl FLASH_ENCRYPTION
pub const PTR: *const RegisterBlock = {0x3ff46000 as *const esp_hal_common::esp32::flash_encryption::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x3ff46000 as *const esp_hal_common::esp32::flash_encryption::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
§impl Debug for FLASH_ENCRYPTION
impl Debug for FLASH_ENCRYPTION
§impl Deref for FLASH_ENCRYPTION
impl Deref for FLASH_ENCRYPTION
§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
§fn deref(&self) -> &<FLASH_ENCRYPTION as Deref>::Target
fn deref(&self) -> &<FLASH_ENCRYPTION as Deref>::Target
Dereferences the value.