[][src]Enum ambiq_apollo3_pac::gpio::padregi::PAD33FNCSELW

pub enum PAD33FNCSELW {
    ADCSE5,
    NCE33,
    _32KHZXT,
    GPIO33,
    UA0CTS,
    CT23,
    SWO,
}

Values that can be written to the field PAD33FNCSEL

Variants

ADCSE5

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

NCE33

IOM/MSPI nCE group 33 value.

_32KHZXT

Configure as the 32kHz crystal output signal value.

GPIO33

Configure as GPIO33 value.

UA0CTS

Configure as the UART0 CTS input value.

CT23

CTIMER connection 23 value.

SWO

Configure as the serial trace data 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