pub unsafe extern "C" fn sys_timepoint_expired(
timepoint: k_timepoint_t,
) -> bool
Expand description
@brief Indicates if timepoint is expired
@param timepoint Timepoint to evaluate @retval true if the timepoint is in the past, false otherwise
@see sys_timepoint_calc()