![]() |
Kinetis SDK v.1.2 Demo Applications User's Guide
Rev. 0
Freescale Semiconductor, Inc.
|
#include "include.h"
#include "board.h"
#include "fsl_hwtimer.h"
#include "fsl_os_abstraction.h"
#include "fsl_debug_console.h"
Macros | |
#define | HWTIMER_LL_DEVIF |
#define | HWTIMER_LL_ID |
#define | HWTIMER_PERIOD |
Functions | |
static void | hwtimer1_callback (void *p) |
int | main (void) |
Function prototype for main function. More... | |
Variables | |
volatile uint16 | FSL_Sample_Event_Flag |
hwtimer_t | hwtimer |
const hwtimer_devif_t | kSystickDevif |
const hwtimer_devif_t | kPitDevif |
#define HWTIMER_LL_DEVIF |
#define HWTIMER_LL_ID |
#define HWTIMER_PERIOD |
|
static |
int main | ( | void | ) |
Function prototype for main function.
volatile uint16 FSL_Sample_Event_Flag |
hwtimer_t hwtimer |
const hwtimer_devif_t kPitDevif |
const hwtimer_devif_t kSystickDevif |