#[doc = r"Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - Control A Register"] pub ctrla: crate::Reg, #[doc = "0x01 - Control B Register"] pub ctrlb: crate::Reg, #[doc = "0x02 - Control C Register"] pub ctrlc: crate::Reg, #[doc = "0x03 - Event Control Register"] pub evctrl: crate::Reg, #[doc = "0x04 - Interrupt Enable Clear Register"] pub intenclr: crate::Reg, #[doc = "0x05 - Interrupt Enable Set Register"] pub intenset: crate::Reg, #[doc = "0x06 - Interrupt Flag Status and Clear Register"] pub intflag: crate::Reg, #[doc = "0x07 - Status Register"] pub status: crate::Reg, #[doc = "0x08 - Synchronization Busy Register"] pub syncbusy: crate::Reg, #[doc = "0x0c - Value Register"] pub value: crate::Reg, #[doc = "0x10 - Window Monitor Lower Threshold Register"] pub winlt: crate::Reg, #[doc = "0x14 - Window Monitor Upper Threshold Register"] pub winut: crate::Reg, #[doc = "0x18 - Gain Register"] pub gain: crate::Reg, #[doc = "0x1c - Offset Register"] pub offset: crate::Reg, #[doc = "0x20 - Calibration Register"] pub cal: crate::Reg, #[doc = "0x24 - Debug Control Register"] pub dbgctrl: crate::Reg, } #[doc = "CTRLA register accessor: an alias for `Reg`"] pub type CTRLA = crate::Reg; #[doc = "Control A Register"] pub mod ctrla; #[doc = "CTRLB register accessor: an alias for `Reg`"] pub type CTRLB = crate::Reg; #[doc = "Control B Register"] pub mod ctrlb; #[doc = "CTRLC register accessor: an alias for `Reg`"] pub type CTRLC = crate::Reg; #[doc = "Control C Register"] pub mod ctrlc; #[doc = "EVCTRL register accessor: an alias for `Reg`"] pub type EVCTRL = crate::Reg; #[doc = "Event Control Register"] pub mod evctrl; #[doc = "INTENCLR register accessor: an alias for `Reg`"] pub type INTENCLR = crate::Reg; #[doc = "Interrupt Enable Clear Register"] pub mod intenclr; #[doc = "INTENSET register accessor: an alias for `Reg`"] pub type INTENSET = crate::Reg; #[doc = "Interrupt Enable Set Register"] pub mod intenset; #[doc = "INTFLAG register accessor: an alias for `Reg`"] pub type INTFLAG = crate::Reg; #[doc = "Interrupt Flag Status and Clear Register"] pub mod intflag; #[doc = "STATUS register accessor: an alias for `Reg`"] pub type STATUS = crate::Reg; #[doc = "Status Register"] pub mod status; #[doc = "SYNCBUSY register accessor: an alias for `Reg`"] pub type SYNCBUSY = crate::Reg; #[doc = "Synchronization Busy Register"] pub mod syncbusy; #[doc = "VALUE register accessor: an alias for `Reg`"] pub type VALUE = crate::Reg; #[doc = "Value Register"] pub mod value; #[doc = "WINLT register accessor: an alias for `Reg`"] pub type WINLT = crate::Reg; #[doc = "Window Monitor Lower Threshold Register"] pub mod winlt; #[doc = "WINUT register accessor: an alias for `Reg`"] pub type WINUT = crate::Reg; #[doc = "Window Monitor Upper Threshold Register"] pub mod winut; #[doc = "GAIN register accessor: an alias for `Reg`"] pub type GAIN = crate::Reg; #[doc = "Gain Register"] pub mod gain; #[doc = "OFFSET register accessor: an alias for `Reg`"] pub type OFFSET = crate::Reg; #[doc = "Offset Register"] pub mod offset; #[doc = "CAL register accessor: an alias for `Reg`"] pub type CAL = crate::Reg; #[doc = "Calibration Register"] pub mod cal; #[doc = "DBGCTRL register accessor: an alias for `Reg`"] pub type DBGCTRL = crate::Reg; #[doc = "Debug Control Register"] pub mod dbgctrl;