Searched refs:BaseAddress (Results 1 – 5 of 5) sorted by relevance
170 MPU_InitStruct.BaseAddress = 0x0; in mpu_init()185 MPU_InitStruct.BaseAddress = SDRAM_BASE; in mpu_init()222 MPU_InitStruct.BaseAddress = EXT_SRAM_BASE; in mpu_init()
75 #define ARM_MPU_RBAR(Region, BaseAddress) \ argument76 (((BaseAddress) & MPU_RBAR_ADDR_Msk) | \
298 MPU->RBAR = MPU_Init->BaseAddress; in HAL_MPU_ConfigRegion()
71 …uint32_t BaseAddress; /*!< Specifies the base address of the region to pro… member
1733 if (minfo.BaseAddress != cptr || minfo.AllocationBase != cptr || in win32munmap()
Completed in 25 milliseconds