Type Alias esp32c3::uart0::mem_rx_status::R

source ·
pub type R = R<MEM_RX_STATUS_SPEC>;
Expand description

Register MEM_RX_STATUS reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn apb_rx_raddr(&self) -> APB_RX_RADDR_R

Bits 0:9 - This register stores the offset address in RX-FIFO when software reads data from Rx-FIFO via APB. UART0 is 10’h100. UART1 is 10’h180.

source

pub fn rx_waddr(&self) -> RX_WADDR_R

Bits 11:20 - This register stores the offset address in Rx-FIFO when Rx-FIFO_Ctrl writes Rx-FIFO. UART0 is 10’h100. UART1 is 10’h180.