Type Alias xmc4300::usic0_ch0::brg::TmenW

source ·
pub type TmenW<'a, REG> = BitWriter<'a, REG, Tmen>;
Expand description

Field TMEN writer - Timing Measurement Enable

Aliased Type§

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

Implementations§

source§

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

source

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

Timing measurement is disabled: The trigger signals DX0T and DX1T are ignored.

source

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

Timing measurement is enabled: The 10-bit counter is incremented by 1 with fPPP and stops counting when reaching its maximum value. If one of the trigger signals DX0T or DX1T become active, the counter value is captured into bit field CTV, the counter is cleared and a transmit shift event is generated.