[][src]Enum msp430fr2x5x_hal::clock::DcoclkFreqSel

pub enum DcoclkFreqSel {
    _1MHz,
    _2MHz,
    _4MHz,
    _8MHz,
    _12MHz,
    _16MHz,
    _20MHz,
    _24MHz,
}

Selectable DCOCLK frequencies when using factory trim settings. Actual frequencies may be slightly higher.

Variants

_1MHz

1 MHz

_2MHz

2 MHz

_4MHz

4 MHz

_8MHz

8 MHz

_12MHz

12 MHz

_16MHz

16 MHz

_20MHz

20 MHz

_24MHz

24 MHz

Implementations

impl DcoclkFreqSel[src]

pub fn freq(self) -> u32[src]

Numerical frequency

Trait Implementations

impl Clone for DcoclkFreqSel[src]

impl Copy for DcoclkFreqSel[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.