The DlnAdcChannelEnable() function deactivates the specified channel from the corresponding ADC port of your DLN-series adapter.
DlnAdcChannelEnable()
This function is defined in the dln_adc.h file.
dln_adc.h
DLN_RESULT DlnAdcChannelDisable( HDLN handle, uint8_t port, uint8_t channel );
A handle to the DLN-series adapter.
A number of the ADC port to be used.
A number of the channel to be disabled.
Function was successfully executed.