[−][src]Enum lpc55_pac::sct0::ev::ev_ctrl::COMBMODE_A
pub enum COMBMODE_A { OR, MATCH, IO, AND, }
Selects how the specified match and I/O condition are used and combined.
Value on reset: 0
Variants
0: OR. The event occurs when either the specified match or I/O condition occurs.
1: MATCH. Uses the specified match only.
2: IO. Uses the specified I/O condition only.
3: AND. The event occurs when the specified match and I/O condition occur simultaneously.
Trait Implementations
impl Clone for COMBMODE_A
[src][+]
impl Copy for COMBMODE_A
[src]
impl Debug for COMBMODE_A
[src][+]
impl From<COMBMODE_A> for u8
[src][+]
impl PartialEq<COMBMODE_A> for COMBMODE_A
[src][+]
impl StructuralPartialEq for COMBMODE_A
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
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> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
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][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,