From 0666a6ba1dbd66cf8b93c113e362ccbcd99152a0 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Sat, 6 Nov 2021 11:50:33 +0100 Subject: Initial commit --- src/rtc/mode2.rs | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 src/rtc/mode2.rs (limited to 'src/rtc/mode2.rs') 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`"] +pub type CTRLA = crate::Reg; +#[doc = "MODE2 Control A"] +pub mod ctrla; +#[doc = "EVCTRL register accessor: an alias for `Reg`"] +pub type EVCTRL = crate::Reg; +#[doc = "MODE2 Event Control"] +pub mod evctrl; +#[doc = "INTENCLR register accessor: an alias for `Reg`"] +pub type INTENCLR = crate::Reg; +#[doc = "MODE2 Interrupt Enable Clear"] +pub mod intenclr; +#[doc = "INTENSET register accessor: an alias for `Reg`"] +pub type INTENSET = crate::Reg; +#[doc = "MODE2 Interrupt Enable Set"] +pub mod intenset; +#[doc = "INTFLAG register accessor: an alias for `Reg`"] +pub type INTFLAG = crate::Reg; +#[doc = "MODE2 Interrupt Flag Status and Clear"] +pub mod intflag; +#[doc = "DBGCTRL register accessor: an alias for `Reg`"] +pub type DBGCTRL = crate::Reg; +#[doc = "Debug Control"] +pub mod dbgctrl; +#[doc = "SYNCBUSY register accessor: an alias for `Reg`"] +pub type SYNCBUSY = crate::Reg; +#[doc = "MODE2 Synchronization Busy Status"] +pub mod syncbusy; +#[doc = "FREQCORR register accessor: an alias for `Reg`"] +pub type FREQCORR = crate::Reg; +#[doc = "Frequency Correction"] +pub mod freqcorr; +#[doc = "CLOCK register accessor: an alias for `Reg`"] +pub type CLOCK = crate::Reg; +#[doc = "MODE2 Clock Value"] +pub mod clock; +#[doc = "ALARM register accessor: an alias for `Reg`"] +pub type ALARM = crate::Reg; +#[doc = "MODE2_ALARM Alarm n Value"] +pub mod alarm; +#[doc = "MASK register accessor: an alias for `Reg`"] +pub type MASK = crate::Reg; +#[doc = "MODE2_ALARM Alarm n Mask"] +pub mod mask; -- cgit v1.2.3-70-g09d2