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

source

pub fn tx_afifo_full(&self) -> TX_AFIFO_FULL_R

Bit 0 - Full signal of APB TX AFIFO.

source

pub fn tx_afifo_empty(&self) -> TX_AFIFO_EMPTY_R

Bit 1 - Empty signal of APB TX AFIFO.

source

pub fn rx_afifo_full(&self) -> RX_AFIFO_FULL_R

Bit 2 - Full signal of APB RX AFIFO.

source

pub fn rx_afifo_empty(&self) -> RX_AFIFO_EMPTY_R

Bit 3 - Empty signal of APB RX AFIFO.