Struct TimerPeriod

Source
pub struct TimerPeriod<T>(/* private fields */);
Expand description

Handle to timers period event

Trait Implementations§

Source§

impl AdcTrigger13 for TimerPeriod<HRTIM_MASTER>

Source§

const BITS: u32 = 16u32

Source§

impl AdcTrigger13 for TimerPeriod<HRTIM_TIMA>

Source§

const BITS: u32 = 8_192u32

Source§

impl AdcTrigger13 for TimerPeriod<HRTIM_TIMB>

Source§

const BITS: u32 = 262_144u32

Source§

impl AdcTrigger13 for TimerPeriod<HRTIM_TIMC>

Source§

const BITS: u32 = 8_388_608u32

Source§

impl AdcTrigger13 for TimerPeriod<HRTIM_TIMD>

Source§

const BITS: u32 = 134_217_728u32

Source§

impl AdcTrigger13 for TimerPeriod<HRTIM_TIME>

Source§

const BITS: u32 = 2_147_483_648u32

Source§

impl AdcTrigger13 for TimerPeriod<HRTIM_TIMF>

Source§

const BITS: u32 = 16_777_216u32

Source§

impl AdcTrigger24 for TimerPeriod<HRTIM_MASTER>

Source§

const BITS: u32 = 16u32

Source§

impl AdcTrigger24 for TimerPeriod<HRTIM_TIMA>

Source§

const BITS: u32 = 8_192u32

Source§

impl AdcTrigger24 for TimerPeriod<HRTIM_TIMB>

Source§

const BITS: u32 = 131_072u32

Source§

impl AdcTrigger24 for TimerPeriod<HRTIM_TIMC>

Source§

const BITS: u32 = 2_097_152u32

Source§

impl AdcTrigger24 for TimerPeriod<HRTIM_TIMD>

Source§

const BITS: u32 = 67_108_864u32

Source§

impl AdcTrigger24 for TimerPeriod<HRTIM_TIMF>

Source§

const BITS: u32 = 16_777_216u32

Source§

impl AdcTrigger579 for TimerPeriod<HRTIM_MASTER>

Source§

const BITS: u32 = 4u32

Source§

impl AdcTrigger579 for TimerPeriod<HRTIM_TIMA>

Source§

const BITS: u32 = 12u32

Source§

impl AdcTrigger579 for TimerPeriod<HRTIM_TIMB>

Source§

const BITS: u32 = 16u32

Source§

impl AdcTrigger579 for TimerPeriod<HRTIM_TIMC>

Source§

const BITS: u32 = 20u32

Source§

impl AdcTrigger579 for TimerPeriod<HRTIM_TIMD>

Source§

const BITS: u32 = 23u32

Source§

impl AdcTrigger579 for TimerPeriod<HRTIM_TIME>

Source§

const BITS: u32 = 26u32

Source§

impl AdcTrigger579 for TimerPeriod<HRTIM_TIMF>

Source§

const BITS: u32 = 30u32

Source§

impl AdcTrigger6810 for TimerPeriod<HRTIM_MASTER>

Source§

const BITS: u32 = 4u32

Source§

impl AdcTrigger6810 for TimerPeriod<HRTIM_TIMA>

Source§

const BITS: u32 = 12u32

Source§

impl AdcTrigger6810 for TimerPeriod<HRTIM_TIMB>

Source§

const BITS: u32 = 15u32

Source§

impl AdcTrigger6810 for TimerPeriod<HRTIM_TIMC>

Source§

const BITS: u32 = 18u32

Source§

impl AdcTrigger6810 for TimerPeriod<HRTIM_TIMD>

Source§

const BITS: u32 = 22u32

Source§

impl AdcTrigger6810 for TimerPeriod<HRTIM_TIMF>

Source§

const BITS: u32 = 31u32

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.