|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Functions | |
| static void | LL_HANDLER_EnableFault (uint32_t Fault) |
| Enable a fault in System handler control register (SHCSR) @rmtoll SCB_SHCSR MEMFAULTENA LL_HANDLER_EnableFault. | |
| static void | LL_HANDLER_DisableFault (uint32_t Fault) |
| Disable a fault in System handler control register (SHCSR) @rmtoll SCB_SHCSR MEMFAULTENA LL_HANDLER_DisableFault. | |
|
inline |
Disable a fault in System handler control register (SHCSR) @rmtoll SCB_SHCSR MEMFAULTENA LL_HANDLER_DisableFault.
| Fault | This parameter can be a combination of the following values: |
| None |
Definition at line 416 of file stm32f4xx_ll_cortex.h.
|
inline |
Enable a fault in System handler control register (SHCSR) @rmtoll SCB_SHCSR MEMFAULTENA LL_HANDLER_EnableFault.
| Fault | This parameter can be a combination of the following values: |
| None |
Definition at line 401 of file stm32f4xx_ll_cortex.h.