Expand description
UART threshold and allocation configuration
Structs
- UART threshold and allocation configuration
- Register
MEM_CONFreader - Register
MEM_CONFwriter
Type Definitions
- Field
MEM_FORCE_PDreader - Set this bit to force power down UART memory. - Field
MEM_FORCE_PDwriter - Set this bit to force power down UART memory. - Field
MEM_FORCE_PUreader - Set this bit to force power up UART memory. - Field
MEM_FORCE_PUwriter - Set this bit to force power up UART memory. - Field
RX_FLOW_THRHDreader - This register is used to configure the maximum amount of data that can be received when hardware flow control works. - Field
RX_FLOW_THRHDwriter - This register is used to configure the maximum amount of data that can be received when hardware flow control works. - Field
RX_SIZEreader - This register is used to configure the amount of mem allocated for receive-FIFO. The default number is 128 bytes. - Field
RX_SIZEwriter - This register is used to configure the amount of mem allocated for receive-FIFO. The default number is 128 bytes. - Field
RX_TOUT_THRHDreader - This register is used to configure the threshold time that receiver takes to receive one byte. The rxfifo_tout_int interrupt will be trigger when the receiver takes more time to receive one byte with rx_tout_en set to 1. - Field
RX_TOUT_THRHDwriter - This register is used to configure the threshold time that receiver takes to receive one byte. The rxfifo_tout_int interrupt will be trigger when the receiver takes more time to receive one byte with rx_tout_en set to 1. - Field
TX_SIZEreader - This register is used to configure the amount of mem allocated for transmit-FIFO. The default number is 128 bytes. - Field
TX_SIZEwriter - This register is used to configure the amount of mem allocated for transmit-FIFO. The default number is 128 bytes.