| /TwlSDK-5.1.0/include/twl/camera/ARM9/ |
| D | camera_api.h | 78 CAMERAResult CAMERA_I2CAutoExposureAsyncCore(CAMERASelect camera, BOOL on, CAMERACallback callback,… 79 CAMERAResult CAMERA_I2CAutoExposureCore(CAMERASelect camera, BOOL on); 80 CAMERAResult CAMERA_I2CAutoWhiteBalanceAsyncCore(CAMERASelect camera, BOOL on, CAMERACallback callb… 81 CAMERAResult CAMERA_I2CAutoWhiteBalanceCore(CAMERASelect camera, BOOL on); 811 SDK_INLINE CAMERAResult CAMERA_I2CAutoExposureAsync(CAMERASelect camera, BOOL on, CAMERACallback ca… in CAMERA_I2CAutoExposureAsync() argument 815 return CAMERA_I2CAutoExposureAsyncCore(camera, on, callback, arg); in CAMERA_I2CAutoExposureAsync() 830 SDK_INLINE CAMERAResult CAMERA_I2CAutoExposure(CAMERASelect camera, BOOL on) in CAMERA_I2CAutoExposure() argument 834 return CAMERA_I2CAutoExposureCore(camera, on); in CAMERA_I2CAutoExposure() 852 SDK_INLINE CAMERAResult CAMERA_I2CAutoWhiteBalanceAsync(CAMERASelect camera, BOOL on, CAMERACallbac… in CAMERA_I2CAutoWhiteBalanceAsync() argument 856 return CAMERA_I2CAutoWhiteBalanceAsyncCore(camera, on, callback, arg); in CAMERA_I2CAutoWhiteBalanceAsync() [all …]
|
| /TwlSDK-5.1.0/include/nitro/specfiles/ |
| D | ARM7-TS.lsf | 24 # Add comment for autoload on 0x027c0000 63 #Objects on MAIN RAM # nothing for elf2bin
|
| D | ARM7-TEG.lcf.template | 39 # Added * (.wram) on static segment 99 # Deleted ROM SIZE parameter on overlay table
|
| D | ARM9-TEG.lcf.template | 53 # Support for NITRO_COMPRESS on TEG 104 # Deleted ROM SIZE parameter on overlay table
|
| D | ARM7-TS.lcf.template | 45 # Added * (.wram) on static segment
|
| D | ARM9-TEG-C.lcf.template | 62 # Support for NITRO_COMPRESS on TEG
|
| /TwlSDK-5.1.0/include/twl/ |
| D | code16.h | 18 #pragma thumb on
|
| /TwlSDK-5.1.0/include/nitro/ |
| D | code16.h | 18 #pragma thumb on
|
| D | types.h | 22 #pragma enumsalwaysint on
|
| /TwlSDK-5.1.0/ |
| D | readme.txt | 14 information on the procedure for implementing the TWL-SDK. Read it first.
|
| /TwlSDK-5.1.0/include/twl/specfiles/ |
| D | ARM7-TS.lsf | 29 #Objects on MAIN RAM # nothing for elf2bin
|
| /TwlSDK-5.1.0/build/buildtools/twl/ |
| D | commondefs.cctype.CW | 339 CCFLAGS_OPT_O_ = -O4 -inline on,noauto 418 LDFLAGS_WARNING ?= -w on 419 ARFLAGS_WARNING ?= -w on
|
| /TwlSDK-5.1.0/build/buildtools/nitro/ |
| D | commondefs.cctype.CW | 343 CCFLAGS_OPT_O_ = -O4 -inline on,noauto 423 LDFLAGS_WARNING ?= -w on 424 ARFLAGS_WARNING ?= -w on
|
| /TwlSDK-5.1.0/data/cht_data/PictoChatSearcherSound/ |
| D | README.txt | 29 This method creates sound data (sound_data.sdat) using MakeSound.bat, puts that data on the ROM, th… 40 …cts in the sequence archive are set, so you have to make changes depending on the conditions in th…
|
| /TwlSDK-5.1.0/build/tools/loadrun/ |
| D | loadrun.txt | 28 When IS-NITRO-DEBUGGER is run, already-connected devices are not displayed on this list. 30 …Displays the elapsed time since startup on each row when OS_Printf() data is displayed. Internally…
|
| /TwlSDK-5.1.0/build/libraries/camera/ARM9.TWL/src/ |
| D | camera_api.c | 2101 CAMERAResult CAMERA_I2CAutoExposureAsyncCore(CAMERASelect camera, BOOL on, CAMERACallback callback,… in CAMERA_I2CAutoExposureAsyncCore() argument 2142 data[1] = (u8)(on ? TRUE : FALSE); in CAMERA_I2CAutoExposureAsyncCore() 2146 cameraWork.CAMERAiStateTmp.ae = on; in CAMERA_I2CAutoExposureAsyncCore() 2170 CAMERAResult CAMERA_I2CAutoExposureCore(CAMERASelect camera, BOOL on) in CAMERA_I2CAutoExposureCore() argument 2172 cameraWork.result = CAMERA_I2CAutoExposureAsyncCore(camera, on, CameraSyncCallback, 0); in CAMERA_I2CAutoExposureCore() 2193 CAMERAResult CAMERA_I2CAutoWhiteBalanceAsyncCore(CAMERASelect camera, BOOL on, CAMERACallback callb… in CAMERA_I2CAutoWhiteBalanceAsyncCore() argument 2243 data[1] = (u8)(on ? TRUE : FALSE); in CAMERA_I2CAutoWhiteBalanceAsyncCore() 2247 cameraWork.CAMERAiStateTmp.awb = on; in CAMERA_I2CAutoWhiteBalanceAsyncCore() 2271 CAMERAResult CAMERA_I2CAutoWhiteBalanceCore(CAMERASelect camera, BOOL on) in CAMERA_I2CAutoWhiteBalanceCore() argument 2273 cameraWork.result = CAMERA_I2CAutoWhiteBalanceAsyncCore(camera, on, CameraSyncCallback, 0); in CAMERA_I2CAutoWhiteBalanceCore()
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot/ |
| D | readme.txt | 15 Or, use START to perform the same operations as the A Button, but on all connected child devices.
|
| /TwlSDK-5.1.0/man/en_US/ |
| D | wm_changes_041006.txt | 4 For details on all changes, see changelog.html.
|
| /TwlSDK-5.1.0/include/nitro/specfiles/2.x/ |
| D | ARM9-TEG.lcf.template | 39 # Support for NITRO_COMPRESS on TEG 90 # Deleted ROM SIZE parameter on overlay table
|
| D | ARM9-TEG-C.lcf.template | 48 # Support for NITRO_COMPRESS on TEG
|
| /TwlSDK-5.1.0/build/libraries/init/ARM9/src/ |
| D | crt0.c | 240 #pragma force_active on
|
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_reset.c | 165 #pragma dont_inline on
|
| /TwlSDK-5.1.0/build/buildsetup/ioreg/ |
| D | io_register_list.csv | 7 #BG Control p. 55. BG0CNT also appears on p. 175,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,… 12 …, Reference Direction Configuration starting at p. 69. BG0OFS also appears on p175.",,,,,,,,,,,,,,…
|
| D | io_register_list.TWL.csv | 136 #Memory Card (Definitions for both _A and _B because there are two slots on a DSi. _A duplicates ex…
|
| /TwlSDK-5.1.0/build/libraries/init/ARM9.TWL/src/ |
| D | crt0.FLX.c | 101 #pragma force_active on
|