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