Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/ARM_CRx_MPU/
Dport.c357 uint32_t ulRegionLengthDecoded; in vPortStoreTaskMPUSettings() local
389 ulRegionLengthDecoded = 2UL << ( ulRegionLengthEncoded >> 1UL ); in vPortStoreTaskMPUSettings()
390 …gASSERT( ( ( ( uint32_t ) xRegions[ ulIndex ].pvBaseAddress ) % ( ulRegionLengthDecoded ) ) == 0UL… in vPortStoreTaskMPUSettings()
415 ulRegionLengthDecoded = 2UL << ( ulRegionLengthEncoded >> 1UL ); in vPortStoreTaskMPUSettings()
416 configASSERT( ( ( uint32_t ) pxBottomOfStack % ( ulRegionLengthDecoded ) ) == 0U ); in vPortStoreTaskMPUSettings()