Struct stm32ral::stm32f3::stm32f3x4::hrtim_master::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub MCR: RWRegister<u32>, pub MISR: RORegister<u32>, pub MICR: WORegister<u32>, pub MDIER: RWRegister<u32>, pub MCNTR: RWRegister<u32>, pub MPER: RWRegister<u32>, pub MREP: RWRegister<u32>, pub MCMP1R: RWRegister<u32>, pub MCMP2R: RWRegister<u32>, pub MCMP3R: RWRegister<u32>, pub MCMP4R: RWRegister<u32>, // some fields omitted }

Fields

MCR: RWRegister<u32>

Master Timer Control Register

MISR: RORegister<u32>

Master Timer Interrupt Status Register

MICR: WORegister<u32>

Master Timer Interrupt Clear Register

MDIER: RWRegister<u32>

MDIER4

MCNTR: RWRegister<u32>

Master Timer Counter Register

MPER: RWRegister<u32>

Master Timer Period Register

MREP: RWRegister<u32>

Master Timer Repetition Register

MCMP1R: RWRegister<u32>

Master Timer Compare 1 Register

MCMP2R: RWRegister<u32>

Master Timer Compare 2 Register

MCMP3R: RWRegister<u32>

Master Timer Compare 3 Register

MCMP4R: RWRegister<u32>

Master Timer Compare 4 Register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.