Searched refs:Uart (Results 1 – 18 of 18) sorted by relevance
238 tmp = ((Uart *)hw)->UART_IMR; in hri_uart_get_IMR_reg()297 tmp = ((Uart *)hw)->UART_SR; in hri_uart_get_SR_reg()340 tmp = ((Uart *)hw)->UART_MR; in hri_uart_get_MR_FILTER_bit()349 tmp = ((Uart *)hw)->UART_MR; in hri_uart_write_MR_FILTER_bit()352 ((Uart *)hw)->UART_MR = tmp; in hri_uart_write_MR_FILTER_bit()380 tmp = ((Uart *)hw)->UART_MR; in hri_uart_get_MR_BRSRCCK_bit()389 tmp = ((Uart *)hw)->UART_MR; in hri_uart_write_MR_BRSRCCK_bit()392 ((Uart *)hw)->UART_MR = tmp; in hri_uart_write_MR_BRSRCCK_bit()420 tmp = ((Uart *)hw)->UART_MR; in hri_uart_get_MR_PAR_bf()429 tmp = ((Uart *)hw)->UART_MR; in hri_uart_write_MR_PAR_bf()[all …]
160 Uart->LCR |= UART_LCR_DLAB; in Uart_BaseInit()168 Uart->LCR &= ~UART_LCR_DLAB; in Uart_BaseInit()194 Uart->LCR = LCR; in Uart_BaseInit()197 Uart->SFE |= UART_SFE_SFE; in Uart_BaseInit()218 Uart->OFFSET_4.IER = 0; in Uart_DeInit()223 Uart->LCR |= UART_LCR_DLAB; in Uart_DeInit()224 Uart->OFFSET_0.DLL = 0; in Uart_DeInit()225 Uart->OFFSET_4.DLH = 0; in Uart_DeInit()228 Uart->LCR &= ~UART_LCR_DLAB; in Uart_DeInit()282 Uart->OFFSET_0.THR = Data; in Uart_NoBlockTx()[all …]
115 if (UART == (Uart*)p_usart) { in usart_serial_init()122 if (UART0 == (Uart*)p_usart) { in usart_serial_init()129 if (UART1 == (Uart*)p_usart) { in usart_serial_init()136 if (UART2 == (Uart*)p_usart) { in usart_serial_init()143 if (UART3 == (Uart*)p_usart) { in usart_serial_init()150 if (UART4 == (Uart*)p_usart) { in usart_serial_init()389 if (UART == (Uart*)p_usart) { in usart_serial_putchar()395 if (UART0 == (Uart*)p_usart) { in usart_serial_putchar()401 if (UART1 == (Uart*)p_usart) { in usart_serial_putchar()494 if (UART == (Uart*)p_usart) { in usart_serial_getchar()[all …]
224 Uart *hw;248 enum status_code uart_init(struct uart_module *const module, Uart * const hw,
63 Uart *const uart_hw = module->hw; in _uart_write()87 Uart *const uart_hw = module->hw; in _uart_read()309 enum status_code uart_init(struct uart_module *const module, Uart * const hw, in uart_init()
807 #define UART0 ((Uart *)0x400E0800U) /**< \brief (UART0 ) Base Address…808 #define UART1 ((Uart *)0x400E0A00U) /**< \brief (UART1 ) Base Address…809 #define UART2 ((Uart *)0x400E1A00U) /**< \brief (UART2 ) Base Address…810 #define UART3 ((Uart *)0x400E1C00U) /**< \brief (UART3 ) Base Address…811 #define UART4 ((Uart *)0x400E1E00U) /**< \brief (UART4 ) Base Address…
849 #define UART0 ((Uart *)0x400E0800U) /**< \brief (UART0 ) Base Address…850 #define UART1 ((Uart *)0x400E0A00U) /**< \brief (UART1 ) Base Address…851 #define UART2 ((Uart *)0x400E1A00U) /**< \brief (UART2 ) Base Address…852 #define UART3 ((Uart *)0x400E1C00U) /**< \brief (UART3 ) Base Address…853 #define UART4 ((Uart *)0x400E1E00U) /**< \brief (UART4 ) Base Address…
748 #define UART0 ((Uart *)0x400E0800U) /**< \brief (UART0 ) Base Address…749 #define UART1 ((Uart *)0x400E0A00U) /**< \brief (UART1 ) Base Address…750 #define UART2 ((Uart *)0x400E1A00U) /**< \brief (UART2 ) Base Address…
9 group = DefineGroup('Uart', src, depend = [''], CPPPATH = CPPPATH)
122 Uart * const hw, in stdio_serial_init()
23 bool "Enable Uart Layer"29 prompt "Select Uart Mode"31 bool "Standard Uart"35 bool "message-based Uart"
510 } Uart; typedef527 } Uart; typedef
Completed in 110 milliseconds