Struct esp32_hal::pac::uart0::mem_cnt_status::R
pub struct R(_);
Expand description
Register MEM_CNT_STATUS
reader
Implementations§
§impl R
impl R
pub fn rx_mem_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn rx_mem_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 0:2 - refer to the rxfifo_cnt’s describtion.
pub fn tx_mem_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn tx_mem_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 3:5 - refer to the txfifo_cnt’s describtion.
Methods from Deref<Target = R<MEM_CNT_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_CNT_STATUS_SPEC>> for R
impl From<R<MEM_CNT_STATUS_SPEC>> for R
§fn from(reader: R<MEM_CNT_STATUS_SPEC>) -> R
fn from(reader: R<MEM_CNT_STATUS_SPEC>) -> R
Converts to this type from the input type.