Type Alias atsame54n::dmac::crcctrl::CRCMODE_W

source ·
pub type CRCMODE_W<'a, REG, const O: u8> = FieldWriter<'a, REG, 2, O, CRCMODESELECT_A>;
Expand description

Field CRCMODE writer - CRC Operating Mode

Aliased Type§

struct CRCMODE_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, REG, const O: u8> CRCMODE_W<'a, REG, O>
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