STM32H735xx 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 603 of file stm32h7xx_ll_cortex.h.
__STATIC_INLINE void LL_MPU_Disable | ( | void | ) |
Disable MPU.
None |
Definition at line 507 of file stm32h7xx_ll_cortex.h.
__STATIC_INLINE void LL_MPU_DisableRegion | ( | uint32_t | Region | ) |
Disable a region.
None |
Definition at line 637 of file stm32h7xx_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 492 of file stm32h7xx_ll_cortex.h.
__STATIC_INLINE void LL_MPU_EnableRegion | ( | uint32_t | Region | ) |
Enable a MPU region.
None |
Definition at line 548 of file stm32h7xx_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 520 of file stm32h7xx_ll_cortex.h.