Type Alias xmc4800::usic0_ch0::tbctr::STBTM_W

source ·
pub type STBTM_W<'a, REG> = BitWriter<'a, REG, STBTM_A>;
Expand description

Field STBTM writer - Standard Transmit Buffer Trigger Mode

Aliased Type§

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

Implementations§

source§

impl<'a, REG> STBTM_W<'a, REG>
where REG: Writable + RegisterSpec,

source

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

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 value2(self) -> &'a mut W<REG>

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.