Type Alias esp32c3::xts_aes::physical_address::PHYSICAL_ADDRESS_W

source ·
pub type PHYSICAL_ADDRESS_W<'a, REG> = FieldWriter<'a, REG, 30, u32>;
Expand description

Field PHYSICAL_ADDRESS writer - 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.

Aliased Type§

struct PHYSICAL_ADDRESS_W<'a, REG> { /* private fields */ }