atsamd51p::dmac::crcctrl

Type Alias CrcmodeR

Source
pub type CrcmodeR = FieldReader<Crcmodeselect>;
Expand description

Field CRCMODE reader - CRC Operating Mode

Aliased Type§

struct CrcmodeR { /* private fields */ }

Implementations§

Source§

impl CrcmodeR

Source

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

Get enumerated values variant

Source

pub fn is_default(&self) -> bool

Default operating mode

Source

pub fn is_crcmon(&self) -> bool

Memory CRC monitor operating mode

Source

pub fn is_crcgen(&self) -> bool

Memory CRC generation operating mode