Struct stm32h7xx_hal::pac::comp1::RegisterBlock[][src]

#[repr(C)]pub struct RegisterBlock {
    pub sr: Reg<u32, _SR>,
    pub icfr: Reg<u32, _ICFR>,
    pub or: Reg<u32, _OR>,
    pub cfgr1: Reg<u32, _CFGR1>,
    pub cfgr2: Reg<u32, _CFGR2>,
}

Register block

Fields

sr: Reg<u32, _SR>

0x00 - Comparator status register

icfr: Reg<u32, _ICFR>

0x04 - Comparator interrupt clear flag register

or: Reg<u32, _OR>

0x08 - Comparator option register

cfgr1: Reg<u32, _CFGR1>

0x0c - Comparator configuration register 1

cfgr2: Reg<u32, _CFGR2>

0x10 - Comparator configuration register 2

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.