iLLD_TC27xC
1.0
|
![]() |
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... | |
IFX_EXTERN void IfxEray_Eray_Node_init | ( | IfxEray_Eray * | eray, |
IfxEray_Eray_NodeConfig * | config | ||
) |
Initialises the Node with supplied configuration.
eray | pointer to ERAY Module handle. |
config | pointer to node configuration structure. |
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.
config | pointer to node configuration structure. |
For usage exapmle see : How to use the ERAY Interface driver?
Definition at line 186 of file IfxEray_Eray.c.