EDF - OnePIC MCU  Preliminary v0.7.0
16bit/int.c File Reference

Controls all interrupt related tasks for the 8bit such as: More...

#include <p24Fxxxx.h>
#include "int.h"
Include dependency graph for int.c:

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

Detailed Description

Controls all interrupt related tasks for the 8bit such as:

  • Enable interrupt
  • Disable interrupt
  • Clear interrupt flag
  • Set interrupt flag

Definition in file int.c.