Type Alias xmc4800::usic0_ch0::psr_ascmode::TffW

source ·
pub type TffW<'a, REG> = BitWriter<'a, REG, Tff>;
Expand description

Field TFF writer - Transmitter Frame Finished

Aliased Type§

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

Implementations§

source§

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

source

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

The transmitter frame is not yet finished.

source

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

The transmitter frame is finished.