EDF - OnePIC MCU  v1.1.0
source/32bit/OnePIC_32bit_int.c File Reference

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

#include "Compiler.h"
#include "OnePIC_int.h"
Include dependency graph for OnePIC_32bit_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 32bit such as:

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

Definition in file OnePIC_32bit_int.c.