Home
last modified time | relevance | path

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

/lk-master/platform/stm32f1xx/
A Duart.c27 #ifndef UART1_FLOWCONTROL
28 #define UART1_FLOWCONTROL USART_HardwareFlowControl_None macro
88 usart_init1_early(USART1, UART1_FLOWCONTROL, USART1_IRQn); in uart_init_early()
/lk-master/platform/stm32f2xx/
A Duart.c27 #ifndef UART1_FLOWCONTROL
28 #define UART1_FLOWCONTROL USART_HardwareFlowControl_None macro
88 usart_init1_early(USART1, UART1_FLOWCONTROL, USART1_IRQn); in uart_init_early()
/lk-master/platform/stm32f0xx/
A Duart.c26 #ifndef UART1_FLOWCONTROL
27 #define UART1_FLOWCONTROL 0x0 macro
109 stm32_usart_init1_early(USART1, UART1_FLOWCONTROL, USART1_IRQn); in uart_init_early()
/lk-master/platform/stm32f4xx/
A Duart.c25 #ifndef UART1_FLOWCONTROL
26 #define UART1_FLOWCONTROL USART_HardwareFlowControl_None macro
101 usart_init1_early(USART1, UART1_BAUDRATE, UART1_FLOWCONTROL, USART1_IRQn); in uart_init_early()
/lk-master/platform/stm32f7xx/
A Duart.c37 #ifndef UART1_FLOWCONTROL
38 #define UART1_FLOWCONTROL DEFAULT_FLOWCONTROL macro
128 usart_init_early(uart[1], USART1, UART1_BAUDRATE, UART1_FLOWCONTROL); in uart_init_early()

Completed in 8 milliseconds