Home
last modified time | relevance | path

Searched defs:regionNo (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_protectionRegion.c313 void OS_SetProtectionRegionParam( int regionNo, u32 param ) in OS_SetProtectionRegionParam()
397 u32 OS_GetProtectionRegionParam( int regionNo ) in OS_GetProtectionRegionParam()
488 void OS_SetProtectionRegionEx( int regionNo, u32 address, u32 sizeDef ) in OS_SetProtectionRegionEx()
/TwlSDK-5.1.0/include/nitro/os/ARM9/
DprotectionRegion.h435 #define OS_SetProtectionRegion( regionNo, address, sizeStr ) \ argument
467 #define OS_GetProtectionRegionAddress( regionNo ) ( OS_GetProtectionRegionParam((regionNo)) & HW_C… argument
479 #define OS_GetProtectionRegionSize( regionNo ) ( OS_GetProtectionRegionParam((regionNo)) & HW_C6_P… argument