Type Alias xmc4800::ppb::mpu_rbar_a2::ValidW

source ·
pub type ValidW<'a, REG> = BitWriter<'a, REG, Valid>;
Expand description

Field VALID writer - MPU Region Number valid bit

Aliased Type§

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

Implementations§

source§

impl<'a, REG> ValidW<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn value1(self) -> &'a mut W<REG>

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 value2(self) -> &'a mut W<REG>

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.