EDF - OnePIC MCU
v1.1.0
|
#include "bsp.h"
#include <stdbool.h>
Go to the source code of this file.
enum | EDF_INT_SOURCE_tag { INT_TMR_0, INT_TMR_1, INT_TMR_2, INT_TMR_4, INT_TMR_6, INT_SSP } |
Contains all of the interrupt sources for the 8bit. More... | |
typedef enum EDF_INT_SOURCE_tag | EDF_INT_SOURCE |
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_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_Enable (void) |
enables all interrupts by enabling GIE | |
void | EDF_INT_Disable (void) |
disables all interrupts by clearing GIE |
Definition in file OnePIC_int.h.
enum EDF_INT_SOURCE_tag |
Contains all of the interrupt sources for the 8bit.
Definition at line 30 of file OnePIC_int.h.