Type Alias rp2040_pac::ppb::mpu_rasr::SIZE_W

source ·
pub type SIZE_W<'a, REG> = FieldWriter<'a, REG, 5>;
Expand description

Field SIZE writer - Indicates the region size. Region size in bytes = 2^(SIZE+1). The minimum permitted value is 7 (b00111) = 256Bytes

Aliased Type§

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