Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
HANDLER
[CORTEX Exported Functions]
Functions | |
__STATIC_INLINE void | LL_HANDLER_EnableFault (uint32_t Fault) |
Enable a fault in System handler control register (SHCSR) SCB_SHCSR MEMFAULTENA LL_HANDLER_EnableFault. | |
__STATIC_INLINE void | LL_HANDLER_DisableFault (uint32_t Fault) |
Disable a fault in System handler control register (SHCSR) SCB_SHCSR MEMFAULTENA LL_HANDLER_DisableFault. |
Function Documentation
__STATIC_INLINE void LL_HANDLER_DisableFault | ( | uint32_t | Fault ) |
Disable a fault in System handler control register (SHCSR) SCB_SHCSR MEMFAULTENA LL_HANDLER_DisableFault.
- Parameters:
-
Fault This parameter can be a combination of the following values: - LL_HANDLER_FAULT_USG
- LL_HANDLER_FAULT_BUS
- LL_HANDLER_FAULT_MEM
- Return values:
-
None
Definition at line 425 of file stm32l4xx_ll_cortex.h.
__STATIC_INLINE void LL_HANDLER_EnableFault | ( | uint32_t | Fault ) |
Enable a fault in System handler control register (SHCSR) SCB_SHCSR MEMFAULTENA LL_HANDLER_EnableFault.
- Parameters:
-
Fault This parameter can be a combination of the following values: - LL_HANDLER_FAULT_USG
- LL_HANDLER_FAULT_BUS
- LL_HANDLER_FAULT_MEM
- Return values:
-
None
Definition at line 410 of file stm32l4xx_ll_cortex.h.
Generated on Tue Jul 12 2022 11:00:10 by
