SubGhzSetAsyncMirrorPin

Type Alias SubGhzSetAsyncMirrorPin 

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

Aliased Type§

pub 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.