Searched refs:ARM_MPU_LoadEx (Results 1 – 2 of 2) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/ |
D | mpu_armv8.h | 304 __STATIC_INLINE void ARM_MPU_LoadEx(MPU_Type* mpu, uint32_t rnr, ARM_MPU_Region_t const* table, uin… in ARM_MPU_LoadEx() function 336 ARM_MPU_LoadEx(MPU, rnr, table, cnt); in ARM_MPU_Load() 347 ARM_MPU_LoadEx(MPU_NS, rnr, table, cnt); in ARM_MPU_Load_NS()
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/ |
D | armv8m_mpu.h | 373 __STATIC_INLINE void ARM_MPU_LoadEx(MPU_Type* mpu, uint32_t rnr, ARM_MPU_Region_t const* table, uin… in ARM_MPU_LoadEx() function 405 ARM_MPU_LoadEx(MPU, rnr, table, cnt); in ARM_MPU_Load() 416 ARM_MPU_LoadEx(MPU_NS, rnr, table, cnt); in ARM_MPU_Load_NS()
|