Type Alias xmc4800::ebu::busrcon3::WaitinvW

source ·
pub type WaitinvW<'a, REG> = BitWriter<'a, REG, Waitinv>;
Expand description

Field WAITINV writer - Reversed polarity at WAIT

Aliased Type§

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

Implementations§

source§

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

source

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

input at WAIT pin is active low (default after reset).

source

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

input at WAIT pin is active high.