W

Type Alias W 

pub type W = W<FifoSpec>;
Expand description

Register FIFO writer

Aliased Type§

pub struct W { /* private fields */ }

Implementations§

§

impl W

pub fn rxfe(&mut self) -> RxfeW<'_, FifoSpec>

Bit 3 - Receive FIFO Enable

pub fn txfe(&mut self) -> TxfeW<'_, FifoSpec>

Bit 7 - Transmit FIFO Enable

pub fn rxufe(&mut self) -> RxufeW<'_, FifoSpec>

Bit 8 - Receive FIFO Underflow Interrupt Enable

pub fn txofe(&mut self) -> TxofeW<'_, FifoSpec>

Bit 9 - Transmit FIFO Overflow Interrupt Enable

pub fn rxiden(&mut self) -> RxidenW<'_, FifoSpec>

Bits 10:12 - Receiver Idle Empty Enable

pub fn rxflush(&mut self) -> RxflushW<'_, FifoSpec>

Bit 14 - Receive FIFO/Buffer Flush

pub fn txflush(&mut self) -> TxflushW<'_, FifoSpec>

Bit 15 - Transmit FIFO/Buffer Flush

pub fn rxuf(&mut self) -> RxufW<'_, FifoSpec>

Bit 16 - Receiver Buffer Underflow Flag

pub fn txof(&mut self) -> TxofW<'_, FifoSpec>

Bit 17 - Transmitter Buffer Overflow Flag