Type Alias flipperzero_sys::ProtocolDecoderFeed
source · pub type ProtocolDecoderFeed = Option<unsafe extern "C" fn(protocol: *mut c_void, level: bool, duration: u32) -> bool>;Aliased Type§
enum ProtocolDecoderFeed {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: bool, _: u32) -> bool),
}