2.6.4.3.1 Function adc_enable()
Enables the ADC module.
enum status_code adc_enable( struct adc_module *const module_inst)
Enables an ADC module that has previously been configured. If any internal reference is selected it will be enabled.
Data direction | Parameter name | Description |
---|---|---|
[in] | module_inst |
Pointer to the ADC software instance struct |