[][src]Enum lpc55s6x_pac::anactrl::ringo0_ctrl::SWN_SWP_A

#[repr(u8)]
pub enum SWN_SWP_A {
    NORMAL,
    P_MONITOR,
    N_MONITOR,
    FORBIDDEN,
}

PN-Ringos (P-Transistor and N-Transistor processing) control.

Value on reset: 0

Variants

NORMAL

0: Normal mode.

P_MONITOR

1: P-Monitor mode. Measure with weak P transistor.

N_MONITOR

2: P-Monitor mode. Measure with weak N transistor.

FORBIDDEN

3: Don't use.

Trait Implementations

impl Clone for SWN_SWP_A[src]

impl Copy for SWN_SWP_A[src]

impl Debug for SWN_SWP_A[src]

impl From<SWN_SWP_A> for u8[src]

impl PartialEq<SWN_SWP_A> for SWN_SWP_A[src]

impl StructuralPartialEq for SWN_SWP_A[src]

Auto Trait Implementations

impl Send for SWN_SWP_A

impl Sync for SWN_SWP_A

impl Unpin for SWN_SWP_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.