Struct cortex_m::peripheral::syst::Registers[][src]

#[repr(C)]
pub struct Registers { pub csr: RW<u32>, pub rvr: RW<u32>, pub cvr: RW<u32>, pub calib: RO<u32>, }

Registers

Fields

Control and Status

Reload Value

Current Value

Calibration Value

Auto Trait Implementations

impl Send for Registers

impl Sync for Registers