pub struct TimerPeriod<T>(/* private fields */);
Expand description
Handle to timers period event
Trait Implementations§
Source§impl AdcTrigger13 for TimerPeriod<HRTIM_MASTER>
impl AdcTrigger13 for TimerPeriod<HRTIM_MASTER>
Source§impl AdcTrigger13 for TimerPeriod<HRTIM_TIMA>
impl AdcTrigger13 for TimerPeriod<HRTIM_TIMA>
Source§impl AdcTrigger13 for TimerPeriod<HRTIM_TIMB>
impl AdcTrigger13 for TimerPeriod<HRTIM_TIMB>
Source§impl AdcTrigger13 for TimerPeriod<HRTIM_TIMC>
impl AdcTrigger13 for TimerPeriod<HRTIM_TIMC>
Source§impl AdcTrigger13 for TimerPeriod<HRTIM_TIMD>
impl AdcTrigger13 for TimerPeriod<HRTIM_TIMD>
Source§impl AdcTrigger13 for TimerPeriod<HRTIM_TIME>
impl AdcTrigger13 for TimerPeriod<HRTIM_TIME>
Source§impl AdcTrigger13 for TimerPeriod<HRTIM_TIMF>
impl AdcTrigger13 for TimerPeriod<HRTIM_TIMF>
Source§impl AdcTrigger24 for TimerPeriod<HRTIM_MASTER>
impl AdcTrigger24 for TimerPeriod<HRTIM_MASTER>
Source§impl AdcTrigger24 for TimerPeriod<HRTIM_TIMA>
impl AdcTrigger24 for TimerPeriod<HRTIM_TIMA>
Source§impl AdcTrigger24 for TimerPeriod<HRTIM_TIMB>
impl AdcTrigger24 for TimerPeriod<HRTIM_TIMB>
Source§impl AdcTrigger24 for TimerPeriod<HRTIM_TIMC>
impl AdcTrigger24 for TimerPeriod<HRTIM_TIMC>
Source§impl AdcTrigger24 for TimerPeriod<HRTIM_TIMD>
impl AdcTrigger24 for TimerPeriod<HRTIM_TIMD>
Source§impl AdcTrigger24 for TimerPeriod<HRTIM_TIMF>
impl AdcTrigger24 for TimerPeriod<HRTIM_TIMF>
Source§impl AdcTrigger579 for TimerPeriod<HRTIM_MASTER>
impl AdcTrigger579 for TimerPeriod<HRTIM_MASTER>
Source§impl AdcTrigger579 for TimerPeriod<HRTIM_TIMA>
impl AdcTrigger579 for TimerPeriod<HRTIM_TIMA>
Source§impl AdcTrigger579 for TimerPeriod<HRTIM_TIMB>
impl AdcTrigger579 for TimerPeriod<HRTIM_TIMB>
Source§impl AdcTrigger579 for TimerPeriod<HRTIM_TIMC>
impl AdcTrigger579 for TimerPeriod<HRTIM_TIMC>
Source§impl AdcTrigger579 for TimerPeriod<HRTIM_TIMD>
impl AdcTrigger579 for TimerPeriod<HRTIM_TIMD>
Source§impl AdcTrigger579 for TimerPeriod<HRTIM_TIME>
impl AdcTrigger579 for TimerPeriod<HRTIM_TIME>
Source§impl AdcTrigger579 for TimerPeriod<HRTIM_TIMF>
impl AdcTrigger579 for TimerPeriod<HRTIM_TIMF>
Source§impl AdcTrigger6810 for TimerPeriod<HRTIM_MASTER>
impl AdcTrigger6810 for TimerPeriod<HRTIM_MASTER>
Source§impl AdcTrigger6810 for TimerPeriod<HRTIM_TIMA>
impl AdcTrigger6810 for TimerPeriod<HRTIM_TIMA>
Source§impl AdcTrigger6810 for TimerPeriod<HRTIM_TIMB>
impl AdcTrigger6810 for TimerPeriod<HRTIM_TIMB>
Source§impl AdcTrigger6810 for TimerPeriod<HRTIM_TIMC>
impl AdcTrigger6810 for TimerPeriod<HRTIM_TIMC>
Source§impl AdcTrigger6810 for TimerPeriod<HRTIM_TIMD>
impl AdcTrigger6810 for TimerPeriod<HRTIM_TIMD>
Source§impl AdcTrigger6810 for TimerPeriod<HRTIM_TIMF>
impl AdcTrigger6810 for TimerPeriod<HRTIM_TIMF>
Auto Trait Implementations§
impl<T> Freeze for TimerPeriod<T>
impl<T> RefUnwindSafe for TimerPeriod<T>where
T: RefUnwindSafe,
impl<T> Send for TimerPeriod<T>where
T: Send,
impl<T> Sync for TimerPeriod<T>where
T: Sync,
impl<T> Unpin for TimerPeriod<T>where
T: Unpin,
impl<T> UnwindSafe for TimerPeriod<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more