Type Alias xmc4800::usic0_ch0::psr_ascmode::RifW

source ·
pub type RifW<'a, REG> = BitWriter<'a, REG, Rif>;
Expand description

Field RIF writer - Receive Indication Flag

Aliased Type§

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

Implementations§

source§

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

source

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

A receive event has not occurred.

source

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

A receive event has occurred.