Data Fields | |
pwm_Channels_Message | message [2] |
Array of two messages. | |
pwm_Channels_Message * | pActive |
Pointer to the active message. | |
pwm_Channels_Message * | pRead |
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. |
Definition at line 20 of file pwm_timer.c.
Current cycle.
Definition at line 25 of file pwm_timer.c.
Referenced by pwm_Timer_init(), and SIGNAL().
Pointer to the active message.
Definition at line 22 of file pwm_timer.c.
Referenced by pwm_Timer_init(), and SIGNAL().
Pointer to the message to read.
Definition at line 23 of file pwm_timer.c.
Referenced by pwm_Timer_init(), and SIGNAL().
Indicates if something is read from the queue.
Definition at line 26 of file pwm_timer.c.
Referenced by pwm_Timer_init(), and SIGNAL().
Current step in the cycle.
Definition at line 24 of file pwm_timer.c.
Referenced by pwm_Timer_init(), and SIGNAL().