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/mode1.rs | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 src/rtc/mode1.rs (limited to 'src/rtc/mode1.rs') diff --git a/src/rtc/mode1.rs b/src/rtc/mode1.rs new file mode 100644 index 0000000..9ea1bc1 --- /dev/null +++ b/src/rtc/mode1.rs @@ -0,0 +1,44 @@ +#[doc = "CTRLA register accessor: an alias for `Reg`"] +pub type CTRLA = crate::Reg; +#[doc = "MODE1 Control A"] +pub mod ctrla; +#[doc = "EVCTRL register accessor: an alias for `Reg`"] +pub type EVCTRL = crate::Reg; +#[doc = "MODE1 Event Control"] +pub mod evctrl; +#[doc = "INTENCLR register accessor: an alias for `Reg`"] +pub type INTENCLR = crate::Reg; +#[doc = "MODE1 Interrupt Enable Clear"] +pub mod intenclr; +#[doc = "INTENSET register accessor: an alias for `Reg`"] +pub type INTENSET = crate::Reg; +#[doc = "MODE1 Interrupt Enable Set"] +pub mod intenset; +#[doc = "INTFLAG register accessor: an alias for `Reg`"] +pub type INTFLAG = crate::Reg; +#[doc = "MODE1 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 = "MODE1 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 = "COUNT register accessor: an alias for `Reg`"] +pub type COUNT = crate::Reg; +#[doc = "MODE1 Counter Value"] +pub mod count; +#[doc = "PER register accessor: an alias for `Reg`"] +pub type PER = crate::Reg; +#[doc = "MODE1 Counter Period"] +pub mod per; +#[doc = "COMP register accessor: an alias for `Reg`"] +pub type COMP = crate::Reg; +#[doc = "MODE1 Compare n Value"] +pub mod comp; -- cgit v1.2.3-70-g09d2