RTEMS CPU Kit with SuperCore  4.11.3
Typedefs | Functions
ada_intrsupp.c File Reference
#include <rtems.h>
#include <rtems/bspIo.h>
Include dependency graph for ada_intrsupp.c:

Typedefs

typedef void(* ISRHandler) (void *)
 

Functions

rtems_id __gnat_binary_semaphore_create (void)
 
int __gnat_binary_semaphore_delete (rtems_id semaphore)
 
int __gnat_binary_semaphore_obtain (rtems_id semaphore)
 
int __gnat_binary_semaphore_release (rtems_id semaphore)
 
int __gnat_binary_semaphore_flush (rtems_id semaphore)
 
void * set_vector (void *, rtems_vector_number, int)
 
int __gnat_interrupt_connect (int vector, ISRHandler handler, void *parameter)
 
int __gnat_interrupt_set (int vector, ISRHandler handler)
 
ISRHandler __gnat_interrupt_get (int vector)
 
int __gnat_interrupt_number_to_vector (int intNum)