Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
c0da7660
Commit
c0da7660
authored
Jul 22, 2012
by
Dean Camera
Browse files
Add missing INTC_GetInterruptHandler() function prototype.
parent
badbca57
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/Platform/UC3/InterruptManagement.h
View file @
c0da7660
...
...
@@ -110,10 +110,8 @@
#define INTC_IRQ_LINE(IRQIndex) (IRQIndex % 32)
/* Function Prototypes: */
/** Initializes the interrupt controller, nulling out all interrupt handlers ready for new registration. This
* function should be called once on startup to ensure the interrupt controller is ready for use.
*/
void
INTC_Init
(
void
);
void
INTC_Init
(
void
);
InterruptHandlerPtr_t
INTC_GetInterruptHandler
(
const
uint_reg_t
InterruptLevel
);
/* Inline Functions: */
/** Registers a handler for a given interrupt group. On the AVR32 UC3 devices, interrupts are grouped by
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment