[][src]Enum ambiq_apollo3_pac::gpio::padregg::PAD25FNCSELR

pub enum PAD25FNCSELR {
    UART1RX,
    NCE25,
    CT1,
    GPIO25,
    M2SDAWIR3,
    M2MISO,
    _Reserved(u8),
}

Possible values of the field PAD25FNCSEL

Variants

UART1RX

Configure as UART1 RX input signal value.

NCE25

IOM/MSPI nCE group 25 value.

CT1

CTIMER connection 1 value.

GPIO25

Configure as GPIO25 value.

M2SDAWIR3

Configure as the IOMSTR2 I2C SDA or SPI WIR3 signal value.

M2MISO

Configure as the IOMSTR2 SPI MISO input signal value.

_Reserved(u8)

Reserved

Methods

impl PAD25FNCSELR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is UART1RX

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

Checks if the value of the field is NCE25

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

Checks if the value of the field is CT1

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

Checks if the value of the field is GPIO25

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

Checks if the value of the field is M2SDAWIR3

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

Checks if the value of the field is M2MISO

Trait Implementations

impl Copy for PAD25FNCSELR[src]

impl Debug for PAD25FNCSELR[src]

impl PartialEq<PAD25FNCSELR> for PAD25FNCSELR[src]

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