I need to call the API: clock_control_on( const struct device *dev, clock_control_subsys_t sys)
located at the SDK path ncs\v1.6.1\zephyr\drivers\clock_control.
Can you kindly help me on how i need to initialize the API arguments *dev and sys..?
How can i call this particular API so that my LFCLK/HFCLK is turned ON..?