[−][src]Enum lpc55s6x_pac::adc0::stat::CMDACTR
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][+]
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