[][src]Struct ambiq_apollo3_pac::gpio::cfgd::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 gpio31intd(&self) -> GPIO31INTDR[src]

Bit 31 - GPIO31 interrupt direction.

pub fn gpio31outcfg(&self) -> GPIO31OUTCFGR[src]

Bits 29:30 - GPIO31 output configuration.

pub fn gpio31incfg(&self) -> GPIO31INCFGR[src]

Bit 28 - GPIO31 input enable.

pub fn gpio30intd(&self) -> GPIO30INTDR[src]

Bit 27 - GPIO30 interrupt direction.

pub fn gpio30outcfg(&self) -> GPIO30OUTCFGR[src]

Bits 25:26 - GPIO30 output configuration.

pub fn gpio30incfg(&self) -> GPIO30INCFGR[src]

Bit 24 - GPIO30 input enable.

pub fn gpio29intd(&self) -> GPIO29INTDR[src]

Bit 23 - GPIO29 interrupt direction.

pub fn gpio29outcfg(&self) -> GPIO29OUTCFGR[src]

Bits 21:22 - GPIO29 output configuration.

pub fn gpio29incfg(&self) -> GPIO29INCFGR[src]

Bit 20 - GPIO29 input enable.

pub fn gpio28intd(&self) -> GPIO28INTDR[src]

Bit 19 - GPIO28 interrupt direction.

pub fn gpio28outcfg(&self) -> GPIO28OUTCFGR[src]

Bits 17:18 - GPIO28 output configuration.

pub fn gpio28incfg(&self) -> GPIO28INCFGR[src]

Bit 16 - GPIO28 input enable.

pub fn gpio27intd(&self) -> GPIO27INTDR[src]

Bit 15 - GPIO27 interrupt direction.

pub fn gpio27outcfg(&self) -> GPIO27OUTCFGR[src]

Bits 13:14 - GPIO27 output configuration.

pub fn gpio27incfg(&self) -> GPIO27INCFGR[src]

Bit 12 - GPIO27 input enable.

pub fn gpio26intd(&self) -> GPIO26INTDR[src]

Bit 11 - GPIO26 interrupt direction.

pub fn gpio26outcfg(&self) -> GPIO26OUTCFGR[src]

Bits 9:10 - GPIO26 output configuration.

pub fn gpio26incfg(&self) -> GPIO26INCFGR[src]

Bit 8 - GPIO26 input enable.

pub fn gpio25intd(&self) -> GPIO25INTDR[src]

Bit 7 - GPIO25 interrupt direction.

pub fn gpio25outcfg(&self) -> GPIO25OUTCFGR[src]

Bits 5:6 - GPIO25 output configuration.

pub fn gpio25incfg(&self) -> GPIO25INCFGR[src]

Bit 4 - GPIO25 input enable.

pub fn gpio24intd(&self) -> GPIO24INTDR[src]

Bit 3 - GPIO24 interrupt direction.

pub fn gpio24outcfg(&self) -> GPIO24OUTCFGR[src]

Bits 1:2 - GPIO24 output configuration.

pub fn gpio24incfg(&self) -> GPIO24INCFGR[src]

Bit 0 - GPIO24 input enable.

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