SAMV71 Xplained Ultra Software Package 1.5

main.c File Reference

#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}

Detailed Description

This file contains all the specific code for the UART example.

Definition in file main.c.


Function Documentation

COMPILER_ALIGNED ( 32   ) 

Handler for UART4.

Process UART4 interrupts

Definition at line 116 of file main.c.

Here is the call graph for this function:

int main ( void   ) 

Application entry point for UART example.

Returns:
Unused (ANSI-C compatibility).

Definition at line 229 of file main.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines