EDF - OnePIC MCU
v1.1.0
|
![]() |
Modules | |
ISR | |
mTouch | |
Potentiometer | |
Timers | |
Files | |
file | bsp.h |
all board specifics are defined in here: | |
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 106 of file OnePIC_16bit_int.c.
void EDF_INT_Enable | ( | void | ) |
enables all interrupts by enabling GIE
Definition at line 99 of file OnePIC_16bit_int.c.
void EDF_INT_SourceDisable | ( | EDF_INT_SOURCE | source | ) |
disables a specific interrupt
source | interrupt source to disable |
Definition at line 53 of file OnePIC_16bit_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 21 of file OnePIC_16bit_int.c.
bool EDF_INT_SourceEnableGet | ( | EDF_INT_SOURCE | source | ) |
source |
Definition at line 38 of file OnePIC_16bit_int.c.
void EDF_INT_SourceFlagClear | ( | EDF_INT_SOURCE | source | ) |
clears a specific interrupt
source | interrupt flag to clear |
Definition at line 68 of file OnePIC_16bit_int.c.
bool EDF_INT_SourceFlagGet | ( | EDF_INT_SOURCE | source | ) |
retrieves the interrupt flag
source | source of interrupt flag to get |
Definition at line 84 of file OnePIC_16bit_int.c.