[][src]Struct ambiq_apollo3_pac::gpio::altpadcfgf::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn pad23_sr(&mut self) -> _PAD23_SRW[src]

Bit 28 - Pad 23 slew rate selection.

pub fn pad23_ds1(&mut self) -> _PAD23_DS1W[src]

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

pub fn pad22_sr(&mut self) -> _PAD22_SRW[src]

Bit 20 - Pad 22 slew rate selection.

pub fn pad22_ds1(&mut self) -> _PAD22_DS1W[src]

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

pub fn pad21_sr(&mut self) -> _PAD21_SRW[src]

Bit 12 - Pad 21 slew rate selection.

pub fn pad21_ds1(&mut self) -> _PAD21_DS1W[src]

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

pub fn pad20_sr(&mut self) -> _PAD20_SRW[src]

Bit 4 - Pad 20 slew rate selection.

pub fn pad20_ds1(&mut self) -> _PAD20_DS1W[src]

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

Auto Trait Implementations

impl Send for W

impl Sync for W

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