iLLD_TC27xD  1.0
Queue Functions
Collaboration diagram for Queue Functions:

Functions

IFX_INLINE void IfxVadc_Adc_addToQueue (IfxVadc_Adc_Channel *channel, uint32 options)
 Add an entry to the queue of a group for the specified channel with the following options set: refill source interrupt enable/disable external trigger control. More...
 
IFX_INLINE void IfxVadc_Adc_clearQueue (IfxVadc_Adc_Group *group)
 Flush the contents of the queue of a group. More...
 
IFX_INLINE IfxVadc_Status IfxVadc_Adc_getQueueStatus (IfxVadc_Adc_Group *group)
 Gives the status of the Queue of a group by returning non zero value if the Queue is full. More...
 
IFX_INLINE void IfxVadc_Adc_startQueue (IfxVadc_Adc_Group *group)
 Starts a queue of a group by generating a trigger event through software. More...
 

Detailed Description

Function Documentation

IFX_INLINE void IfxVadc_Adc_addToQueue ( IfxVadc_Adc_Channel channel,
uint32  options 
)

Add an entry to the queue of a group for the specified channel with the following options set: refill source interrupt enable/disable external trigger control.

Parameters
channelpointer to the VADC channel
optionsoptions for channel
Returns
None

For coding example see: IfxVadc_Adc_getResult

Definition at line 1151 of file IfxVadc_Adc.h.

IFX_INLINE void IfxVadc_Adc_clearQueue ( IfxVadc_Adc_Group group)

Flush the contents of the queue of a group.

Parameters
grouppointer to the VADC group
Returns
None

For coding example see: IfxVadc_Adc_getResult

Definition at line 1157 of file IfxVadc_Adc.h.

IFX_INLINE IfxVadc_Status IfxVadc_Adc_getQueueStatus ( IfxVadc_Adc_Group group)

Gives the status of the Queue of a group by returning non zero value if the Queue is full.

Parameters
grouppointer to the VADC group
Returns
Queue status

For coding example see: IfxVadc_Adc_getResult

Definition at line 1221 of file IfxVadc_Adc.h.

IFX_INLINE void IfxVadc_Adc_startQueue ( IfxVadc_Adc_Group group)

Starts a queue of a group by generating a trigger event through software.

Parameters
grouppointer to the VADC group
Returns
None

For coding example see: How to use the VADC ADC Interface driver?

Definition at line 1269 of file IfxVadc_Adc.h.