[−][src]Enum lpc55s6x_pac::casper::ctrl1::CSKIPR
Possible values of the field CSKIP
Variants
NO_SKIP
No Skip
SKIP_IF_1
Skip if Carry is 1
SKIP_IF_0
Skip if Carry is 0
SET_AND_SKIP
Set CTRLOFF to CDOFF and Skip
Methods
impl CSKIPR
[src][−]
pub fn bits(&self) -> u8
[src][−]
Value of the field as raw bits
pub fn is_no_skip(&self) -> bool
[src][−]
Checks if the value of the field is NO_SKIP
pub fn is_skip_if_1(&self) -> bool
[src][−]
Checks if the value of the field is SKIP_IF_1
pub fn is_skip_if_0(&self) -> bool
[src][−]
Checks if the value of the field is SKIP_IF_0
pub fn is_set_and_skip(&self) -> bool
[src][−]
Checks if the value of the field is SET_AND_SKIP
Trait Implementations
impl PartialEq<CSKIPR> for CSKIPR
[src][+]
impl Copy for CSKIPR
[src]
impl Debug for CSKIPR
[src][+]
impl Clone for CSKIPR
[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