Struct mkw41z::sys_tick::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub csr: CSR, pub rvr: RVR, pub cvr: CVR, pub calib: CALIB, }

Register block

Fields

0x00 - SysTick Control and Status Register

0x04 - SysTick Reload Value Register

0x08 - SysTick Current Value Register

0x0c - SysTick Calibration Value Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock