Type Alias xmc4800::ebu::busrcon3::WaitinvR

source ·
pub type WaitinvR = BitReader<Waitinv>;
Expand description

Field WAITINV reader - Reversed polarity at WAIT

Aliased Type§

struct WaitinvR { /* private fields */ }

Implementations§

source§

impl WaitinvR

source

pub const fn variant(&self) -> Waitinv

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

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

source

pub fn is_value2(&self) -> bool

input at WAIT pin is active high.