[][src]Enum lpc55s6x_pac::adc0::stat::CMDACTR

pub enum CMDACTR {
    CMDACT_0,
    CMDACT_1,
    CMDACT_2,
    CMDACT_3,
    CMDACT_4,
    CMDACT_5,
    CMDACT_6,
    CMDACT_7,
    CMDACT_8,
    CMDACT_9,
    _Reserved(u8),
}
[]

Possible values of the field CMDACT

Variants

CMDACT_0
[]

No command is currently in progress.

CMDACT_1
[]

Command 1 currently being executed.

CMDACT_2
[]

Command 2 currently being executed.

CMDACT_3
[]

Associated command number is currently being executed.

CMDACT_4
[]

Associated command number is currently being executed.

CMDACT_5
[]

Associated command number is currently being executed.

CMDACT_6
[]

Associated command number is currently being executed.

CMDACT_7
[]

Associated command number is currently being executed.

CMDACT_8
[]

Associated command number is currently being executed.

CMDACT_9
[]

Associated command number is currently being executed.

_Reserved(u8)
[]

Reserved

Methods

impl CMDACTR[src][]

pub fn bits(&self) -> u8[src][]

Value of the field as raw bits

pub fn is_cmdact_0(&self) -> bool[src][]

Checks if the value of the field is CMDACT_0

pub fn is_cmdact_1(&self) -> bool[src][]

Checks if the value of the field is CMDACT_1

pub fn is_cmdact_2(&self) -> bool[src][]

Checks if the value of the field is CMDACT_2

pub fn is_cmdact_3(&self) -> bool[src][]

Checks if the value of the field is CMDACT_3

pub fn is_cmdact_4(&self) -> bool[src][]

Checks if the value of the field is CMDACT_4

pub fn is_cmdact_5(&self) -> bool[src][]

Checks if the value of the field is CMDACT_5

pub fn is_cmdact_6(&self) -> bool[src][]

Checks if the value of the field is CMDACT_6

pub fn is_cmdact_7(&self) -> bool[src][]

Checks if the value of the field is CMDACT_7

pub fn is_cmdact_8(&self) -> bool[src][]

Checks if the value of the field is CMDACT_8

pub fn is_cmdact_9(&self) -> bool[src][]

Checks if the value of the field is CMDACT_9

Trait Implementations

impl PartialEq<CMDACTR> for CMDACTR[src][+]

impl Copy for CMDACTR[src]

impl Debug for CMDACTR[src][+]

impl Clone for CMDACTR[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 CMDACTR

impl Sync for CMDACTR

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