The DlnAdcSetResolution() function sets the ADC resolution value of your DLN-series adapter. This function is defined in the dln_adc.h file.
DlnAdcSetResolution()
dln_adc.h
DLN_RESULT DlnAdcSetResolution( HDLN handle, uint8_t port, uint8_t resolution );
A handle to the DLN-series adapter.
A number of the ADC port to be configured.
The new resolution in bits. For the list of compatible values see table below.
Function was successfully executed.