[][src]Enum efm32pg12_pac::csen::ctrl::SARCR_A

pub enum SARCR_A {
    CLK10,
    CLK12,
    CLK14,
    CLK16,
}

SAR Conversion Resolution.

Value on reset: 0

Variants

CLK10

0: Conversions last 10 internal CSEN clocks and are 10-bits in length.

CLK12

1: Conversions last 12 internal CSEN clocks and are 12-bits in length.

CLK14

2: Conversions last 14 internal CSEN clocks and are 14-bits in length.

CLK16

3: Conversions last 16 internal CSEN clocks and are 16-bits in length.

Trait Implementations

impl From<SARCR_A> for u8[src]

impl Debug for SARCR_A[src]

impl PartialEq<SARCR_A> for SARCR_A[src]

impl Copy for SARCR_A[src]

impl StructuralPartialEq for SARCR_A[src]

impl Clone for SARCR_A[src]

Auto Trait Implementations

impl Unpin for SARCR_A

impl Send for SARCR_A

impl Sync for SARCR_A

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]

impl<T> Same<T> for T

type Output = T

Should always be Self