|
STM32L4xx_HAL_Driver
1.14.0
|
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. More... | |
| __STATIC_INLINE void | LL_HANDLER_DisableFault (uint32_t Fault) |
| Disable a fault in System handler control register (SHCSR) SCB_SHCSR MEMFAULTENA LL_HANDLER_DisableFault. More... | |
| __STATIC_INLINE void LL_HANDLER_DisableFault | ( | uint32_t | Fault | ) |
Disable a fault in System handler control register (SHCSR) SCB_SHCSR MEMFAULTENA LL_HANDLER_DisableFault.
| Fault | This parameter can be a combination of the following values:
|
| None |
Definition at line 407 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.
| Fault | This parameter can be a combination of the following values:
|
| None |
Definition at line 392 of file stm32l4xx_ll_cortex.h.