#include "board.h"
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Defines | |
#define | BASE_UART UART4 |
#define | BASE_ID ID_UART4 |
#define | BASE_IRQ UART4_IRQn |
#define | RX_SIZE 30 |
Functions | |
COMPILER_ALIGNED (32) | |
Handler for UART4. | |
void | XDMAC_Handler (void) |
Handler for XDMAC. | |
int | main (void) |
Application entry point for UART example. | |
Variables | |
const Pin | BASE_UART_PINS [] = {PINS_UART4} |
This file contains all the specific code for the UART example.
Definition in file main.c.
COMPILER_ALIGNED | ( | 32 | ) |