pub type FuriHalInfraredRxTimeoutCallback = Option<unsafe extern "C" fn(ctx: *mut c_void)>;Expand description
Signature of callback function for reaching silence timeout on INFRARED port.
§Arguments
ctx(direction in) - context to pass to callback
Aliased Type§
pub enum FuriHalInfraredRxTimeoutCallback {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}