RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
API_extensions_Control Struct Reference

The control structure which defines the points at which an API can add an extension to the system initialization thread. More...

#include <apiext.h>

Collaboration diagram for API_extensions_Control:
Collaboration graph
[legend]

Data Fields

Chain_Node Node
 This field allows this structure to be used with the Chain Handler. More...
 
API_extensions_Postdriver_hook postdriver_hook
 This field is the callout invoked during RTEMS initialization after RTEMS data structures and device driver initialization has occurred but before multitasking is initiated. More...
 

Detailed Description

The control structure which defines the points at which an API can add an extension to the system initialization thread.

Field Documentation

◆ Node

Chain_Node API_extensions_Control::Node

This field allows this structure to be used with the Chain Handler.

Referenced by _API_extensions_Add().

◆ postdriver_hook

API_extensions_Postdriver_hook API_extensions_Control::postdriver_hook

This field is the callout invoked during RTEMS initialization after RTEMS data structures and device driver initialization has occurred but before multitasking is initiated.

Note
If this field is NULL, no extension is invoked.

Referenced by _API_extensions_Run_postdriver().


The documentation for this struct was generated from the following file: