[][src]Struct ambiq_apollo3_pac::gpio::padregg::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

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

Value of the register as raw bits

pub fn pad27rsel(&self) -> PAD27RSELR[src]

Bits 30:31 - Pad 27 pullup resistor selection.

pub fn pad27fncsel(&self) -> PAD27FNCSELR[src]

Bits 27:29 - Pad 27 function select

pub fn pad27strng(&self) -> PAD27STRNGR[src]

Bit 26 - Pad 27 drive strength

pub fn pad27inpen(&self) -> PAD27INPENR[src]

Bit 25 - Pad 27 input enable

pub fn pad27pull(&self) -> PAD27PULLR[src]

Bit 24 - Pad 27 pullup enable

pub fn pad26fncsel(&self) -> PAD26FNCSELR[src]

Bits 19:21 - Pad 26 function select

pub fn pad26strng(&self) -> PAD26STRNGR[src]

Bit 18 - Pad 26 drive strength

pub fn pad26inpen(&self) -> PAD26INPENR[src]

Bit 17 - Pad 26 input enable

pub fn pad26pull(&self) -> PAD26PULLR[src]

Bit 16 - Pad 26 pullup enable

pub fn pad25rsel(&self) -> PAD25RSELR[src]

Bits 14:15 - Pad 25 pullup resistor selection.

pub fn pad25fncsel(&self) -> PAD25FNCSELR[src]

Bits 11:13 - Pad 25 function select

pub fn pad25strng(&self) -> PAD25STRNGR[src]

Bit 10 - Pad 25 drive strength

pub fn pad25inpen(&self) -> PAD25INPENR[src]

Bit 9 - Pad 25 input enable

pub fn pad25pull(&self) -> PAD25PULLR[src]

Bit 8 - Pad 25 pullup enable

pub fn pad24fncsel(&self) -> PAD24FNCSELR[src]

Bits 3:5 - Pad 24 function select

pub fn pad24strng(&self) -> PAD24STRNGR[src]

Bit 2 - Pad 24 drive strength

pub fn pad24inpen(&self) -> PAD24INPENR[src]

Bit 1 - Pad 24 input enable

pub fn pad24pull(&self) -> PAD24PULLR[src]

Bit 0 - Pad 24 pullup enable

Auto Trait Implementations

impl Send for R

impl Sync for R

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