This file provides all the functionalities provided by ADC driver module of Freescale MPC563 power-pc MCU. More...
#include "adc_Cfg.h"#include "adc.h"
Go to the source code of this file.
Data Structures | |
| struct | QADC_CCW_Data |
| This structure defines the data for each CCW and the Application call-back function for that conversion. More... | |
| struct | QADC_Drv |
| This structure holds all global data of teh ADC module. More... | |
Defines | |
| #define | MOD_A_ADDR 0x500 |
| Module A address. | |
| #define | MOD_B_ADDR 0x1000 |
| Module B address. | |
Functions | |
| int | main () |
Variables | |
| static QADC_Drv | self [ADC_TOT_MOD] |
| This global static variable holds ADC driver related data for each ADC converter module. | |
| struct QADC64_tag *const | ModRegAddr [ADC_TOT_MOD] |
| This variable holds the address for register array of all the ADC converters. | |
This file provides all the functionalities provided by ADC driver module of Freescale MPC563 power-pc MCU.
Definition in file adc.c.
| struct QADC64_tag* const ModRegAddr[ADC_TOT_MOD] |
{MOD_A_ADDR, MOD_B_ADDR}
This variable holds the address for register array of all the ADC converters.
1.7.1