uart.h
Go to the documentation of this file.
IRQn_Type uart_irqn(KUARTNum uart)
Internal function to get appropriate interrupt number based on uart num.
Definition: uart.c:64
USART_TypeDef * uart_dev(KUARTNum uart)
Internal function to get appropriate USART_TypeDef based on uart num.
Definition: uart.c:34