The DlnAdcGetResolution() function retrieves the currently set ADC resolution of your DLN-series adapter.
DlnAdcGetResolution()
This function is defined in the dln_adc.h file.
dln_adc.h
DLN_RESULT DlnAdcGetResolution( HDLN handle, uint8_t port, uint8_t* resolution );
A handle to the DLN-series adapter.
A number of the ADC port to retrieve the information from.
The current ADC resolution in bits.
Function was successfully executed.