atsamd51g::ccl::seqctrl

Type Alias SeqselW

Source
pub type SeqselW<'a, REG> = FieldWriter<'a, REG, 4, Seqselselect>;
Expand description

Field SEQSEL writer - Sequential Selection

Aliased Type§

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

Implementations§

Source§

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

Source

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

Sequential logic is disabled

Source

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

D flip flop

Source

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

JK flip flop

Source

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

D latch

Source

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

RS latch