[][src]Enum ambiq_apollo3_pac::gpio::padregj::PAD36FNCSELR

pub enum PAD36FNCSELR {
    TRIG1,
    NCE36,
    UART1RX,
    GPIO36,
    _32KHZXT,
    UA1CTS,
    UA0CTS,
    PDMDATA,
}

Possible values of the field PAD36FNCSEL

Variants

TRIG1

Configure as the ADC Trigger 1 signal value.

NCE36

IOM/MSPI nCE group 36 value.

UART1RX

Configure as the UART1 RX input signal value.

GPIO36

Configure as GPIO36 value.

_32KHZXT

Configure as the 32kHz output clock from the crystal value.

UA1CTS

Configure as the UART1 CTS input signal value.

UA0CTS

Configure as the UART0 CTS input signal value.

PDMDATA

PDM serial data input value.

Methods

impl PAD36FNCSELR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is TRIG1

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

Checks if the value of the field is NCE36

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

Checks if the value of the field is UART1RX

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

Checks if the value of the field is GPIO36

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

Checks if the value of the field is _32KHZXT

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

Checks if the value of the field is UA1CTS

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

Checks if the value of the field is UA0CTS

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

Checks if the value of the field is PDMDATA

Trait Implementations

impl Copy for PAD36FNCSELR[src]

impl Debug for PAD36FNCSELR[src]

impl PartialEq<PAD36FNCSELR> for PAD36FNCSELR[src]

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

This method tests for !=.

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