[−][src]Enum lpc55s6x_pac::pmc::comp::PMUXR
Possible values of the field PMUX
Variants
VREF
VREF (See fiedl VREFINPUT).
CMP0_A
Pin P0_0.
CMP0_B
Pin P0_9.
CMP0_C
Pin P0_18.
CMP0_D
Pin P1_14.
CMP0_E
Pin P2_23.
_Reserved(u8)
Reserved
Methods
impl PMUXR
[src][−]
pub fn bits(&self) -> u8
[src][−]
Value of the field as raw bits
pub fn is_vref(&self) -> bool
[src][−]
Checks if the value of the field is VREF
pub fn is_cmp0_a(&self) -> bool
[src][−]
Checks if the value of the field is CMP0_A
pub fn is_cmp0_b(&self) -> bool
[src][−]
Checks if the value of the field is CMP0_B
pub fn is_cmp0_c(&self) -> bool
[src][−]
Checks if the value of the field is CMP0_C
pub fn is_cmp0_d(&self) -> bool
[src][−]
Checks if the value of the field is CMP0_D
pub fn is_cmp0_e(&self) -> bool
[src][−]
Checks if the value of the field is CMP0_E
Trait Implementations
impl PartialEq<PMUXR> for PMUXR
[src][+]
impl Copy for PMUXR
[src]
impl Debug for PMUXR
[src][+]
impl Clone for PMUXR
[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