S_fade_LedState Struct Reference

The state of one LED. More...

#include <usbledfader.h>


Data Fields

fade_Waveform wave [3]
 Three waveforms: base-function1, base-function2 and override-function.
uint8_t waveCurrentId
 Which of the three waveforms is currently displayed?
uint8_t waveCurrentValue
 The current brightness.
uint8_t waveCurrentPosition
 Our position in the current waveform.
uint8_t waveCurrentRepetition
 We are in the n-th repetition.
int32_t waveNextUpdate
 Number of cycles till next update.


Detailed Description

The state of one LED.

Definition at line 352 of file usbledfader.h.


Field Documentation

fade_Waveform S_fade_LedState::wave[3]

Three waveforms: base-function1, base-function2 and override-function.

Definition at line 353 of file usbledfader.h.

Referenced by fade_globalData_init(), and fade_startWaveform().

uint8_t S_fade_LedState::waveCurrentId

Which of the three waveforms is currently displayed?

Definition at line 354 of file usbledfader.h.

Referenced by fade_globalData_init(), and fade_startWaveform().

uint8_t S_fade_LedState::waveCurrentPosition

Our position in the current waveform.

Definition at line 356 of file usbledfader.h.

Referenced by fade_globalData_init(), and fade_startWaveform().

uint8_t S_fade_LedState::waveCurrentRepetition

We are in the n-th repetition.

Definition at line 357 of file usbledfader.h.

Referenced by fade_globalData_init(), and fade_startWaveform().

uint8_t S_fade_LedState::waveCurrentValue

The current brightness.

Definition at line 355 of file usbledfader.h.

int32_t S_fade_LedState::waveNextUpdate

Number of cycles till next update.

Definition at line 358 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