RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Functions | Variables
modes.c File Reference

This source file contains the implementation of rtems_interrupt_level_body() and the definition of rtems_interrupt_mask to support languages other than C/C++. More...

#include <rtems/rtems/tasks.h>
#include <rtems/score/stack.h>
#include <rtems/rtems/modes.h>

Functions

rtems_mode rtems_interrupt_level_body (uint32_t level)
 Maps the interrupt level to the associated processor-dependent task mode interrupt level.
 

Variables

const uint32_t rtems_interrupt_mask = RTEMS_INTERRUPT_MASK
 This task mode constant has the same value as RTEMS_INTERRUPT_MASK.
 

Detailed Description

This source file contains the implementation of rtems_interrupt_level_body() and the definition of rtems_interrupt_mask to support languages other than C/C++.