EDF - OnePIC MCU
v1.1.0
|
Controls all interrupt related tasks for the 32bit such as: More...
Go to the source code of this file.
Functions | |
void | EDF_INT_SourceEnable (EDF_INT_SOURCE source) |
enables a specific interrupt | |
bool | EDF_INT_SourceEnableGet (EDF_INT_SOURCE source) |
void | EDF_INT_SourceDisable (EDF_INT_SOURCE source) |
disables a specific interrupt | |
void | EDF_INT_SourceFlagClear (EDF_INT_SOURCE source) |
clears a specific interrupt | |
bool | EDF_INT_SourceFlagGet (EDF_INT_SOURCE source) |
retrieves the interrupt flag | |
void | EDF_INT_Enable (void) |
enables all interrupts by enabling GIE | |
void | EDF_INT_Disable (void) |
disables all interrupts by clearing GIE |
Controls all interrupt related tasks for the 32bit such as:
Definition in file OnePIC_32bit_int.c.