Lines Matching defs:set
22 //! // We set a new one-shot timer in 1 seconds.
23 //! timer.set(
107 /// There are 3 types of alarms you can set:
115 /// go off 60s after I set it and every 60s after that. The alarm will
121 /// The alarm will first trigger 1h after I set it and then every 60s
126 /// If you do not set any `TimerSetTimeFlags`, then the `TimeSpec` you pass
128 /// to go off at a certain point in time, you can set `TFD_TIMER_ABSTIME`.
134 /// Note: Only one alarm can be set for any given timer. Setting a new alarm
140 pub fn set(
157 /// Get the parameters for the alarm currently set, if any.
177 /// Remove the alarm if any is set.