BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Functions | Variables
interrupt.h File Reference

Go to the source code of this file.

Data Structures

struct  INTERRUPT_REGISTER
struct  INTERRUPT_CONTROL

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

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.