[][src]Struct k1921vk01t_pac::nt_cmp::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub mis: MIS,
    pub ris: RIS,
    pub inten: INTEN,
    pub refctl0: REFCTL0,
    pub refctl1: REFCTL1,
    pub refctl2: REFCTL2,
    pub stat0: STAT0,
    pub ctl0: CTL0,
    pub stat1: STAT1,
    pub ctl1: CTL1,
    pub stat2: STAT2,
    pub ctl2: CTL2,
    pub power: POWER,
    // some fields omitted
}

Register block

Fields

mis: MIS

0x00 - Masked interrupt status register

ris: RIS

0x04 - Interrupt Status Register

inten: INTEN

0x08 - Interrupt mask register

refctl0: REFCTL0

0x0c - Reference voltage control DAC0 register

refctl1: REFCTL1

0x10 - Reference voltage control DAC1 register

refctl2: REFCTL2

0x14 - Reference voltage control DAC2 register

stat0: STAT0

0x20 - Status register CMP0

ctl0: CTL0

0x24 - Control Register CMP0

stat1: STAT1

0x40 - Status register CMP1

ctl1: CTL1

0x44 - Control Register CMP1

stat2: STAT2

0x60 - Status register CMP2

ctl2: CTL2

0x64 - Control Register CMP2

power: POWER

0x7c - Power analog circuits 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 = !

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.