Type Alias xmc4800::usic0_ch0::tbctr::StbtmR

source ·
pub type StbtmR = BitReader<Stbtm>;
Expand description

Field STBTM reader - Standard Transmit Buffer Trigger Mode

Aliased Type§

struct StbtmR { /* private fields */ }

Implementations§

source§

impl StbtmR

source

pub const fn variant(&self) -> Stbtm

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Trigger mode 0: While TRBSR.STBT=1, a standard buffer event will be generated whenever there is a data transfer to TBUF or data write to INx (depending on TBCTR.LOF setting). STBT is cleared when TRBSR.TBFLVL=TBCTR.LIMIT.

source

pub fn is_value2(&self) -> bool

Trigger mode 1: While TRBSR.STBT=1, a standard buffer event will be generated whenever there is a data transfer to TBUF or data write to INx (depending on TBCTR.LOF setting). STBT is cleared when TRBSR.TBFLVL=TBCTR.SIZE.