[][src]Enum atsams70n19b::rtc::rtc_mr::THIGHW

pub enum THIGHW {
    H_31MS,
    H_16MS,
    H_4MS,
    H_976US,
    H_488US,
    H_122US,
    H_30US,
    H_15US,
}

Values that can be written to the field THIGH

Variants

H_31MS

31.2 ms

H_16MS

15.6 ms

H_4MS

3.91 ms

H_976US

976 us

H_488US

488 us

H_122US

122 us

H_30US

30.5 us

H_15US

15.2 us

Trait Implementations

impl Debug for THIGHW[src]

impl PartialEq<THIGHW> for THIGHW[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for THIGHW[src]

impl Clone for THIGHW[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for THIGHW

impl Sync for THIGHW

impl Send for THIGHW

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self