BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Macros | Functions | Variables
interrupt.c File Reference
#include "includes.h"

Go to the source code of this file.

Macros

#define InterruptIdleState   0

Functions

void F_InterruptInit (void)
void F_InterruptSvc (void)
void F_InterruptIrqEnable (INT32U Bit)
void F_InterruptIrqDisable (INT32U Bit)
void F_InterruptSubIrqEnable (INT32U Bit)
void F_InterruptSubIrqDisable (INT32U Bit)

Variables

INTERRUPT_CONTROL InterruptCtrl

Macro Definition Documentation

#define InterruptIdleState   0

Definition at line 11 of file interrupt.c.


Function Documentation

void F_InterruptInit ( void  )

Definition at line 22 of file interrupt.c.

void F_InterruptIrqDisable ( INT32U  Bit)

Definition at line 39 of file interrupt.c.

void F_InterruptIrqEnable ( INT32U  Bit)

Definition at line 36 of file interrupt.c.

void F_InterruptSubIrqDisable ( INT32U  Bit)

Definition at line 45 of file interrupt.c.

void F_InterruptSubIrqEnable ( INT32U  Bit)

Definition at line 42 of file interrupt.c.

void F_InterruptSvc ( void  )

Definition at line 35 of file interrupt.c.


Variable Documentation

INTERRUPT_CONTROL InterruptCtrl

Definition at line 13 of file interrupt.c.