pub unsafe extern "C" fn ztimer_handler(clock: *mut ztimer_clock_t)
Expand description
@brief main ztimer callback handler
This gets called by clock implementations, and must only be called by them with interrupts disabled.
pub unsafe extern "C" fn ztimer_handler(clock: *mut ztimer_clock_t)
@brief main ztimer callback handler
This gets called by clock implementations, and must only be called by them with interrupts disabled.