Type Alias atsamd51n::dsu::did::PROCESSOR_R

source ·
pub type PROCESSOR_R = FieldReader<PROCESSORSELECT_A>;
Expand description

Field PROCESSOR reader - Processor

Aliased Type§

struct PROCESSOR_R { /* private fields */ }

Implementations§

source§

impl PROCESSOR_R

source

pub const fn variant(&self) -> Option<PROCESSORSELECT_A>

Get enumerated values variant

source

pub fn is_cm0p(&self) -> bool

Cortex-M0+

source

pub fn is_cm23(&self) -> bool

Cortex-M23

source

pub fn is_cm3(&self) -> bool

Cortex-M3

source

pub fn is_cm4(&self) -> bool

Cortex-M4

source

pub fn is_cm4f(&self) -> bool

Cortex-M4 with FPU

source

pub fn is_cm33(&self) -> bool

Cortex-M33