[][src]Enum nrf52832_pac::pdm::pdmclkctrl::FREQ_A

#[repr(u32)]
pub enum FREQ_A {
    _1000K,
    DEFAULT,
    _1067K,
}

PDM_CLK frequency

Value on reset: 138412032

Variants

_1000K

134217728: PDM_CLK = 32 MHz / 32 = 1.000 MHz

DEFAULT

138412032: PDM_CLK = 32 MHz / 31 = 1.032 MHz

_1067K

142606336: PDM_CLK = 32 MHz / 30 = 1.067 MHz

Trait Implementations

impl Clone for FREQ_A[src]

impl Copy for FREQ_A[src]

impl Debug for FREQ_A[src]

impl From<FREQ_A> for u32[src]

impl PartialEq<FREQ_A> for FREQ_A[src]

impl StructuralPartialEq for FREQ_A[src]

Auto Trait Implementations

impl Send for FREQ_A

impl Sync for FREQ_A

impl Unpin for FREQ_A

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> Same<T> for T

type Output = T

Should always be Self

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.