Hilscher netX microcontroller driver  V0.0.5.0
Documentation of the netX driver package
netx_drv_adc.c File Reference
#include "netx_drv.h"
Include dependency graph for netx_drv_adc.c:

Go to the source code of this file.

Macros

#define DRV_ACD_IRQHandler_Generator(id, _)   DRV_Default_IRQHandler_Function_Generator(MADC ## id ## _IRQHandler ,DRV_ACD_IRQ_Inline_Handler,DRV_ADC_SEQ_DEVICE_ID_ADC ## id)
 

Variables

static DRV_ADC_DEVICE_T *const s_apDeviceAddressTable [DRV_ADC_DEVICE_COUNT] = DRV_ADC_DEVICE_LIST
 Table of the device addresses. More...
 
static DRV_ADC_SEQ_DEVICE_T *const s_apSubDeviceAddressTable [DRV_ADC_SEQ_DEVICE_COUNT] = DRV_ADC_SEQ_DEVICE_LIST
 Table of the sequencer addresses. More...
 
static IRQn_Type const s_apHandleIRQnTable [DRV_ADC_SEQ_DEVICE_COUNT] = DRV_ADC_SEQ_DEVICE_IRQ_LIST
 Table of the IRQ vector numbers. More...
 
static DRV_ADC_SEQ_HANDLE_Ts_apHandleAddressTable [DRV_ADC_SEQ_DEVICE_COUNT] = { 0 }
 Used for mapping the handle to an interrupt. More...