Struct esp32::uart0::mem_cnt_status::R
source · pub struct R(_);Expand description
Register MEM_CNT_STATUS reader
Implementations§
source§impl R
impl R
sourcepub fn rx_mem_cnt(&self) -> RX_MEM_CNT_R
pub fn rx_mem_cnt(&self) -> RX_MEM_CNT_R
Bits 0:2 - refer to the rxfifo_cnt’s describtion.
sourcepub fn tx_mem_cnt(&self) -> TX_MEM_CNT_R
pub fn tx_mem_cnt(&self) -> TX_MEM_CNT_R
Bits 3:5 - refer to the txfifo_cnt’s describtion.