Type Alias rp2040_pac::ppb::MPU_RBAR
source · pub type MPU_RBAR = Reg<MPU_RBAR_SPEC>;
Expand description
MPU_RBAR (rw) register accessor: Read the MPU Region Base Address Register to determine the base address of the region identified by MPU_RNR. Write to update the base address of said region or that of a specified region, with whose number MPU_RNR will also be updated.
You can read
this register and get mpu_rbar::R
. You can reset
, write
, write_with_zero
this register using mpu_rbar::W
. You can also modify
this register. See API.
For information about available fields see mpu_rbar
module
Aliased Type§
struct MPU_RBAR { /* private fields */ }