pub unsafe extern "C" fn gpio_int_get_exti(pin: gpio_t) -> u8
Expand description

@brief Retrieve the exti(GPIOTE) channel associated with a gpio

@param pin GPIO pin to retrieve the channel for

@return the channel number @return 0xff if no channel is found