iLLD_TC27xC  1.0
Node Initialisation Functions
Collaboration diagram for Node Initialisation Functions:

Functions

IFX_EXTERN void IfxEray_Eray_Node_init (IfxEray_Eray *eray, IfxEray_Eray_NodeConfig *config)
 Initialises the Node with supplied configuration. More...
 
IFX_EXTERN void IfxEray_Eray_Node_initConfig (IfxEray_Eray_NodeConfig *config)
 Initialises the default node configuration buffer. More...
 

Detailed Description

Function Documentation

IFX_EXTERN void IfxEray_Eray_Node_init ( IfxEray_Eray eray,
IfxEray_Eray_NodeConfig config 
)

Initialises the Node with supplied configuration.

Parameters
eraypointer to ERAY Module handle.
configpointer to node configuration structure.
Returns
None

For usage exapmle see : How to use the ERAY Interface driver?

Definition at line 66 of file IfxEray_Eray.c.

IFX_EXTERN void IfxEray_Eray_Node_initConfig ( IfxEray_Eray_NodeConfig config)

Initialises the default node configuration buffer.

Parameters
configpointer to node configuration structure.
Returns
None

For usage exapmle see : How to use the ERAY Interface driver?

Definition at line 186 of file IfxEray_Eray.c.