summaryrefslogtreecommitdiff
path: root/src/rtc/mode2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtc/mode2.rs')
-rw-r--r--src/rtc/mode2.rs44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/rtc/mode2.rs b/src/rtc/mode2.rs
new file mode 100644
index 0000000..b0bc13e
--- /dev/null
+++ b/src/rtc/mode2.rs
@@ -0,0 +1,44 @@
+#[doc = "CTRLA register accessor: an alias for `Reg<CTRLA_SPEC>`"]
+pub type CTRLA = crate::Reg<ctrla::CTRLA_SPEC>;
+#[doc = "MODE2 Control A"]
+pub mod ctrla;
+#[doc = "EVCTRL register accessor: an alias for `Reg<EVCTRL_SPEC>`"]
+pub type EVCTRL = crate::Reg<evctrl::EVCTRL_SPEC>;
+#[doc = "MODE2 Event Control"]
+pub mod evctrl;
+#[doc = "INTENCLR register accessor: an alias for `Reg<INTENCLR_SPEC>`"]
+pub type INTENCLR = crate::Reg<intenclr::INTENCLR_SPEC>;
+#[doc = "MODE2 Interrupt Enable Clear"]
+pub mod intenclr;
+#[doc = "INTENSET register accessor: an alias for `Reg<INTENSET_SPEC>`"]
+pub type INTENSET = crate::Reg<intenset::INTENSET_SPEC>;
+#[doc = "MODE2 Interrupt Enable Set"]
+pub mod intenset;
+#[doc = "INTFLAG register accessor: an alias for `Reg<INTFLAG_SPEC>`"]
+pub type INTFLAG = crate::Reg<intflag::INTFLAG_SPEC>;
+#[doc = "MODE2 Interrupt Flag Status and Clear"]
+pub mod intflag;
+#[doc = "DBGCTRL register accessor: an alias for `Reg<DBGCTRL_SPEC>`"]
+pub type DBGCTRL = crate::Reg<dbgctrl::DBGCTRL_SPEC>;
+#[doc = "Debug Control"]
+pub mod dbgctrl;
+#[doc = "SYNCBUSY register accessor: an alias for `Reg<SYNCBUSY_SPEC>`"]
+pub type SYNCBUSY = crate::Reg<syncbusy::SYNCBUSY_SPEC>;
+#[doc = "MODE2 Synchronization Busy Status"]
+pub mod syncbusy;
+#[doc = "FREQCORR register accessor: an alias for `Reg<FREQCORR_SPEC>`"]
+pub type FREQCORR = crate::Reg<freqcorr::FREQCORR_SPEC>;
+#[doc = "Frequency Correction"]
+pub mod freqcorr;
+#[doc = "CLOCK register accessor: an alias for `Reg<CLOCK_SPEC>`"]
+pub type CLOCK = crate::Reg<clock::CLOCK_SPEC>;
+#[doc = "MODE2 Clock Value"]
+pub mod clock;
+#[doc = "ALARM register accessor: an alias for `Reg<ALARM_SPEC>`"]
+pub type ALARM = crate::Reg<alarm::ALARM_SPEC>;
+#[doc = "MODE2_ALARM Alarm n Value"]
+pub mod alarm;
+#[doc = "MASK register accessor: an alias for `Reg<MASK_SPEC>`"]
+pub type MASK = crate::Reg<mask::MASK_SPEC>;
+#[doc = "MODE2_ALARM Alarm n Mask"]
+pub mod mask;