Struct stm32f0xx_hal::pac::stk::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub csr: Reg<CSR_SPEC>, pub rvr: Reg<RVR_SPEC>, pub cvr: Reg<CVR_SPEC>, pub calib: Reg<CALIB_SPEC>, }
Expand description

Register block

Fields

csr: Reg<CSR_SPEC>

0x00 - SysTick control and status register

rvr: Reg<RVR_SPEC>

0x04 - SysTick reload value register

cvr: Reg<CVR_SPEC>

0x08 - SysTick current value register

calib: Reg<CALIB_SPEC>

0x0c - SysTick calibration value 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.