[][src]Enum rv32m1_ri5cy_pac::vref::trm::CHOPEN_A

pub enum CHOPEN_A {
    CHOPEN_0,
    CHOPEN_1,
}

Chop oscillator enable. When set, the internal chopping operation is enabled and the internal analog offset will be minimized.

Value on reset: 0

Variants

CHOPEN_0

0: Chop oscillator is disabled.

CHOPEN_1

1: Chop oscillator is enabled.

Trait Implementations

impl Debug for CHOPEN_A[src]

impl PartialEq<CHOPEN_A> for CHOPEN_A[src]

impl Copy for CHOPEN_A[src]

impl From<CHOPEN_A> for bool[src]

impl Clone for CHOPEN_A[src]

Auto Trait Implementations

impl Unpin for CHOPEN_A

impl Send for CHOPEN_A

impl Sync for CHOPEN_A

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]