[−][src]Enum lpc55s6x_pac::ctimer0::ctcr::SELCCW
Values that can be written to the field SELCC
Variants
CHANNEL_0_RISINGChannel 0 Rising Edge. Rising edge of the signal on capture channel 0 clears the timer (if bit 4 is set).
CHANNEL_0_FALLINGChannel 0 Falling Edge. Falling edge of the signal on capture channel 0 clears the timer (if bit 4 is set).
CHANNEL_1_RISINGChannel 1 Rising Edge. Rising edge of the signal on capture channel 1 clears the timer (if bit 4 is set).
CHANNEL_1_FALLINGChannel 1 Falling Edge. Falling edge of the signal on capture channel 1 clears the timer (if bit 4 is set).
CHANNEL_2_RISINGChannel 2 Rising Edge. Rising edge of the signal on capture channel 2 clears the timer (if bit 4 is set).
CHANNEL_2_FALLINGChannel 2 Falling Edge. Falling edge of the signal on capture channel 2 clears the timer (if bit 4 is set).
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self