![]() |
Kinetis SDK v.1.2 Demo Applications User's Guide
Rev. 0
Freescale Semiconductor, Inc.
|
#include <stdio.h>
#include "board.h"
#include "fsl_interrupt_manager.h"
#include "fsl_clock_manager.h"
#include "fsl_gpio_driver.h"
#include "fsl_enc_driver.h"
#include "fsl_debug_console.h"
Macros | |
#define | ENCODER_PULSES |
#define | ENCODER_COUNTS |
#define | ENCODER_PULS_ON_LED |
Functions | |
void | ENC_ISR_Index (void *arg) |
int | main (void) |
Function prototype for main function. More... | |
void | ENC_ISR_Home (void) |
void | ENC_ISR_Rollover (void) |
void | ENC_ISR_Rollunder (void) |
void | ENC_ISR_Compare (void) |
void | ENC_ISR_Watchdog (void) |
void | ENC_ISR_Simult (void) |
Variables | |
uint32_t | ledStart |
#define ENCODER_COUNTS |
#define ENCODER_PULS_ON_LED |
#define ENCODER_PULSES |
void ENC_ISR_Compare | ( | void | ) |
void ENC_ISR_Home | ( | void | ) |
void ENC_ISR_Index | ( | void * | arg | ) |
void ENC_ISR_Rollover | ( | void | ) |
void ENC_ISR_Rollunder | ( | void | ) |
void ENC_ISR_Simult | ( | void | ) |
void ENC_ISR_Watchdog | ( | void | ) |
int main | ( | void | ) |
Function prototype for main function.
uint32_t ledStart |