We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09da4ae commit 6ffb6d8Copy full SHA for 6ffb6d8
libcpu/arm/cortex-a/gic.c
@@ -367,7 +367,7 @@ rt_uint32_t arm_gic_get_target_cpu(rt_uint32_t index, int irq)
367
* @note The lower the value, the greater the priority of the corresponding interrupt.
368
*
369
* @param index GIC controller index
370
- * @param irq The actual interrupt number(with offset)
+ * @param irq The actual interrupt number (with offset)
371
* @param priority The priority to set.Only the lower 8 bits are valid (bits [7:0]).
372
*/
373
void arm_gic_set_priority(rt_uint32_t index, int irq, rt_uint32_t priority)
0 commit comments