Removed reserved bit fields from AVR TDFs

This commit is contained in:
Nav
2024-07-30 20:47:18 +01:00
parent c7fcb6e2e9
commit 8246c03d29
15 changed files with 15 additions and 303 deletions

View File

@@ -508,7 +508,7 @@
<bit-field key="frqrange" name="FRQRANGE" description="Frequency Range" mask="0xC0"/>
<bit-field key="x32klpm" name="X32KLPM" description="32.768 kHz XTAL OSC Low-power Mode" mask="0x20"/>
<bit-field key="xoscpwr" name="XOSCPWR" description="16 MHz Crystal Oscillator High Power mode" mask="0x10"/>
<bit-field key="xoscsel" name="XOSCSEL" description="External Oscillator Selection and Startup Time" mask="0x0F"/>
<bit-field key="xoscsel" name="XOSCSEL" description="External Oscillator Selection and Startup Time" mask="0xF"/>
</register>
<register key="xoscfail" name="XOSCFAIL" description="Oscillator Failure Detection Register" offset="0x3" size="1">
<bit-field key="pllfdif" name="PLLFDIF" description="PLL Failure Detection Interrupt Flag" mask="0x8"/>