[][src]Struct ambiq_apollo3_pac::gpio::altpadcfgd::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 pad15_sr(&self) -> PAD15_SRR[src]

Bit 28 - Pad 15 slew rate selection.

pub fn pad15_ds1(&self) -> PAD15_DS1R[src]

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

pub fn pad14_sr(&self) -> PAD14_SRR[src]

Bit 20 - Pad 14 slew rate selection.

pub fn pad14_ds1(&self) -> PAD14_DS1R[src]

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

pub fn pad13_sr(&self) -> PAD13_SRR[src]

Bit 12 - Pad 13 slew rate selection.

pub fn pad13_ds1(&self) -> PAD13_DS1R[src]

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

pub fn pad12_sr(&self) -> PAD12_SRR[src]

Bit 4 - Pad 12 slew rate selection.

pub fn pad12_ds1(&self) -> PAD12_DS1R[src]

Bit 0 - Pad 12 high order drive strength selection. Used in conjunction with PAD12STRNG 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