19 #ifndef CODEBASE_PERIPHERAL_MODULES_UART_PRINTF_H_    20 #define CODEBASE_PERIPHERAL_MODULES_UART_PRINTF_H_    36 #ifndef UARTE_BAUDRATE_BAUDRATE_Pos    37 #error "UARTE (with Easy DMA) peripheral isn't available in this SoC. \    38     Use the UART peripheral."    41 #if SYS_CFG_PRESENT == 1    42 #include "sys_config.h"    44 #ifndef UARTE_USED_UART_PRINTF    45 #define UARTE_USED_UART_PRINTF 0 
void uart_printf_init(uart_printf_baud_t baud_rate)
Function to initialize the parameters of UART based on the configurations in boards....