Type Alias esp32h2::uart0::afifo_status::R
source · pub type R = R<AFIFO_STATUS_SPEC>;
Expand description
Register AFIFO_STATUS
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
source§impl R
impl R
sourcepub fn tx_afifo_full(&self) -> TX_AFIFO_FULL_R
pub fn tx_afifo_full(&self) -> TX_AFIFO_FULL_R
Bit 0 - Full signal of APB TX AFIFO.
sourcepub fn tx_afifo_empty(&self) -> TX_AFIFO_EMPTY_R
pub fn tx_afifo_empty(&self) -> TX_AFIFO_EMPTY_R
Bit 1 - Empty signal of APB TX AFIFO.
sourcepub fn rx_afifo_full(&self) -> RX_AFIFO_FULL_R
pub fn rx_afifo_full(&self) -> RX_AFIFO_FULL_R
Bit 2 - Full signal of APB RX AFIFO.
sourcepub fn rx_afifo_empty(&self) -> RX_AFIFO_EMPTY_R
pub fn rx_afifo_empty(&self) -> RX_AFIFO_EMPTY_R
Bit 3 - Empty signal of APB RX AFIFO.