[][src]Enum ambiq_apollo3_pac::gpio::padregd::PAD12FNCSELW

pub enum PAD12FNCSELW {
    ADCD0NSE9,
    NCE12,
    CT0,
    GPIO12,
    SLNCE,
    PDMCLK,
    UA0CTS,
    UART1TX,
}

Values that can be written to the field PAD12FNCSEL

Variants

ADCD0NSE9

Configure as the ADC Differential pair 0 N, or Single Ended input 9 analog input signal. Determination of the D0N vs SE9 usage is done when the particular channel is selected within the ADC module value.

NCE12

IOM/MSPI nCE group 12 value.

CT0

CTIMER connection 0 value.

GPIO12

Configure as GPIO12 value.

SLNCE

Configure as the IOSLAVE SPI nCE signal value.

PDMCLK

PDM serial clock output value.

UA0CTS

Configure as the UART0 CTS input signal value.

UART1TX

Configure as the UART1 TX output signal value.

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