| /TwlSDK-5.4/build/libraries/fs/common/include/ |
| D | util.h | 214 SDK_INLINE void FSi_WaitConditionChange(u32 *flags, u32 on, u32 off, OSThreadQueue *queue) in FSi_WaitConditionChange() argument 217 while ((!on || ((*flags & on) == 0)) && in FSi_WaitConditionChange()
|
| /TwlSDK-5.4/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.4/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.4/include/nitro/ |
| D | code16.h | 18 #pragma thumb on
|
| D | types.h | 22 #pragma enumsalwaysint on
|
| /TwlSDK-5.4/include/twl/ |
| D | code16.h | 18 #pragma thumb on
|
| /TwlSDK-5.4/ |
| D | readme.txt | 14 information on the procedure for implementing TWL-SDK. Read it first.
|
| /TwlSDK-5.4/include/twl/specfiles/ |
| D | ARM7-TS.lsf | 29 #Objects on MAIN RAM # nothing for elf2bin
|
| /TwlSDK-5.4/build/buildtools/twl/ |
| D | commondefs.cctype.CW | 340 CCFLAGS_OPT_O_ = -O4 -inline on,noauto 419 LDFLAGS_WARNING ?= -w on 420 ARFLAGS_WARNING ?= -w on
|
| /TwlSDK-5.4/build/buildtools/nitro/ |
| D | commondefs.cctype.CW | 344 CCFLAGS_OPT_O_ = -O4 -inline on,noauto 424 LDFLAGS_WARNING ?= -w on 425 ARFLAGS_WARNING ?= -w on
|
| /TwlSDK-5.4/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.4/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.4/build/libraries/camera/ARM9.TWL/src/ |
| D | camera_api.c | 2104 CAMERAResult CAMERA_I2CAutoExposureAsyncCore(CAMERASelect camera, BOOL on, CAMERACallback callback,… in CAMERA_I2CAutoExposureAsyncCore() argument 2145 data[1] = (u8)(on ? TRUE : FALSE); in CAMERA_I2CAutoExposureAsyncCore() 2149 cameraWork.CAMERAiStateTmp.ae = on; in CAMERA_I2CAutoExposureAsyncCore() 2173 CAMERAResult CAMERA_I2CAutoExposureCore(CAMERASelect camera, BOOL on) in CAMERA_I2CAutoExposureCore() argument 2175 cameraWork.result = CAMERA_I2CAutoExposureAsyncCore(camera, on, CameraSyncCallback, 0); in CAMERA_I2CAutoExposureCore() 2196 CAMERAResult CAMERA_I2CAutoWhiteBalanceAsyncCore(CAMERASelect camera, BOOL on, CAMERACallback callb… in CAMERA_I2CAutoWhiteBalanceAsyncCore() argument 2246 data[1] = (u8)(on ? TRUE : FALSE); in CAMERA_I2CAutoWhiteBalanceAsyncCore() 2250 cameraWork.CAMERAiStateTmp.awb = on; in CAMERA_I2CAutoWhiteBalanceAsyncCore() 2274 CAMERAResult CAMERA_I2CAutoWhiteBalanceCore(CAMERASelect camera, BOOL on) in CAMERA_I2CAutoWhiteBalanceCore() argument 2276 cameraWork.result = CAMERA_I2CAutoWhiteBalanceAsyncCore(camera, on, CameraSyncCallback, 0); in CAMERA_I2CAutoWhiteBalanceCore()
|
| /TwlSDK-5.4/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.4/man/en_US/ |
| D | wm_changes_041006.txt | 4 For details on all changes, see changelog.html.
|
| /TwlSDK-5.4/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.4/build/libraries/init/ARM9/src/ |
| D | crt0.c | 240 #pragma force_active on
|
| /TwlSDK-5.4/build/libraries/os/common/src/ |
| D | os_reset.c | 170 #pragma dont_inline on
|
| /TwlSDK-5.4/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.",,,,,,,,,,,,,,…
|
| /TwlSDK-5.4/build/libraries/init/ARM9.TWL/src/ |
| D | crt0.FLX.c | 102 #pragma force_active on
|