[−][src]Enum lpc55s6x_pac::adc0::cmdh11::NEXTR
Possible values of the field NEXT
Variants
NEXT_0
No next command defined. Terminate conversions at completion of current command. If lower priority trigger pending, begin command associated with lower priority trigger.
NEXT_1
Select CMD1 command buffer register as next command.
NEXT_2
Select corresponding CMD command buffer register as next command
NEXT_3
Select corresponding CMD command buffer register as next command
NEXT_4
Select corresponding CMD command buffer register as next command
NEXT_5
Select corresponding CMD command buffer register as next command
NEXT_6
Select corresponding CMD command buffer register as next command
NEXT_7
Select corresponding CMD command buffer register as next command
NEXT_8
Select corresponding CMD command buffer register as next command
NEXT_9
Select corresponding CMD command buffer register as next command
NEXT_15
Select CMD15 command buffer register as next command.
_Reserved(u8)
Reserved
Methods
impl NEXTR
[src][−]
pub fn bits(&self) -> u8
[src][−]
Value of the field as raw bits
pub fn is_next_0(&self) -> bool
[src][−]
Checks if the value of the field is NEXT_0
pub fn is_next_1(&self) -> bool
[src][−]
Checks if the value of the field is NEXT_1
pub fn is_next_2(&self) -> bool
[src][−]
Checks if the value of the field is NEXT_2
pub fn is_next_3(&self) -> bool
[src][−]
Checks if the value of the field is NEXT_3
pub fn is_next_4(&self) -> bool
[src][−]
Checks if the value of the field is NEXT_4
pub fn is_next_5(&self) -> bool
[src][−]
Checks if the value of the field is NEXT_5
pub fn is_next_6(&self) -> bool
[src][−]
Checks if the value of the field is NEXT_6
pub fn is_next_7(&self) -> bool
[src][−]
Checks if the value of the field is NEXT_7
pub fn is_next_8(&self) -> bool
[src][−]
Checks if the value of the field is NEXT_8
pub fn is_next_9(&self) -> bool
[src][−]
Checks if the value of the field is NEXT_9
pub fn is_next_15(&self) -> bool
[src][−]
Checks if the value of the field is NEXT_15
Trait Implementations
impl PartialEq<NEXTR> for NEXTR
[src][+]
impl Copy for NEXTR
[src]
impl Debug for NEXTR
[src][+]
impl Clone for NEXTR
[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