[][src]Enum atsamd51j19a::dsu::did::PROCESSORR

pub enum PROCESSORR {
    CM0P,
    CM23,
    CM3,
    CM4,
    CM4F,
    CM33,
    _Reserved(u8),
}

Possible values of the field PROCESSOR

Variants

CM0P

Cortex-M0+

CM23

Cortex-M23

CM3

Cortex-M3

CM4

Cortex-M4

CM4F

Cortex-M4 with FPU

CM33

Cortex-M33

_Reserved(u8)

Reserved

Methods

impl PROCESSORR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_cm0p(&self) -> bool[src]

Checks if the value of the field is CM0P

pub fn is_cm23(&self) -> bool[src]

Checks if the value of the field is CM23

pub fn is_cm3(&self) -> bool[src]

Checks if the value of the field is CM3

pub fn is_cm4(&self) -> bool[src]

Checks if the value of the field is CM4

pub fn is_cm4f(&self) -> bool[src]

Checks if the value of the field is CM4F

pub fn is_cm33(&self) -> bool[src]

Checks if the value of the field is CM33

Trait Implementations

impl Debug for PROCESSORR[src]

impl PartialEq<PROCESSORR> for PROCESSORR[src]

impl Copy for PROCESSORR[src]

impl Clone for PROCESSORR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PROCESSORR

impl Sync for PROCESSORR

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]