[][src]Struct ambiq_apollo3_pac::gpio::altpadcfgg::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 pad27_sr(&mut self) -> _PAD27_SRW[src]

Bit 28 - Pad 27 slew rate selection.

pub fn pad27_ds1(&mut self) -> _PAD27_DS1W[src]

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

pub fn pad26_sr(&mut self) -> _PAD26_SRW[src]

Bit 20 - Pad 26 slew rate selection.

pub fn pad26_ds1(&mut self) -> _PAD26_DS1W[src]

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

pub fn pad25_sr(&mut self) -> _PAD25_SRW[src]

Bit 12 - Pad 25 slew rate selection.

pub fn pad25_ds1(&mut self) -> _PAD25_DS1W[src]

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

pub fn pad24_sr(&mut self) -> _PAD24_SRW[src]

Bit 4 - Pad 24 slew rate selection.

pub fn pad24_ds1(&mut self) -> _PAD24_DS1W[src]

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

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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, 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