1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - ACMPLP Mode Setting Register"]
5 pub compmdr: COMPMDR,
6 #[doc = "0x01 - ACMPLP Filter Control Register"]
7 pub compfir: COMPFIR,
8 #[doc = "0x02 - ACMPLP Output Control Register"]
9 pub compocr: COMPOCR,
10}
11#[doc = "COMPMDR (rw) register accessor: an alias for `Reg<COMPMDR_SPEC>`"]
12pub type COMPMDR = crate::Reg<compmdr::COMPMDR_SPEC>;
13#[doc = "ACMPLP Mode Setting Register"]
14pub mod compmdr;
15#[doc = "COMPFIR (rw) register accessor: an alias for `Reg<COMPFIR_SPEC>`"]
16pub type COMPFIR = crate::Reg<compfir::COMPFIR_SPEC>;
17#[doc = "ACMPLP Filter Control Register"]
18pub mod compfir;
19#[doc = "COMPOCR (rw) register accessor: an alias for `Reg<COMPOCR_SPEC>`"]
20pub type COMPOCR = crate::Reg<compocr::COMPOCR_SPEC>;
21#[doc = "ACMPLP Output Control Register"]
22pub mod compocr;