#include "board.h"
#include <stdint.h>
#include <stdio.h>
#include <stdarg.h>
Go to the source code of this file.
Defines | |
#define | TEST_BAUDRATE 2400 |
Functions | |
int | main (void) |
Application entry point for pmc_clock switch example. | |
Variables | |
const Pin | pinPCK = PIN_PCK0 |
const char * | strWaitHint = "-I- Press ` to switch next clock configuration...\n\r" |
This file contains all the specific code for the pmc clock switching example.
Definition in file main.c.
int main | ( | void | ) |
const char* strWaitHint = "-I- Press ` to switch next clock configuration...\n\r" |