Microchip® Advanced Software Framework

reset_cause_example_sam4l.c File Reference

CPU reset cause example for SAM4L.

Copyright (c) 2012-2018 Microchip Technology Inc. and its subsidiaries.

#include "asf.h"

Macros

#define STRING_EOL   "\r"
 
#define STRING_HEADER
 

Functions

static void configure_console (void)
 Configure UART console. More...
 
int main (void)
 Main function. More...
 

#define STRING_EOL   "\r"
#define STRING_HEADER
Value:
"-- Reset_Cause Example --\r\n" \
"-- "BOARD_NAME" --\r\n" \
"-- Compiled: "__DATE__" "__TIME__" --"STRING_EOL
#define STRING_EOL
Definition: reset_cause_example_sam4l.c:86
#define BOARD_NAME
Name string macro.
Definition: sam4l8_xplained_pro.h:86

Referenced by main().

static void configure_console ( void  )
static