aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC214x/vic.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/LPC214x/vic.c')
-rw-r--r--os/hal/platforms/LPC214x/vic.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/platforms/LPC214x/vic.c b/os/hal/platforms/LPC214x/vic.c
index c4e11231f..97dbf4851 100644
--- a/os/hal/platforms/LPC214x/vic.c
+++ b/os/hal/platforms/LPC214x/vic.c
@@ -30,6 +30,8 @@
/**
* @brief VIC Initialization.
* @note Better reset everything in the VIC, it is a HUGE source of trouble.
+ *
+ * @notapi
*/
void vic_init(void) {
int i;
@@ -52,6 +54,8 @@ void vic_init(void) {
* @param[in] handler the pointer to the IRQ service routine
* @param[in] vector the vector number
* @param[in] source the IRQ source to be associated to the vector
+ *
+ * @api
*/
void SetVICVector(void *handler, int vector, int source) {