C Microkernel Realtime eXecutive
Realtime Operating System for Cortex-M based microcontrollers
 
Loading...
Searching...
No Matches

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.
 

Detailed Description

Exposure of Cortex-M NVIC to the userspace.

Function Documentation

◆ os_nvic_disable()

int os_nvic_disable ( uint32_t  irq)

Implementation of irq_disable syscall for ARM Cortex-M See irq_disable for more details on arguments.

◆ os_nvic_enable()

int os_nvic_enable ( uint32_t  irq)

Implementation of irq_enable syscall for ARM Cortex-M See irq_enable for more details on arguments.