Struct stm32ral::stm32g4::peripherals::stk::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CTRL: RWRegister<u32>, pub LOAD: RWRegister<u32>, pub VAL: RWRegister<u32>, pub CALIB: RWRegister<u32>, }

Fields

CTRL: RWRegister<u32>

SysTick control and status register

LOAD: RWRegister<u32>

SysTick reload value register

VAL: RWRegister<u32>

SysTick current value register

CALIB: RWRegister<u32>

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.