DlnAdcChannelDisable() Function
Syntax
- C/C++
-
DLN_RESULT DlnAdcChannelDisable( HDLN handle, uint8_t port, uint8_t channel );
The DlnAdcChannelEnable() function deactivates the specified channel from the corresponding 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 used.
- channel
- A number of the channel to be disabled.
Results:
| Result | Description |
|---|---|
| DLN_RES_SUCCESS | Function was succesfully executed. |
This function is defined in the dln_adc.h file.
2006-2012