Hello Kenta:
In the Init_ADC component you have the option to select between (Single) or (Continuous) conversion. The property is called "Conversion mode".

Pay attention to the clock settings and the prescaler, so you do not exceed the maximum conversion time.
Also, in addition to the Init_ADC component, I recommend you to use the ADC component (
). This one will provide you with methods (functions) that you can simply call and do things like calibrate the ADC, start the conversions, read the ADC result, etc. Just make sure that the properties between the Init_ADC and ADC components do not conflict (for example the result type).
For your reference, when you add any component to your project, you can right click on the component and select Help on Component. There you will find information regarding the configuration and functioning of that particular component; of special interest is the "Typical Usage", which shows you basic examples of how to use the component.

Hope this helps. If you have doubts let me know.
Regards!
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------