flipperzero_sys

Type Alias SubGhzRxIsDataCrcValid

Source
pub type SubGhzRxIsDataCrcValid = Option<unsafe extern "C" fn() -> bool>;

Aliased Type§

enum SubGhzRxIsDataCrcValid {
    None,
    Some(unsafe extern "C" fn() -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn() -> bool)

Some value of type T.