Type Alias xmc4300::ppb::mpu_rbar::ValidR

source ·
pub type ValidR = BitReader<Valid>;
Expand description

Field VALID reader - MPU Region Number valid bit

Aliased Type§

struct ValidR { /* private fields */ }

Implementations§

source§

impl ValidR

source

pub const fn variant(&self) -> Valid

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

MPU_RNR not changed, and the processor: - updates the base address for the region specified in the MPU_RNR - ignores the value of the REGION field

source

pub fn is_value2(&self) -> bool

the processor: - updates the value of the MPU_RNR to the value of the REGION field - updates the base address for the region specified in the REGION field.