Type Alias rp2040_pac::ppb::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 */ }