|
RTEMS CPU Kit with SuperCore
|
Initializes the RTEMS API. More...
#include <rtems/system.h>#include <rtems/rtems/status.h>#include <rtems/rtems/rtemsapi.h>#include <rtems/rtems/intr.h>#include <rtems/rtems/barrierimpl.h>#include <rtems/rtems/clock.h>#include <rtems/rtems/tasksimpl.h>#include <rtems/rtems/dpmemimpl.h>#include <rtems/rtems/eventimpl.h>#include <rtems/rtems/messageimpl.h>#include <rtems/rtems/partimpl.h>#include <rtems/rtems/ratemonimpl.h>#include <rtems/rtems/regionimpl.h>#include <rtems/rtems/semimpl.h>#include <rtems/rtems/signalimpl.h>#include <rtems/rtems/timerimpl.h>
Functions | |
| void | _RTEMS_API_Initialize (void) |
| Initializes the RTEMS API. More... | |
Variables | |
| Objects_Information * | _RTEMS_Objects [OBJECTS_RTEMS_CLASSES_LAST+1] |
Initializes the RTEMS API.
| void _RTEMS_API_Initialize | ( | void | ) |
Initializes the RTEMS API.
This routine initializes the RTEMS API by invoking the initialization routine for each RTEMS manager with the appropriate parameters from the configuration_table.
References _Objects_Information_table.
1.8.13