rp2040_pac::ppb

Type Alias MPU_TYPE

Source
pub type MPU_TYPE = Reg<MPU_TYPE_SPEC>;
Expand description

MPU_TYPE (r) register accessor: Read the MPU Type Register to determine if the processor implements an MPU, and how many regions the MPU supports.

You can read this register and get mpu_type::R. See API.

For information about available fields see mpu_type module

Aliased Typeยง

struct MPU_TYPE { /* private fields */ }