[][src]Struct ambiq_apollo1_pac::vcomp::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub cfg: CFG,
    pub stat: STAT,
    pub pwdkey: PWDKEY,
    pub inten: INTEN,
    pub intstat: INTSTAT,
    pub intclr: INTCLR,
    pub intset: INTSET,
    // some fields omitted
}

Register block

Fields

cfg: CFG

0x00 - Configuration Register

stat: STAT

0x04 - Status Register

pwdkey: PWDKEY

0x08 - Key Register for Powering Down the Voltage Comparator

inten: INTEN

0x200 - Voltage Comparator Interrupt registers: Enable

intstat: INTSTAT

0x204 - Voltage Comparator Interrupt registers: Status

intclr: INTCLR

0x208 - Voltage Comparator Interrupt registers: Clear

intset: INTSET

0x20c - Voltage Comparator Interrupt registers: 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.