|
STM32G474xx HAL User Manual
|
函数 | |
| __STATIC_INLINE void | LL_MPU_Enable (uint32_t Options) |
| 使用输入选项启用MPU。 | |
| __STATIC_INLINE void | LL_MPU_Disable (void) |
| 禁用MPU。 | |
| __STATIC_INLINE uint32_t | LL_MPU_IsEnabled (void) |
| 检查MPU是否已启用。 | |
| __STATIC_INLINE void | LL_MPU_EnableRegion (uint32_t Region) |
| 启用一个MPU区域。 | |
| __STATIC_INLINE void | LL_MPU_ConfigRegion (uint32_t Region, uint32_t SubRegionDisable, uint32_t Address, uint32_t Attributes) |
| 配置并启用一个区域。 | |
| __STATIC_INLINE void | LL_MPU_DisableRegion (uint32_t Region) |
| 禁用一个区域。 | |
| __STATIC_INLINE void LL_MPU_ConfigRegion | ( | uint32_t | Region, |
| uint32_t | SubRegionDisable, | ||
| uint32_t | Address, | ||
| uint32_t | Attributes | ||
| ) |
配置并启用一个区域。
| 无 |
定义于文件 stm32g4xx_ll_cortex.h 的 582 行。
| __STATIC_INLINE void LL_MPU_Disable | ( | void | ) |
| __STATIC_INLINE void LL_MPU_DisableRegion | ( | uint32_t | Region | ) |
禁用一个区域。
| Region | 此参数可以是以下值之一: |
| 无 |
定义于文件 stm32g4xx_ll_cortex.h 的 607 行。
| __STATIC_INLINE void LL_MPU_Enable | ( | uint32_t | Options | ) |
使用输入选项启用MPU。
| Options | 此参数可以是以下值之一: |
| 无 |
定义于文件 stm32g4xx_ll_cortex.h 的 489 行。