[][src]Struct ambiq_apollo1_pac::ioslave::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub fifoptr: FIFOPTR,
    pub fifocfg: FIFOCFG,
    pub fifothr: FIFOTHR,
    pub fupd: FUPD,
    pub fifoctr: FIFOCTR,
    pub fifoinc: FIFOINC,
    pub cfg: CFG,
    pub prenc: PRENC,
    pub iointctl: IOINTCTL,
    pub genadd: GENADD,
    pub inten: INTEN,
    pub intstat: INTSTAT,
    pub intclr: INTCLR,
    pub intset: INTSET,
    pub regaccinten: REGACCINTEN,
    pub regaccintstat: REGACCINTSTAT,
    pub regaccintclr: REGACCINTCLR,
    pub regaccintset: REGACCINTSET,
    // some fields omitted
}

Register block

Fields

fifoptr: FIFOPTR

0x100 - Current FIFO Pointer

fifocfg: FIFOCFG

0x104 - FIFO Configuration

fifothr: FIFOTHR

0x108 - FIFO Threshold Configuration

fupd: FUPD

0x10c - FIFO Update Status

fifoctr: FIFOCTR

0x110 - Overall FIFO Counter

fifoinc: FIFOINC

0x114 - Overall FIFO Counter Increment

cfg: CFG

0x118 - I/O Slave Configuration

prenc: PRENC

0x11c - I/O Slave Interrupt Priority Encode

iointctl: IOINTCTL

0x120 - I/O Interrupt Control

genadd: GENADD

0x124 - General Address Data

inten: INTEN

0x200 - IO Slave Interrupts: Enable

intstat: INTSTAT

0x204 - IO Slave Interrupts: Status

intclr: INTCLR

0x208 - IO Slave Interrupts: Clear

intset: INTSET

0x20c - IO Slave Interrupts: Set

regaccinten: REGACCINTEN

0x210 - Register Access Interrupts: Enable

regaccintstat: REGACCINTSTAT

0x214 - Register Access Interrupts: Status

regaccintclr: REGACCINTCLR

0x218 - Register Access Interrupts: Clear

regaccintset: REGACCINTSET

0x21c - Register Access 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.