pub type R = R<MEM_CONF_SPEC>;Expand description
Register MEM_CONF reader
Aliased Type§
struct R { /* private fields */ }Implementations§
Source§impl R
 
impl R
Sourcepub fn mem_pd(&self) -> MEM_PD_R
 
pub fn mem_pd(&self) -> MEM_PD_R
Bit 0 - Set this bit to power down mem.when reg_mem_pd registers in the 3 uarts are all set to 1 mem will enter low power mode.
Sourcepub fn rx_size(&self) -> RX_SIZE_R
 
pub fn rx_size(&self) -> RX_SIZE_R
Bits 3:6 - This register is used to configure the amount of mem allocated to receiver’s fifo. the default byte num is 128.
Sourcepub fn tx_size(&self) -> TX_SIZE_R
 
pub fn tx_size(&self) -> TX_SIZE_R
Bits 7:10 - This register is used to configure the amount of mem allocated to transmitter’s fifo.the default byte num is 128.
Sourcepub fn rx_flow_thrhd_h3(&self) -> RX_FLOW_THRHD_H3_R
 
pub fn rx_flow_thrhd_h3(&self) -> RX_FLOW_THRHD_H3_R
Bits 15:17 - Refer to the rx_flow_thrhd’s description.
Sourcepub fn rx_tout_thrhd_h3(&self) -> RX_TOUT_THRHD_H3_R
 
pub fn rx_tout_thrhd_h3(&self) -> RX_TOUT_THRHD_H3_R
Bits 18:20 - Refer to the rx_tout_thrhd’s description.
Sourcepub fn xon_threshold_h2(&self) -> XON_THRESHOLD_H2_R
 
pub fn xon_threshold_h2(&self) -> XON_THRESHOLD_H2_R
Bits 21:22 - Refer to the uart_xon_threshold’s description.
Sourcepub fn xoff_threshold_h2(&self) -> XOFF_THRESHOLD_H2_R
 
pub fn xoff_threshold_h2(&self) -> XOFF_THRESHOLD_H2_R
Bits 23:24 - Refer to the uart_xoff_threshold’s description.
Sourcepub fn rx_mem_full_thrhd(&self) -> RX_MEM_FULL_THRHD_R
 
pub fn rx_mem_full_thrhd(&self) -> RX_MEM_FULL_THRHD_R
Bits 25:27 - Refer to the rxfifo_full_thrhd’s description.
Sourcepub fn tx_mem_empty_thrhd(&self) -> TX_MEM_EMPTY_THRHD_R
 
pub fn tx_mem_empty_thrhd(&self) -> TX_MEM_EMPTY_THRHD_R
Bits 28:30 - Refer to txfifo_empty_thrhd’s description.