atsamd51g::dmac::crcctrl

Type Alias CrcmodeW

Source
pub type CrcmodeW<'a, REG> = FieldWriter<'a, REG, 2, Crcmodeselect>;
Expand description

Field CRCMODE writer - CRC Operating Mode

Aliased Type§

struct CrcmodeW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> CrcmodeW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn default(self) -> &'a mut W<REG>

Default operating mode

Source

pub fn crcmon(self) -> &'a mut W<REG>

Memory CRC monitor operating mode

Source

pub fn crcgen(self) -> &'a mut W<REG>

Memory CRC generation operating mode