S_fade_Waveform Struct Reference

Description of one waveform. More...

#include <usbledfader.h>


Data Fields

uint8_t waveformId
 ID of this waveform.
uint8_t waveformLength
 Length of this waveform.
uint8_t waveformRepetition
 How often is this waveform to be repeated?
uint8_t waveformDuration
 Duration for one cycle of this waveform, stored for status-output.
uint32_t waveformUpdateTime
 Time between two waveform-samples in calls of timerInterrupt(), calculated from waveformDuration.


Detailed Description

Description of one waveform.

Definition at line 343 of file usbledfader.h.


Field Documentation

uint8_t S_fade_Waveform::waveformDuration

Duration for one cycle of this waveform, stored for status-output.

Definition at line 347 of file usbledfader.h.

Referenced by fade_globalData_init(), and fade_startWaveform().

uint8_t S_fade_Waveform::waveformId

ID of this waveform.

Definition at line 344 of file usbledfader.h.

Referenced by fade_globalData_init(), and fade_startWaveform().

uint8_t S_fade_Waveform::waveformLength

Length of this waveform.

Definition at line 345 of file usbledfader.h.

Referenced by fade_globalData_init(), and fade_startWaveform().

uint8_t S_fade_Waveform::waveformRepetition

How often is this waveform to be repeated?

Definition at line 346 of file usbledfader.h.

Referenced by fade_globalData_init(), and fade_startWaveform().

uint32_t S_fade_Waveform::waveformUpdateTime

Time between two waveform-samples in calls of timerInterrupt(), calculated from waveformDuration.

Definition at line 348 of file usbledfader.h.

Referenced by fade_globalData_init(), and fade_startWaveform().


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