#include <PA7.h>
Fonctions | |
void | PA_SetDSLiteBrightness (u8 level) |
static void | PA_Mic (void) |
static void | PA_SoundUpdates (void) |
void | PA_SoundPlay (u8 channel) |
void | PA_SoundStop (u8 channel) |
void | PA_SoundProcess (void) |
void | PA_SoundPause (u8 channel) |
Variables | |
volatile PA_IPCType * | PA_IPC |
u8 | PA_SoundBusyInit |
s32 | modvolume |
u8 * | microphone_buffer |
int | microphone_buffer_length |
int | current_length |
static void PA_Mic | ( | void | ) | [inline, static] |
void PA_SetDSLiteBrightness | ( | u8 | level | ) |
void PA_SoundPause | ( | u8 | channel | ) | [inline] |
void PA_SoundPlay | ( | u8 | channel | ) | [inline] |
void PA_SoundProcess | ( | void | ) | [inline] |
void PA_SoundStop | ( | u8 | channel | ) | [inline] |
static void PA_SoundUpdates | ( | void | ) | [inline, static] |
int current_length |
s32 modvolume |
volatile PA_IPCType* PA_IPC |