Driver API for System Interrupt (system_interrupt.h)
More...
|
| typedef void(* | InterruptHandler) (void) |
| | Function pointer type for system interrupt handlers.
|
| |
Driver API for System Interrupt (system_interrupt.h)
◆ InterruptHandler
| typedef void(* InterruptHandler) (void) |
Function pointer type for system interrupt handlers.
◆ MCLK_SetInterruptHandler()
Registers the MCLK interrupt callback function.
- Parameters
-
| [in] | handler | Pointer to user-defined MCLK interrupt handler function. Pass NULL to unregister any existing callback. |
◆ OSC32KCTRL_SetInterruptHandler()
Registers the OSC32KCTRL interrupt callback function.
- Parameters
-
| [in] | handler | Pointer to user-defined OSC32KCTRL interrupt handler function. Pass NULL to unregister any existing callback. |
◆ OSCCTRL_SetInterruptHandler()
Registers the OSCCTRL interrupt callback function.
- Parameters
-
| [in] | handler | Pointer to user-defined OSCCTRL interrupt handler function. Pass NULL to unregister any existing callback. |
◆ PAC_SetInterruptHandler()
Registers the PAC interrupt callback function.
- Parameters
-
| [in] | handler | Pointer to user-defined PAC interrupt handler function. Pass NULL to unregister any existing callback. |
◆ SUPC_SetInterruptHandler()
Registers the SUPC interrupt callback function.
- Parameters
-
| [in] | handler | Pointer to user-defined SUPC interrupt handler function. Pass NULL to unregister any existing callback. |