1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - CMP Control Register 0"]
5 pub c0: C0,
6 #[doc = "0x04 - CMP Control Register 1"]
7 pub c1: C1,
8 #[doc = "0x08 - CMP Control Register 2"]
9 pub c2: C2,
10}
11#[doc = "CMP Control Register 0\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 available fields see [c0](c0) module"]
12pub type C0 = crate::Reg<u32, _C0>;
13#[allow(missing_docs)]
14#[doc(hidden)]
15pub struct _C0;
16#[doc = "`read()` method returns [c0::R](c0::R) reader structure"]
17impl crate::Readable for C0 {}
18#[doc = "`write(|w| ..)` method takes [c0::W](c0::W) writer structure"]
19impl crate::Writable for C0 {}
20#[doc = "CMP Control Register 0"]
21pub mod c0;
22#[doc = "CMP Control Register 1\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 available fields see [c1](c1) module"]
23pub type C1 = crate::Reg<u32, _C1>;
24#[allow(missing_docs)]
25#[doc(hidden)]
26pub struct _C1;
27#[doc = "`read()` method returns [c1::R](c1::R) reader structure"]
28impl crate::Readable for C1 {}
29#[doc = "`write(|w| ..)` method takes [c1::W](c1::W) writer structure"]
30impl crate::Writable for C1 {}
31#[doc = "CMP Control Register 1"]
32pub mod c1;
33#[doc = "CMP Control Register 2\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 available fields see [c2](c2) module"]
34pub type C2 = crate::Reg<u32, _C2>;
35#[allow(missing_docs)]
36#[doc(hidden)]
37pub struct _C2;
38#[doc = "`read()` method returns [c2::R](c2::R) reader structure"]
39impl crate::Readable for C2 {}
40#[doc = "`write(|w| ..)` method takes [c2::W](c2::W) writer structure"]
41impl crate::Writable for C2 {}
42#[doc = "CMP Control Register 2"]
43pub mod c2;