aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/nvic.c
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-05-05 04:34:56 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-05-05 04:34:56 -0400
commit8fc5225a70c55be4e62b3a4eb9ce92f61e7e843f (patch)
tree537898640f6078712f60f21b9eeb6c9f8f665356 /libmaple/nvic.c
parentfc30aa62ecb544a43828cd5dceb1696518b77acf (diff)
downloadlibrambutan-8fc5225a70c55be4e62b3a4eb9ce92f61e7e843f.tar.gz
librambutan-8fc5225a70c55be4e62b3a4eb9ce92f61e7e843f.zip
Doxygen syntax bugfixes.
Diffstat (limited to 'libmaple/nvic.c')
-rw-r--r--libmaple/nvic.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libmaple/nvic.c b/libmaple/nvic.c
index 28db96a..a7a6d8e 100644
--- a/libmaple/nvic.c
+++ b/libmaple/nvic.c
@@ -52,7 +52,10 @@ void nvic_irq_set_priority(nvic_irq_num irqn, uint8 priority) {
/**
* @brief Initialize the NVIC
- * @param vect_table_address Vector table base address.
+ * @param vector_table_address Vector table base address.
+ * @param offset Offset from vector_table_address. Some restrictions
+ * apply to the use of nonzero offsets; see ST RM0008
+ * and the ARM Cortex M3 Technical Reference Manual.
*/
void nvic_init(uint32 vector_table_address, uint32 offset) {
uint32 i;