![]() |
Kinetis SDK v.1.2 Demo Applications User's Guide
Rev. 0
Freescale Semiconductor, Inc.
|
#include <stdio.h>
#include "board.h"
#include "fsl_hwtimer_systick.h"
#include "fsl_mmdvsq_hal.h"
#include "fsl_debug_console.h"
#include <arm_math.h>
Macros | |
#define | USE_STDIO_FUNCTIONS |
#define | SYSTICK_LOAD_VALUE |
#define | HWTIMER_LL_DEVIF |
#define | HWTIMER_LL_ID |
#define | HWTIMER_PERIOD |
#define | HWTIMER_DOTS_PER_LINE |
#define | HWTIMER_LINES_COUNT |
Functions | |
int | main (void) |
Function prototype for main function. More... | |
Variables | |
const hwtimer_devif_t | kSystickDevif |
const hwtimer_devif_t | kPitDevif |
hwtimer_t | hwtimer |
hwtimer_time_t | time |
uint32_t | overhead |
uint32_t | cnt_start_value |
uint32_t | cnt_end_value |
#define HWTIMER_DOTS_PER_LINE |
#define HWTIMER_LINES_COUNT |
#define HWTIMER_LL_DEVIF |
#define HWTIMER_LL_ID |
#define HWTIMER_PERIOD |
#define SYSTICK_LOAD_VALUE |
#define USE_STDIO_FUNCTIONS |
int main | ( | void | ) |
Function prototype for main function.
receiveBuff | Buffer used to hold received data |
uint32_t cnt_end_value |
uint32_t cnt_start_value |
hwtimer_t hwtimer |
const hwtimer_devif_t kPitDevif |
const hwtimer_devif_t kSystickDevif |
uint32_t overhead |
hwtimer_time_t time |