The DlnGpioPinPullupDisable() deactivates an embedded pull-up resistor for the specified pin. For more information, read Pull-up/Pull-down Resistors.
DlnGpioPinPullupDisable()
DLN_RESULT DlnGpioPinPullupDisable( HDLN handle, uint8_t pin );
A handle to the DLN-series adapter.
A number of the pin for which you want to disable a pull-up resistor.
The function deactivated the pull-up resistor successfully.
The pin number is not valid. Use the DlnGpioGetPinCount() function to find the maximum possible pin number.
By default, pull-up resistors are active for GPIO pins. You can activate it manually by using the DlnGpioPinPullupEnable() function. To check the current configuration set for a pin, use the DlnGpioPinPullupIsEnabled() function.
The DlnGpioPinPullupDisable() function is declared in the dln_gpio.h file.
dln_gpio.h