CMSIS-Driver_PIC32CM-PL  
Peripheral Library (PLIB) Documentation
 
Loading...
Searching...
No Matches
System Interrupt Interface

Driver API for System Interrupt (system_interrupt.h) More...

Typedefs

typedef void(* InterruptHandler) (void)
 Function pointer type for system interrupt handlers.
 

Functions

void OSCCTRL_SetInterruptHandler (InterruptHandler handler)
 Registers the OSCCTRL interrupt callback function.
 
void OSC32KCTRL_SetInterruptHandler (InterruptHandler handler)
 Registers the OSC32KCTRL interrupt callback function.
 
void MCLK_SetInterruptHandler (InterruptHandler handler)
 Registers the MCLK interrupt callback function.
 
void SUPC_SetInterruptHandler (InterruptHandler handler)
 Registers the SUPC interrupt callback function.
 
void PAC_SetInterruptHandler (InterruptHandler handler)
 Registers the PAC interrupt callback function.
 

Description

Driver API for System Interrupt (system_interrupt.h)

Typedef Documentation

◆ InterruptHandler

typedef void(* InterruptHandler) (void)

Function pointer type for system interrupt handlers.

Function Documentation

◆ MCLK_SetInterruptHandler()

void MCLK_SetInterruptHandler ( InterruptHandler handler)

Registers the MCLK interrupt callback function.

Parameters
[in]handlerPointer to user-defined MCLK interrupt handler function. Pass NULL to unregister any existing callback.

◆ OSC32KCTRL_SetInterruptHandler()

void OSC32KCTRL_SetInterruptHandler ( InterruptHandler handler)

Registers the OSC32KCTRL interrupt callback function.

Parameters
[in]handlerPointer to user-defined OSC32KCTRL interrupt handler function. Pass NULL to unregister any existing callback.

◆ OSCCTRL_SetInterruptHandler()

void OSCCTRL_SetInterruptHandler ( InterruptHandler handler)

Registers the OSCCTRL interrupt callback function.

Parameters
[in]handlerPointer to user-defined OSCCTRL interrupt handler function. Pass NULL to unregister any existing callback.

◆ PAC_SetInterruptHandler()

void PAC_SetInterruptHandler ( InterruptHandler handler)

Registers the PAC interrupt callback function.

Parameters
[in]handlerPointer to user-defined PAC interrupt handler function. Pass NULL to unregister any existing callback.

◆ SUPC_SetInterruptHandler()

void SUPC_SetInterruptHandler ( InterruptHandler handler)

Registers the SUPC interrupt callback function.

Parameters
[in]handlerPointer to user-defined SUPC interrupt handler function. Pass NULL to unregister any existing callback.