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)),
}