![]() |
ChibiOS/RT Architecture - Reference Manual - Guides |
Cortex-Mx NVIC support code. More...
#include "ch.h"#include "nvic.h"Go to the source code of this file.
Functions | |
| void | NVICEnableVector (uint32_t n, uint32_t prio) |
| Sets the priority of an interrupt handler and enables it. | |
| void | NVICDisableVector (uint32_t n) |
| Disables an interrupt handler. | |
| void | NVICSetSystemHandlerPriority (uint32_t handler, uint32_t prio) |
| Changes the priority of a system handler. | |
Cortex-Mx NVIC support code.
Definition in file nvic.c.
1.7.1