|
MCB1700_Welcome
|
play sound More...

Data Structures | |
| struct | AudioState |
Macros | |
| #define | FREQ(x) ((x & 0xffff0000) >> 16) |
| #define | WAVES(x) (x & 0xffff) |
Functions | |
| bool | bPerformAudioStep () |
| void | TIMER0_IRQHandler () |
| void | vStartAudio () |
Variables | |
| static struct AudioState | sAudioState |
play sound
This file contains the main app function and init.
| #define FREQ | ( | x | ) | ((x & 0xffff0000) >> 16) |
| #define WAVES | ( | x | ) | (x & 0xffff) |
| bool bPerformAudioStep | ( | ) |

| void TIMER0_IRQHandler | ( | ) |

| void vStartAudio | ( | void | ) |

|
static |