Struct esp32c2_hal::pac::uart0::mem_rx_status::R
pub struct R(_);
Expand description
Register MEM_RX_STATUS
reader
Implementations§
§impl R
impl R
pub fn apb_rx_raddr(&self) -> FieldReaderRaw<u16, u16>
pub fn apb_rx_raddr(&self) -> FieldReaderRaw<u16, u16>
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.
Methods from Deref<Target = R<MEM_RX_STATUS_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<MEM_RX_STATUS_SPEC>> for R
impl From<R<MEM_RX_STATUS_SPEC>> for R
§fn from(reader: R<MEM_RX_STATUS_SPEC>) -> R
fn from(reader: R<MEM_RX_STATUS_SPEC>) -> R
Converts to this type from the input type.