Searched refs:HrTimerMode (Results 1 – 1 of 1) sorted by relevance
85 mode: HrTimerMode,99 pub fn new(mode: HrTimerMode, clock: ClockId) -> impl PinInit<Self> in new() argument404 pub enum HrTimerMode { enum451 impl HrTimerMode { impl455 HrTimerMode::Absolute => hrtimer_mode_HRTIMER_MODE_ABS, in into_c()456 HrTimerMode::Relative => hrtimer_mode_HRTIMER_MODE_REL, in into_c()457 HrTimerMode::Pinned => hrtimer_mode_HRTIMER_MODE_PINNED, in into_c()458 HrTimerMode::Soft => hrtimer_mode_HRTIMER_MODE_SOFT, in into_c()459 HrTimerMode::Hard => hrtimer_mode_HRTIMER_MODE_HARD, in into_c()462 HrTimerMode::AbsoluteSoft => hrtimer_mode_HRTIMER_MODE_ABS_SOFT, in into_c()[all …]