Searched refs:ulRegionLengthDecoded (Results 1 – 1 of 1) sorted by relevance
357 uint32_t ulRegionLengthDecoded; in vPortStoreTaskMPUSettings() local389 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()