pub type TSTART_W<'a, const O: u8> = FieldWriter<'a, u32, TIMECMP0_SPEC, u8, TSTART_A, 3, O>;
Expand description

Field TSTART writer - Timer Start Source

Implementations§

source§

impl<'a, const O: u8> TSTART_W<'a, O>

source

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

Comparator 0 is disabled

source

pub fn txeof(self) -> &'a mut W

Comparator 0 and timer are started at TX end of frame

source

pub fn txc(self) -> &'a mut W

Comparator 0 and timer are started at TX Complete

source

pub fn rxact(self) -> &'a mut W

Comparator 0 and timer are started at RX going Active (default: low)

source

pub fn rxeof(self) -> &'a mut W

Comparator 0 and timer are started at RX end of frame