Type Alias xmc4800::usic0_ch0::psr::AifW

source ·
pub type AifW<'a, REG> = BitWriter<'a, REG, Aif>;
Expand description

Field AIF writer - Alternative Receive Indication Flag

Aliased Type§

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

Implementations§

source§

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

source

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

An alternative receive event has not occurred.

source

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

An alternative receive event has occurred.