pub fn reset_timer(timer_raw: &mut RawFd) -> Result<(), CommonError>
Expand description

Resets the specified timer.

§Parameters

  • timer_raw: A mutable reference to the raw file descriptor of the timer to reset.

§Returns

A Result that is Ok(()) if the timer was successfully reset, and Err(CommonError) otherwise.