Hi @vinaykl,
You would need to define the two parameters in the code.
Their declaration can be found in clock_S32K1xx.h
danielmartynek_0-1695816591865.png
You can use the CLOCK_DRV_GetSystemClockSource() and pass the defined struct there first to get the current clock source. Then change it and use it in CLOCK_DRV_SetSystemClock().
However, the SDK 3.0.0 Processor Expert allows creating more clock configurations.
danielmartynek_1-1695816808207.png
The system clock can be updated using CLOCK_SYS_UpdateConfiguration().
Regards,
Daniel