Exposure of Cortex-M NVIC to the userspace. More...
Functions | |
int | os_nvic_enable (uint32_t irq) |
Implementation of irq_enable syscall for ARM Cortex-M See irq_enable for more details on arguments. | |
int | os_nvic_disable (uint32_t irq) |
Implementation of irq_disable syscall for ARM Cortex-M See irq_disable for more details on arguments. | |
Exposure of Cortex-M NVIC to the userspace.
int os_nvic_disable | ( | uint32_t | irq | ) |
Implementation of irq_disable syscall for ARM Cortex-M See irq_disable for more details on arguments.
int os_nvic_enable | ( | uint32_t | irq | ) |
Implementation of irq_enable syscall for ARM Cortex-M See irq_enable for more details on arguments.