Type Alias rp2040_pac::ppb::mpu_rnr::REGION_W

source ·
pub type REGION_W<'a, REG> = FieldWriter<'a, REG, 4>;
Expand description

Field REGION writer - Indicates the MPU region referenced by the MPU_RBAR and MPU_RASR registers.
The MPU supports 8 memory regions, so the permitted values of this field are 0-7.

Aliased Type§

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