54 #ifdef BOARD_DEBUG_UART_TX_PIN_PORT
61 #ifdef BOARD_DEBUG_UART_RX_PIN_PORT
#define BOARD_DEBUG_UART_TX_PIN_MUX
Function number in the PORT mux for the TX pin of the debug UART.
K60 clock configuration defines.
void uart_init(const unsigned int uart_num, uint32_t module_clk_hz, const uint32_t baud)
Initialize UART.
Debug port initialization for the Mulle platform.
#define BOARD_DEBUG_UART_BAUD
Baud rate of debug UART.
void dbg_uart_init(void)
Initialize debug UART used by printf.
Board configuration defines for Mulle platform.
Pin mux handling functions for Kinetis platforms.
#define BOARD_DEBUG_UART_RX_PIN_MUX
Function number in the PORT mux for the RX pin of the debug UART.
#define BOARD_DEBUG_UART_RX_PIN_NUMBER
Pin number within the PORT module of the RX pin of the debug UART.
#define BOARD_DEBUG_UART_TX_PIN_NUMBER
Pin number within the PORT module of the TX pin of the debug UART.
Provide common UART routines for MK60DZ10.
#define BOARD_DEBUG_UART_RX_PIN_PORT
PORT module containing the RX pin of the debug UART.
#define BOARD_DEBUG_UART_TX_PIN_PORT
PORT module containing the TX pin of the debug UART.
#define BOARD_DEBUG_UART_NUM
UART module used for debug printf.