[][src]Enum lpc55s6x_pac::pmc::comp::NMUXR

pub enum NMUXR {
    VREF,
    CMP0_A,
    CMP0_B,
    CMP0_C,
    CMP0_D,
    CMP0_E,
    _Reserved(u8),
}
[]

Possible values of the field NMUX

Variants

VREF
[]

VREF (See field 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 NMUXR[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<NMUXR> for NMUXR[src][+]

impl Copy for NMUXR[src]

impl Debug for NMUXR[src][+]

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

impl Sync for NMUXR

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