Searched refs:ulRegionLengthEncoded (Results 1 – 1 of 1) sorted by relevance
356 uint32_t ulRegionLengthEncoded; in vPortStoreTaskMPUSettings() local363 ulRegionLengthEncoded = prvGetMPURegionSizeEncoding( ulRegionLength ); in vPortStoreTaskMPUSettings()372 xMPUSettings->xRegion[ ulIndex ].ulRegionSize = ( ulRegionLengthEncoded | in vPortStoreTaskMPUSettings()385 ulRegionLengthEncoded = prvGetMPURegionSizeEncoding( ulRegionLength ); in vPortStoreTaskMPUSettings()389 ulRegionLengthDecoded = 2UL << ( ulRegionLengthEncoded >> 1UL ); in vPortStoreTaskMPUSettings()393 xMPUSettings->xRegion[ ulIndex ].ulRegionSize = ( ulRegionLengthEncoded | in vPortStoreTaskMPUSettings()411 …ulRegionLengthEncoded = prvGetMPURegionSizeEncoding( ulStackDepth * ( uint32_t ) sizeof( StackType… in vPortStoreTaskMPUSettings()415 ulRegionLengthDecoded = 2UL << ( ulRegionLengthEncoded >> 1UL ); in vPortStoreTaskMPUSettings()420 xMPUSettings->xRegion[ ulIndex ].ulRegionSize = ( ulRegionLengthEncoded | in vPortStoreTaskMPUSettings()530 uint32_t ulRegionLengthEncoded; in prvSetupMPU() local[all …]