Struct stm32f334::hrtim_master::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub mcr: MCR, pub misr: MISR, pub micr: MICR, pub mdier4: MDIER4, 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

0x00 - Master Timer Control Register

0x04 - Master Timer Interrupt Status Register

0x08 - Master Timer Interrupt Clear Register

0x0c - MDIER4

0x10 - Master Timer Counter Register

0x14 - Master Timer Period Register

0x18 - Master Timer Repetition Register

0x1c - Master Timer Compare 1 Register

0x24 - Master Timer Compare 2 Register

0x28 - Master Timer Compare 3 Register

0x2c - Master Timer Compare 4 Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock