EDF - OnePIC MCU
v1.1.0
|
![]() |
Modules | |
ISR | |
mTouch | |
Potentiometer | |
Timers | |
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 |
void EDF_INT_Disable | ( | void | ) |
disables all interrupts by clearing GIE
Definition at line 104 of file OnePIC_32bit_int.c.
void EDF_INT_Enable | ( | void | ) |
enables all interrupts by enabling GIE
Definition at line 98 of file OnePIC_32bit_int.c.
void EDF_INT_SourceDisable | ( | EDF_INT_SOURCE | source | ) |
disables a specific interrupt
source | interrupt source to disable |
Definition at line 52 of file OnePIC_32bit_int.c.
void EDF_INT_SourceEnable | ( | EDF_INT_SOURCE | source | ) |
enables a specific interrupt
source | the source of the interrupt to enable |
Definition at line 20 of file OnePIC_32bit_int.c.
bool EDF_INT_SourceEnableGet | ( | EDF_INT_SOURCE | source | ) |
source |
Definition at line 37 of file OnePIC_32bit_int.c.
void EDF_INT_SourceFlagClear | ( | EDF_INT_SOURCE | source | ) |
clears a specific interrupt
source | interrupt flag to clear |
Definition at line 67 of file OnePIC_32bit_int.c.
bool EDF_INT_SourceFlagGet | ( | EDF_INT_SOURCE | source | ) |
retrieves the interrupt flag
source | source of interrupt flag to get |
Definition at line 83 of file OnePIC_32bit_int.c.