[][src]Struct ambiq_apollo3_pac::gpio::int0stat::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 gpio31(&self) -> GPIO31R[src]

Bit 31 - GPIO31 interrupt.

pub fn gpio30(&self) -> GPIO30R[src]

Bit 30 - GPIO30 interrupt.

pub fn gpio29(&self) -> GPIO29R[src]

Bit 29 - GPIO29 interrupt.

pub fn gpio28(&self) -> GPIO28R[src]

Bit 28 - GPIO28 interrupt.

pub fn gpio27(&self) -> GPIO27R[src]

Bit 27 - GPIO27 interrupt.

pub fn gpio26(&self) -> GPIO26R[src]

Bit 26 - GPIO26 interrupt.

pub fn gpio25(&self) -> GPIO25R[src]

Bit 25 - GPIO25 interrupt.

pub fn gpio24(&self) -> GPIO24R[src]

Bit 24 - GPIO24 interrupt.

pub fn gpio23(&self) -> GPIO23R[src]

Bit 23 - GPIO23 interrupt.

pub fn gpio22(&self) -> GPIO22R[src]

Bit 22 - GPIO22 interrupt.

pub fn gpio21(&self) -> GPIO21R[src]

Bit 21 - GPIO21 interrupt.

pub fn gpio20(&self) -> GPIO20R[src]

Bit 20 - GPIO20 interrupt.

pub fn gpio19(&self) -> GPIO19R[src]

Bit 19 - GPIO19 interrupt.

pub fn gpio18(&self) -> GPIO18R[src]

Bit 18 - GPIO18interrupt.

pub fn gpio17(&self) -> GPIO17R[src]

Bit 17 - GPIO17 interrupt.

pub fn gpio16(&self) -> GPIO16R[src]

Bit 16 - GPIO16 interrupt.

pub fn gpio15(&self) -> GPIO15R[src]

Bit 15 - GPIO15 interrupt.

pub fn gpio14(&self) -> GPIO14R[src]

Bit 14 - GPIO14 interrupt.

pub fn gpio13(&self) -> GPIO13R[src]

Bit 13 - GPIO13 interrupt.

pub fn gpio12(&self) -> GPIO12R[src]

Bit 12 - GPIO12 interrupt.

pub fn gpio11(&self) -> GPIO11R[src]

Bit 11 - GPIO11 interrupt.

pub fn gpio10(&self) -> GPIO10R[src]

Bit 10 - GPIO10 interrupt.

pub fn gpio9(&self) -> GPIO9R[src]

Bit 9 - GPIO9 interrupt.

pub fn gpio8(&self) -> GPIO8R[src]

Bit 8 - GPIO8 interrupt.

pub fn gpio7(&self) -> GPIO7R[src]

Bit 7 - GPIO7 interrupt.

pub fn gpio6(&self) -> GPIO6R[src]

Bit 6 - GPIO6 interrupt.

pub fn gpio5(&self) -> GPIO5R[src]

Bit 5 - GPIO5 interrupt.

pub fn gpio4(&self) -> GPIO4R[src]

Bit 4 - GPIO4 interrupt.

pub fn gpio3(&self) -> GPIO3R[src]

Bit 3 - GPIO3 interrupt.

pub fn gpio2(&self) -> GPIO2R[src]

Bit 2 - GPIO2 interrupt.

pub fn gpio1(&self) -> GPIO1R[src]

Bit 1 - GPIO1 interrupt.

pub fn gpio0(&self) -> GPIO0R[src]

Bit 0 - GPIO0 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