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

Data Structures

struct  IfxEray_Eray_Pins
 Pins configuration structure. More...
 

Functions

IFX_EXTERN void IfxEray_Eray_Node_init (IfxEray_Eray *eray, const 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


Data Structure Documentation

struct IfxEray_Eray_Pins

Pins configuration structure.

Definition at line 780 of file IfxEray_Eray.h.

Collaboration diagram for IfxEray_Eray_Pins:
Data Fields
const IfxEray_Eray_NodeA * nodeAPins Pins configuration structure for Node A.
const IfxEray_Eray_NodeB * nodeBPins Pins configuration structure for Node B.

Function Documentation

IFX_EXTERN void IfxEray_Eray_Node_init ( IfxEray_Eray eray,
const 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.