![]() |
Kinetis SDK v.1.2 Demo Applications User's Guide
Rev. 0
Freescale Semiconductor, Inc.
|
#include "fsl_dac_driver.h"
#include "adc_hw_trigger.h"
#include "fsl_misc_utilities.h"
#include "fsl_hwtimer.h"
Functions | |
static void | hwtimer_callback (void *data) |
int32_t | dac_gen_wave (void) |
Use DAC fifo to generate sinewave on DACx_OUT. More... | |
void | dac_stop_wave (void) |
Variables | |
static uint16_t | dacBuf [] |
const hwtimer_devif_t | kSystickDevif |
static hwtimer_t | hwtimer |
int32_t dac_gen_wave | ( | void | ) |
void dac_stop_wave | ( | void | ) |
|
static |
|
static |
|
static |
const hwtimer_devif_t kSystickDevif |