[][src]Struct ambiq_apollo3_pac::gpio::padregl::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 pad47fncsel(&mut self) -> _PAD47FNCSELW[src]

Bits 27:29 - Pad 47 function select

pub fn pad47strng(&mut self) -> _PAD47STRNGW[src]

Bit 26 - Pad 47 drive strength

pub fn pad47inpen(&mut self) -> _PAD47INPENW[src]

Bit 25 - Pad 47 input enable

pub fn pad47pull(&mut self) -> _PAD47PULLW[src]

Bit 24 - Pad 47 pullup enable

pub fn pad46fncsel(&mut self) -> _PAD46FNCSELW[src]

Bits 19:21 - Pad 46 function select

pub fn pad46strng(&mut self) -> _PAD46STRNGW[src]

Bit 18 - Pad 46 drive strength

pub fn pad46inpen(&mut self) -> _PAD46INPENW[src]

Bit 17 - Pad 46 input enable

pub fn pad46pull(&mut self) -> _PAD46PULLW[src]

Bit 16 - Pad 46 pullup enable

pub fn pad45fncsel(&mut self) -> _PAD45FNCSELW[src]

Bits 11:13 - Pad 45 function select

pub fn pad45strng(&mut self) -> _PAD45STRNGW[src]

Bit 10 - Pad 45 drive strength

pub fn pad45inpen(&mut self) -> _PAD45INPENW[src]

Bit 9 - Pad 45 input enable

pub fn pad45pull(&mut self) -> _PAD45PULLW[src]

Bit 8 - Pad 45 pullup enable

pub fn pad44fncsel(&mut self) -> _PAD44FNCSELW[src]

Bits 3:5 - Pad 44 function select

pub fn pad44strng(&mut self) -> _PAD44STRNGW[src]

Bit 2 - Pad 44 drive strength

pub fn pad44inpen(&mut self) -> _PAD44INPENW[src]

Bit 1 - Pad 44 input enable

pub fn pad44pull(&mut self) -> _PAD44PULLW[src]

Bit 0 - Pad 44 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