[][src]Struct ambiq_apollo3_pac::gpio::padregd::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 pad15fncsel(&mut self) -> _PAD15FNCSELW[src]

Bits 27:29 - Pad 15 function select

pub fn pad15strng(&mut self) -> _PAD15STRNGW[src]

Bit 26 - Pad 15 drive strength

pub fn pad15inpen(&mut self) -> _PAD15INPENW[src]

Bit 25 - Pad 15 input enable

pub fn pad15pull(&mut self) -> _PAD15PULLW[src]

Bit 24 - Pad 15 pullup enable

pub fn pad14fncsel(&mut self) -> _PAD14FNCSELW[src]

Bits 19:21 - Pad 14 function select

pub fn pad14strng(&mut self) -> _PAD14STRNGW[src]

Bit 18 - Pad 14 drive strength

pub fn pad14inpen(&mut self) -> _PAD14INPENW[src]

Bit 17 - Pad 14 input enable

pub fn pad14pull(&mut self) -> _PAD14PULLW[src]

Bit 16 - Pad 14 pullup enable

pub fn pad13fncsel(&mut self) -> _PAD13FNCSELW[src]

Bits 11:13 - Pad 13 function select

pub fn pad13strng(&mut self) -> _PAD13STRNGW[src]

Bit 10 - Pad 13 drive strength

pub fn pad13inpen(&mut self) -> _PAD13INPENW[src]

Bit 9 - Pad 13 input enable

pub fn pad13pull(&mut self) -> _PAD13PULLW[src]

Bit 8 - Pad 13 pullup enable

pub fn pad12fncsel(&mut self) -> _PAD12FNCSELW[src]

Bits 3:5 - Pad 12 function select

pub fn pad12strng(&mut self) -> _PAD12STRNGW[src]

Bit 2 - Pad 12 drive strength

pub fn pad12inpen(&mut self) -> _PAD12INPENW[src]

Bit 1 - Pad 12 input enable

pub fn pad12pull(&mut self) -> _PAD12PULLW[src]

Bit 0 - Pad 12 pullup enable

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