When you use the DlnGpioPinDisable()
function, the pin configuration settings are not lost. They are saved in the internal memory. Later, if you reassign this pin to the GPIO module by using the DlnGpioPinEnable() function, the pin configuration is restored.
The DlnGpioPinDisable()
function is declared in the dln_gpio.h
file.