RTEMS 6.1-rc1
Functions
intrbody.c File Reference

This source file contains the implementation of directive bindings of the Interrupt Manager for languages other than C/C++. More...

#include <rtems/rtems/status.h>
#include <rtems/score/isr.h>
#include <rtems/rtems/intr.h>

Functions

rtems_interrupt_level rtems_interrupt_disable (void)
 
void rtems_interrupt_enable (rtems_interrupt_level previous_level)
 
void rtems_interrupt_flash (rtems_interrupt_level previous_level)
 
bool rtems_interrupt_is_in_progress (void)
 

Detailed Description

This source file contains the implementation of directive bindings of the Interrupt Manager for languages other than C/C++.