[][src]Enum xmc4800::vadc::globcfg::DIVWC_AW

pub enum DIVWC_AW {
    VALUE1,
    VALUE2,
}

Write Control for Divider Parameters

Value on reset: 0

Variants

VALUE1

0: No write access to divider parameters

VALUE2

1: Bitfields DIVA, DCMSB, DIVD can be written

Trait Implementations

impl From<DIVWC_AW> for bool[src]

impl PartialEq<DIVWC_AW> for DIVWC_AW[src]

impl Debug for DIVWC_AW[src]

impl Copy for DIVWC_AW[src]

impl Clone for DIVWC_AW[src]

Auto Trait Implementations

impl Unpin for DIVWC_AW

impl Send for DIVWC_AW

impl Sync for DIVWC_AW

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