gpioSetISRFunc

Function gpioSetISRFunc 

Source
pub unsafe extern "C" fn gpioSetISRFunc(
    gpio: c_uint,
    edge: c_uint,
    debounce: c_uint,
    timestamp: *mut c_ulong,
    f: Option<unsafe extern "C" fn()>,
) -> c_int