efm32tg11b520_pac/
cmu.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4    #[doc = "0x00 - CMU Control Register"]
5    pub ctrl: crate::Reg<ctrl::CTRL_SPEC>,
6    _reserved1: [u8; 0x0c],
7    #[doc = "0x10 - HFRCO Control Register"]
8    pub hfrcoctrl: crate::Reg<hfrcoctrl::HFRCOCTRL_SPEC>,
9    _reserved2: [u8; 0x04],
10    #[doc = "0x18 - AUXHFRCO Control Register"]
11    pub auxhfrcoctrl: crate::Reg<auxhfrcoctrl::AUXHFRCOCTRL_SPEC>,
12    _reserved3: [u8; 0x04],
13    #[doc = "0x20 - LFRCO Control Register"]
14    pub lfrcoctrl: crate::Reg<lfrcoctrl::LFRCOCTRL_SPEC>,
15    #[doc = "0x24 - HFXO Control Register"]
16    pub hfxoctrl: crate::Reg<hfxoctrl::HFXOCTRL_SPEC>,
17    #[doc = "0x28 - HFXO Control 1"]
18    pub hfxoctrl1: crate::Reg<hfxoctrl1::HFXOCTRL1_SPEC>,
19    #[doc = "0x2c - HFXO Startup Control"]
20    pub hfxostartupctrl: crate::Reg<hfxostartupctrl::HFXOSTARTUPCTRL_SPEC>,
21    #[doc = "0x30 - HFXO Steady State Control"]
22    pub hfxosteadystatectrl: crate::Reg<hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC>,
23    #[doc = "0x34 - HFXO Timeout Control"]
24    pub hfxotimeoutctrl: crate::Reg<hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC>,
25    #[doc = "0x38 - LFXO Control Register"]
26    pub lfxoctrl: crate::Reg<lfxoctrl::LFXOCTRL_SPEC>,
27    _reserved10: [u8; 0x04],
28    #[doc = "0x40 - DPLL Control Register"]
29    pub dpllctrl: crate::Reg<dpllctrl::DPLLCTRL_SPEC>,
30    #[doc = "0x44 - DPLL Control Register"]
31    pub dpllctrl1: crate::Reg<dpllctrl1::DPLLCTRL1_SPEC>,
32    _reserved12: [u8; 0x08],
33    #[doc = "0x50 - Calibration Control Register"]
34    pub calctrl: crate::Reg<calctrl::CALCTRL_SPEC>,
35    #[doc = "0x54 - Calibration Counter Register"]
36    pub calcnt: crate::Reg<calcnt::CALCNT_SPEC>,
37    _reserved14: [u8; 0x08],
38    #[doc = "0x60 - Oscillator Enable/Disable Command Register"]
39    pub oscencmd: crate::Reg<oscencmd::OSCENCMD_SPEC>,
40    #[doc = "0x64 - Command Register"]
41    pub cmd: crate::Reg<cmd::CMD_SPEC>,
42    _reserved16: [u8; 0x08],
43    #[doc = "0x70 - Debug Trace Clock Select"]
44    pub dbgclksel: crate::Reg<dbgclksel::DBGCLKSEL_SPEC>,
45    #[doc = "0x74 - High Frequency Clock Select Command Register"]
46    pub hfclksel: crate::Reg<hfclksel::HFCLKSEL_SPEC>,
47    _reserved18: [u8; 0x08],
48    #[doc = "0x80 - Low Frequency A Clock Select Register"]
49    pub lfaclksel: crate::Reg<lfaclksel::LFACLKSEL_SPEC>,
50    #[doc = "0x84 - Low Frequency B Clock Select Register"]
51    pub lfbclksel: crate::Reg<lfbclksel::LFBCLKSEL_SPEC>,
52    #[doc = "0x88 - Low Frequency E Clock Select Register"]
53    pub lfeclksel: crate::Reg<lfeclksel::LFECLKSEL_SPEC>,
54    _reserved21: [u8; 0x04],
55    #[doc = "0x90 - Status Register"]
56    pub status: crate::Reg<status::STATUS_SPEC>,
57    #[doc = "0x94 - HFCLK Status Register"]
58    pub hfclkstatus: crate::Reg<hfclkstatus::HFCLKSTATUS_SPEC>,
59    _reserved23: [u8; 0x04],
60    #[doc = "0x9c - HFXO Trim Status"]
61    pub hfxotrimstatus: crate::Reg<hfxotrimstatus::HFXOTRIMSTATUS_SPEC>,
62    #[doc = "0xa0 - Interrupt Flag Register"]
63    pub if_: crate::Reg<if_::IF_SPEC>,
64    #[doc = "0xa4 - Interrupt Flag Set Register"]
65    pub ifs: crate::Reg<ifs::IFS_SPEC>,
66    #[doc = "0xa8 - Interrupt Flag Clear Register"]
67    pub ifc: crate::Reg<ifc::IFC_SPEC>,
68    #[doc = "0xac - Interrupt Enable Register"]
69    pub ien: crate::Reg<ien::IEN_SPEC>,
70    #[doc = "0xb0 - High Frequency Bus Clock Enable Register 0"]
71    pub hfbusclken0: crate::Reg<hfbusclken0::HFBUSCLKEN0_SPEC>,
72    _reserved29: [u8; 0x0c],
73    #[doc = "0xc0 - High Frequency Peripheral Clock Enable Register 0"]
74    pub hfperclken0: crate::Reg<hfperclken0::HFPERCLKEN0_SPEC>,
75    #[doc = "0xc4 - High Frequency Peripheral Clock Enable Register 1"]
76    pub hfperclken1: crate::Reg<hfperclken1::HFPERCLKEN1_SPEC>,
77    _reserved31: [u8; 0x18],
78    #[doc = "0xe0 - Low Frequency a Clock Enable Register 0 (Async Reg)"]
79    pub lfaclken0: crate::Reg<lfaclken0::LFACLKEN0_SPEC>,
80    _reserved32: [u8; 0x04],
81    #[doc = "0xe8 - Low Frequency B Clock Enable Register 0 (Async Reg)"]
82    pub lfbclken0: crate::Reg<lfbclken0::LFBCLKEN0_SPEC>,
83    _reserved33: [u8; 0x04],
84    #[doc = "0xf0 - Low Frequency E Clock Enable Register 0 (Async Reg)"]
85    pub lfeclken0: crate::Reg<lfeclken0::LFECLKEN0_SPEC>,
86    _reserved34: [u8; 0x0c],
87    #[doc = "0x100 - High Frequency Clock Prescaler Register"]
88    pub hfpresc: crate::Reg<hfpresc::HFPRESC_SPEC>,
89    #[doc = "0x104 - High Frequency Bus Clock Prescaler Register"]
90    pub hfbuspresc: crate::Reg<hfbuspresc::HFBUSPRESC_SPEC>,
91    #[doc = "0x108 - High Frequency Core Clock Prescaler Register"]
92    pub hfcorepresc: crate::Reg<hfcorepresc::HFCOREPRESC_SPEC>,
93    #[doc = "0x10c - High Frequency Peripheral Clock Prescaler Register"]
94    pub hfperpresc: crate::Reg<hfperpresc::HFPERPRESC_SPEC>,
95    _reserved38: [u8; 0x04],
96    #[doc = "0x114 - High Frequency Export Clock Prescaler Register"]
97    pub hfexppresc: crate::Reg<hfexppresc::HFEXPPRESC_SPEC>,
98    #[doc = "0x118 - High Frequency Peripheral Clock Prescaler B Register"]
99    pub hfperprescb: crate::Reg<hfperprescb::HFPERPRESCB_SPEC>,
100    #[doc = "0x11c - High Frequency Peripheral Clock Prescaler C Register"]
101    pub hfperprescc: crate::Reg<hfperprescc::HFPERPRESCC_SPEC>,
102    #[doc = "0x120 - Low Frequency a Prescaler Register 0 (Async Reg)"]
103    pub lfapresc0: crate::Reg<lfapresc0::LFAPRESC0_SPEC>,
104    _reserved42: [u8; 0x04],
105    #[doc = "0x128 - Low Frequency B Prescaler Register 0 (Async Reg)"]
106    pub lfbpresc0: crate::Reg<lfbpresc0::LFBPRESC0_SPEC>,
107    _reserved43: [u8; 0x04],
108    #[doc = "0x130 - Low Frequency E Prescaler Register 0 (Async Reg)"]
109    pub lfepresc0: crate::Reg<lfepresc0::LFEPRESC0_SPEC>,
110    _reserved44: [u8; 0x0c],
111    #[doc = "0x140 - Synchronization Busy Register"]
112    pub syncbusy: crate::Reg<syncbusy::SYNCBUSY_SPEC>,
113    #[doc = "0x144 - Freeze Register"]
114    pub freeze: crate::Reg<freeze::FREEZE_SPEC>,
115    _reserved46: [u8; 0x08],
116    #[doc = "0x150 - PCNT Control Register"]
117    pub pcntctrl: crate::Reg<pcntctrl::PCNTCTRL_SPEC>,
118    _reserved47: [u8; 0x08],
119    #[doc = "0x15c - ADC Control Register"]
120    pub adcctrl: crate::Reg<adcctrl::ADCCTRL_SPEC>,
121    _reserved48: [u8; 0x10],
122    #[doc = "0x170 - I/O Routing Pin Enable Register"]
123    pub routepen: crate::Reg<routepen::ROUTEPEN_SPEC>,
124    #[doc = "0x174 - I/O Routing Location Register"]
125    pub routeloc0: crate::Reg<routeloc0::ROUTELOC0_SPEC>,
126    #[doc = "0x178 - I/O Routing Location Register"]
127    pub routeloc1: crate::Reg<routeloc1::ROUTELOC1_SPEC>,
128    _reserved51: [u8; 0x04],
129    #[doc = "0x180 - Configuration Lock Register"]
130    pub lock: crate::Reg<lock::LOCK_SPEC>,
131    #[doc = "0x184 - HFRCO Spread Spectrum Register"]
132    pub hfrcoss: crate::Reg<hfrcoss::HFRCOSS_SPEC>,
133}
134#[doc = "CTRL register accessor: an alias for `Reg<CTRL_SPEC>`"]
135pub type CTRL = crate::Reg<ctrl::CTRL_SPEC>;
136#[doc = "CMU Control Register"]
137pub mod ctrl;
138#[doc = "HFRCOCTRL register accessor: an alias for `Reg<HFRCOCTRL_SPEC>`"]
139pub type HFRCOCTRL = crate::Reg<hfrcoctrl::HFRCOCTRL_SPEC>;
140#[doc = "HFRCO Control Register"]
141pub mod hfrcoctrl;
142#[doc = "AUXHFRCOCTRL register accessor: an alias for `Reg<AUXHFRCOCTRL_SPEC>`"]
143pub type AUXHFRCOCTRL = crate::Reg<auxhfrcoctrl::AUXHFRCOCTRL_SPEC>;
144#[doc = "AUXHFRCO Control Register"]
145pub mod auxhfrcoctrl;
146#[doc = "LFRCOCTRL register accessor: an alias for `Reg<LFRCOCTRL_SPEC>`"]
147pub type LFRCOCTRL = crate::Reg<lfrcoctrl::LFRCOCTRL_SPEC>;
148#[doc = "LFRCO Control Register"]
149pub mod lfrcoctrl;
150#[doc = "HFXOCTRL register accessor: an alias for `Reg<HFXOCTRL_SPEC>`"]
151pub type HFXOCTRL = crate::Reg<hfxoctrl::HFXOCTRL_SPEC>;
152#[doc = "HFXO Control Register"]
153pub mod hfxoctrl;
154#[doc = "HFXOCTRL1 register accessor: an alias for `Reg<HFXOCTRL1_SPEC>`"]
155pub type HFXOCTRL1 = crate::Reg<hfxoctrl1::HFXOCTRL1_SPEC>;
156#[doc = "HFXO Control 1"]
157pub mod hfxoctrl1;
158#[doc = "HFXOSTARTUPCTRL register accessor: an alias for `Reg<HFXOSTARTUPCTRL_SPEC>`"]
159pub type HFXOSTARTUPCTRL = crate::Reg<hfxostartupctrl::HFXOSTARTUPCTRL_SPEC>;
160#[doc = "HFXO Startup Control"]
161pub mod hfxostartupctrl;
162#[doc = "HFXOSTEADYSTATECTRL register accessor: an alias for `Reg<HFXOSTEADYSTATECTRL_SPEC>`"]
163pub type HFXOSTEADYSTATECTRL = crate::Reg<hfxosteadystatectrl::HFXOSTEADYSTATECTRL_SPEC>;
164#[doc = "HFXO Steady State Control"]
165pub mod hfxosteadystatectrl;
166#[doc = "HFXOTIMEOUTCTRL register accessor: an alias for `Reg<HFXOTIMEOUTCTRL_SPEC>`"]
167pub type HFXOTIMEOUTCTRL = crate::Reg<hfxotimeoutctrl::HFXOTIMEOUTCTRL_SPEC>;
168#[doc = "HFXO Timeout Control"]
169pub mod hfxotimeoutctrl;
170#[doc = "LFXOCTRL register accessor: an alias for `Reg<LFXOCTRL_SPEC>`"]
171pub type LFXOCTRL = crate::Reg<lfxoctrl::LFXOCTRL_SPEC>;
172#[doc = "LFXO Control Register"]
173pub mod lfxoctrl;
174#[doc = "DPLLCTRL register accessor: an alias for `Reg<DPLLCTRL_SPEC>`"]
175pub type DPLLCTRL = crate::Reg<dpllctrl::DPLLCTRL_SPEC>;
176#[doc = "DPLL Control Register"]
177pub mod dpllctrl;
178#[doc = "DPLLCTRL1 register accessor: an alias for `Reg<DPLLCTRL1_SPEC>`"]
179pub type DPLLCTRL1 = crate::Reg<dpllctrl1::DPLLCTRL1_SPEC>;
180#[doc = "DPLL Control Register"]
181pub mod dpllctrl1;
182#[doc = "CALCTRL register accessor: an alias for `Reg<CALCTRL_SPEC>`"]
183pub type CALCTRL = crate::Reg<calctrl::CALCTRL_SPEC>;
184#[doc = "Calibration Control Register"]
185pub mod calctrl;
186#[doc = "CALCNT register accessor: an alias for `Reg<CALCNT_SPEC>`"]
187pub type CALCNT = crate::Reg<calcnt::CALCNT_SPEC>;
188#[doc = "Calibration Counter Register"]
189pub mod calcnt;
190#[doc = "OSCENCMD register accessor: an alias for `Reg<OSCENCMD_SPEC>`"]
191pub type OSCENCMD = crate::Reg<oscencmd::OSCENCMD_SPEC>;
192#[doc = "Oscillator Enable/Disable Command Register"]
193pub mod oscencmd;
194#[doc = "CMD register accessor: an alias for `Reg<CMD_SPEC>`"]
195pub type CMD = crate::Reg<cmd::CMD_SPEC>;
196#[doc = "Command Register"]
197pub mod cmd;
198#[doc = "DBGCLKSEL register accessor: an alias for `Reg<DBGCLKSEL_SPEC>`"]
199pub type DBGCLKSEL = crate::Reg<dbgclksel::DBGCLKSEL_SPEC>;
200#[doc = "Debug Trace Clock Select"]
201pub mod dbgclksel;
202#[doc = "HFCLKSEL register accessor: an alias for `Reg<HFCLKSEL_SPEC>`"]
203pub type HFCLKSEL = crate::Reg<hfclksel::HFCLKSEL_SPEC>;
204#[doc = "High Frequency Clock Select Command Register"]
205pub mod hfclksel;
206#[doc = "LFACLKSEL register accessor: an alias for `Reg<LFACLKSEL_SPEC>`"]
207pub type LFACLKSEL = crate::Reg<lfaclksel::LFACLKSEL_SPEC>;
208#[doc = "Low Frequency A Clock Select Register"]
209pub mod lfaclksel;
210#[doc = "LFBCLKSEL register accessor: an alias for `Reg<LFBCLKSEL_SPEC>`"]
211pub type LFBCLKSEL = crate::Reg<lfbclksel::LFBCLKSEL_SPEC>;
212#[doc = "Low Frequency B Clock Select Register"]
213pub mod lfbclksel;
214#[doc = "LFECLKSEL register accessor: an alias for `Reg<LFECLKSEL_SPEC>`"]
215pub type LFECLKSEL = crate::Reg<lfeclksel::LFECLKSEL_SPEC>;
216#[doc = "Low Frequency E Clock Select Register"]
217pub mod lfeclksel;
218#[doc = "STATUS register accessor: an alias for `Reg<STATUS_SPEC>`"]
219pub type STATUS = crate::Reg<status::STATUS_SPEC>;
220#[doc = "Status Register"]
221pub mod status;
222#[doc = "HFCLKSTATUS register accessor: an alias for `Reg<HFCLKSTATUS_SPEC>`"]
223pub type HFCLKSTATUS = crate::Reg<hfclkstatus::HFCLKSTATUS_SPEC>;
224#[doc = "HFCLK Status Register"]
225pub mod hfclkstatus;
226#[doc = "HFXOTRIMSTATUS register accessor: an alias for `Reg<HFXOTRIMSTATUS_SPEC>`"]
227pub type HFXOTRIMSTATUS = crate::Reg<hfxotrimstatus::HFXOTRIMSTATUS_SPEC>;
228#[doc = "HFXO Trim Status"]
229pub mod hfxotrimstatus;
230#[doc = "IF register accessor: an alias for `Reg<IF_SPEC>`"]
231pub type IF = crate::Reg<if_::IF_SPEC>;
232#[doc = "Interrupt Flag Register"]
233pub mod if_;
234#[doc = "IFS register accessor: an alias for `Reg<IFS_SPEC>`"]
235pub type IFS = crate::Reg<ifs::IFS_SPEC>;
236#[doc = "Interrupt Flag Set Register"]
237pub mod ifs;
238#[doc = "IFC register accessor: an alias for `Reg<IFC_SPEC>`"]
239pub type IFC = crate::Reg<ifc::IFC_SPEC>;
240#[doc = "Interrupt Flag Clear Register"]
241pub mod ifc;
242#[doc = "IEN register accessor: an alias for `Reg<IEN_SPEC>`"]
243pub type IEN = crate::Reg<ien::IEN_SPEC>;
244#[doc = "Interrupt Enable Register"]
245pub mod ien;
246#[doc = "HFBUSCLKEN0 register accessor: an alias for `Reg<HFBUSCLKEN0_SPEC>`"]
247pub type HFBUSCLKEN0 = crate::Reg<hfbusclken0::HFBUSCLKEN0_SPEC>;
248#[doc = "High Frequency Bus Clock Enable Register 0"]
249pub mod hfbusclken0;
250#[doc = "HFPERCLKEN0 register accessor: an alias for `Reg<HFPERCLKEN0_SPEC>`"]
251pub type HFPERCLKEN0 = crate::Reg<hfperclken0::HFPERCLKEN0_SPEC>;
252#[doc = "High Frequency Peripheral Clock Enable Register 0"]
253pub mod hfperclken0;
254#[doc = "HFPERCLKEN1 register accessor: an alias for `Reg<HFPERCLKEN1_SPEC>`"]
255pub type HFPERCLKEN1 = crate::Reg<hfperclken1::HFPERCLKEN1_SPEC>;
256#[doc = "High Frequency Peripheral Clock Enable Register 1"]
257pub mod hfperclken1;
258#[doc = "LFACLKEN0 register accessor: an alias for `Reg<LFACLKEN0_SPEC>`"]
259pub type LFACLKEN0 = crate::Reg<lfaclken0::LFACLKEN0_SPEC>;
260#[doc = "Low Frequency a Clock Enable Register 0 (Async Reg)"]
261pub mod lfaclken0;
262#[doc = "LFBCLKEN0 register accessor: an alias for `Reg<LFBCLKEN0_SPEC>`"]
263pub type LFBCLKEN0 = crate::Reg<lfbclken0::LFBCLKEN0_SPEC>;
264#[doc = "Low Frequency B Clock Enable Register 0 (Async Reg)"]
265pub mod lfbclken0;
266#[doc = "LFECLKEN0 register accessor: an alias for `Reg<LFECLKEN0_SPEC>`"]
267pub type LFECLKEN0 = crate::Reg<lfeclken0::LFECLKEN0_SPEC>;
268#[doc = "Low Frequency E Clock Enable Register 0 (Async Reg)"]
269pub mod lfeclken0;
270#[doc = "HFPRESC register accessor: an alias for `Reg<HFPRESC_SPEC>`"]
271pub type HFPRESC = crate::Reg<hfpresc::HFPRESC_SPEC>;
272#[doc = "High Frequency Clock Prescaler Register"]
273pub mod hfpresc;
274#[doc = "HFBUSPRESC register accessor: an alias for `Reg<HFBUSPRESC_SPEC>`"]
275pub type HFBUSPRESC = crate::Reg<hfbuspresc::HFBUSPRESC_SPEC>;
276#[doc = "High Frequency Bus Clock Prescaler Register"]
277pub mod hfbuspresc;
278#[doc = "HFCOREPRESC register accessor: an alias for `Reg<HFCOREPRESC_SPEC>`"]
279pub type HFCOREPRESC = crate::Reg<hfcorepresc::HFCOREPRESC_SPEC>;
280#[doc = "High Frequency Core Clock Prescaler Register"]
281pub mod hfcorepresc;
282#[doc = "HFPERPRESC register accessor: an alias for `Reg<HFPERPRESC_SPEC>`"]
283pub type HFPERPRESC = crate::Reg<hfperpresc::HFPERPRESC_SPEC>;
284#[doc = "High Frequency Peripheral Clock Prescaler Register"]
285pub mod hfperpresc;
286#[doc = "HFEXPPRESC register accessor: an alias for `Reg<HFEXPPRESC_SPEC>`"]
287pub type HFEXPPRESC = crate::Reg<hfexppresc::HFEXPPRESC_SPEC>;
288#[doc = "High Frequency Export Clock Prescaler Register"]
289pub mod hfexppresc;
290#[doc = "HFPERPRESCB register accessor: an alias for `Reg<HFPERPRESCB_SPEC>`"]
291pub type HFPERPRESCB = crate::Reg<hfperprescb::HFPERPRESCB_SPEC>;
292#[doc = "High Frequency Peripheral Clock Prescaler B Register"]
293pub mod hfperprescb;
294#[doc = "HFPERPRESCC register accessor: an alias for `Reg<HFPERPRESCC_SPEC>`"]
295pub type HFPERPRESCC = crate::Reg<hfperprescc::HFPERPRESCC_SPEC>;
296#[doc = "High Frequency Peripheral Clock Prescaler C Register"]
297pub mod hfperprescc;
298#[doc = "LFAPRESC0 register accessor: an alias for `Reg<LFAPRESC0_SPEC>`"]
299pub type LFAPRESC0 = crate::Reg<lfapresc0::LFAPRESC0_SPEC>;
300#[doc = "Low Frequency a Prescaler Register 0 (Async Reg)"]
301pub mod lfapresc0;
302#[doc = "LFBPRESC0 register accessor: an alias for `Reg<LFBPRESC0_SPEC>`"]
303pub type LFBPRESC0 = crate::Reg<lfbpresc0::LFBPRESC0_SPEC>;
304#[doc = "Low Frequency B Prescaler Register 0 (Async Reg)"]
305pub mod lfbpresc0;
306#[doc = "LFEPRESC0 register accessor: an alias for `Reg<LFEPRESC0_SPEC>`"]
307pub type LFEPRESC0 = crate::Reg<lfepresc0::LFEPRESC0_SPEC>;
308#[doc = "Low Frequency E Prescaler Register 0 (Async Reg)"]
309pub mod lfepresc0;
310#[doc = "SYNCBUSY register accessor: an alias for `Reg<SYNCBUSY_SPEC>`"]
311pub type SYNCBUSY = crate::Reg<syncbusy::SYNCBUSY_SPEC>;
312#[doc = "Synchronization Busy Register"]
313pub mod syncbusy;
314#[doc = "FREEZE register accessor: an alias for `Reg<FREEZE_SPEC>`"]
315pub type FREEZE = crate::Reg<freeze::FREEZE_SPEC>;
316#[doc = "Freeze Register"]
317pub mod freeze;
318#[doc = "PCNTCTRL register accessor: an alias for `Reg<PCNTCTRL_SPEC>`"]
319pub type PCNTCTRL = crate::Reg<pcntctrl::PCNTCTRL_SPEC>;
320#[doc = "PCNT Control Register"]
321pub mod pcntctrl;
322#[doc = "ADCCTRL register accessor: an alias for `Reg<ADCCTRL_SPEC>`"]
323pub type ADCCTRL = crate::Reg<adcctrl::ADCCTRL_SPEC>;
324#[doc = "ADC Control Register"]
325pub mod adcctrl;
326#[doc = "ROUTEPEN register accessor: an alias for `Reg<ROUTEPEN_SPEC>`"]
327pub type ROUTEPEN = crate::Reg<routepen::ROUTEPEN_SPEC>;
328#[doc = "I/O Routing Pin Enable Register"]
329pub mod routepen;
330#[doc = "ROUTELOC0 register accessor: an alias for `Reg<ROUTELOC0_SPEC>`"]
331pub type ROUTELOC0 = crate::Reg<routeloc0::ROUTELOC0_SPEC>;
332#[doc = "I/O Routing Location Register"]
333pub mod routeloc0;
334#[doc = "ROUTELOC1 register accessor: an alias for `Reg<ROUTELOC1_SPEC>`"]
335pub type ROUTELOC1 = crate::Reg<routeloc1::ROUTELOC1_SPEC>;
336#[doc = "I/O Routing Location Register"]
337pub mod routeloc1;
338#[doc = "LOCK register accessor: an alias for `Reg<LOCK_SPEC>`"]
339pub type LOCK = crate::Reg<lock::LOCK_SPEC>;
340#[doc = "Configuration Lock Register"]
341pub mod lock;
342#[doc = "HFRCOSS register accessor: an alias for `Reg<HFRCOSS_SPEC>`"]
343pub type HFRCOSS = crate::Reg<hfrcoss::HFRCOSS_SPEC>;
344#[doc = "HFRCO Spread Spectrum Register"]
345pub mod hfrcoss;