Home
last modified time | relevance | path

Searched refs:USART_CR1 (Results 1 – 1 of 1) sorted by relevance

/device/soc/st/common/platform/uart/
Dstm32mp1_uart_hw.c22 #define USART_CR1 (0x00) macro
78 dprintf("USART_CR1 : %#x.\r\n", RegRead(uart->base, USART_CR1)); in Mp1xxUartDump()
99 val = RegRead(uart->base, USART_CR1); in Mp1xxUartHwRxEnable()
107 RegWrite(uart->base, USART_CR1, val); in Mp1xxUartHwRxEnable()
140 val = RegRead(uart->base, USART_CR1); in Mp1xxUartHwEnable()
149 RegWrite(uart->base, USART_CR1, val); in Mp1xxUartHwEnable()
158 val = RegRead(uart->base, USART_CR1); in Mp1xxUartHwFifoEnable()
166 RegWrite(uart->base, USART_CR1, val); in Mp1xxUartHwFifoEnable()
176 val = RegRead(uart->base, USART_CR1); in Mp1xxUartHwDataBits()
192 RegWrite(uart->base, USART_CR1, val); in Mp1xxUartHwDataBits()
[all …]