ESOS32
ESOSOn32-bitProcessors
Functions | Variables
esos_irq.c File Reference

Hardware independent code for ESOS32 hardware interrupts support. More...

#include "esos_irq.h"
Include dependency graph for esos_irq.c:

Go to the source code of this file.

Functions

void esos_InitUserInterrupts (void)
 
void esos_UnregisterUserInterrupt (uint8_t u8IrqIndex)
 
void esos_RegisterUserInterrupt (uint8_t u8IrqIndex, void(*p2f)(void))
 
void esos_EnableVerifiedUserInterrupt (uint8_t u8IrqIndex)
 
void esos_ExecuteUserIsr (uint8_t u8IrqIndex)
 
void _esos_DoNothingIsr (void)
 

Variables

void(* __esos_IsrFcns [NUM_USER_IRQS])(void)
 

Detailed Description

Hardware independent code for ESOS32 hardware interrupts support.

Definition in file esos_irq.c.