Type Alias xmc4400::usic0_ch0::tbctr::STBTM_R

source ·
pub type STBTM_R = BitReader<STBTM_A>;
Expand description

Field STBTM reader - Standard Transmit Buffer Trigger Mode

Aliased Type§

struct STBTM_R { /* private fields */ }

Implementations§

source§

impl STBTM_R

source

pub const fn variant(&self) -> STBTM_A

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.