pub type R = R<STAT_SPEC>;Expand description
Register STAT reader
Aliased Type§
pub struct R { /* private fields */ }Implementations§
Source§impl R
impl R
Sourcepub fn rx_empty(&self) -> RX_EMPTY_R
pub fn rx_empty(&self) -> RX_EMPTY_R
Bit 4 - Read-only flag indicating the RX FIFO state.
Sourcepub fn tx_empty(&self) -> TX_EMPTY_R
pub fn tx_empty(&self) -> TX_EMPTY_R
Bit 6 - Read-only flag indicating the TX FIFO state.
Sourcepub fn rx_num(&self) -> RX_NUM_R
pub fn rx_num(&self) -> RX_NUM_R
Bits 8:13 - Indicates the number of bytes currently in the RX FIFO.