[][src]Enum ambiq_apollo3_pac::gpio::padregl::PAD45FNCSELW

pub enum PAD45FNCSELW {
    UA1CTS,
    NCE45,
    CT22,
    GPIO45,
    I2SDAT,
    PDMDATA,
    UART0RX,
    SWO,
}

Values that can be written to the field PAD45FNCSEL

Variants

UA1CTS

Configure as the UART1 CTS input signal value.

NCE45

IOM/MSPI nCE group 45 value.

CT22

CTIMER connection 22 value.

GPIO45

Configure as GPIO45 value.

I2SDAT

I2S serial data output value.

PDMDATA

PDM serial data input value.

UART0RX

Configure as the SPI channel 5 nCE signal from IOMSTR5 value.

SWO

Configure as the serial wire debug SWO 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