Type Alias esp32c3::xts_aes::physical_address::R

source ·
pub type R = R<PHYSICAL_ADDRESS_SPEC>;
Expand description

Register PHYSICAL_ADDRESS reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn physical_address(&self) -> PHYSICAL_ADDRESS_R

Bits 0:29 - Those bits stores the physical address. If linesize is 16-byte, the physical address should be aligned of 16 bytes. If linesize is 32-byte, the physical address should be aligned of 32 bytes.