Freescale Semiconductor Inc.
    Regional Technical Application Center

 

E:/PROJECTS/IOP/ADC Average/Src/ADC_Filter/ADC_Filter_Drv/src/Tasks.h File Reference

Tasks to be assigned to each execution thread of Task scheduler. More...

#include "Derivative.h"

Include dependency graph for Tasks.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define EXECUTE_10MS_TASKS()
#define EXECUTE_20MS_TASKS()
#define EXECUTE_40MS_TASKS()
#define EXECUTE_80MS_A_TASKS()
#define EXECUTE_80MS_B_TASKS()   {;}

Variables

uint8_t gu8Index


Detailed Description

Tasks to be assigned to each execution thread of Task scheduler.

Copyright (c) 2008 Freescale Semiconductor Freescale Confidential Proprietary

Author:
Freescale Semiconductor

Guadalajara Applications Laboratory RTAC Americas

R01160

Version:
0.1
Date:
21/May/2008

Define Documentation

 
#define EXECUTE_10MS_TASKS (  ) 

Value:

{                                                          \
   SIU.GPDO[16].R ^= 1;                                    \
   vfnAdc_Sample_Acquire();                                \
}
List of tasks to be executed @ 10ms

 
#define EXECUTE_20MS_TASKS (  ) 

Value:

{                                                          \
  SIU.GPDO[17].R ^= 1;                                     \
}
List of tasks to be executed @ 20ms

 
#define EXECUTE_40MS_TASKS (  ) 

Value:

{                                                          \
  SIU.GPDO[18].R ^= 1;                                     \
}
List of tasks to be executed @ 40ms

 
#define EXECUTE_80MS_A_TASKS (  ) 

Value:

{                                                          \
  SIU.GPDO[19].R ^= 1;                                     \
}
List of tasks to be executed @ 80ms, first group

 
#define EXECUTE_80MS_B_TASKS (  )     {;}


Variable Documentation