[][src]Struct ambiq_apollo3_pac::gpio::int1set::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 gpio49(&mut self) -> _GPIO49W[src]

Bit 17 - GPIO49 interrupt.

pub fn gpio48(&mut self) -> _GPIO48W[src]

Bit 16 - GPIO48 interrupt.

pub fn gpio47(&mut self) -> _GPIO47W[src]

Bit 15 - GPIO47 interrupt.

pub fn gpio46(&mut self) -> _GPIO46W[src]

Bit 14 - GPIO46 interrupt.

pub fn gpio45(&mut self) -> _GPIO45W[src]

Bit 13 - GPIO45 interrupt.

pub fn gpio44(&mut self) -> _GPIO44W[src]

Bit 12 - GPIO44 interrupt.

pub fn gpio43(&mut self) -> _GPIO43W[src]

Bit 11 - GPIO43 interrupt.

pub fn gpio42(&mut self) -> _GPIO42W[src]

Bit 10 - GPIO42 interrupt.

pub fn gpio41(&mut self) -> _GPIO41W[src]

Bit 9 - GPIO41 interrupt.

pub fn gpio40(&mut self) -> _GPIO40W[src]

Bit 8 - GPIO40 interrupt.

pub fn gpio39(&mut self) -> _GPIO39W[src]

Bit 7 - GPIO39 interrupt.

pub fn gpio38(&mut self) -> _GPIO38W[src]

Bit 6 - GPIO38 interrupt.

pub fn gpio37(&mut self) -> _GPIO37W[src]

Bit 5 - GPIO37 interrupt.

pub fn gpio36(&mut self) -> _GPIO36W[src]

Bit 4 - GPIO36 interrupt.

pub fn gpio35(&mut self) -> _GPIO35W[src]

Bit 3 - GPIO35 interrupt.

pub fn gpio34(&mut self) -> _GPIO34W[src]

Bit 2 - GPIO34 interrupt.

pub fn gpio33(&mut self) -> _GPIO33W[src]

Bit 1 - GPIO33 interrupt.

pub fn gpio32(&mut self) -> _GPIO32W[src]

Bit 0 - GPIO32 interrupt.

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