[][src]Enum ambiq_apollo3_pac::gpio::padregc::PAD9RSELR

pub enum PAD9RSELR {
    PULL1_5K,
    PULL6K,
    PULL12K,
    PULL24K,
}

Possible values of the field PAD9RSEL

Variants

PULL1_5K

Pullup is ~1.5 KOhms value.

PULL6K

Pullup is ~6 KOhms value.

PULL12K

Pullup is ~12 KOhms value.

PULL24K

Pullup is ~24 KOhms value.

Methods

impl PAD9RSELR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is PULL1_5K

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

Checks if the value of the field is PULL6K

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

Checks if the value of the field is PULL12K

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

Checks if the value of the field is PULL24K

Trait Implementations

impl Copy for PAD9RSELR[src]

impl Debug for PAD9RSELR[src]

impl PartialEq<PAD9RSELR> for PAD9RSELR[src]

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

This method tests for !=.

impl Clone for PAD9RSELR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PAD9RSELR

impl Sync for PAD9RSELR

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