 VLSI Solution Oy Evaluation MP3 Player Source Code Documentation
VLSI Solution Oy Evaluation MP3 Player Source Code Documentation
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
| Enumerations | |
| enum | uimodetype { UI_TITLE, UI_SPEC, UI_VOLUME, UI_BASS, UI_TREBLE, UI_CUE, UI_RECLEVEL, UI_INFO, UI_STOP, UI_END_OF_MODES } | 
| User Interface Modes.  More... | |
| enum | playingstatetype { PS_NORMAL = 0, PS_END_OF_SONG, PS_NEXT_SONG, PS_PREVIOUS_SONG, PS_CUE, PS_CUE_WAIT1003, PS_CUE_ACTION, PS_REWIND, PS_REW_WAIT1003, PS_FALLBACK_1, PS_FALLBACK_N, PS_RECORDING } | 
| Playing states.  More... | |
| Variables | |
| xdata uimodetype | uiMode | 
| Current User Interface mode (Title, Volume, ...). | |
| xdata playingstatetype | playingState | 
| Playing State Global. | |
Definition in file ui.h.
| 
 | 
| Playing states. 
 
 
 Definition at line 22 of file ui.h. 
 
 | 
| 
 | 
| User Interface Modes. 
 
 Definition at line 7 of file ui.h. 
 
 | 
| 
 | 
| Playing State Global. 
 | 
| 
 | 
| Current User Interface mode (Title, Volume, ...). 
 Definition at line 19 of file ui.h. Referenced by AvailableProcessorTime(), main(), and Record(). |