[][src]Struct ambiq_apollo1_pac::rstgen::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub cfg: CFG,
    pub swpoi: SWPOI,
    pub swpor: SWPOR,
    pub stat: STAT,
    pub clrstat: CLRSTAT,
    pub inten: INTEN,
    pub intstat: INTSTAT,
    pub intclr: INTCLR,
    pub intset: INTSET,
    // some fields omitted
}

Register block

Fields

cfg: CFG

0x00 - Configuration Register

swpoi: SWPOI

0x04 - Software POI Reset

swpor: SWPOR

0x08 - Software POR Reset

stat: STAT

0x0c - Status Register

clrstat: CLRSTAT

0x10 - Clear the status register

inten: INTEN

0x200 - Reset Interrupt register: Enable

intstat: INTSTAT

0x204 - Reset Interrupt register: Status

intclr: INTCLR

0x208 - Reset Interrupt register: Clear

intset: INTSET

0x20c - Reset Interrupt register: 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.