1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - SysTick Control and Status Register"]
5 pub syst_csr: SYST_CSR,
6 #[doc = "0x04 - SysTick Reload Value Register"]
7 pub syst_rvr: SYST_RVR,
8 #[doc = "0x08 - SysTick Current Value Register"]
9 pub syst_cvr: SYST_CVR,
10 #[doc = "0x0c - SysTick Calibration Value Register"]
11 pub syst_calib: SYST_CALIB,
12}
13#[doc = "SysTick Control and Status Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [syst_csr](syst_csr) module"]
14pub type SYST_CSR = crate::Reg<u32, _SYST_CSR>;
15#[allow(missing_docs)]
16#[doc(hidden)]
17pub struct _SYST_CSR;
18#[doc = "`read()` method returns [syst_csr::R](syst_csr::R) reader structure"]
19impl crate::Readable for SYST_CSR {}
20#[doc = "`write(|w| ..)` method takes [syst_csr::W](syst_csr::W) writer structure"]
21impl crate::Writable for SYST_CSR {}
22#[doc = "SysTick Control and Status Register"]
23pub mod syst_csr;
24#[doc = "SysTick Reload Value Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [syst_rvr](syst_rvr) module"]
25pub type SYST_RVR = crate::Reg<u32, _SYST_RVR>;
26#[allow(missing_docs)]
27#[doc(hidden)]
28pub struct _SYST_RVR;
29#[doc = "`read()` method returns [syst_rvr::R](syst_rvr::R) reader structure"]
30impl crate::Readable for SYST_RVR {}
31#[doc = "`write(|w| ..)` method takes [syst_rvr::W](syst_rvr::W) writer structure"]
32impl crate::Writable for SYST_RVR {}
33#[doc = "SysTick Reload Value Register"]
34pub mod syst_rvr;
35#[doc = "SysTick Current Value Register\n\nThis register you can [`read`](crate::generic::Reg::read), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [syst_cvr](syst_cvr) module"]
36pub type SYST_CVR = crate::Reg<u32, _SYST_CVR>;
37#[allow(missing_docs)]
38#[doc(hidden)]
39pub struct _SYST_CVR;
40#[doc = "`read()` method returns [syst_cvr::R](syst_cvr::R) reader structure"]
41impl crate::Readable for SYST_CVR {}
42#[doc = "`write(|w| ..)` method takes [syst_cvr::W](syst_cvr::W) writer structure"]
43impl crate::Writable for SYST_CVR {}
44#[doc = "SysTick Current Value Register"]
45pub mod syst_cvr;
46#[doc = "SysTick Calibration Value Register\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about avaliable fields see [syst_calib](syst_calib) module"]
47pub type SYST_CALIB = crate::Reg<u32, _SYST_CALIB>;
48#[allow(missing_docs)]
49#[doc(hidden)]
50pub struct _SYST_CALIB;
51#[doc = "`read()` method returns [syst_calib::R](syst_calib::R) reader structure"]
52impl crate::Readable for SYST_CALIB {}
53#[doc = "SysTick Calibration Value Register"]
54pub mod syst_calib;