EDF - OnePIC MCU  v1.1.0
source/16bit/OnePIC_16bit_int.c File Reference

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

#include <p24Fxxxx.h>
#include "OnePIC_int.h"
Include dependency graph for OnePIC_16bit_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 16bit such as:

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

Definition in file OnePIC_16bit_int.c.