[][src]Struct ambiq_apollo3_pac::gpio::padrege::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 pad19fncsel(&mut self) -> _PAD19FNCSELW[src]

Bits 27:29 - Pad 19 function select

pub fn pad19strng(&mut self) -> _PAD19STRNGW[src]

Bit 26 - Pad 19 drive strength

pub fn pad19inpen(&mut self) -> _PAD19INPENW[src]

Bit 25 - Pad 19 input enable

pub fn pad19pull(&mut self) -> _PAD19PULLW[src]

Bit 24 - Pad 19 pullup enable

pub fn pad18fncsel(&mut self) -> _PAD18FNCSELW[src]

Bits 19:21 - Pad 18 function select

pub fn pad18strng(&mut self) -> _PAD18STRNGW[src]

Bit 18 - Pad 18 drive strength

pub fn pad18inpen(&mut self) -> _PAD18INPENW[src]

Bit 17 - Pad 18 input enable

pub fn pad18pull(&mut self) -> _PAD18PULLW[src]

Bit 16 - Pad 18 pullup enable

pub fn pad17fncsel(&mut self) -> _PAD17FNCSELW[src]

Bits 11:13 - Pad 17 function select

pub fn pad17strng(&mut self) -> _PAD17STRNGW[src]

Bit 10 - Pad 17 drive strength

pub fn pad17inpen(&mut self) -> _PAD17INPENW[src]

Bit 9 - Pad 17 input enable

pub fn pad17pull(&mut self) -> _PAD17PULLW[src]

Bit 8 - Pad 17 pullup enable

pub fn pad16fncsel(&mut self) -> _PAD16FNCSELW[src]

Bits 3:5 - Pad 16 function select

pub fn pad16strng(&mut self) -> _PAD16STRNGW[src]

Bit 2 - Pad 16 drive strength

pub fn pad16inpen(&mut self) -> _PAD16INPENW[src]

Bit 1 - Pad 16 input enable

pub fn pad16pull(&mut self) -> _PAD16PULLW[src]

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