Type Definition flipper0::ffi::FuriThreadStateCallback

source ·
pub type FuriThreadStateCallback = Option<unsafe extern "C" fn(FuriThreadState, *mut c_void)>;
Expand description

FuriThread state change calback called upon thread state change @param state new thread state @param context callback context