RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Functions
irq-priority.c File Reference

This source file contains the implementation of rtems_interrupt_get_priority() and rtems_interrupt_set_priority(). More...

#include <bsp/irq-generic.h>

Functions

rtems_status_code rtems_interrupt_set_priority (rtems_vector_number vector, uint32_t priority)
 Sets the priority of the interrupt vector.
 
rtems_status_code rtems_interrupt_get_priority (rtems_vector_number vector, uint32_t *priority)
 Gets the priority of the interrupt vector.
 

Detailed Description

This source file contains the implementation of rtems_interrupt_get_priority() and rtems_interrupt_set_priority().