[][src]Enum lpc55_pac::sct0::res::O15RES_A

[]
#[repr(u8)]pub enum O15RES_A {
    NO_CHANGE,
    SET,
    CLEAR,
    TOGGLE_OUTPUT,
}
[]

Effect of simultaneous set and clear on output 15.

Value on reset: 0

Variants

NO_CHANGE
[]

0: No change.

SET
[]

1: Set output (or clear based on the SETCLR15 field in the OUTPUTDIRCTRL register).

CLEAR
[]

2: Clear output (or set based on the SETCLR15 field).

TOGGLE_OUTPUT
[]

3: Toggle output.

Trait Implementations

impl Clone for O15RES_A[src][+]

impl Copy for O15RES_A[src]

impl Debug for O15RES_A[src][+]

impl From<O15RES_A> for u8[src][+]

impl PartialEq<O15RES_A> for O15RES_A[src][+]

impl StructuralPartialEq for O15RES_A[src]

Auto Trait Implementations

impl Send for O15RES_A

impl Sync for O15RES_A

impl Unpin for O15RES_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[src]

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.