[][src]Struct ambiq_apollo3_pac::gpio::cfge::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 gpio39intd(&mut self) -> _GPIO39INTDW[src]

Bit 31 - GPIO39 interrupt direction.

pub fn gpio39outcfg(&mut self) -> _GPIO39OUTCFGW[src]

Bits 29:30 - GPIO39 output configuration.

pub fn gpio39incfg(&mut self) -> _GPIO39INCFGW[src]

Bit 28 - GPIO39 input enable.

pub fn gpio38intd(&mut self) -> _GPIO38INTDW[src]

Bit 27 - GPIO38 interrupt direction.

pub fn gpio38outcfg(&mut self) -> _GPIO38OUTCFGW[src]

Bits 25:26 - GPIO38 output configuration.

pub fn gpio38incfg(&mut self) -> _GPIO38INCFGW[src]

Bit 24 - GPIO38 input enable.

pub fn gpio37intd(&mut self) -> _GPIO37INTDW[src]

Bit 23 - GPIO37 interrupt direction.

pub fn gpio37outcfg(&mut self) -> _GPIO37OUTCFGW[src]

Bits 21:22 - GPIO37 output configuration.

pub fn gpio37incfg(&mut self) -> _GPIO37INCFGW[src]

Bit 20 - GPIO37 input enable.

pub fn gpio36intd(&mut self) -> _GPIO36INTDW[src]

Bit 19 - GPIO36 interrupt direction.

pub fn gpio36outcfg(&mut self) -> _GPIO36OUTCFGW[src]

Bits 17:18 - GPIO36 output configuration.

pub fn gpio36incfg(&mut self) -> _GPIO36INCFGW[src]

Bit 16 - GPIO36 input enable.

pub fn gpio35intd(&mut self) -> _GPIO35INTDW[src]

Bit 15 - GPIO35 interrupt direction.

pub fn gpio35outcfg(&mut self) -> _GPIO35OUTCFGW[src]

Bits 13:14 - GPIO35 output configuration.

pub fn gpio35incfg(&mut self) -> _GPIO35INCFGW[src]

Bit 12 - GPIO35 input enable.

pub fn gpio34intd(&mut self) -> _GPIO34INTDW[src]

Bit 11 - GPIO34 interrupt direction.

pub fn gpio34outcfg(&mut self) -> _GPIO34OUTCFGW[src]

Bits 9:10 - GPIO34 output configuration.

pub fn gpio34incfg(&mut self) -> _GPIO34INCFGW[src]

Bit 8 - GPIO34 input enable.

pub fn gpio33intd(&mut self) -> _GPIO33INTDW[src]

Bit 7 - GPIO33 interrupt direction.

pub fn gpio33outcfg(&mut self) -> _GPIO33OUTCFGW[src]

Bits 5:6 - GPIO33 output configuration.

pub fn gpio33incfg(&mut self) -> _GPIO33INCFGW[src]

Bit 4 - GPIO33 input enable.

pub fn gpio32intd(&mut self) -> _GPIO32INTDW[src]

Bit 3 - GPIO32 interrupt direction.

pub fn gpio32outcfg(&mut self) -> _GPIO32OUTCFGW[src]

Bits 1:2 - GPIO32 output configuration.

pub fn gpio32incfg(&mut self) -> _GPIO32INCFGW[src]

Bit 0 - GPIO32 input 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