Home
last modified time | relevance | path

Searched refs:on (Results 1 – 25 of 28) sorted by relevance

12

/TwlSDK-5.4/build/libraries/fs/common/include/
Dutil.h214 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/
Dcamera_api.h78 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/
DARM7-TS.lsf24 # Add comment for autoload on 0x027c0000
63 #Objects on MAIN RAM # nothing for elf2bin
DARM7-TEG.lcf.template39 # Added * (.wram) on static segment
99 # Deleted ROM SIZE parameter on overlay table
DARM9-TEG.lcf.template53 # Support for NITRO_COMPRESS on TEG
104 # Deleted ROM SIZE parameter on overlay table
DARM7-TS.lcf.template45 # Added * (.wram) on static segment
DARM9-TEG-C.lcf.template62 # Support for NITRO_COMPRESS on TEG
/TwlSDK-5.4/include/nitro/
Dcode16.h18 #pragma thumb on
Dtypes.h22 #pragma enumsalwaysint on
/TwlSDK-5.4/include/twl/
Dcode16.h18 #pragma thumb on
/TwlSDK-5.4/
Dreadme.txt14 information on the procedure for implementing TWL-SDK. Read it first.
/TwlSDK-5.4/include/twl/specfiles/
DARM7-TS.lsf29 #Objects on MAIN RAM # nothing for elf2bin
/TwlSDK-5.4/build/buildtools/twl/
Dcommondefs.cctype.CW340 CCFLAGS_OPT_O_ = -O4 -inline on,noauto
419 LDFLAGS_WARNING ?= -w on
420 ARFLAGS_WARNING ?= -w on
/TwlSDK-5.4/build/buildtools/nitro/
Dcommondefs.cctype.CW344 CCFLAGS_OPT_O_ = -O4 -inline on,noauto
424 LDFLAGS_WARNING ?= -w on
425 ARFLAGS_WARNING ?= -w on
/TwlSDK-5.4/data/cht_data/PictoChatSearcherSound/
DREADME.txt29 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/
Dloadrun.txt28 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/
Dcamera_api.c2104 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/
Dreadme.txt15 Or, use START to perform the same operations as the A Button, but on all connected child devices.
/TwlSDK-5.4/man/en_US/
Dwm_changes_041006.txt4 For details on all changes, see changelog.html.
/TwlSDK-5.4/include/nitro/specfiles/2.x/
DARM9-TEG.lcf.template39 # Support for NITRO_COMPRESS on TEG
90 # Deleted ROM SIZE parameter on overlay table
DARM9-TEG-C.lcf.template48 # Support for NITRO_COMPRESS on TEG
/TwlSDK-5.4/build/libraries/init/ARM9/src/
Dcrt0.c240 #pragma force_active on
/TwlSDK-5.4/build/libraries/os/common/src/
Dos_reset.c170 #pragma dont_inline on
/TwlSDK-5.4/build/buildsetup/ioreg/
Dio_register_list.csv7 #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/
Dcrt0.FLX.c102 #pragma force_active on

12