[][src]Struct ambiq_apollo3_pac::gpio::altpadcfgc::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 pad11_sr(&mut self) -> _PAD11_SRW[src]

Bit 28 - Pad 11 slew rate selection.

pub fn pad11_ds1(&mut self) -> _PAD11_DS1W[src]

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

pub fn pad10_sr(&mut self) -> _PAD10_SRW[src]

Bit 20 - Pad 10 slew rate selection.

pub fn pad10_ds1(&mut self) -> _PAD10_DS1W[src]

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

pub fn pad9_sr(&mut self) -> _PAD9_SRW[src]

Bit 12 - Pad 9 slew rate selection.

pub fn pad9_ds1(&mut self) -> _PAD9_DS1W[src]

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

pub fn pad8_sr(&mut self) -> _PAD8_SRW[src]

Bit 4 - Pad 8 slew rate selection.

pub fn pad8_ds1(&mut self) -> _PAD8_DS1W[src]

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