![]() |
Kinetis SDK v.1.2 Demo Applications User's Guide
Rev. 0
Freescale Semiconductor, Inc.
|
#include <stdio.h>
#include "board.h"
#include "fsl_hwtimer.h"
#include "fsl_debug_console.h"
Macros | |
#define | HWTIMER_LL_DEVIF |
#define | HWTIMER_LL_ID |
#define | HWTIMER_PERIOD |
#define | HWTIMER_DOTS_PER_LINE |
#define | HWTIMER_LINES_COUNT |
Functions | |
void | hwtimer_callback (void *data) |
Hardware timer callback function. More... | |
int | main (void) |
Main function. More... | |
Variables | |
const hwtimer_devif_t | kSystickDevif |
const hwtimer_devif_t | kPitDevif |
hwtimer_t | hwtimer |
#define HWTIMER_DOTS_PER_LINE |
#define HWTIMER_LINES_COUNT |
#define HWTIMER_LL_DEVIF |
#define HWTIMER_LL_ID |
#define HWTIMER_PERIOD |
void hwtimer_callback | ( | void * | data | ) |
int main | ( | void | ) |
Function prototype for main function.
receiveBuff | Buffer used to hold received data |
hwtimer_t hwtimer |
const hwtimer_devif_t kPitDevif |
const hwtimer_devif_t kSystickDevif |