Type Alias esp32c3::xts_aes::physical_address::W

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

Register PHYSICAL_ADDRESS writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn physical_address( &mut self ) -> PHYSICAL_ADDRESS_W<'_, PHYSICAL_ADDRESS_SPEC>

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.