Searched refs:MPU_ACCESS_CACHEABLE (Results 1 – 5 of 5) sorted by relevance
26 MPU_InitStruct.IsCacheable = MPU_ACCESS_CACHEABLE; in mpu_init()42 MPU_InitStruct.IsCacheable = MPU_ACCESS_CACHEABLE; in mpu_init()76 MPU_InitStruct.IsCacheable = MPU_ACCESS_CACHEABLE; in mpu_init()
26 MPU_InitStruct.IsCacheable = MPU_ACCESS_CACHEABLE; in mpu_init()42 MPU_InitStruct.IsCacheable = MPU_ACCESS_CACHEABLE; in mpu_init()
111 MPU_InitStruct.IsCacheable = MPU_ACCESS_CACHEABLE; in MPU_Config()150 MPU_InitStruct.IsCacheable = MPU_ACCESS_CACHEABLE; in MPU_Config()
160 #define MPU_ACCESS_CACHEABLE ((uint8_t)0x01) macro304 #define IS_MPU_ACCESS_CACHEABLE(STATE) (((STATE) == MPU_ACCESS_CACHEABLE) || \
19 CORTEX_M7_APPLI.IsCacheable_S-Cortex_Memory_Protection_Unit_Region1_Settings_S=MPU_ACCESS_CACHEABLE27 CORTEX_M7_BOOT.IsCacheable_S-Cortex_Memory_Protection_Unit_Region1_Settings_S=MPU_ACCESS_CACHEABLE
Completed in 12 milliseconds