Type Alias xmc4800::usic0_ch0::bypcr::BprioW

source ·
pub type BprioW<'a, REG> = BitWriter<'a, REG, Bprio>;
Expand description

Field BPRIO writer - Bypass Priority

Aliased Type§

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

Implementations§

source§

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

source

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

The transmit FIFO data has a higher priority than the bypass data.

source

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

The bypass data has a higher priority than the transmit FIFO data.