Type Alias flipperzero_sys::SubGhzSetAsyncMirrorPin

source ·
pub type SubGhzSetAsyncMirrorPin = Option<unsafe extern "C" fn(gpio: *const GpioPin)>;

Aliased Type§

enum SubGhzSetAsyncMirrorPin {
    None,
    Some(unsafe extern "C" fn(_: *const GpioPin)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const GpioPin))

Some value of type T.