Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/st/
H A Dstm32_uart.h151 int stm32_uart_init(struct stm32_uart_handle_s *huart,
/rk3399_ARM-atf/drivers/st/uart/
H A Dstm32_uart.c305 int stm32_uart_init(struct stm32_uart_handle_s *huart, in stm32_uart_init() function
/rk3399_ARM-atf/plat/st/common/
H A Dstm32cubeprogrammer_uart.c510 if (stm32_uart_init(&handle.uart, instance, &init) != 0) { in stm32cubeprog_uart_load()