The DlnGpioPinPulldownDisable() function deactivates an embedded pull-down resistor for the specified pin.
DlnGpioPinPulldownDisable()
DLN_RESULT DlnGpioPinPulldownDisable( HDLN handle, uint16_t pin );
A handle to the DLN-series adapter.
The number of the pin that you want to configure.
The function successfully deactivated the pull-down resistor.
The pin number is not valid. Use the DlnGpioGetPinCount() function to find the maximum possible pin number.
The DLN adapter does not support pull-down resistors.
The DlnGpioPinPulldownDisable() function is declared in the dln_gpio.h file.
dln_gpio.h