Type Alias xmc4300::usic0_ch0::tcsr::WaW

source ·
pub type WaW<'a, REG> = BitWriter<'a, REG, Wa>;
Expand description

Field WA writer - Word Address

Aliased Type§

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

Implementations§

source§

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

source

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

The data word in TBUF will be transmitted after a falling edge of WA has been detected (referring to PSR.WA).

source

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

The data word in TBUF will be transmitted after a rising edge of WA has been detected (referring to PSR.WA).