[−][src]Enum lpc55s6x_pac::adc0::resfifo::LOOPCNTR
Possible values of the field LOOPCNT
Variants
LOOPCNT_0Result is from initial conversion in command.
LOOPCNT_1Result is from second conversion in command.
LOOPCNT_2Result is from LOOPCNT+1 conversion in command.
LOOPCNT_3Result is from LOOPCNT+1 conversion in command.
LOOPCNT_4Result is from LOOPCNT+1 conversion in command.
LOOPCNT_5Result is from LOOPCNT+1 conversion in command.
LOOPCNT_6Result is from LOOPCNT+1 conversion in command.
LOOPCNT_7Result is from LOOPCNT+1 conversion in command.
LOOPCNT_8Result is from LOOPCNT+1 conversion in command.
LOOPCNT_9Result is from LOOPCNT+1 conversion in command.
LOOPCNT_15Result 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]
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
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