[][src]Enum lpc55s6x_pac::casper::ctrl1::CSKIPR

pub enum CSKIPR {
    NO_SKIP,
    SKIP_IF_1,
    SKIP_IF_0,
    SET_AND_SKIP,
}
[]

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][+]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src][]

This method tests for !=.

impl Copy for CSKIPR[src]

impl Debug for CSKIPR[src][+]

impl Clone for CSKIPR[src][+]

fn clone_from(&mut self, source: &Self)1.0.0[src][]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CSKIPR

impl Sync for CSKIPR

Blanket Implementations

impl<T> From<T> for T[src][+]

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> Into<U> for T where
    U: From<T>, 
[src][+]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

impl<T> Any for T where
    T: 'static + ?Sized
[src][+]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self