Host_bindings::LVGL

Function lv_timer_set_cb

Source
pub unsafe extern "C" fn lv_timer_set_cb(
    timer: *mut lv_timer_t,
    timer_cb: Option<unsafe extern "C" fn(_: *mut lv_timer_t)>,
)