[][src]Enum ambiq_apollo3_pac::gpio::padrege::PAD16FNCSELR

pub enum PAD16FNCSELR {
    ADCSE0,
    NCE16,
    TRIG0,
    GPIO16,
    SCCRST,
    CMPIN0,
    UART0TX,
    UA1RTS,
}

Possible values of the field PAD16FNCSEL

Variants

ADCSE0

Configure as the analog ADC single ended port 0 input signal value.

NCE16

IOM/MSPI nCE group 16 value.

TRIG0

Configure as the ADC Trigger 0 signal value.

GPIO16

Configure as GPIO16 value.

SCCRST

SCARD reset output value.

CMPIN0

Configure as comparator input 0 signal value.

UART0TX

Configure as UART0 TX output signal value.

UA1RTS

Configure as UART1 RTS output signal value.

Methods

impl PAD16FNCSELR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is ADCSE0

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

Checks if the value of the field is NCE16

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

Checks if the value of the field is TRIG0

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

Checks if the value of the field is GPIO16

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

Checks if the value of the field is SCCRST

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

Checks if the value of the field is CMPIN0

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

Checks if the value of the field is UART0TX

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

Checks if the value of the field is UA1RTS

Trait Implementations

impl Copy for PAD16FNCSELR[src]

impl Debug for PAD16FNCSELR[src]

impl PartialEq<PAD16FNCSELR> for PAD16FNCSELR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Clone for PAD16FNCSELR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self