[][src]Struct ambiq_apollo3_pac::gpio::altpadcfgj::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 pad39_sr(&self) -> PAD39_SRR[src]

Bit 28 - Pad 39 slew rate selection.

pub fn pad39_ds1(&self) -> PAD39_DS1R[src]

Bit 24 - Pad 39 high order drive strength selection. Used in conjunction with PAD39STRNG field to set the pad drive strength.

pub fn pad38_sr(&self) -> PAD38_SRR[src]

Bit 20 - Pad 38 slew rate selection.

pub fn pad38_ds1(&self) -> PAD38_DS1R[src]

Bit 16 - Pad 38 high order drive strength selection. Used in conjunction with PAD38STRNG field to set the pad drive strength.

pub fn pad37_sr(&self) -> PAD37_SRR[src]

Bit 12 - Pad 37 slew rate selection.

pub fn pad37_ds1(&self) -> PAD37_DS1R[src]

Bit 8 - Pad 37 high order drive strength selection. Used in conjunction with PAD37STRNG field to set the pad drive strength.

pub fn pad36_sr(&self) -> PAD36_SRR[src]

Bit 4 - Pad 36 slew rate selection.

pub fn pad36_ds1(&self) -> PAD36_DS1R[src]

Bit 0 - Pad 36 high order drive strength selection. Used in conjunction with PAD36STRNG field to set the pad drive strength.

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