#include <stdlib.h>
#include <string.h>
#include <3ds.h>
Go to the source code of this file.
|
| Result | MIC_Initialize (u32 *sharedmem, u32 sharedmem_size, u8 control, u8 recording, u8 unk0, u8 unk1, u8 unk2) |
| |
| Result | MIC_Shutdown () |
| |
| u32 | MIC_GetSharedMemOffsetValue () |
| |
| u32 | MIC_ReadAudioData (u8 *outbuf, u32 readsize, u32 waitforevent) |
| |
| Result | MIC_MapSharedMem (Handle handle, u32 size) |
| |
| Result | MIC_UnmapSharedMem () |
| |
| Result | MIC_cmd3_Initialize (u8 unk0, u8 unk1, u32 sharedmem_baseoffset, u32 sharedmem_endoffset, u8 unk2) |
| |
| Result | MIC_cmd5 () |
| |
| Result | MIC_GetCNTBit15 (u8 *out) |
| |
| Result | MIC_GetEventHandle (Handle *handle) |
| |
| Result | MIC_SetControl (u8 value) |
| |
| Result | MIC_GetControl (u8 *value) |
| |
| Result | MIC_SetRecording (u8 value) |
| |
| Result | MIC_IsRecoding (u8 *value) |
| |
| Result MIC_cmd3_Initialize |
( |
u8 |
unk0, |
|
|
u8 |
unk1, |
|
|
u32 |
sharedmem_baseoffset, |
|
|
u32 |
sharedmem_endoffset, |
|
|
u8 |
unk2 |
|
) |
| |
| u32 MIC_GetSharedMemOffsetValue |
( |
| ) |
|
Definition at line 87 of file mic.c.
| Result MIC_Initialize |
( |
u32 * |
sharedmem, |
|
|
u32 |
sharedmem_size, |
|
|
u8 |
control, |
|
|
u8 |
recording, |
|
|
u8 |
unk0, |
|
|
u8 |
unk1, |
|
|
u8 |
unk2 |
|
) |
| |
Definition at line 17 of file mic.c.
| u32 MIC_ReadAudioData |
( |
u8 * |
outbuf, |
|
|
u32 |
readsize, |
|
|
u32 |
waitforevent |
|
) |
| |
Definition at line 98 of file mic.c.
Definition at line 54 of file mic.c.
Definition at line 7 of file mic.c.