The HardwareExceptionManager defines some hardware exceptions for which functions can be registered.
More...
#include <Imt.Base.HAL.STM32F103HD/HardwareExceptionManager.h>
The HardwareExceptionManager defines some hardware exceptions for which functions can be registered.
When the corresponding exception occurs the registered function will be called.
Definition at line 17 of file HardwareExceptionManager.h.
◆ HardwareExceptionHandler
typedef void(* imt::base::hal::stm32f103hd::HardwareExceptionManager::HardwareExceptionHandler) () |
Define the prototype of a function which can handle a hardware exception.
Such a function can be registered for a particular HardwareException. When such a HardwareException occurs the function will be called
- Parameters
-
hardwareException | The exception that has occurred. |
Definition at line 43 of file HardwareExceptionManager.h.
◆ handleException()
static void imt::base::hal::stm32f103hd::HardwareExceptionManager::handleException |
( |
HardwareException::Id const |
hardwareException | ) |
|
|
static |
Handle the exception.
- Parameters
-
hardwareException | Type of hardware exception to be handled. |
◆ initHardwareExceptionManager()
static void imt::base::hal::stm32f103hd::HardwareExceptionManager::initHardwareExceptionManager |
( |
| ) |
|
|
static |
◆ registerHardwareExceptionHandler()
Register a new handler for a specific exception.
- Parameters
-
handler | Handler to be registered. Must not be nullptr |
hardwareException | Exception for which the handler will be registered |
- Returns
- The former HardwareExceptionHandler
The documentation for this class was generated from the following file: