Struct stm32g4::stm32g474::hrtim_master::RegisterBlock[][src]

#[repr(C)]pub struct RegisterBlock {
    pub mcr: MCR,
    pub misr: MISR,
    pub micr: MICR,
    pub mdier: MDIER,
    pub mcntr: MCNTR,
    pub mper: MPER,
    pub mrep: MREP,
    pub mcmp1r: MCMP1R,
    pub mcmp2r: MCMP2R,
    pub mcmp3r: MCMP3R,
    pub mcmp4r: MCMP4R,
    // some fields omitted
}

Register block

Fields

mcr: MCR

0x00 - Master Timer Control Register

misr: MISR

0x04 - Master Timer Interrupt Status Register

micr: MICR

0x08 - Master Timer Interrupt Clear Register

mdier: MDIER

0x0c - HRTIM Master Timer DMA / Interrupt Enable Register

mcntr: MCNTR

0x10 - Master Timer Counter Register

mper: MPER

0x14 - Master Timer Period Register

mrep: MREP

0x18 - Master Timer Repetition Register

mcmp1r: MCMP1R

0x1c - Master Timer Compare 1 Register

mcmp2r: MCMP2R

0x24 - Master Timer Compare 2 Register

mcmp3r: MCMP3R

0x28 - Master Timer Compare 3 Register

mcmp4r: MCMP4R

0x2c - Master Timer Compare 4 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, 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.