[][src]Struct ambiq_apollo3_pac::gpio::padregh::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 pad31fncsel(&self) -> PAD31FNCSELR[src]

Bits 27:29 - Pad 31 function select

pub fn pad31strng(&self) -> PAD31STRNGR[src]

Bit 26 - Pad 31 drive strength

pub fn pad31inpen(&self) -> PAD31INPENR[src]

Bit 25 - Pad 31 input enable

pub fn pad31pull(&self) -> PAD31PULLR[src]

Bit 24 - Pad 31 pullup enable

pub fn pad30fncsel(&self) -> PAD30FNCSELR[src]

Bits 19:21 - Pad 30 function select

pub fn pad30strng(&self) -> PAD30STRNGR[src]

Bit 18 - Pad 30 drive strength

pub fn pad30inpen(&self) -> PAD30INPENR[src]

Bit 17 - Pad 30 input enable

pub fn pad30pull(&self) -> PAD30PULLR[src]

Bit 16 - Pad 30 pullup enable

pub fn pad29fncsel(&self) -> PAD29FNCSELR[src]

Bits 11:13 - Pad 29 function select

pub fn pad29strng(&self) -> PAD29STRNGR[src]

Bit 10 - Pad 29 drive strength

pub fn pad29inpen(&self) -> PAD29INPENR[src]

Bit 9 - Pad 29 input enable

pub fn pad29pull(&self) -> PAD29PULLR[src]

Bit 8 - Pad 29 pullup enable

pub fn pad28fncsel(&self) -> PAD28FNCSELR[src]

Bits 3:5 - Pad 28 function select

pub fn pad28strng(&self) -> PAD28STRNGR[src]

Bit 2 - Pad 28 drive strength

pub fn pad28inpen(&self) -> PAD28INPENR[src]

Bit 1 - Pad 28 input enable

pub fn pad28pull(&self) -> PAD28PULLR[src]

Bit 0 - Pad 28 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