[][src]Struct ambiq_apollo3p_pac::bleif::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub fifo: FIFO,
    pub fifoptr: FIFOPTR,
    pub fifothr: FIFOTHR,
    pub fifopop: FIFOPOP,
    pub fifopush: FIFOPUSH,
    pub fifoctrl: FIFOCTRL,
    pub fifoloc: FIFOLOC,
    pub clkcfg: CLKCFG,
    pub cmd: CMD,
    pub cmdrpt: CMDRPT,
    pub offsethi: OFFSETHI,
    pub cmdstat: CMDSTAT,
    pub inten: INTEN,
    pub intstat: INTSTAT,
    pub intclr: INTCLR,
    pub intset: INTSET,
    pub dmatrigen: DMATRIGEN,
    pub dmatrigstat: DMATRIGSTAT,
    pub dmacfg: DMACFG,
    pub dmatotcount: DMATOTCOUNT,
    pub dmatargaddr: DMATARGADDR,
    pub dmastat: DMASTAT,
    pub cqcfg: CQCFG,
    pub cqaddr: CQADDR,
    pub cqstat: CQSTAT,
    pub cqflags: CQFLAGS,
    pub cqsetclear: CQSETCLEAR,
    pub cqpauseen: CQPAUSEEN,
    pub cqcuridx: CQCURIDX,
    pub cqendidx: CQENDIDX,
    pub status: STATUS,
    pub mspicfg: MSPICFG,
    pub blecfg: BLECFG,
    pub pwrcmd: PWRCMD,
    pub bstatus: BSTATUS,
    pub bledbg: BLEDBG,
    // some fields omitted
}

Register block

Fields

fifo: FIFO

0x00 - FIFO Access Port

fifoptr: FIFOPTR

0x100 - FIFO size and remaining slots open values

fifothr: FIFOTHR

0x104 - FIFO Threshold Configuration

fifopop: FIFOPOP

0x108 - FIFO POP register

fifopush: FIFOPUSH

0x10c - FIFO PUSH register

fifoctrl: FIFOCTRL

0x110 - FIFO Control Register

fifoloc: FIFOLOC

0x114 - FIFO Pointers

clkcfg: CLKCFG

0x200 - I/O Clock Configuration

cmd: CMD

0x20c - Command and offset Register

cmdrpt: CMDRPT

0x210 - Command Repeat Register

offsethi: OFFSETHI

0x214 - High order offset bytes

cmdstat: CMDSTAT

0x218 - Command status

inten: INTEN

0x220 - IO Master Interrupts: Enable

intstat: INTSTAT

0x224 - IO Master Interrupts: Status

intclr: INTCLR

0x228 - IO Master Interrupts: Clear

intset: INTSET

0x22c - IO Master Interrupts: Set

dmatrigen: DMATRIGEN

0x230 - DMA Trigger Enable Register

dmatrigstat: DMATRIGSTAT

0x234 - DMA Trigger Status Register

dmacfg: DMACFG

0x238 - DMA Configuration Register

dmatotcount: DMATOTCOUNT

0x23c - DMA Total Transfer Count

dmatargaddr: DMATARGADDR

0x240 - DMA Target Address Register

dmastat: DMASTAT

0x244 - DMA Status Register

cqcfg: CQCFG

0x248 - Command Queue Configuration Register

cqaddr: CQADDR

0x24c - CQ Target Read Address Register

cqstat: CQSTAT

0x250 - Command Queue Status Register

cqflags: CQFLAGS

0x254 - Command Queue Flag Register

cqsetclear: CQSETCLEAR

0x258 - Command Queue Flag Set/Clear Register

cqpauseen: CQPAUSEEN

0x25c - Command Queue Pause Enable Register

cqcuridx: CQCURIDX

0x260 - IOM Command Queue current index value. Compared to the CQENDIDX reg contents to generate the IDXEQ Pause event for command queue

cqendidx: CQENDIDX

0x264 - IOM Command Queue current index value. Compared to the CQCURIDX reg contents to generate the IDXEQ Pause event for command queue

status: STATUS

0x268 - IOM Module Status Register

mspicfg: MSPICFG

0x300 - SPI module master configuration

blecfg: BLECFG

0x304 - BLE Core Control

pwrcmd: PWRCMD

0x308 - BLE Power command interface

bstatus: BSTATUS

0x30c - BLE Core status

bledbg: BLEDBG

0x410 - BLEIF Master Debug Register

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.