[][src]Struct ambiq_apollo1_pac::iomstr0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub fifo: FIFO,
    pub fifoptr: FIFOPTR,
    pub tlngth: TLNGTH,
    pub fifothr: FIFOTHR,
    pub clkcfg: CLKCFG,
    pub cmd: CMD,
    pub cmdrpt: CMDRPT,
    pub status: STATUS,
    pub cfg: CFG,
    pub inten: INTEN,
    pub intstat: INTSTAT,
    pub intclr: INTCLR,
    pub intset: INTSET,
    // some fields omitted
}

Register block

Fields

fifo: FIFO

0x00 - FIFO Access Port

fifoptr: FIFOPTR

0x100 - Current FIFO Pointers

tlngth: TLNGTH

0x104 - Transfer Length

fifothr: FIFOTHR

0x108 - FIFO Threshold Configuration

clkcfg: CLKCFG

0x10c - I/O Clock Configuration

cmd: CMD

0x110 - Command Register

cmdrpt: CMDRPT

0x114 - Command Repeat Register

status: STATUS

0x118 - Status Register

cfg: CFG

0x11c - I/O Master Configuration

inten: INTEN

0x200 - IO Master Interrupts: Enable

intstat: INTSTAT

0x204 - IO Master Interrupts: Status

intclr: INTCLR

0x208 - IO Master Interrupts: Clear

intset: INTSET

0x20c - IO Master Interrupts: Set

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.