|
STM32F479xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_MPU_Enable (uint32_t Options) |
| Enable MPU with input options. | |
| __STATIC_INLINE void | LL_MPU_Disable (void) |
| Disable MPU. | |
| __STATIC_INLINE uint32_t | LL_MPU_IsEnabled (void) |
| Check if MPU is enabled or not. | |
| __STATIC_INLINE void | LL_MPU_EnableRegion (uint32_t Region) |
| Enable a MPU region. | |
| __STATIC_INLINE void | LL_MPU_ConfigRegion (uint32_t Region, uint32_t SubRegionDisable, uint32_t Address, uint32_t Attributes) |
| Configure and enable a region. | |
| __STATIC_INLINE void | LL_MPU_DisableRegion (uint32_t Region) |
| Disable a region. | |
| __STATIC_INLINE void LL_MPU_ConfigRegion | ( | uint32_t | Region, |
| uint32_t | SubRegionDisable, | ||
| uint32_t | Address, | ||
| uint32_t | Attributes | ||
| ) |
Configure and enable a region.
| None |
Definition at line 584 of file stm32f4xx_ll_cortex.h.
| __STATIC_INLINE void LL_MPU_Disable | ( | void | ) |
Disable MPU.
| None |
Definition at line 506 of file stm32f4xx_ll_cortex.h.
| __STATIC_INLINE void LL_MPU_DisableRegion | ( | uint32_t | Region | ) |
Disable a region.
| Region | This parameter can be one of the following values: |
| None |
Definition at line 609 of file stm32f4xx_ll_cortex.h.
| __STATIC_INLINE void LL_MPU_Enable | ( | uint32_t | Options | ) |
Enable MPU with input options.
| Options | This parameter can be one of the following values: |
| None |
Definition at line 491 of file stm32f4xx_ll_cortex.h.
| __STATIC_INLINE void LL_MPU_EnableRegion | ( | uint32_t | Region | ) |
Enable a MPU region.
| Region | This parameter can be one of the following values: |
| None |
Definition at line 538 of file stm32f4xx_ll_cortex.h.
| __STATIC_INLINE uint32_t LL_MPU_IsEnabled | ( | void | ) |
Check if MPU is enabled or not.
| State | of bit (1 or 0). |
Definition at line 519 of file stm32f4xx_ll_cortex.h.
1.7.6.1