RTEMS 6.1-rc5
|
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. | |
This source file contains the implementation of rtems_interrupt_get_priority() and rtems_interrupt_set_priority().