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:
parent
c8b1c0c45e
commit
2f04d74a23
|
@ -161,7 +161,7 @@ void aicDisableIt(uint32_t source) {
|
||||||
/**
|
/**
|
||||||
* @brief Clears interrupts coming from the selected 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) {
|
void aicClearIt(uint32_t source) {
|
||||||
|
|
||||||
|
@ -174,7 +174,7 @@ void aicClearIt(uint32_t source) {
|
||||||
/**
|
/**
|
||||||
* @brief Sets interrupts coming from the selected 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) {
|
void aicSetIt(uint32_t source) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue