Home
last modified time | relevance | path

Searched refs:OSBootType (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.1.0/include/nitro/os/common/
DsystemWork.h132 typedef u16 OSBootType; typedef
142 OSBootType boot_type; // 2
176 OSBootType OS_GetBootType(void);
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_systemWork.c33 OSBootType OS_GetBootType(void) in OS_GetBootType()
/TwlSDK-5.1.0/build/demos.TWL/nandApp/simple/src/
Dmain.c120 const OSBootType btype = OS_GetBootType(); in PrintBootType()
/TwlSDK-5.1.0/build/demos.TWL/nandApp/sharedFont/src/
Dmain.c131 const OSBootType btype = OS_GetBootType(); in PrintBootType()
/TwlSDK-5.1.0/build/demos.TWL/nandApp/SubBanner/src/
Dmain.c273 const OSBootType btype = OS_GetBootType(); in PrintBootType()
/TwlSDK-5.1.0/build/demos.TWL/nandApp/backup/src/
Dmain.c540 const OSBootType btype = OS_GetBootType(); in PrintBootType()
/TwlSDK-5.1.0/build/demos.TWL/nandApp/other_backup/src/
Dmain.c556 const OSBootType btype = OS_GetBootType(); in PrintBootType()
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c1469 OSBootType type = OS_GetBootType(); in PM_GoSleepMode()