EDF - OnePIC MCU  v1.1.0
source/base/include/OnePIC_int.h File Reference
#include "bsp.h"
#include <stdbool.h>
Include dependency graph for OnePIC_int.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Definition in file OnePIC_int.h.


Enumeration Type Documentation

Contains all of the interrupt sources for the 8bit.

Enumerator:
INT_TMR_0 

TMR0

INT_TMR_1 

TMR1

INT_TMR_2 

TMR2

INT_TMR_4 

TMR5

INT_TMR_6 

TMR6

INT_SSP 

SSP

Definition at line 30 of file OnePIC_int.h.