atsamd21j::tcc0::fctrla

Type Alias ChselW

Source
pub type ChselW<'a, REG> = FieldWriter<'a, REG, 2, Chselselect, Safe>;
Expand description

Field CHSEL writer - Fault A Capture Channel

Aliased Type§

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

Implementations§

Source§

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

Source

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

Capture value stored in channel 0

Source

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

Capture value stored in channel 1

Source

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

Capture value stored in channel 2

Source

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

Capture value stored in channel 3