From: TravisCI-DocBuilder Date: Thu, 19 Nov 2015 19:50:19 +0000 (+0000) Subject: Doc generated from commit c0f75ae42b95ccd03b389af0b060cbc66f2a994e X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=c85b2110d2617b411a2be2827ae78120d1332d53;p=corbenik%2Fctrulib.git Doc generated from commit c0f75ae42b95ccd03b389af0b060cbc66f2a994e --- diff --git a/ac_8h_source.html b/ac_8h_source.html index 1503bcf..c3151c5 100644 --- a/ac_8h_source.html +++ b/ac_8h_source.html @@ -110,10 +110,10 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
18  * @param out Pointer to output the current Wifi status to. (0 = not connected, 1 = O3DS Internet, 2 = N3DS Internet)
19  */
20 Result ACU_GetWifiStatus(u32 *out);
-
s32 Result
Function result.
Definition: types.h:35
+
s32 Result
Function result.
Definition: types.h:42
Result acInit(void)
Initializes AC.
void acExit(void)
Exits AC.
-
uint32_t u32
32-bit unsigned integer
Definition: types.h:16
+
uint32_t u32
32-bit unsigned integer
Definition: types.h:23
Result acWaitInternetConnection(void)
Waits for the system to connect to the internet.
Result ACU_GetWifiStatus(u32 *out)
Gets the current Wifi status.
diff --git a/am_8h_source.html b/am_8h_source.html index 9478bda..e2704dd 100644 --- a/am_8h_source.html +++ b/am_8h_source.html @@ -207,20 +207,20 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Result AM_DeleteAppTitle(u8 mediatype, u64 titleID)
Deletes a title, provided that it is not a system title.
Result AM_GetTitleIdList(u8 mediatype, u32 count, u64 *titleIDs)
Gets a list of title IDs present in a mediatype.
Result AM_FinishCiaInstall(u8 mediatype, Handle *ciaHandle)
Finalizes the CIA install process.
-
s32 Result
Function result.
Definition: types.h:35
-
uint16_t u16
16-bit unsigned integer
Definition: types.h:15
+
s32 Result
Function result.
Definition: types.h:42
+
uint16_t u16
16-bit unsigned integer
Definition: types.h:22
Contains basic information about a title.
Definition: am.h:10
Result amInit(void)
Initializes AM.
Result AM_GetTitleProductCode(u8 mediatype, u64 titleID, char *productCode)
Gets the product code of a title.
Result AM_CancelCIAInstall(Handle *ciaHandle)
Aborts the CIA install process.
-
u32 Handle
Resource handle.
Definition: types.h:34
+
u32 Handle
Resource handle.
Definition: types.h:41
Result AM_StartDlpChildCiaInstall(Handle *ciaHandle)
Initializes the CIA install process for Download Play CIAs, returning a handle to write CIA data to...
-
uint8_t u8
8-bit unsigned integer
Definition: types.h:14
-
uint64_t u64
64-bit unsigned integer
Definition: types.h:17
+
uint8_t u8
would be nice if newlib had this already
Definition: types.h:21
+
uint64_t u64
64-bit unsigned integer
Definition: types.h:24
Result AM_ListTitles(u8 mediatype, u32 titleCount, u64 *titleIdList, AM_TitleEntry *titleList)
Gets a list of details about installed titles.
void amExit(void)
Exits AM.
Result AM_GetTitleCount(u8 mediatype, u32 *count)
Gets the number of titles for a given mediatype.
-
uint32_t u32
32-bit unsigned integer
Definition: types.h:16
+
uint32_t u32
32-bit unsigned integer
Definition: types.h:23
Result AM_InstallNativeFirm(void)
Installs the current NATIVE_FIRM title to NAND (firm0:/ & firm1:/)
Result AM_GetCiaFileInfo(u8 mediatype, AM_TitleEntry *titleEntry, Handle fileHandle)
Gets an AM_TitleEntry instance for a CIA file.
Result AM_GetDeviceId(u32 *deviceID)
Gets a 32-bit device-specific ID.
diff --git a/apt_8h_source.html b/apt_8h_source.html index 051536b..8f434fe 100644 --- a/apt_8h_source.html +++ b/apt_8h_source.html @@ -543,7 +543,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
APT_AppStatus
App status values.
Definition: apt.h:36
Result APT_IsRegistered(NS_APPID appID, u8 *out)
Gets whether an application is registered.
Result APT_ReplySleepQuery(NS_APPID appID, u32 a)
Replies to a sleep query.
-
s32 Result
Function result.
Definition: types.h:35
+
s32 Result
Function result.
Definition: types.h:42
Result APT_DoAppJump(u32 NSbuf0Size, u32 NSbuf1Size, u8 *NSbuf0Ptr, u8 *NSbuf1Ptr)
Performs an application jump.
void aptOpenSession(void)
Opens an APT session.
Enter sleep mode.
Definition: apt.h:54
@@ -553,7 +553,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Result APT_Enable(u32 a)
Enables APT.
bool aptMainLoop(void)
Processes the current APT status.
SNOTE_AP.
Definition: apt.h:28
-
uint16_t u16
16-bit unsigned integer
Definition: types.h:15
+
uint16_t u16
16-bit unsigned integer
Definition: types.h:22
App restored.
Definition: apt.h:66
void(* aptHookFn)(APT_HookType hook, void *param)
APT hook function.
Definition: apt.h:75
extrapad
Definition: apt.h:31
@@ -566,7 +566,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
struct tag_aptHookCookie * next
Next cookie.
Definition: apt.h:80
Instruction Manual applet.
Definition: apt.h:18
APT_AppStatus aptGetStatus(void)
Gets the app's status.
-
u32 Handle
Resource handle.
Definition: types.h:34
+
u32 Handle
Resource handle.
Definition: types.h:41
Result APT_PrepareToCloseApplication(u8 a)
Prepares to close the application.
u32 aptGetStatusPower(void)
Gets the app's power status.
Prepare to enter sleep mode.
Definition: apt.h:52
@@ -575,19 +575,19 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
App running.
Definition: apt.h:38
Notifications applet.
Definition: apt.h:19
Result APT_JumpToHomeMenu(const u8 *param, size_t paramSize, Handle handle)
Jumps to the home menu.
-
uint8_t u8
8-bit unsigned integer
Definition: types.h:14
+
uint8_t u8
would be nice if newlib had this already
Definition: types.h:21
Power button pressed.
Definition: apt.h:57
Miiverse posting applet (solv3)
Definition: apt.h:21
Result APT_ReceiveParameter(NS_APPID appID, u32 bufferSize, u32 *buffer, u32 *actualSize, u8 *signalType)
Receives a parameter.
Home button pressed.
Definition: apt.h:50
-
uint64_t u64
64-bit unsigned integer
Definition: types.h:17
+
uint64_t u64
64-bit unsigned integer
Definition: types.h:24
Result APT_CheckNew3DS_System(u8 *out)
Checks whether the system is a New 3DS.
Result APT_SetAppCpuTimeLimit(u32 percent)
Sets the application's CPU time limit.
mint
Definition: apt.h:30
App not initialized.
Definition: apt.h:37
Result APT_StartSystemApplet(NS_APPID appID, u32 bufSize, Handle applHandle, u8 *buf)
Starts a system applet.
Miiverse applet (olv)
Definition: apt.h:20
-
uint32_t u32
32-bit unsigned integer
Definition: types.h:16
+
uint32_t u32
32-bit unsigned integer
Definition: types.h:23
Handle aptEvents[3]
APT events.
Result APT_PrepareToStartLibraryApplet(NS_APPID appID)
Prepares to start a library applet.
void aptSetStatusPower(u32 status)
Sets the app's power status.
diff --git a/cam_8h_source.html b/cam_8h_source.html index d7a79d1..04de673 100644 --- a/cam_8h_source.html +++ b/cam_8h_source.html @@ -798,7 +798,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
s16 imageWidth
Image width.
Definition: cam.h:196
15-10 FPS.
Definition: cam.h:79
Result CAMU_WriteMcuVariableI2c(u32 select, u16 addr, u16 data)
Writes to the specified MCU variable of the specified camera.
-
int8_t s8
8-bit signed integer
Definition: types.h:19
+
int8_t s8
8-bit signed integer
Definition: types.h:26
Result CAMU_SetAutoWhiteBalanceWindow(u32 select, s16 x, s16 y, s16 width, s16 height)
Sets the region to base auto white balance off of for the specified camera.
Result CAMU_ClearBuffer(u32 port)
Clears the buffer and error flags of the specified camera port.
Various system types.
@@ -809,7 +809,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Image quality calibration data.
Definition: cam.h:168
Batch camera configuration for use with a context.
Definition: cam.h:226
s16 imageHeight
Image height.
Definition: cam.h:197
-
s32 Result
Function result.
Definition: types.h:35
+
s32 Result
Function result.
Definition: types.h:42
s16 autoExposureWindowWidth
Width of the region to use for auto exposure.
Definition: cam.h:217
Dark lens correction. (OFF)
Definition: cam.h:149
Pattern 4.
Definition: cam.h:127
@@ -829,7 +829,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
15 FPS.
Definition: cam.h:69
Result CAMU_SetAutoExposureWindow(u32 select, s16 x, s16 y, s16 width, s16 height)
Sets the region to base auto exposure off of for the specified camera.
Result CAMU_Activate(u32 select)
Activates the specified camera.
-
uint16_t u16
16-bit unsigned integer
Definition: types.h:15
+
uint16_t u16
16-bit unsigned integer
Definition: types.h:22
Result CAMU_ReadMcuVariableI2cExclusive(u16 *data, u32 select, u16 addr)
Reads the specified MCU variable of the specified camera.
s16 autoWhiteBalanceWindowHeight
Height of the region to use for auto white balance.
Definition: cam.h:222
Horizontal flip.
Definition: cam.h:47
@@ -857,7 +857,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Result CAMU_SetPackageParameterWithoutContext(CAMU_PackageParameterCameraSelect param)
Configures a camera with pre-packaged configuration data without a context.
Result CAMU_DriverInitialize(void)
Initializes the camera driver.
Landscape mode.
Definition: cam.h:107
-
u32 Handle
Resource handle.
Definition: types.h:34
+
u32 Handle
Resource handle.
Definition: types.h:41
Result CAMU_SetFrameRate(u32 select, CAMU_FrameRate frameRate)
Sets the frame rate of the given camera.
s16 kRL
Left color correction matrix red normalization coefficient.
Definition: cam.h:170
Letter mode.
Definition: cam.h:109
@@ -872,7 +872,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Result CAMU_SetTrimming(u32 port, bool trimming)
Sets whether image trimming is enabled.
Context B.
Definition: cam.h:38
Result CAMU_GetSleepCamera(u32 *select)
Gets the current sleep camera.
-
uint8_t u8
8-bit unsigned integer
Definition: types.h:14
+
uint8_t u8
would be nice if newlib had this already
Definition: types.h:21
Result CAMU_SetAutoWhiteBalance(u32 select, bool autoWhiteBalance)
Sets whether auto white balance is enabled on the specified camera.
No effects.
Definition: cam.h:114
Pattern 11.
Definition: cam.h:134
@@ -895,7 +895,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
5 FPS.
Definition: cam.h:74
YUV422.
Definition: cam.h:156
u8 frameRate
CAMU_FrameRate Camera frame rate.
Definition: cam.h:209
-
uint32_t u32
32-bit unsigned integer
Definition: types.h:16
+
uint32_t u32
32-bit unsigned integer
Definition: types.h:23
No port.
Definition: cam.h:12
Result CAMU_IsAutoExposure(bool *autoExposure, u32 select)
Gets whether auto exposure is enabled on the specified camera.
Sepia effect.
Definition: cam.h:116
@@ -955,7 +955,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Result CAMU_PlayShutterSound(CAMU_ShutterSoundType sound)
Plays the specified shutter sound.
u16 awbCcmL10Left
Left camera, left color correction matrix blue/green gain.
Definition: cam.h:177
float distanceCameras
Distance between left and right cameras.
Definition: cam.h:195
-
#define BIT(n)
Creates a bitmask from a bit number.
Definition: types.h:39
+
#define BIT(n)
Creates a bitmask from a bit number.
Definition: types.h:46
CTR Top LCD size. (400x240)
Definition: cam.h:61
Result CAMU_GetBufferErrorInterruptEvent(Handle *event, u32 port)
Gets a handle to the event signaled on camera buffer errors.
Normal contrast. (6)
Definition: cam.h:138
@@ -963,7 +963,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
u16 awbCcmL9Right
Right camera, left color correction matrix red/green gain.
Definition: cam.h:174
CAMU_Size
Camera image resolutions.
Definition: cam.h:53
Result CAMU_SetWhiteBalanceWithoutBaseUp(u32 select, CAMU_WhiteBalance whiteBalance)
Sets the white balance mode of the specified camera.
-
int64_t s64
64-bit signed integer
Definition: types.h:22
+
int64_t s64
64-bit signed integer
Definition: types.h:29
Batch camera configuration for use with a context and with detailed size information.
Definition: cam.h:235
Result CAMU_SetImageQualityCalibrationData(CAMU_ImageQualityCalibrationData data)
Sets the specified camera's image quality calibration data.
Result CAMU_SetContrast(u32 select, CAMU_Contrast contrast)
Sets the contrast mode of the given camera.
@@ -1020,7 +1020,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Edge-to-center brightness ratio of 70.
Definition: cam.h:145
s8 sharpness
Camera sharpness.
Definition: cam.h:206
float rotationX
X axis rotation to match the left camera image with the right.
Definition: cam.h:190
-
int16_t s16
16-bit signed integer
Definition: types.h:20
+
int16_t s16
16-bit signed integer
Definition: types.h:27
Result CAMU_SetStereoCameraCalibrationData(CAMU_StereoCameraCalibrationData data)
Sets the specified camera's stereo camera calibration data.
float scale
Scale to match the left camera image with the right.
Definition: cam.h:186
Auto white balance.
Definition: cam.h:86
diff --git a/cfgnor_8h_source.html b/cfgnor_8h_source.html index 9b6dc8b..ca2312d 100644 --- a/cfgnor_8h_source.html +++ b/cfgnor_8h_source.html @@ -143,12 +143,12 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
51  * @param size Size of the buffer.
52  */
53 Result CFGNOR_WriteData(u32 offset, u32 *buf, u32 size);
-
s32 Result
Function result.
Definition: types.h:35
+
s32 Result
Function result.
Definition: types.h:42
Result cfgnorInit(u8 value)
Initializes CFGNOR.
-
uint8_t u8
8-bit unsigned integer
Definition: types.h:14
+
uint8_t u8
would be nice if newlib had this already
Definition: types.h:21
Result CFGNOR_ReadData(u32 offset, u32 *buf, u32 size)
Reads data from NOR.
Result CFGNOR_Initialize(u8 value)
Initializes the CFGNOR session.
-
uint32_t u32
32-bit unsigned integer
Definition: types.h:16
+
uint32_t u32
32-bit unsigned integer
Definition: types.h:23
void cfgnorExit(void)
Exits CFGNOR.
Result cfgnorDumpFlash(u32 *buf, u32 size)
Dumps the NOR flash.
Result CFGNOR_Shutdown(void)
Shuts down the CFGNOR session.
diff --git a/cfgu_8h_source.html b/cfgu_8h_source.html index 29d1181..233a930 100644 --- a/cfgu_8h_source.html +++ b/cfgu_8h_source.html @@ -185,11 +185,11 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
93  * @param language Pointer to write the language to. (see @ref CFG_Language)
94  */
95 Result CFGU_GetSystemLanguage(u8* language);
-
s32 Result
Function result.
Definition: types.h:35
-
uint16_t u16
16-bit unsigned integer
Definition: types.h:15
-
uint8_t u8
8-bit unsigned integer
Definition: types.h:14
-
uint64_t u64
64-bit unsigned integer
Definition: types.h:17
-
uint32_t u32
32-bit unsigned integer
Definition: types.h:16
+
s32 Result
Function result.
Definition: types.h:42
+
uint16_t u16
16-bit unsigned integer
Definition: types.h:22
+
uint8_t u8
would be nice if newlib had this already
Definition: types.h:21
+
uint64_t u64
64-bit unsigned integer
Definition: types.h:24
+
uint32_t u32
32-bit unsigned integer
Definition: types.h:23