[][src]Enum lpc55s6x_pac::adc0::cmdh11::NEXTR

pub enum NEXTR {
    NEXT_0,
    NEXT_1,
    NEXT_2,
    NEXT_3,
    NEXT_4,
    NEXT_5,
    NEXT_6,
    NEXT_7,
    NEXT_8,
    NEXT_9,
    NEXT_15,
    _Reserved(u8),
}
[]

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

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NEXTR

impl Sync for NEXTR

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