Context
I'm using the MCAL for the S32K344 version below
MateoSegura413_3-1658384560053.png
All modules have an Init function that takes in a configuration parameter
MateoSegura413_0-1658384403254.png
But in most examples, NULL is passed as this argument, as shown below
MateoSegura413_1-1658384457659.png
And I'm aware that this is somehow linked to the ConfiTimeSupport page in the ConfigTools, shown below
MateoSegura413_2-1658384535211.png
Questions
1. What is the difference between the two statements below?
MateoSegura413_4-1658384913280.png
2. How do I find the ConfigPtr for the module? I tried to find the Eth init parameter but had no luck
MateoSegura413_5-1658384997228.png
Thanks in advance for your help!