Added SAMA Advanced Interrupt Controller aic

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10385 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
edolomb 2017-08-10 12:40:27 +00:00
parent c8b1c0c45e
commit 2f04d74a23
1 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ void aicDisableIt(uint32_t source) {
/**
* @brief Clears interrupts coming from the selected source.
*
* @param[in] source interrupt source
* @param[in] source interrupt source to Clear
*/
void aicClearIt(uint32_t source) {
@ -174,7 +174,7 @@ void aicClearIt(uint32_t source) {
/**
* @brief Sets interrupts coming from the selected source.
*
* @param[in] source interrupt source
* @param[in] source interrupt source to Set
*/
void aicSetIt(uint32_t source) {