Module esp32_hal::pac::uart0::mem_conf

Expand description

Structs

This register you can read, write_with_zero, reset, write, modify. See API.
Register MEM_CONF reader
Register MEM_CONF writer

Type Definitions

Field MEM_PD reader - 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.
Field MEM_PD writer - 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.
Field RX_FLOW_THRHD_H3 reader - refer to the rx_flow_thrhd’s describtion.
Field RX_FLOW_THRHD_H3 writer - refer to the rx_flow_thrhd’s describtion.
Field RX_MEM_FULL_THRHD reader - refer to the rxfifo_full_thrhd’s describtion.
Field RX_MEM_FULL_THRHD writer - refer to the rxfifo_full_thrhd’s describtion.
Field RX_SIZE reader - This register is used to configure the amount of mem allocated to receiver’s fifo. the default byte num is 128.
Field RX_SIZE writer - This register is used to configure the amount of mem allocated to receiver’s fifo. the default byte num is 128.
Field RX_TOUT_THRHD_H3 reader - refer to the rx_tout_thrhd’s describtion.
Field RX_TOUT_THRHD_H3 writer - refer to the rx_tout_thrhd’s describtion.
Field TX_MEM_EMPTY_THRHD reader - refer to txfifo_empty_thrhd ’s describtion.
Field TX_MEM_EMPTY_THRHD writer - refer to txfifo_empty_thrhd ’s describtion.
Field TX_SIZE reader - This register is used to configure the amount of mem allocated to transmitter’s fifo.the default byte num is 128.
Field TX_SIZE writer - This register is used to configure the amount of mem allocated to transmitter’s fifo.the default byte num is 128.
Field XOFF_THRESHOLD_H2 reader - refer to the uart_xoff_threshold’s describtion.
Field XOFF_THRESHOLD_H2 writer - refer to the uart_xoff_threshold’s describtion.
Field XON_THRESHOLD_H2 reader - refer to the uart_xon_threshold’s describtion.
Field XON_THRESHOLD_H2 writer - refer to the uart_xon_threshold’s describtion.