[][src]Enum mcp794xx::SqWFreq

pub enum SqWFreq {
    Hz1,
    Hz4_096,
    Hz8_192,
    Hz32_768,
}

Square-wave output frequency

Variants

Hz1

1 Hz (default)

Hz4_096

4.096 Hz

Hz8_192

8.192 Hz

Hz32_768

32.768 Hz

Trait Implementations

impl PartialEq<SqWFreq> for SqWFreq[src]

impl Debug for SqWFreq[src]

impl Copy for SqWFreq[src]

impl Clone for SqWFreq[src]

Auto Trait Implementations

impl Unpin for SqWFreq

impl Send for SqWFreq

impl Sync for SqWFreq

Blanket Implementations

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

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, 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]