Home
last modified time | relevance | path

Searched refs:OS_GetProtectionRegionParam (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/nitro/os/ARM9/
DprotectionRegion.h398 u32 OS_GetProtectionRegionParam( int regionNo );
467 #define OS_GetProtectionRegionAddress( regionNo ) ( OS_GetProtectionRegionParam((regionNo)) & HW_C…
479 #define OS_GetProtectionRegionSize( regionNo ) ( OS_GetProtectionRegionParam((regionNo)) & HW_C6_P…
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_protectionRegion.c397 u32 OS_GetProtectionRegionParam( int regionNo ) in OS_GetProtectionRegionParam() function