RxflushW

Type Alias RxflushW 

pub type RxflushW<'a, REG> = BitWriter<'a, REG, Rxflush>;
Expand description

Field RXFLUSH writer - Receive FIFO/Buffer Flush

Aliased Type§

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

Implementations§

§

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

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

No flush operation occurs.

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

All data in the receive FIFO/buffer is cleared out.