S_pwm_Timer_GlobalData Struct Reference

Structure to contain the global data for the timer. More...


Data Fields

pwm_Channels_Message message [2]
 Array of two messages.
pwm_Channels_MessagepActive
 Pointer to the active message.
pwm_Channels_MessagepRead
 Pointer to the message to read.
pwm_Channels_StepCounter step
 Current step in the cycle.
pwm_Timer_Cycles currentCycle
 Current cycle.
Boolean readDone
 Indicates if something is read from the queue.


Detailed Description

Structure to contain the global data for the timer.

Definition at line 20 of file pwm_timer.c.


Field Documentation

pwm_Timer_Cycles S_pwm_Timer_GlobalData::currentCycle

Current cycle.

Definition at line 25 of file pwm_timer.c.

Referenced by pwm_Timer_init(), and SIGNAL().

pwm_Channels_Message S_pwm_Timer_GlobalData::message[2]

Array of two messages.

Definition at line 21 of file pwm_timer.c.

Referenced by pwm_Timer_init().

pwm_Channels_Message* S_pwm_Timer_GlobalData::pActive

Pointer to the active message.

Definition at line 22 of file pwm_timer.c.

Referenced by pwm_Timer_init(), and SIGNAL().

pwm_Channels_Message* S_pwm_Timer_GlobalData::pRead

Pointer to the message to read.

Definition at line 23 of file pwm_timer.c.

Referenced by pwm_Timer_init(), and SIGNAL().

Boolean S_pwm_Timer_GlobalData::readDone

Indicates if something is read from the queue.

Definition at line 26 of file pwm_timer.c.

Referenced by pwm_Timer_init(), and SIGNAL().

pwm_Channels_StepCounter S_pwm_Timer_GlobalData::step

Current step in the cycle.

Definition at line 24 of file pwm_timer.c.

Referenced by pwm_Timer_init(), and SIGNAL().


The documentation for this struct was generated from the following file:
Generated on Mon Oct 2 19:31:18 2006 for USB-LED-Fader by  doxygen 1.4.7