[−][src]Enum lpc55s6x_pac::adc0::resfifo::TSRCR
Possible values of the field TSRC
Variants
TSRC_0
Trigger source 0 initiated this conversion.
TSRC_1
Trigger source 1 initiated this conversion.
TSRC_2
Corresponding trigger source initiated this conversion.
TSRC_3
Corresponding trigger source initiated this conversion.
TSRC_4
Corresponding trigger source initiated this conversion.
TSRC_5
Corresponding trigger source initiated this conversion.
TSRC_6
Corresponding trigger source initiated this conversion.
TSRC_7
Corresponding trigger source initiated this conversion.
TSRC_8
Corresponding trigger source initiated this conversion.
TSRC_9
Corresponding trigger source initiated this conversion.
TSRC_15
Trigger source 15 initiated this conversion.
_Reserved(u8)
Reserved
Methods
impl TSRCR
[src][−]
pub fn bits(&self) -> u8
[src][−]
Value of the field as raw bits
pub fn is_tsrc_0(&self) -> bool
[src][−]
Checks if the value of the field is TSRC_0
pub fn is_tsrc_1(&self) -> bool
[src][−]
Checks if the value of the field is TSRC_1
pub fn is_tsrc_2(&self) -> bool
[src][−]
Checks if the value of the field is TSRC_2
pub fn is_tsrc_3(&self) -> bool
[src][−]
Checks if the value of the field is TSRC_3
pub fn is_tsrc_4(&self) -> bool
[src][−]
Checks if the value of the field is TSRC_4
pub fn is_tsrc_5(&self) -> bool
[src][−]
Checks if the value of the field is TSRC_5
pub fn is_tsrc_6(&self) -> bool
[src][−]
Checks if the value of the field is TSRC_6
pub fn is_tsrc_7(&self) -> bool
[src][−]
Checks if the value of the field is TSRC_7
pub fn is_tsrc_8(&self) -> bool
[src][−]
Checks if the value of the field is TSRC_8
pub fn is_tsrc_9(&self) -> bool
[src][−]
Checks if the value of the field is TSRC_9
pub fn is_tsrc_15(&self) -> bool
[src][−]
Checks if the value of the field is TSRC_15
Trait Implementations
impl PartialEq<TSRCR> for TSRCR
[src][+]
impl Copy for TSRCR
[src]
impl Debug for TSRCR
[src][+]
impl Clone for TSRCR
[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