[−][src]Enum lpc55s6x_pac::sct0::event::ctrl::COMBMODER
Possible values of the field COMBMODE
Variants
OR
OR. The event occurs when either the specified match or I/O condition occurs.
MATCH
MATCH. Uses the specified match only.
IO
IO. Uses the specified I/O condition only.
AND
AND. The event occurs when the specified match and I/O condition occur simultaneously.
Methods
impl COMBMODER
[src][−]
pub fn bits(&self) -> u8
[src][−]
Value of the field as raw bits
pub fn is_or(&self) -> bool
[src][−]
Checks if the value of the field is OR
pub fn is_match_(&self) -> bool
[src][−]
Checks if the value of the field is MATCH
pub fn is_io(&self) -> bool
[src][−]
Checks if the value of the field is IO
pub fn is_and(&self) -> bool
[src][−]
Checks if the value of the field is AND
Trait Implementations
impl PartialEq<COMBMODER> for COMBMODER
[src][+]
impl Copy for COMBMODER
[src]
impl Debug for COMBMODER
[src][+]
impl Clone for COMBMODER
[src][+]
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