pub unsafe extern "C" fn event_timeout_ztimer_init(
    event_timeout: *mut event_timeout_t,
    clock: *mut ztimer_clock_t,
    queue: *mut event_queue_t,
    event: *mut event_t
)
Expand description

@brief Initialize timeout event object

@param[in] event_timeout event_timeout object to initialize @param[in] clock the clock backend, eg: ZTIMER_USEC, ZTIMER_MSEC @param[in] queue queue that the timed-out event will be added to @param[in] event event to add to queue after timeout