#[doc = r"Register block"] #[repr(C)] pub struct RegisterBlock { #[doc = "0x00 - Start comparator"] pub tasks_start: TASKS_START, #[doc = "0x04 - Stop comparator"] pub tasks_stop: TASKS_STOP, #[doc = "0x08 - Sample comparator value"] pub tasks_sample: TASKS_SAMPLE, _reserved3: [u8; 0xf4], #[doc = "0x100 - COMP is ready and output is valid"] pub events_ready: EVENTS_READY, #[doc = "0x104 - Downward crossing"] pub events_down: EVENTS_DOWN, #[doc = "0x108 - Upward crossing"] pub events_up: EVENTS_UP, #[doc = "0x10c - Downward or upward crossing"] pub events_cross: EVENTS_CROSS, _reserved7: [u8; 0xf0], #[doc = "0x200 - Shortcuts between local events and tasks"] pub shorts: SHORTS, _reserved8: [u8; 0xfc], #[doc = "0x300 - Enable or disable interrupt"] pub inten: INTEN, #[doc = "0x304 - Enable interrupt"] pub intenset: INTENSET, #[doc = "0x308 - Disable interrupt"] pub intenclr: INTENCLR, _reserved11: [u8; 0xf4], #[doc = "0x400 - Compare result"] pub result: RESULT, _reserved12: [u8; 0xfc], #[doc = "0x500 - COMP enable"] pub enable: ENABLE, #[doc = "0x504 - Pin select"] pub psel: PSEL, #[doc = "0x508 - Reference source select for single-ended mode"] pub refsel: REFSEL, #[doc = "0x50c - External reference select"] pub extrefsel: EXTREFSEL, _reserved16: [u8; 0x20], #[doc = "0x530 - Threshold configuration for hysteresis unit"] pub th: TH, #[doc = "0x534 - Mode configuration"] pub mode: MODE, #[doc = "0x538 - Comparator hysteresis enable"] pub hyst: HYST, #[doc = "0x53c - Current source select on analog input"] pub isource: ISOURCE, } #[doc = "TASKS_START (w) register accessor: an alias for `Reg`"] pub type TASKS_START = crate::Reg; #[doc = "Start comparator"] pub mod tasks_start; #[doc = "TASKS_STOP (w) register accessor: an alias for `Reg`"] pub type TASKS_STOP = crate::Reg; #[doc = "Stop comparator"] pub mod tasks_stop; #[doc = "TASKS_SAMPLE (w) register accessor: an alias for `Reg`"] pub type TASKS_SAMPLE = crate::Reg; #[doc = "Sample comparator value"] pub mod tasks_sample; #[doc = "EVENTS_READY (rw) register accessor: an alias for `Reg`"] pub type EVENTS_READY = crate::Reg; #[doc = "COMP is ready and output is valid"] pub mod events_ready; #[doc = "EVENTS_DOWN (rw) register accessor: an alias for `Reg`"] pub type EVENTS_DOWN = crate::Reg; #[doc = "Downward crossing"] pub mod events_down; #[doc = "EVENTS_UP (rw) register accessor: an alias for `Reg`"] pub type EVENTS_UP = crate::Reg; #[doc = "Upward crossing"] pub mod events_up; #[doc = "EVENTS_CROSS (rw) register accessor: an alias for `Reg`"] pub type EVENTS_CROSS = crate::Reg; #[doc = "Downward or upward crossing"] pub mod events_cross; #[doc = "SHORTS (rw) register accessor: an alias for `Reg`"] pub type SHORTS = crate::Reg; #[doc = "Shortcuts between local events and tasks"] pub mod shorts; #[doc = "INTEN (rw) register accessor: an alias for `Reg`"] pub type INTEN = crate::Reg; #[doc = "Enable or disable interrupt"] pub mod inten; #[doc = "INTENSET (rw) register accessor: an alias for `Reg`"] pub type INTENSET = crate::Reg; #[doc = "Enable interrupt"] pub mod intenset; #[doc = "INTENCLR (rw) register accessor: an alias for `Reg`"] pub type INTENCLR = crate::Reg; #[doc = "Disable interrupt"] pub mod intenclr; #[doc = "RESULT (r) register accessor: an alias for `Reg`"] pub type RESULT = crate::Reg; #[doc = "Compare result"] pub mod result; #[doc = "ENABLE (rw) register accessor: an alias for `Reg`"] pub type ENABLE = crate::Reg; #[doc = "COMP enable"] pub mod enable; #[doc = "PSEL (rw) register accessor: an alias for `Reg`"] pub type PSEL = crate::Reg; #[doc = "Pin select"] pub mod psel; #[doc = "REFSEL (rw) register accessor: an alias for `Reg`"] pub type REFSEL = crate::Reg; #[doc = "Reference source select for single-ended mode"] pub mod refsel; #[doc = "EXTREFSEL (rw) register accessor: an alias for `Reg`"] pub type EXTREFSEL = crate::Reg; #[doc = "External reference select"] pub mod extrefsel; #[doc = "TH (rw) register accessor: an alias for `Reg`"] pub type TH = crate::Reg; #[doc = "Threshold configuration for hysteresis unit"] pub mod th; #[doc = "MODE (rw) register accessor: an alias for `Reg`"] pub type MODE = crate::Reg; #[doc = "Mode configuration"] pub mod mode; #[doc = "HYST (rw) register accessor: an alias for `Reg`"] pub type HYST = crate::Reg; #[doc = "Comparator hysteresis enable"] pub mod hyst; #[doc = "ISOURCE (rw) register accessor: an alias for `Reg`"] pub type ISOURCE = crate::Reg; #[doc = "Current source select on analog input"] pub mod isource;