[−][src]Enum lpc55s6x_pac::adc0::stat::CMDACTR
Possible values of the field CMDACT
Variants
CMDACT_0No command is currently in progress.
CMDACT_1Command 1 currently being executed.
CMDACT_2Command 2 currently being executed.
CMDACT_3Associated command number is currently being executed.
CMDACT_4Associated command number is currently being executed.
CMDACT_5Associated command number is currently being executed.
CMDACT_6Associated command number is currently being executed.
CMDACT_7Associated command number is currently being executed.
CMDACT_8Associated command number is currently being executed.
CMDACT_9Associated 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][+]
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