Hilscher netX microcontroller driver  V0.0.5.0
Documentation of the netX driver package
DRV_ADC_SEQ_BUFFER_T Struct Reference

Structure for the buffers used for the sequencers data io. More...

#include <netx_drv_adc.h>

Collaboration diagram for DRV_ADC_SEQ_BUFFER_T:
Collaboration graph

Data Fields

bool fEnable
 
void * pvBufferAdr
 
volatile uint32_t ulPosition
 
uint32_t ulMaxCount
 
DRV_CALLBACK_F fnWrapCallback
 
void * pWrapCallbackkHandle
 

Detailed Description

Structure for the buffers used for the sequencers data io.

Definition at line 446 of file netx_drv_adc.h.

Field Documentation

bool DRV_ADC_SEQ_BUFFER_T::fEnable

Enable the buffer.

Definition at line 448 of file netx_drv_adc.h.

DRV_CALLBACK_F DRV_ADC_SEQ_BUFFER_T::fnWrapCallback

The callback if the series buffer full and next run will coming.

Definition at line 452 of file netx_drv_adc.h.

void* DRV_ADC_SEQ_BUFFER_T::pvBufferAdr

Start address of the buffer.

Definition at line 449 of file netx_drv_adc.h.

void* DRV_ADC_SEQ_BUFFER_T::pWrapCallbackkHandle

The handle associated with the ADC series buffer callback.

Definition at line 453 of file netx_drv_adc.h.

uint32_t DRV_ADC_SEQ_BUFFER_T::ulMaxCount

Max. count of buffer elements.

Definition at line 451 of file netx_drv_adc.h.

volatile uint32_t DRV_ADC_SEQ_BUFFER_T::ulPosition

Position of the last sample.

Definition at line 450 of file netx_drv_adc.h.


The documentation for this struct was generated from the following file: