[−][src]Function mynewt::hw::hal::hal_gpio_deinit
pub unsafe extern "C" fn hal_gpio_deinit(pin: c_int) -> c_int
Deinitialize the specified pin to revert the previous initialization
pin
: Pin number to unset
Return: int 0: no error; -1 otherwise.