[][src]Enum lpc55s6x_pac::adc0::resfifo::LOOPCNTR

pub enum LOOPCNTR {
    LOOPCNT_0,
    LOOPCNT_1,
    LOOPCNT_2,
    LOOPCNT_3,
    LOOPCNT_4,
    LOOPCNT_5,
    LOOPCNT_6,
    LOOPCNT_7,
    LOOPCNT_8,
    LOOPCNT_9,
    LOOPCNT_15,
    _Reserved(u8),
}
[]

Possible values of the field LOOPCNT

Variants

LOOPCNT_0
[]

Result is from initial conversion in command.

LOOPCNT_1
[]

Result is from second conversion in command.

LOOPCNT_2
[]

Result is from LOOPCNT+1 conversion in command.

LOOPCNT_3
[]

Result is from LOOPCNT+1 conversion in command.

LOOPCNT_4
[]

Result is from LOOPCNT+1 conversion in command.

LOOPCNT_5
[]

Result is from LOOPCNT+1 conversion in command.

LOOPCNT_6
[]

Result is from LOOPCNT+1 conversion in command.

LOOPCNT_7
[]

Result is from LOOPCNT+1 conversion in command.

LOOPCNT_8
[]

Result is from LOOPCNT+1 conversion in command.

LOOPCNT_9
[]

Result is from LOOPCNT+1 conversion in command.

LOOPCNT_15
[]

Result is from 16th conversion in command.

_Reserved(u8)
[]

Reserved

Methods

impl LOOPCNTR[src][]

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

Value of the field as raw bits

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

Checks if the value of the field is LOOPCNT_0

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

Checks if the value of the field is LOOPCNT_1

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

Checks if the value of the field is LOOPCNT_2

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

Checks if the value of the field is LOOPCNT_3

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

Checks if the value of the field is LOOPCNT_4

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

Checks if the value of the field is LOOPCNT_5

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

Checks if the value of the field is LOOPCNT_6

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

Checks if the value of the field is LOOPCNT_7

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

Checks if the value of the field is LOOPCNT_8

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

Checks if the value of the field is LOOPCNT_9

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

Checks if the value of the field is LOOPCNT_15

Trait Implementations

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

impl Copy for LOOPCNTR[src]

impl Debug for LOOPCNTR[src][+]

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

impl Sync for LOOPCNTR

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