[][src]Struct ambiq_apollo3_pac::gpio::int1clr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn gpio49(&self) -> GPIO49R[src]

Bit 17 - GPIO49 interrupt.

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

Bit 16 - GPIO48 interrupt.

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

Bit 15 - GPIO47 interrupt.

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

Bit 14 - GPIO46 interrupt.

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

Bit 13 - GPIO45 interrupt.

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

Bit 12 - GPIO44 interrupt.

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

Bit 11 - GPIO43 interrupt.

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

Bit 10 - GPIO42 interrupt.

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

Bit 9 - GPIO41 interrupt.

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

Bit 8 - GPIO40 interrupt.

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

Bit 7 - GPIO39 interrupt.

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

Bit 6 - GPIO38 interrupt.

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

Bit 5 - GPIO37 interrupt.

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

Bit 4 - GPIO36 interrupt.

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

Bit 3 - GPIO35 interrupt.

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

Bit 2 - GPIO34 interrupt.

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

Bit 1 - GPIO33 interrupt.

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

Bit 0 - GPIO32 interrupt.

Auto Trait Implementations

impl Send for R

impl Sync for R

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