DlnAdcDisable() Function

DLN_RESULT DlnAdcDisable(
    HDLN handle,
    uint8_t port
);

The DlnAdcDisable() function deactivates the specified ADC port of your DLN-series adapter.

Parameters:

handle
A handle to the DLN-series adapter.
port
A number of the ADC port to be deactivated.

Results:

Result Description
DLN_RES_SUCCESS Function was succesfully executed.

This function is defined in the dln_adc.h file.