Converted C++ comments to C comments.
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
// **********************************************************************************************
|
||||
//
|
||||
// File Name : isr.c
|
||||
// Title : interrupt enable/disable functions
|
||||
//
|
||||
//
|
||||
// This module provides the interface routines for setting up and
|
||||
// controlling the various interrupt modes present on the ARM processor.
|
||||
// Copyright 2004, R O SoftWare
|
||||
// No guarantees, warrantees, or promises, implied or otherwise.
|
||||
// May be used for hobby or commercial purposes provided copyright
|
||||
// notice remains intact.
|
||||
//
|
||||
// Note from Jim Lynch:
|
||||
// This module was developed by Bill Knight, RO Software and used with his permission.
|
||||
// Taken from the Yahoo LPC2000 User's Group - Files Section 'UT050418A.ZIP'
|
||||
// Specifically, the module armVIC.c with the include file references removed
|
||||
// **********************************************************************************************
|
||||
/* ********************************************************************************************** */
|
||||
/* */
|
||||
/* File Name : isr.c */
|
||||
/* Title : interrupt enable/disable functions */
|
||||
/* */
|
||||
/* */
|
||||
/* This module provides the interface routines for setting up and */
|
||||
/* controlling the various interrupt modes present on the ARM processor. */
|
||||
/* Copyright 2004, R O SoftWare */
|
||||
/* No guarantees, warrantees, or promises, implied or otherwise. */
|
||||
/* May be used for hobby or commercial purposes provided copyright */
|
||||
/* notice remains intact. */
|
||||
/* */
|
||||
/* Note from Jim Lynch: */
|
||||
/* This module was developed by Bill Knight, RO Software and used with his permission. */
|
||||
/* Taken from the Yahoo LPC2000 User's Group - Files Section 'UT050418A.ZIP' */
|
||||
/* Specifically, the module armVIC.c with the include file references removed */
|
||||
/* ********************************************************************************************** */
|
||||
|
||||
#define IRQ_MASK 0x00000080
|
||||
#define FIQ_MASK 0x00000040
|
||||
|
||||
Reference in New Issue
Block a user