Lines Matching +full:baud +full:- +full:rate
4 * SPDX-License-Identifier: Apache-2.0
24 * LCR DLAB=1, BAUD rate divisor LSB
32 * LCR DLAB=1, BAUD rate divisor MSB
43 /* FIFO Control Register, Write-Only */
47 #define MCHP_UART_FCR_CLR_RX_FIFO 0x02u /* Clear RX FIFO, bit is self-clearing */
48 #define MCHP_UART_FCR_CLR_TX_FIFO 0x04u /* Clear TX FIFO, bit is self-clearing */
56 /* Interrupt Identification Register, Read-Only */
67 * Highest-1. RX data available or RX FIFO trigger level reached
68 * Highest-2. RX timeout
69 * Highest-3. TX Holding register empty
70 * Highest-4. MODEM status
144 /* BAUD rate generator */
160 /* 24MHz internal clock source. n = 24e6 / (BAUD * 16) = 1500000 / BAUD */
174 uint8_t RSVDA[0x330 - 0x08];
176 uint8_t RSVDB[0x3f0 - 0x331];