s32k142w_pac/
cmp0.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4    #[doc = "0x00 - CMP Control Register 0"]
5    pub c0: crate::Reg<c0::C0_SPEC>,
6    #[doc = "0x04 - CMP Control Register 1"]
7    pub c1: crate::Reg<c1::C1_SPEC>,
8    #[doc = "0x08 - CMP Control Register 2"]
9    pub c2: crate::Reg<c2::C2_SPEC>,
10}
11#[doc = "C0 register accessor: an alias for `Reg<C0_SPEC>`"]
12pub type C0 = crate::Reg<c0::C0_SPEC>;
13#[doc = "CMP Control Register 0"]
14pub mod c0;
15#[doc = "C1 register accessor: an alias for `Reg<C1_SPEC>`"]
16pub type C1 = crate::Reg<c1::C1_SPEC>;
17#[doc = "CMP Control Register 1"]
18pub mod c1;
19#[doc = "C2 register accessor: an alias for `Reg<C2_SPEC>`"]
20pub type C2 = crate::Reg<c2::C2_SPEC>;
21#[doc = "CMP Control Register 2"]
22pub mod c2;