#include <stdint.h>
#include <stdbool.h>
#include "fsl_adc16_driver.h"
|
void(*volatile | g_AdcCallback [ADC_INSTANCE_COUNT][ADC_SC1_COUNT])(void) |
|
volatile uint16_t | g_AdcValueInt [ADC_INSTANCE_COUNT][ADC_SC1_COUNT] |
|
void ADC0_IRQHandler |
( |
void |
| ) |
|
static void ADC16_IRQHandler |
( |
uint32_t |
instance | ) |
|
|
static |
uint16_t ADC_GetConvValueRAWInt |
( |
uint32_t |
instance, |
|
|
uint32_t |
chnGroup |
|
) |
| |
void ADC_InstallCallback |
( |
uint32_t |
instance, |
|
|
uint32_t |
chnGroup, |
|
|
void(*)(void) |
callbackFunc |
|
) |
| |
User-defined function to install callbach.
void(* volatile g_AdcCallback[ADC_INSTANCE_COUNT][ADC_SC1_COUNT])(void) |
volatile uint16_t g_AdcValueInt[ADC_INSTANCE_COUNT][ADC_SC1_COUNT] |