Type Alias rp235x_pac::dma::mpu_lar5::R
source · pub type R = R<MPU_LAR5_SPEC>;
Expand description
Register MPU_LAR5
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
source§impl R
impl R
sourcepub fn en(&self) -> EN_R
pub fn en(&self) -> EN_R
Bit 0 - Region enable. If 1, any address within range specified by the base address (BAR_ADDR) and limit address (LAR_ADDR) has the attributes specified by S and P.
sourcepub fn p(&self) -> P_R
pub fn p(&self) -> P_R
Bit 1 - Determines the Privileged/Unprivileged (=1/0) status of addresses matching this region, if this region is enabled. Writable from any Privileged context, if and only if the S bit is clear. Otherwise, writable only from a Secure, Privileged context.