This method is only available, if ADC is in the Disabled state.
Code that attempts to call this method when the peripheral is already
enabled will not compile.
Consumes this instance of ADC and returns another instance that has
its State type parameter set to Enabled.
This method is only available, if ADC is in the Enabled state.
Code that attempts to call this method when the peripheral is already
disabled will not compile.
Consumes this instance of ADC and returns another instance that has
its State type parameter set to Disabled.
This method serves as an escape hatch from the HAL API. It returns the
raw peripheral, allowing you to do whatever you want with it, without
limitations imposed by the API.
If you are using this method because a feature you need is missing from
the HAL API, please open an issue or, if an issue for your feature
request already exists, comment on the existing issue, so we can
prioritize it accordingly.