25434 lines
986 KiB
XML
25434 lines
986 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||
<!--
|
||
Copyright (c) 2022 STMicroelectronics.
|
||
|
||
SPDX-License-Identifier: Apache-2.0
|
||
|
||
Licensed under the Apache License, Version 2.0 (the "License");
|
||
you may not use this file except in compliance with the License.
|
||
You may obtain a copy of the License at
|
||
|
||
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
||
Unless required by applicable law or agreed to in writing, software
|
||
distributed under the License is distributed on an "AS IS" BASIS,
|
||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
See the License for the specific language governing permissions and
|
||
limitations under the License.
|
||
-->
|
||
<device schemaVersion="1.1"
|
||
xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"
|
||
xs:noNamespaceSchemaLocation="CMSIS-SVD_Schema_1_1.xsd">
|
||
<name>STM32G030</name>
|
||
<version>1.3</version>
|
||
<description>STM32G030</description>
|
||
<cpu>
|
||
<name>CM0</name>
|
||
<revision>r0p1</revision>
|
||
<endian>little</endian>
|
||
<mpuPresent>true</mpuPresent>
|
||
<fpuPresent>false</fpuPresent>
|
||
<nvicPrioBits>4</nvicPrioBits>
|
||
<vendorSystickConfig>false</vendorSystickConfig>
|
||
</cpu>
|
||
<addressUnitBits>8</addressUnitBits>
|
||
<width>32</width>
|
||
<size>0x20</size>
|
||
<resetValue>0x0</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<peripherals>
|
||
<peripheral>
|
||
<name>ADC</name>
|
||
<description>Analog to Digital ConverteR</description>
|
||
<groupName>ADC</groupName>
|
||
<baseAddress>0x40012400</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>ADC</name>
|
||
<description>ADC interrupt (ADC combined with EXTI 17 and 18)</description>
|
||
<value>12</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>ADC_ISR</name>
|
||
<displayName>ADC_ISR</displayName>
|
||
<description>ADC interrupt and status register</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>ADRDY</name>
|
||
<description>ADC ready
|
||
This bit is set by hardware after the ADC has been enabled (ADEN=1) and when the ADC reaches a state where it is ready to accept conversion requests.
|
||
It is cleared by software writing 1 to it.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC not yet ready to start conversion (or the flag event was already acknowledged and cleared by software)</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC is ready to start conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>EOSMP</name>
|
||
<description>End of sampling flag
|
||
This bit is set by hardware during the conversion, at the end of the sampling phase.It is cleared by software by programming it to '1â.</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Not at the end of the sampling phase (or the flag event was already acknowledged and cleared by software)</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>End of sampling phase reached</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>EOC</name>
|
||
<description>End of conversion flag
|
||
This bit is set by hardware at the end of each conversion of a channel when a new data result is available in the ADC_DR register. It is cleared by software writing 1 to it or by reading the ADC_DR register.</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Channel conversion not complete (or the flag event was already acknowledged and cleared by software)</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Channel conversion complete</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>EOS</name>
|
||
<description>End of sequence flag
|
||
This bit is set by hardware at the end of the conversion of a sequence of channels selected by the CHSEL bits. It is cleared by software writing 1 to it.</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Conversion sequence not complete (or the flag event was already acknowledged and cleared by software)</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Conversion sequence complete</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>OVR</name>
|
||
<description>ADC overrun
|
||
This bit is set by hardware when an overrun occurs, meaning that a new conversion has complete while the EOC flag was already set. It is cleared by software writing 1 to it.</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No overrun occurred (or the flag event was already acknowledged and cleared by software)</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Overrun has occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD1</name>
|
||
<description>Analog watchdog 1 flag
|
||
This bit is set by hardware when the converted voltage crosses the values programmed in ADC_TR1 and ADC_HR1 registers. It is cleared by software by programming it to 1.</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No analog watchdog event occurred (or the flag event was already acknowledged and cleared by software)</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Analog watchdog event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2</name>
|
||
<description>Analog watchdog 2 flag
|
||
This bit is set by hardware when the converted voltage crosses the values programmed in ADC_AWD2TR and ADC_AWD2TR registers. It is cleared by software programming it it.</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No analog watchdog event occurred (or the flag event was already acknowledged and cleared by software)</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Analog watchdog event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3</name>
|
||
<description>Analog watchdog 3 flag
|
||
This bit is set by hardware when the converted voltage crosses the values programmed in ADC_AWD3TR and ADC_AWD3TR registers. It is cleared by software by programming it to 1.</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No analog watchdog event occurred (or the flag event was already acknowledged and cleared by software)</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Analog watchdog event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>EOCAL</name>
|
||
<description>End Of Calibration flag
|
||
This bit is set by hardware when calibration is complete. It is cleared by software writing 1 to it.</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Calibration is not complete</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Calibration is complete</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CCRDY</name>
|
||
<description>Channel Configuration Ready flag
|
||
This flag bit is set by hardware when the channel configuration is applied after programming to ADC_CHSELR register or changing CHSELRMOD or SCANDIR. It is cleared by software by programming it to it.
|
||
Note: When the software configures the channels (by programming ADC_CHSELR or changing CHSELRMOD or SCANDIR), it must wait until the CCRDY flag rises before configuring again or starting conversions, otherwise the new configuration (or the START bit) is ignored. Once the flag is asserted, if the software needs to configure again the channels, it must clear the CCRDY flag before proceeding with a new configuration.</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Channel configuration update not applied. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Channel configuration update is applied.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ADC_IER</name>
|
||
<displayName>ADC_IER</displayName>
|
||
<description>ADC interrupt enable register </description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>ADRDYIE</name>
|
||
<description>ADC ready interrupt enable
|
||
This bit is set and cleared by software to enable/disable the ADC Ready interrupt.
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADRDY interrupt disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADRDY interrupt enabled. An interrupt is generated when the ADRDY bit is set.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>EOSMPIE</name>
|
||
<description>End of sampling flag interrupt enable
|
||
This bit is set and cleared by software to enable/disable the end of the sampling phase interrupt.
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>EOSMP interrupt disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>EOSMP interrupt enabled. An interrupt is generated when the EOSMP bit is set.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>EOCIE</name>
|
||
<description>End of conversion interrupt enable
|
||
This bit is set and cleared by software to enable/disable the end of conversion interrupt.
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>EOC interrupt disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>EOC interrupt enabled. An interrupt is generated when the EOC bit is set.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>EOSIE</name>
|
||
<description>End of conversion sequence interrupt enable
|
||
This bit is set and cleared by software to enable/disable the end of sequence of conversions interrupt.
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>EOS interrupt disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>EOS interrupt enabled. An interrupt is generated when the EOS bit is set.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>OVRIE</name>
|
||
<description>Overrun interrupt enable
|
||
This bit is set and cleared by software to enable/disable the overrun interrupt.
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Overrun interrupt disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Overrun interrupt enabled. An interrupt is generated when the OVR bit is set.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD1IE</name>
|
||
<description>Analog watchdog 1 interrupt enable
|
||
This bit is set and cleared by software to enable/disable the analog watchdog interrupt.
|
||
Note: The Software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Analog watchdog interrupt disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Analog watchdog interrupt enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2IE</name>
|
||
<description>Analog watchdog 2 interrupt enable
|
||
This bit is set and cleared by software to enable/disable the analog watchdog interrupt.
|
||
Note: The Software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Analog watchdog interrupt disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Analog watchdog interrupt enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3IE</name>
|
||
<description>Analog watchdog 3 interrupt enable
|
||
This bit is set and cleared by software to enable/disable the analog watchdog interrupt.
|
||
Note: The Software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Analog watchdog interrupt disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Analog watchdog interrupt enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>EOCALIE</name>
|
||
<description>End of calibration interrupt enable
|
||
This bit is set and cleared by software to enable/disable the end of calibration interrupt.
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>End of calibration interrupt disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>End of calibration interrupt enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CCRDYIE</name>
|
||
<description>Channel Configuration Ready Interrupt enable
|
||
This bit is set and cleared by software to enable/disable the channel configuration ready interrupt.
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Channel configuration ready interrupt disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Channel configuration ready interrupt enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ADC_CR</name>
|
||
<displayName>ADC_CR</displayName>
|
||
<description>ADC control register</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>ADEN</name>
|
||
<description>ADC enable command
|
||
This bit is set by software to enable the ADC. The ADC is effectively ready to operate once the ADRDY flag has been set.
|
||
It is cleared by hardware when the ADC is disabled, after the execution of the ADDIS command.
|
||
Note: The software is allowed to set ADEN only when all bits of ADC_CR registers are 0 (ADCAL=0, ADSTP=0, ADSTART=0, ADDIS=0 and ADEN=0)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC is disabled (OFF state)</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Write 1 to enable the ADC.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ADDIS</name>
|
||
<description>ADC disable command
|
||
This bit is set by software to disable the ADC (ADDIS command) and put it into power-down state (OFF state).
|
||
It is cleared by hardware once the ADC is effectively disabled (ADEN is also cleared by hardware at this time).
|
||
Note: Setting ADDIS to '1â is only effective when ADEN=1 and ADSTART=0 (which ensures that no conversion is ongoing)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No ADDIS command ongoing</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Write 1 to disable the ADC. Read 1 means that an ADDIS command is in progress. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ADSTART</name>
|
||
<description>ADC start conversion command
|
||
This bit is set by software to start ADC conversion. Depending on the EXTEN [1:0] configuration bits, a conversion either starts immediately (software trigger configuration) or once a hardware trigger event occurs (hardware trigger configuration).
|
||
It is cleared by hardware:
|
||
In single conversion mode (CONT=0, DISCEN=0), when software trigger is selected (EXTEN=00): at the assertion of the end of Conversion Sequence (EOS) flag.
|
||
In discontinuous conversion mode(CONT=0, DISCEN=1), when the software trigger is selected (EXTEN=00): at the assertion of the end of Conversion (EOC) flag.
|
||
In all other cases: after the execution of the ADSTP command, at the same time as the ADSTP bit is cleared by hardware.
|
||
Note: The software is allowed to set ADSTART only when ADEN=1 and ADDIS=0 (ADC is enabled and there is no pending request to disable the ADC).
|
||
After writing to ADC_CHSELR register or changing CHSELRMOD or SCANDIRW, it is mandatory to wait until CCRDY flag is asserted before setting ADSTART, otherwise, the value written to ADSTART is ignored.</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No ADC conversion is ongoing.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Write 1 to start the ADC. Read 1 means that the ADC is operating and may be converting.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ADSTP</name>
|
||
<description>ADC stop conversion command
|
||
This bit is set by software to stop and discard an ongoing conversion (ADSTP Command).
|
||
It is cleared by hardware when the conversion is effectively discarded and the ADC is ready to accept a new start conversion command.
|
||
Note: Setting ADSTP to '1â is only effective when ADSTART=1 and ADDIS=0 (ADC is enabled and may be converting and there is no pending request to disable the ADC)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No ADC stop conversion command ongoing</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Write 1 to stop the ADC. Read 1 means that an ADSTP command is in progress.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ADVREGEN</name>
|
||
<description>ADC Voltage Regulator Enable
|
||
This bit is set by software, to enable the ADC internal voltage regulator. The voltage regulator output is available after tADCVREG_SETUP.
|
||
It is cleared by software to disable the voltage regulator. It can be cleared only if ADEN is et to 0.
|
||
Note: The software is allowed to program this bit field only when the ADC is disabled (ADCAL=0, ADSTART=0, ADSTP=0, ADDIS=0 and ADEN=0).</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC voltage regulator disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC voltage regulator enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ADCAL</name>
|
||
<description>ADC calibration
|
||
This bit is set by software to start the calibration of the ADC.
|
||
It is cleared by hardware after calibration is complete.
|
||
Note: The software is allowed to set ADCAL only when the ADC is disabled (ADCAL=0, ADSTART=0, ADSTP=0, ADDIS=0 and ADEN=0).
|
||
The software is allowed to update the calibration factor by writing ADC_CALFACT only when ADEN=1 and ADSTART=0 (ADC enabled and no conversion is ongoing).</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Calibration complete</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Write 1 to calibrate the ADC. Read at 1 means that a calibration is in progress.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ADC_CFGR1</name>
|
||
<displayName>ADC_CFGR1</displayName>
|
||
<description>ADC configuration register 1</description>
|
||
<addressOffset>0xc</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>DMAEN</name>
|
||
<description>Direct memory access enable
|
||
This bit is set and cleared by software to enable the generation of DMA requests. This allows the DMA controller to be used to manage automatically the converted data. For more details, refer to .
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>DMA disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>DMA enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>DMACFG</name>
|
||
<description>Direct memory access configuration
|
||
This bit is set and cleared by software to select between two DMA modes of operation and is effective only when DMAEN=1.
|
||
For more details, refer to page351
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>DMA one shot mode selected</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>DMA circular mode selected</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SCANDIR</name>
|
||
<description>Scan sequence direction
|
||
This bit is set and cleared by software to select the direction in which the channels is scanned in the sequence. It is effective only if CHSELMOD bit is cleared to 0.
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Upward scan (from CHSEL0 to CHSEL18)</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Backward scan (from CHSEL18 to CHSEL0)</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>RES</name>
|
||
<description>Data resolution
|
||
These bits are written by software to select the resolution of the conversion.
|
||
Note: The software is allowed to write these bits only when ADEN=0.</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>12 bits</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>10 bits</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>8 bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>6 bits</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ALIGN</name>
|
||
<description>Data alignment
|
||
This bit is set and cleared by software to select right or left alignment. Refer to Data alignment and resolution (oversampling disabled: OVSE = 0) on page349
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Right alignment</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Left alignment</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>EXTSEL</name>
|
||
<description>External trigger selection
|
||
These bits select the external event used to trigger the start of conversion (refer to External triggers for details):
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>TRG0</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>TRG1</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>TRG2</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>TRG3</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x4</name>
|
||
<description>TRG4</description>
|
||
<value>0x4</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x5</name>
|
||
<description>TRG5</description>
|
||
<value>0x5</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x6</name>
|
||
<description>TRG6</description>
|
||
<value>0x6</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x7</name>
|
||
<description>TRG7</description>
|
||
<value>0x7</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>EXTEN</name>
|
||
<description>External trigger enable and polarity selection
|
||
These bits are set and cleared by software to select the external trigger polarity and enable the trigger.
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Hardware trigger detection disabled (conversions can be started by software)</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Hardware trigger detection on the rising edge</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>Hardware trigger detection on the falling edge</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>Hardware trigger detection on both the rising and falling edges</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>OVRMOD</name>
|
||
<description>Overrun management mode
|
||
This bit is set and cleared by software and configure the way data overruns are managed.
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC_DR register is preserved with the old data when an overrun is detected. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC_DR register is overwritten with the last conversion result when an overrun is detected.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CONT</name>
|
||
<description>Single / continuous conversion mode
|
||
This bit is set and cleared by software. If it is set, conversion takes place continuously until it is cleared.
|
||
Note: It is not possible to have both discontinuous mode and continuous mode enabled: it is forbidden to set both bits DISCEN=1 and CONT=1.
|
||
The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Single conversion mode</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Continuous conversion mode</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>WAIT</name>
|
||
<description>Wait conversion mode
|
||
This bit is set and cleared by software to enable/disable wait conversion mode..
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Wait conversion mode off</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Wait conversion mode on</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AUTOFF</name>
|
||
<description>Auto-off mode
|
||
This bit is set and cleared by software to enable/disable auto-off mode..
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Auto-off mode disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Auto-off mode enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>DISCEN</name>
|
||
<description>Discontinuous mode
|
||
This bit is set and cleared by software to enable/disable discontinuous mode.
|
||
Note: It is not possible to have both discontinuous mode and continuous mode enabled: it is forbidden to set both bits DISCEN=1 and CONT=1.
|
||
The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Discontinuous mode disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Discontinuous mode enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSELRMOD</name>
|
||
<description>Mode selection of the ADC_CHSELR register
|
||
This bit is set and cleared by software to control the ADC_CHSELR feature:
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Each bit of the ADC_CHSELR register enables an input </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC_CHSELR register is able to sequence up to 8 channels</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD1SGL</name>
|
||
<description>Enable the watchdog on a single channel or on all channels
|
||
This bit is set and cleared by software to enable the analog watchdog on the channel identified by the AWDCH[4:0] bits or on all the channels
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Analog watchdog 1 enabled on all channels</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Analog watchdog 1 enabled on a single channel</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD1EN</name>
|
||
<description>Analog watchdog enable
|
||
This bit is set and cleared by software.
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Analog watchdog 1 disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Analog watchdog 1 enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD1CH</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They select the input channel to be guarded by the analog watchdog.
|
||
.....
|
||
Others: Reserved
|
||
Note: The channel selected by the AWDCH[4:0] bits must be also set into the CHSELR register.
|
||
The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog input Channel 0 monitored by AWD</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog input Channel 1 monitored by AWD</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x11</name>
|
||
<description>ADC analog input Channel 17 monitored by AWD</description>
|
||
<value>0x11</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x12</name>
|
||
<description>ADC analog input Channel 18 monitored by AWD</description>
|
||
<value>0x12</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ADC_CFGR2</name>
|
||
<displayName>ADC_CFGR2</displayName>
|
||
<description>ADC configuration register 2</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>OVSE</name>
|
||
<description>Oversampler Enable
|
||
This bit is set and cleared by software.
|
||
Note: Software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Oversampler disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Oversampler enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>OVSR</name>
|
||
<description>Oversampling ratio
|
||
This bit filed defines the number of oversampling ratio.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>2x</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>4x</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>8x</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>16x</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x4</name>
|
||
<description>32x</description>
|
||
<value>0x4</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x5</name>
|
||
<description>64x</description>
|
||
<value>0x5</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x6</name>
|
||
<description>128x</description>
|
||
<value>0x6</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x7</name>
|
||
<description>256x</description>
|
||
<value>0x7</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>OVSS</name>
|
||
<description>Oversampling shift
|
||
This bit is set and cleared by software.
|
||
Others: Reserved
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No shift</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Shift 1-bit</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>Shift 2-bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>Shift 3-bits</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x4</name>
|
||
<description>Shift 4-bits</description>
|
||
<value>0x4</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x5</name>
|
||
<description>Shift 5-bits</description>
|
||
<value>0x5</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x6</name>
|
||
<description>Shift 6-bits</description>
|
||
<value>0x6</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x7</name>
|
||
<description>Shift 7-bits</description>
|
||
<value>0x7</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x8</name>
|
||
<description>Shift 8-bits</description>
|
||
<value>0x8</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TOVS</name>
|
||
<description>Triggered Oversampling
|
||
This bit is set and cleared by software.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>All oversampled conversions for a channel are done consecutively after a trigger</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Each oversampled conversion for a channel needs a trigger</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>LFTRIG</name>
|
||
<description>Low frequency trigger mode enable
|
||
This bit is set and cleared by software.
|
||
Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).</description>
|
||
<bitOffset>29</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Low Frequency Trigger Mode disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Low Frequency Trigger Mode enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CKMODE</name>
|
||
<description>ADC clock mode
|
||
These bits are set and cleared by software to define how the analog ADC is clocked:
|
||
In all synchronous clock modes, there is no jitter in the delay from a timer trigger to the start of a conversion.
|
||
Note: The software is allowed to write these bits only when the ADC is disabled (ADCAL=0, ADSTART=0, ADSTP=0, ADDIS=0 and ADEN=0).</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADCCLK (Asynchronous clock mode), generated at product level (refer to RCC section)</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>PCLK/2 (Synchronous clock mode)</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>PCLK/4 (Synchronous clock mode)</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>PCLK (Synchronous clock mode). This configuration must be enabled only if PCLK has a 50% duty clock cycle (APB prescaler configured inside the RCC must be bypassed and the system clock must by 50% duty cycle)</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ADC_SMPR</name>
|
||
<displayName>ADC_SMPR</displayName>
|
||
<description>ADC sampling time register</description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>SMP1</name>
|
||
<description>Sampling time selection 1
|
||
These bits are written by software to select the sampling time that applies to all channels.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>1.5 ADC clock cycles </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>3.5 ADC clock cycles </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>7.5 ADC clock cycles </description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>12.5 ADC clock cycles </description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x4</name>
|
||
<description>19.5 ADC clock cycles </description>
|
||
<value>0x4</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x5</name>
|
||
<description>39.5 ADC clock cycles </description>
|
||
<value>0x5</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x6</name>
|
||
<description>79.5 ADC clock cycles </description>
|
||
<value>0x6</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x7</name>
|
||
<description>160.5 ADC clock cycles </description>
|
||
<value>0x7</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMP2</name>
|
||
<description>Sampling time selection 2
|
||
These bits are written by software to select the sampling time that applies to all channels.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>1.5 ADC clock cycles </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>3.5 ADC clock cycles </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>7.5 ADC clock cycles </description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>12.5 ADC clock cycles </description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x4</name>
|
||
<description>19.5 ADC clock cycles </description>
|
||
<value>0x4</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x5</name>
|
||
<description>39.5 ADC clock cycles </description>
|
||
<value>0x5</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x6</name>
|
||
<description>79.5 ADC clock cycles </description>
|
||
<value>0x6</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x7</name>
|
||
<description>160.5 ADC clock cycles </description>
|
||
<value>0x7</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL0</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL1</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL2</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL3</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL4</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL5</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL6</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL7</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL8</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL9</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL10</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL11</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL12</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL13</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL14</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL15</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL16</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL17</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SMPSEL18</name>
|
||
<description>Channel-x sampling time selection
|
||
These bits are written by software to define which sampling time is used.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP1[2:0] register. </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Sampling time of CHANNELx use the setting of SMP2[2:0] register. </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ADC_AWD1TR</name>
|
||
<displayName>ADC_AWD1TR</displayName>
|
||
<description>ADC watchdog threshold register</description>
|
||
<addressOffset>0x20</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x0FFF0000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>LT1</name>
|
||
<description>Analog watchdog 1 lower threshold
|
||
These bits are written by software to define the lower threshold for the analog watchdog.
|
||
Refer to ADC_AWDxTR) on page355.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>12</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>HT1</name>
|
||
<description>Analog watchdog 1 higher threshold
|
||
These bits are written by software to define the higher threshold for the analog watchdog.
|
||
Refer to ADC_AWDxTR) on page355.</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>12</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ADC_AWD2TR</name>
|
||
<displayName>ADC_AWD2TR</displayName>
|
||
<description>ADC watchdog threshold register</description>
|
||
<addressOffset>0x24</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x0FFF0000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>LT2</name>
|
||
<description>Analog watchdog 2 lower threshold
|
||
These bits are written by software to define the lower threshold for the analog watchdog.
|
||
Refer to ADC_AWDxTR) on page355.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>12</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>HT2</name>
|
||
<description>Analog watchdog 2 higher threshold
|
||
These bits are written by software to define the higher threshold for the analog watchdog.
|
||
Refer to ADC_AWDxTR) on page355.</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>12</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ADC_CHSELR_0</name>
|
||
<displayName>ADC_CHSELR_0</displayName>
|
||
<description>ADC channel selection register [alternate] </description>
|
||
<addressOffset>0x28</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>CHSEL0</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL1</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL2</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL3</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL4</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL5</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL6</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL7</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL8</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL9</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL10</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL11</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL12</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL13</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL14</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL15</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL16</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL17</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CHSEL18</name>
|
||
<description>Channel-x selection
|
||
These bits are written by software and define which channels are part of the sequence of channels to be converted. Refer to for ADC inputs connected to external channels and internal sources.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).
|
||
If CCRDY is not yet asserted after channel configuration (writing ADC_CHSELR register or changing CHSELRMOD or SCANDIR), the value written to this bit is ignored.</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Input Channel-x is not selected for conversion</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Input Channel-x is selected for conversion</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ADC_CHSELR_1</name>
|
||
<displayName>ADC_CHSELR_1</displayName>
|
||
<description>channel selection register CHSELRMOD = 1 in
|
||
ADC_CFGR1</description>
|
||
<alternateRegister>ADC_CHSELR_0</alternateRegister>
|
||
<addressOffset>0x28</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>SQ1</name>
|
||
<description>1st conversion of the sequence
|
||
These bits are programmed by software with the channel number (0...14) assigned to the 8th conversion of the sequence. 0b1111 indicates end of the sequence.
|
||
When 0b1111 (end of sequence) is programmed to the lower sequence channels, these bits are ignored.
|
||
Refer to SQ8[3:0] for a definition of channel selection.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>SQ2</name>
|
||
<description>2nd conversion of the sequence
|
||
These bits are programmed by software with the channel number (0...14) assigned to the 8th conversion of the sequence. 0b1111 indicates end of the sequence.
|
||
When 0b1111 (end of sequence) is programmed to the lower sequence channels, these bits are ignored.
|
||
Refer to SQ8[3:0] for a definition of channel selection.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>SQ3</name>
|
||
<description>3rd conversion of the sequence
|
||
These bits are programmed by software with the channel number (0...14) assigned to the 8th conversion of the sequence. 0b1111 indicates end of the sequence.
|
||
When 0b1111 (end of sequence) is programmed to the lower sequence channels, these bits are ignored.
|
||
Refer to SQ8[3:0] for a definition of channel selection.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>SQ4</name>
|
||
<description>4th conversion of the sequence
|
||
These bits are programmed by software with the channel number (0...14) assigned to the 8th conversion of the sequence. 0b1111 indicates end of the sequence.
|
||
When 0b1111 (end of sequence) is programmed to the lower sequence channels, these bits are ignored.
|
||
Refer to SQ8[3:0] for a definition of channel selection.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>SQ5</name>
|
||
<description>5th conversion of the sequence
|
||
These bits are programmed by software with the channel number (0...14) assigned to the 8th conversion of the sequence. 0b1111 indicates end of the sequence.
|
||
When 0b1111 (end of sequence) is programmed to the lower sequence channels, these bits are ignored.
|
||
Refer to SQ8[3:0] for a definition of channel selection.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>SQ6</name>
|
||
<description>6th conversion of the sequence
|
||
These bits are programmed by software with the channel number (0...14) assigned to the 8th conversion of the sequence. 0b1111 indicates end of the sequence.
|
||
When 0b1111 (end of sequence) is programmed to the lower sequence channels, these bits are ignored.
|
||
Refer to SQ8[3:0] for a definition of channel selection.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>SQ7</name>
|
||
<description>7th conversion of the sequence
|
||
These bits are programmed by software with the channel number (0...14) assigned to the 8th conversion of the sequence. 0b1111 indicates end of the sequence.
|
||
When 0b1111 (end of sequence) is programmed to the lower sequence channels, these bits are ignored.
|
||
Refer to SQ8[3:0] for a definition of channel selection.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>SQ8</name>
|
||
<description>8th conversion of the sequence
|
||
These bits are programmed by software with the channel number (0...14) assigned to the 8th conversion of the sequence. 0b1111 indicates the end of the sequence.
|
||
When 0b1111 (end of sequence) is programmed to the lower sequence channels, these bits are ignored.
|
||
...
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>CH0 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>CH1</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0xC</name>
|
||
<description>CH12</description>
|
||
<value>0xC</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0xD</name>
|
||
<description>CH13</description>
|
||
<value>0xD</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0xE</name>
|
||
<description>CH14</description>
|
||
<value>0xE</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0xF</name>
|
||
<description>No channel selected (End of sequence)</description>
|
||
<value>0xF</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ADC_AWD3TR</name>
|
||
<displayName>ADC_AWD3TR</displayName>
|
||
<description>ADC watchdog threshold register</description>
|
||
<addressOffset>0x2c</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x0FFF0000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>LT3</name>
|
||
<description>Analog watchdog 3lower threshold
|
||
These bits are written by software to define the lower threshold for the analog watchdog.
|
||
Refer to ADC_AWDxTR) on page355.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>12</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>HT3</name>
|
||
<description>Analog watchdog 3 higher threshold
|
||
These bits are written by software to define the higher threshold for the analog watchdog.
|
||
Refer to ADC_AWDxTR) on page355.</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>12</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ADC_DR</name>
|
||
<displayName>ADC_DR</displayName>
|
||
<description>ADC data register</description>
|
||
<addressOffset>0x40</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>DATA</name>
|
||
<description>Converted data
|
||
These bits are read-only. They contain the conversion result from the last converted channel. The data are left- or right-aligned as shown in OVSE = 0) on page349.
|
||
Just after a calibration is complete, DATA[6:0] contains the calibration factor.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ADC_AWD2CR</name>
|
||
<displayName>ADC_AWD2CR</displayName>
|
||
<description>ADC Analog Watchdog 2 Configuration register</description>
|
||
<addressOffset>0xa0</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>AWD2CH0</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH1</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH2</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH3</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH4</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH5</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH6</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH7</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH8</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH9</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH10</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH11</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH12</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH13</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH14</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH15</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH16</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH17</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD2CH18</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 2 (AWD2).
|
||
Note: The channels selected through ADC_AWD2CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD2 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD2 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ADC_AWD3CR</name>
|
||
<displayName>ADC_AWD3CR</displayName>
|
||
<description>ADC Analog Watchdog 3 Configuration register</description>
|
||
<addressOffset>0xa4</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>AWD3CH0</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH1</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH2</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH3</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH4</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH5</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH6</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH7</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH8</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH9</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH10</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH11</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH12</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH13</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH14</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH15</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH16</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH17</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>AWD3CH18</name>
|
||
<description>Analog watchdog channel selection
|
||
These bits are set and cleared by software. They enable and select the input channels to be guarded by analog watchdog 3 (AWD3).
|
||
Note: The channels selected through ADC_AWD3CR must be also configured into the ADC_CHSELR registers. Refer to SQ8[3:0] for a definition of channel selection. The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>ADC analog channel-x is not monitored by AWD3 </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>ADC analog channel-x is monitored by AWD3 </description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ADC_CALFACT</name>
|
||
<displayName>ADC_CALFACT</displayName>
|
||
<description>ADC Calibration factor</description>
|
||
<addressOffset>0xb4</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>CALFACT</name>
|
||
<description>Calibration factor
|
||
These bits are written by hardware or by software.
|
||
Once a calibration is complete,they are updated by hardware with the calibration factors.
|
||
Software can write these bits with a new calibration factor. If the new calibration factor is different from the current one stored into the analog ADC, it is then applied once a new calibration is launched.
|
||
Just after a calibration is complete, DATA[6:0] contains the calibration factor.
|
||
Note: Software can write these bits only when ADEN=1 (ADC is enabled and no calibration is ongoing and no conversion is ongoing). Refer to SQ8[3:0] for a definition of channel selection.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ADC_CCR</name>
|
||
<displayName>ADC_CCR</displayName>
|
||
<description>ADC common configuration register</description>
|
||
<addressOffset>0x308</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>PRESC</name>
|
||
<description>ADC prescaler
|
||
Set and cleared by software to select the frequency of the clock to the ADC.
|
||
Other: Reserved
|
||
Note: Software is allowed to write these bits only when the ADC is disabled (ADCAL=0, ADSTART=0, ADSTP=0, ADDIS=0 and ADEN=0).</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>input ADC clock not divided</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>input ADC clock divided by 2</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>input ADC clock divided by 4</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>input ADC clock divided by 6</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x4</name>
|
||
<description>input ADC clock divided by 8</description>
|
||
<value>0x4</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x5</name>
|
||
<description>input ADC clock divided by 10</description>
|
||
<value>0x5</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x6</name>
|
||
<description>input ADC clock divided by 12</description>
|
||
<value>0x6</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x7</name>
|
||
<description>input ADC clock divided by 16</description>
|
||
<value>0x7</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x8</name>
|
||
<description>input ADC clock divided by 32</description>
|
||
<value>0x8</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x9</name>
|
||
<description>input ADC clock divided by 64</description>
|
||
<value>0x9</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0xA</name>
|
||
<description>input ADC clock divided by 128</description>
|
||
<value>0xA</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0xB</name>
|
||
<description>input ADC clock divided by 256</description>
|
||
<value>0xB</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>VREFEN</name>
|
||
<description>VREFINT enable
|
||
This bit is set and cleared by software to enable/disable the VREFINT.
|
||
Note: Software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>VREFINT disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>VREFINT enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TSEN</name>
|
||
<description>Temperature sensor enable
|
||
This bit is set and cleared by software to enable/disable the temperature sensor.
|
||
Note: Software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing).</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Temperature sensor disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Temperature sensor enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>VBATEN</name>
|
||
<description>VBAT enable
|
||
This bit is set and cleared by software to enable/disable the VBAT channel.
|
||
Note: The software is allowed to write this bit only when ADSTART=0 (which ensures that no conversion is ongoing)</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>VBAT channel disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>VBAT channel enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>IWDG</name>
|
||
<description>Independent watchdog</description>
|
||
<groupName>IWDG</groupName>
|
||
<baseAddress>0x40003000</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<registers>
|
||
<register>
|
||
<name>KR</name>
|
||
<displayName>KR</displayName>
|
||
<description>Key register</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>KEY</name>
|
||
<description>Key value (write only, read
|
||
0x0000)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PR</name>
|
||
<displayName>PR</displayName>
|
||
<description>Prescaler register</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PR</name>
|
||
<description>Prescaler divider</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RLR</name>
|
||
<displayName>RLR</displayName>
|
||
<description>Reload register</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000FFF</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>RL</name>
|
||
<description>Watchdog counter reload
|
||
value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>12</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>SR</name>
|
||
<displayName>SR</displayName>
|
||
<description>Status register</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>WVU</name>
|
||
<description>Watchdog counter window value
|
||
update</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RVU</name>
|
||
<description>Watchdog counter reload value
|
||
update</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PVU</name>
|
||
<description>Watchdog prescaler value
|
||
update</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>WINR</name>
|
||
<displayName>WINR</displayName>
|
||
<description>Window register</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000FFF</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>WIN</name>
|
||
<description>Watchdog counter window
|
||
value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>12</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>WWDG</name>
|
||
<description>System window watchdog</description>
|
||
<groupName>WWDG</groupName>
|
||
<baseAddress>0x40002C00</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>WWDG</name>
|
||
<description>Window watchdog interrupt</description>
|
||
<value>0</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>CR</name>
|
||
<displayName>CR</displayName>
|
||
<description>Control register</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000007F</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>WDGA</name>
|
||
<description>Activation bit</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>T</name>
|
||
<description>7-bit counter (MSB to LSB)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CFR</name>
|
||
<displayName>CFR</displayName>
|
||
<description>Configuration register</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000007F</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>WDGTB</name>
|
||
<description>Timer base</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EWI</name>
|
||
<description>Early wakeup interrupt</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>W</name>
|
||
<description>7-bit window value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>SR</name>
|
||
<displayName>SR</displayName>
|
||
<description>Status register</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>EWIF</name>
|
||
<description>Early wakeup interrupt
|
||
flag</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>FLASH</name>
|
||
<description>Flash</description>
|
||
<groupName>Flash</groupName>
|
||
<baseAddress>0x40022000</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>FLASH</name>
|
||
<description>Flash global interrupt</description>
|
||
<value>3</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>ACR</name>
|
||
<displayName>ACR</displayName>
|
||
<description>Access control register</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000600</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>LATENCY</name>
|
||
<description>Latency</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PRFTEN</name>
|
||
<description>Prefetch enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ICEN</name>
|
||
<description>Instruction cache enable</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ICRST</name>
|
||
<description>Instruction cache reset</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EMPTY</name>
|
||
<description>Flash User area empty</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>KEYR</name>
|
||
<displayName>KEYR</displayName>
|
||
<description>Flash key register</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>KEYR</name>
|
||
<description>KEYR</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>OPTKEYR</name>
|
||
<displayName>OPTKEYR</displayName>
|
||
<description>Option byte key register</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>OPTKEYR</name>
|
||
<description>Option byte key</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>SR</name>
|
||
<displayName>SR</displayName>
|
||
<description>Status register</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>EOP</name>
|
||
<description>End of operation</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OPERR</name>
|
||
<description>Operation error</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PROGERR</name>
|
||
<description>Programming error</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WRPERR</name>
|
||
<description>Write protected error</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PGAERR</name>
|
||
<description>Programming alignment
|
||
error</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SIZERR</name>
|
||
<description>Size error</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PGSERR</name>
|
||
<description>Programming sequence error</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MISERR</name>
|
||
<description>Fast programming data miss
|
||
error</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FASTERR</name>
|
||
<description>Fast programming error</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OPTVERR</name>
|
||
<description>Option and Engineering bits loading
|
||
validity error</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BSY1</name>
|
||
<description>BSY1</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BSY2</name>
|
||
<description>BSY2</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CFGBSY</name>
|
||
<description>Programming or erase configuration
|
||
busy.</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CR</name>
|
||
<displayName>CR</displayName>
|
||
<description>Flash control register</description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0xC0000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PG</name>
|
||
<description>Programming</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PER</name>
|
||
<description>Page erase</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MER1</name>
|
||
<description>Mass erase</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PNB</name>
|
||
<description>Page number</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>10</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKER</name>
|
||
<description>BKER</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MER2</name>
|
||
<description>MER2</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>STRT</name>
|
||
<description>Start</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OPTSTRT</name>
|
||
<description>Options modification start</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FSTPG</name>
|
||
<description>Fast programming</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EOPIE</name>
|
||
<description>End of operation interrupt
|
||
enable</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ERRIE</name>
|
||
<description>Error interrupt enable</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OBL_LAUNCH</name>
|
||
<description>Force the option byte
|
||
loading</description>
|
||
<bitOffset>27</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OPTLOCK</name>
|
||
<description>Options Lock</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LOCK</name>
|
||
<description>FLASH_CR Lock</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ECCR</name>
|
||
<displayName>ECCR</displayName>
|
||
<description>Flash ECC register</description>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>ADDR_ECC</name>
|
||
<description>ECC fail address</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>14</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>SYSF_ECC</name>
|
||
<description>ECC fail for Corrected ECC Error or
|
||
Double ECC Error in info block</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ECCIE</name>
|
||
<description>ECC correction interrupt
|
||
enable</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>ECCC</name>
|
||
<description>ECC correction</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>ECCD</name>
|
||
<description>ECC detection</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>OPTR</name>
|
||
<displayName>OPTR</displayName>
|
||
<description>Flash option register</description>
|
||
<addressOffset>0x20</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0xF0000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>RDP</name>
|
||
<description>Read protection level</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>nRST_STOP</name>
|
||
<description>nRST_STOP</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>nRST_STDBY</name>
|
||
<description>nRST_STDBY</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDWG_SW</name>
|
||
<description>Independent watchdog
|
||
selection</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IWDG_STOP</name>
|
||
<description>Independent watchdog counter freeze in
|
||
Stop mode</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IWDG_STDBY</name>
|
||
<description>Independent watchdog counter freeze in
|
||
Standby mode</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WWDG_SW</name>
|
||
<description>Window watchdog selection</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>nSWAP_BANK</name>
|
||
<description>nSWAP_BANK</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DUAL_BANK</name>
|
||
<description>DUAL_BANK</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RAM_PARITY_CHECK</name>
|
||
<description>SRAM parity check control</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>nBOOT_SEL</name>
|
||
<description>nBOOT_SEL</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>nBOOT1</name>
|
||
<description>Boot configuration</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>nBOOT0</name>
|
||
<description>nBOOT0 option bit</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>WRP1AR</name>
|
||
<displayName>WRP1AR</displayName>
|
||
<description>Flash WRP area A address
|
||
register</description>
|
||
<addressOffset>0x2C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0xF0000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>WRP1A_STRT</name>
|
||
<description>WRP area A start offset</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WRP1A_END</name>
|
||
<description>WRP area A end offset</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>WRP1BR</name>
|
||
<displayName>WRP1BR</displayName>
|
||
<description>Flash WRP area B address
|
||
register</description>
|
||
<addressOffset>0x30</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0xF0000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>WRP1B_STRT</name>
|
||
<description>WRP area B start offset</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WRP1B_END</name>
|
||
<description>WRP area B end offset</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>WRP2AR</name>
|
||
<displayName>WRP2AR</displayName>
|
||
<description>FLASH WRP2 area A address register</description>
|
||
<addressOffset>0x4C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>WRP2A_STRT</name>
|
||
<description>WRP2A_STRT</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WRP2A_END</name>
|
||
<description>WRP2A_END</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>WRP2BR</name>
|
||
<displayName>WRP2BR</displayName>
|
||
<description>FLASH WRP2 area B address register</description>
|
||
<addressOffset>0x50</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>WRP2B_STRT</name>
|
||
<description>WRP2B_STRT</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WRP2B_END</name>
|
||
<description>WRP2B_END</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>RCC</name>
|
||
<description>Reset and clock control</description>
|
||
<groupName>RCC</groupName>
|
||
<baseAddress>0x40021000</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>RCC</name>
|
||
<description>RCC global interrupt</description>
|
||
<value>4</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>CR</name>
|
||
<displayName>CR</displayName>
|
||
<description>Clock control register</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000063</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>HSION</name>
|
||
<description>HSI16 clock enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>HSIKERON</name>
|
||
<description>HSI16 always enable for peripheral
|
||
kernels</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>HSIRDY</name>
|
||
<description>HSI16 clock ready flag</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>HSIDIV</name>
|
||
<description>HSI16 clock division
|
||
factor</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>HSEON</name>
|
||
<description>HSE clock enable</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>HSERDY</name>
|
||
<description>HSE clock ready flag</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>HSEBYP</name>
|
||
<description>HSE crystal oscillator
|
||
bypass</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CSSON</name>
|
||
<description>Clock security system
|
||
enable</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PLLON</name>
|
||
<description>PLL enable</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PLLRDY</name>
|
||
<description>PLL clock ready flag</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ICSCR</name>
|
||
<displayName>ICSCR</displayName>
|
||
<description>Internal clock sources calibration
|
||
register</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x10000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>HSICAL</name>
|
||
<description>HSI16 clock calibration</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>HSITRIM</name>
|
||
<description>HSI16 clock trimming</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CFGR</name>
|
||
<displayName>CFGR</displayName>
|
||
<description>Clock configuration register</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>MCOPRE</name>
|
||
<description>Microcontroller clock output
|
||
prescaler</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>MCOSEL</name>
|
||
<description>Microcontroller clock
|
||
output</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>MCO2PRE</name>
|
||
<description>MCO2PRE</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>MCO2SEL</name>
|
||
<description>MCO2SEL</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>PPRE</name>
|
||
<description>APB prescaler</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>HPRE</name>
|
||
<description>AHB prescaler</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>SWS</name>
|
||
<description>System clock switch status</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>SW</name>
|
||
<description>System clock switch</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PLLSYSCFGR</name>
|
||
<displayName>PLLSYSCFGR</displayName>
|
||
<description>PLL configuration register</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00001000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PLLSRC</name>
|
||
<description>PLL input clock source</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PLLM</name>
|
||
<description>Division factor M of the PLL input clock
|
||
divider</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PLLN</name>
|
||
<description>PLL frequency multiplication factor
|
||
N</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PLLPEN</name>
|
||
<description>PLLPCLK clock output
|
||
enable</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PLLP</name>
|
||
<description>PLL VCO division factor P for PLLPCLK
|
||
clock output</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PLLQEN</name>
|
||
<description>PLLQCLK clock output
|
||
enable</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PLLQ</name>
|
||
<description>PLL VCO division factor Q for PLLQCLK
|
||
clock output</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PLLREN</name>
|
||
<description>PLLRCLK clock output
|
||
enable</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PLLR</name>
|
||
<description>PLL VCO division factor R for PLLRCLK
|
||
clock output</description>
|
||
<bitOffset>29</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CIER</name>
|
||
<displayName>CIER</displayName>
|
||
<description>Clock interrupt enable
|
||
register</description>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>LSIRDYIE</name>
|
||
<description>LSI ready interrupt enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LSERDYIE</name>
|
||
<description>LSE ready interrupt enable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>HSIRDYIE</name>
|
||
<description>HSI ready interrupt enable</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>HSERDYIE</name>
|
||
<description>HSE ready interrupt enable</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PLLSYSRDYIE</name>
|
||
<description>PLL ready interrupt enable</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CIFR</name>
|
||
<displayName>CIFR</displayName>
|
||
<description>Clock interrupt flag register</description>
|
||
<addressOffset>0x1C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>LSIRDYF</name>
|
||
<description>LSI ready interrupt flag</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LSERDYF</name>
|
||
<description>LSE ready interrupt flag</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>HSIRDYF</name>
|
||
<description>HSI ready interrupt flag</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>HSERDYF</name>
|
||
<description>HSE ready interrupt flag</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PLLSYSRDYF</name>
|
||
<description>PLL ready interrupt flag</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CSSF</name>
|
||
<description>Clock security system interrupt
|
||
flag</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LSECSSF</name>
|
||
<description>LSE Clock security system interrupt
|
||
flag</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CICR</name>
|
||
<displayName>CICR</displayName>
|
||
<description>Clock interrupt clear register</description>
|
||
<addressOffset>0x20</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>LSIRDYC</name>
|
||
<description>LSI ready interrupt clear</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LSERDYC</name>
|
||
<description>LSE ready interrupt clear</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>HSIRDYC</name>
|
||
<description>HSI ready interrupt clear</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>HSERDYC</name>
|
||
<description>HSE ready interrupt clear</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PLLSYSRDYC</name>
|
||
<description>PLL ready interrupt clear</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CSSC</name>
|
||
<description>Clock security system interrupt
|
||
clear</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LSECSSC</name>
|
||
<description>LSE Clock security system interrupt
|
||
clear</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>IOPRSTR</name>
|
||
<displayName>IOPRSTR</displayName>
|
||
<description>I/O port reset register</description>
|
||
<addressOffset>0x24</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>GPIOARST</name>
|
||
<description>GPIOARST</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPIOBRST</name>
|
||
<description>GPIOBRST</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPIOCRST</name>
|
||
<description>GPIOCRST</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPIODRST</name>
|
||
<description>GPIODRST</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPIOERST</name>
|
||
<description>GPIOERST</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPIOFRST</name>
|
||
<description>GPIOFRST</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>AHBRSTR</name>
|
||
<displayName>AHBRSTR</displayName>
|
||
<description>AHB peripheral reset register</description>
|
||
<addressOffset>0x28</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMA1RST</name>
|
||
<description>DMA1 reset</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DMA2RST</name>
|
||
<description>DMA1 reset</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FLASHRST</name>
|
||
<description>FLITF reset</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CRCRST</name>
|
||
<description>CRC reset</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>APBRSTR1</name>
|
||
<displayName>APBRSTR1</displayName>
|
||
<description>APB peripheral reset register
|
||
1</description>
|
||
<addressOffset>0x2C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TIM3RST</name>
|
||
<description>TIM3 timer reset</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM4RST</name>
|
||
<description>TIM4 timer reset</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM6RST</name>
|
||
<description>TIM6 timer reset</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM7RST</name>
|
||
<description>TIM7 timer reset</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART5RST</name>
|
||
<description>USART5RST</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART6RST</name>
|
||
<description>USART6RST</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USBRST</name>
|
||
<description>USBRST</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPI2RST</name>
|
||
<description>SPI2 reset</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPI3RST</name>
|
||
<description>SPI3 reset</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART2RST</name>
|
||
<description>USART2 reset</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART3RST</name>
|
||
<description>USART3 reset</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART4RST</name>
|
||
<description>USART4 reset</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C1RST</name>
|
||
<description>I2C1 reset</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C2RST</name>
|
||
<description>I2C2 reset</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C3RST</name>
|
||
<description>I2C3RST reset</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBGRST</name>
|
||
<description>Debug support reset</description>
|
||
<bitOffset>27</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PWRRST</name>
|
||
<description>Power interface reset</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>APBRSTR2</name>
|
||
<displayName>APBRSTR2</displayName>
|
||
<description>APB peripheral reset register
|
||
2</description>
|
||
<addressOffset>0x30</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>SYSCFGRST</name>
|
||
<description>SYSCFG, COMP and VREFBUF
|
||
reset</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM1RST</name>
|
||
<description>TIM1 timer reset</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPI1RST</name>
|
||
<description>SPI1 reset</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART1RST</name>
|
||
<description>USART1 reset</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM14RST</name>
|
||
<description>TIM14 timer reset</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM15RST</name>
|
||
<description>TIM15 timer reset</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM16RST</name>
|
||
<description>TIM16 timer reset</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM17RST</name>
|
||
<description>TIM17 timer reset</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ADCRST</name>
|
||
<description>ADC reset</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>IOPENR</name>
|
||
<displayName>IOPENR</displayName>
|
||
<description>GPIO clock enable register</description>
|
||
<addressOffset>0x34</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>GPIOAEN</name>
|
||
<description>I/O port A clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPIOBEN</name>
|
||
<description>I/O port B clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPIOCEN</name>
|
||
<description>I/O port C clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPIODEN</name>
|
||
<description>I/O port D clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPIOEEN</name>
|
||
<description>I/O port E clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPIOFEN</name>
|
||
<description>I/O port F clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>AHBENR</name>
|
||
<displayName>AHBENR</displayName>
|
||
<description>AHB peripheral clock enable
|
||
register</description>
|
||
<addressOffset>0x38</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000100</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMA1EN</name>
|
||
<description>DMA1 clock enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DMA2EN</name>
|
||
<description>DMA2 clock enable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FLASHEN</name>
|
||
<description>Flash memory interface clock
|
||
enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CRCEN</name>
|
||
<description>CRC clock enable</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>APBENR1</name>
|
||
<displayName>APBENR1</displayName>
|
||
<description>APB peripheral clock enable register
|
||
1</description>
|
||
<addressOffset>0x3C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TIM3EN</name>
|
||
<description>TIM3 timer clock enable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM4EN</name>
|
||
<description>TIM4 timer clock enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM6EN</name>
|
||
<description>TIM6 timer clock enable</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM7EN</name>
|
||
<description>TIM7 timer clock enable</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART5EN</name>
|
||
<description>USART5EN</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART6EN</name>
|
||
<description>USART6EN</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RTCAPBEN</name>
|
||
<description>RTC APB clock enable</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WWDGEN</name>
|
||
<description>WWDG clock enable</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USBEN</name>
|
||
<description>USBEN</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPI2EN</name>
|
||
<description>SPI2 clock enable</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPI3EN</name>
|
||
<description>SPI3 clock enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART2EN</name>
|
||
<description>USART2 clock enable</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART3EN</name>
|
||
<description>USART3 clock enable</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART4EN</name>
|
||
<description>USART4 clock enable</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C1EN</name>
|
||
<description>I2C1 clock enable</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C2EN</name>
|
||
<description>I2C2 clock enable</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C3EN</name>
|
||
<description>I2C3 clock enable</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBGEN</name>
|
||
<description>Debug support clock enable</description>
|
||
<bitOffset>27</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PWREN</name>
|
||
<description>Power interface clock
|
||
enable</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>APBENR2</name>
|
||
<displayName>APBENR2</displayName>
|
||
<description>APB peripheral clock enable register
|
||
2</description>
|
||
<addressOffset>0x40</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>SYSCFGEN</name>
|
||
<description>SYSCFG, COMP and VREFBUF clock
|
||
enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM1EN</name>
|
||
<description>TIM1 timer clock enable</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPI1EN</name>
|
||
<description>SPI1 clock enable</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART1EN</name>
|
||
<description>USART1 clock enable</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM14EN</name>
|
||
<description>TIM14 timer clock enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM15EN</name>
|
||
<description>TIM15 timer clock enable</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM16EN</name>
|
||
<description>TIM16 timer clock enable</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM17EN</name>
|
||
<description>TIM16 timer clock enable</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ADCEN</name>
|
||
<description>ADC clock enable</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>IOPSMENR</name>
|
||
<displayName>IOPSMENR</displayName>
|
||
<description>GPIO in Sleep mode clock enable
|
||
register</description>
|
||
<addressOffset>0x44</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000003F</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>GPIOASMEN</name>
|
||
<description>I/O port A clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPIOBSMEN</name>
|
||
<description>I/O port B clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPIOCSMEN</name>
|
||
<description>I/O port C clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPIODSMEN</name>
|
||
<description>I/O port D clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPIOESMEN</name>
|
||
<description>I/O port E clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPIOFSMEN</name>
|
||
<description>I/O port F clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>AHBSMENR</name>
|
||
<displayName>AHBSMENR</displayName>
|
||
<description>AHB peripheral clock enable in Sleep mode
|
||
register</description>
|
||
<addressOffset>0x48</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00051303</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMA1SMEN</name>
|
||
<description>DMA1 clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DMA2SMEN</name>
|
||
<description>DMA2 clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FLASHSMEN</name>
|
||
<description>Flash memory interface clock enable
|
||
during Sleep mode</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SRAMSMEN</name>
|
||
<description>SRAM clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CRCSMEN</name>
|
||
<description>CRC clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>APBSMENR1</name>
|
||
<displayName>APBSMENR1</displayName>
|
||
<description>APB peripheral clock enable in Sleep mode
|
||
register 1</description>
|
||
<addressOffset>0x4C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0xFFFFFFB7</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TIM3SMEN</name>
|
||
<description>TIM3 timer clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM4SMEN</name>
|
||
<description>TIM4 timer clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM6SMEN</name>
|
||
<description>TIM6 timer clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM7SMEN</name>
|
||
<description>TIM7 timer clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART5SMEN</name>
|
||
<description>USART5 clock enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART6SMEN</name>
|
||
<description>USART6 clock enable</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RTCAPBSMEN</name>
|
||
<description>RTC APB clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WWDGSMEN</name>
|
||
<description>WWDG clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USBSMEN</name>
|
||
<description>USB clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPI2SMEN</name>
|
||
<description>SPI2 clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPI3SMEN</name>
|
||
<description>SPI3 clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART2SMEN</name>
|
||
<description>USART2 clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART3SMEN</name>
|
||
<description>USART3 clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART4SMEN</name>
|
||
<description>USART4 clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C1SMEN</name>
|
||
<description>I2C1 clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C2SMEN</name>
|
||
<description>I2C2 clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C3SMEN</name>
|
||
<description>I2C3 clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBGSMEN</name>
|
||
<description>Debug support clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>27</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PWRSMEN</name>
|
||
<description>Power interface clock enable during
|
||
Sleep mode</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>APBSMENR2</name>
|
||
<displayName>APBSMENR2</displayName>
|
||
<description>APB peripheral clock enable in Sleep mode
|
||
register 2</description>
|
||
<addressOffset>0x50</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0017D801</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>SYSCFGSMEN</name>
|
||
<description>SYSCFG, COMP and VREFBUF clock enable
|
||
during Sleep mode</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM1SMEN</name>
|
||
<description>TIM1 timer clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPI1SMEN</name>
|
||
<description>SPI1 clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART1SMEN</name>
|
||
<description>USART1 clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM14SMEN</name>
|
||
<description>TIM14 timer clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM15SMEN</name>
|
||
<description>TIM15 timer clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM16SMEN</name>
|
||
<description>TIM16 timer clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM17SMEN</name>
|
||
<description>TIM16 timer clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ADCSMEN</name>
|
||
<description>ADC clock enable during Sleep
|
||
mode</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCIPR</name>
|
||
<displayName>CCIPR</displayName>
|
||
<description>Peripherals independent clock configuration
|
||
register</description>
|
||
<addressOffset>0x54</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>USART1SEL</name>
|
||
<description>USART1 clock source
|
||
selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART2SEL</name>
|
||
<description>USART2 clock source
|
||
selection</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART3SEL</name>
|
||
<description>USART3 clock source
|
||
selection</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C1SEL</name>
|
||
<description>I2C1 clock source
|
||
selection</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2S2SEL</name>
|
||
<description>I2S1 clock source
|
||
selection</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM1SEL</name>
|
||
<description>TIM1 clock source
|
||
selection</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM15SEL</name>
|
||
<description>TIM15 clock source
|
||
selection</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ADCSEL</name>
|
||
<description>ADCs clock source
|
||
selection</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCIPR2</name>
|
||
<displayName>CCIPR2</displayName>
|
||
<description>Peripherals independent clock configuration register 2</description>
|
||
<addressOffset>0x58</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>I2S1SEL</name>
|
||
<description>2S1SEL</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2S2SEL</name>
|
||
<description>I2S2SEL</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USBSEL</name>
|
||
<description>USBSEL</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>BDCR</name>
|
||
<displayName>BDCR</displayName>
|
||
<description>RTC domain control register</description>
|
||
<addressOffset>0x5C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>LSEON</name>
|
||
<description>LSE oscillator enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LSERDY</name>
|
||
<description>LSE oscillator ready</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>LSEBYP</name>
|
||
<description>LSE oscillator bypass</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LSEDRV</name>
|
||
<description>LSE oscillator drive
|
||
capability</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LSECSSON</name>
|
||
<description>CSS on LSE enable</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LSECSSD</name>
|
||
<description>CSS on LSE failure
|
||
Detection</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>RTCSEL</name>
|
||
<description>RTC clock source selection</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RTCEN</name>
|
||
<description>RTC clock enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BDRST</name>
|
||
<description>RTC domain software reset</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LSCOEN</name>
|
||
<description>Low-speed clock output (LSCO)
|
||
enable</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LSCOSEL</name>
|
||
<description>Low-speed clock output
|
||
selection</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CSR</name>
|
||
<displayName>CSR</displayName>
|
||
<description>Control/status register</description>
|
||
<addressOffset>0x60</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>LSION</name>
|
||
<description>LSI oscillator enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LSIRDY</name>
|
||
<description>LSI oscillator ready</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>RMVF</name>
|
||
<description>Remove reset flags</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OBLRSTF</name>
|
||
<description>Option byte loader reset
|
||
flag</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>PINRSTF</name>
|
||
<description>Pin reset flag</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>PWRRSTF</name>
|
||
<description>BOR or POR/PDR flag</description>
|
||
<bitOffset>27</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>SFTRSTF</name>
|
||
<description>Software reset flag</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>IWDGRSTF</name>
|
||
<description>Independent window watchdog reset
|
||
flag</description>
|
||
<bitOffset>29</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>WWDGRSTF</name>
|
||
<description>Window watchdog reset flag</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>LPWRRSTF</name>
|
||
<description>Low-power reset flag</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>PWR</name>
|
||
<description>Power control</description>
|
||
<groupName>PWR</groupName>
|
||
<baseAddress>0x40007000</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<registers>
|
||
<register>
|
||
<name>CR1</name>
|
||
<displayName>CR1</displayName>
|
||
<description>Power control register 1</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000208</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>LPR</name>
|
||
<description>Low-power run</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>VOS</name>
|
||
<description>Voltage scaling range
|
||
selection</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBP</name>
|
||
<description>Disable backup domain write
|
||
protection</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPD_LPSLP</name>
|
||
<description>Flash memory powered down during
|
||
Low-power sleep mode</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPD_LPRUN</name>
|
||
<description>Flash memory powered down during
|
||
Low-power run mode</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPD_STOP</name>
|
||
<description>Flash memory powered down during Stop
|
||
mode</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LPMS</name>
|
||
<description>Low-power mode selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CR2</name>
|
||
<displayName>CR2</displayName>
|
||
<description>Power control register 2</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>USV</name>
|
||
<description>USV</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CR3</name>
|
||
<displayName>CR3</displayName>
|
||
<description>Power control register 3</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0X00008000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>EWUP1</name>
|
||
<description>Enable Wakeup pin WKUP1</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EWUP2</name>
|
||
<description>Enable Wakeup pin WKUP2</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EWUP3</name>
|
||
<description>Enable Wakeup pin WKUP3</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EWUP4</name>
|
||
<description>Enable Wakeup pin WKUP4</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EWUP5</name>
|
||
<description>Enable WKUP5 wakeup pin</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EWUP6</name>
|
||
<description>Enable WKUP6 wakeup pin</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>APC</name>
|
||
<description>Apply pull-up and pull-down
|
||
configuration</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EIWUL</name>
|
||
<description>Enable internal wakeup
|
||
line</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CR4</name>
|
||
<displayName>CR4</displayName>
|
||
<description>Power control register 4</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>WP1</name>
|
||
<description>Wakeup pin WKUP1 polarity</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WP2</name>
|
||
<description>Wakeup pin WKUP2 polarity</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WP3</name>
|
||
<description>Wakeup pin WKUP3 polarity</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WP4</name>
|
||
<description>Wakeup pin WKUP4 polarity</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WP5</name>
|
||
<description>Wakeup pin WKUP5 polarity</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WP6</name>
|
||
<description>WKUP6 wakeup pin polarity</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>VBE</name>
|
||
<description>VBAT battery charging
|
||
enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>VBRS</name>
|
||
<description>VBAT battery charging resistor
|
||
selection</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>SR1</name>
|
||
<displayName>SR1</displayName>
|
||
<description>Power status register 1</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>WUF1</name>
|
||
<description>Wakeup flag 1</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WUF2</name>
|
||
<description>Wakeup flag 2</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WUF3</name>
|
||
<description>Wakeup flag 3</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WUF4</name>
|
||
<description>Wakeup flag 4</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WUF5</name>
|
||
<description>Wakeup flag 5</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WUF6</name>
|
||
<description>Wakeup flag 6</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SBF</name>
|
||
<description>Standby flag</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WUFI</name>
|
||
<description>Wakeup flag internal</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>SR2</name>
|
||
<displayName>SR2</displayName>
|
||
<description>Power status register 2</description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>VOSF</name>
|
||
<description>Voltage scaling flag</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>REGLPF</name>
|
||
<description>Low-power regulator flag</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>REGLPS</name>
|
||
<description>Low-power regulator
|
||
started</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FLASH_RDY</name>
|
||
<description>Flash ready flag</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>SCR</name>
|
||
<displayName>SCR</displayName>
|
||
<description>Power status clear register</description>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CSBF</name>
|
||
<description>Clear standby flag</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CWUF6</name>
|
||
<description>Clear wakeup flag 6</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CWUF5</name>
|
||
<description>Clear wakeup flag 5</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CWUF4</name>
|
||
<description>Clear wakeup flag 4</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CWUF3</name>
|
||
<description>Clear wakeup flag 3</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CWUF2</name>
|
||
<description>Clear wakeup flag 2</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CWUF1</name>
|
||
<description>Clear wakeup flag 1</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PUCRA</name>
|
||
<displayName>PUCRA</displayName>
|
||
<description>Power Port A pull-up control
|
||
register</description>
|
||
<addressOffset>0x20</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PU15</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU14</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU13</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU12</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU11</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU10</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU9</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU8</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU7</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU6</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU5</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU4</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU3</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU2</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU1</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU0</name>
|
||
<description>Port A pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PDCRA</name>
|
||
<displayName>PDCRA</displayName>
|
||
<description>Power Port A pull-down control
|
||
register</description>
|
||
<addressOffset>0x24</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PD15</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD14</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD13</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD12</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD11</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD10</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD9</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD8</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD7</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD6</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD5</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD4</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD3</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD2</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD1</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD0</name>
|
||
<description>Port A pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PUCRB</name>
|
||
<displayName>PUCRB</displayName>
|
||
<description>Power Port B pull-up control
|
||
register</description>
|
||
<addressOffset>0x28</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PU15</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU14</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU13</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU12</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU11</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU10</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU9</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU8</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU7</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU6</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU5</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU4</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU3</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU2</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU1</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU0</name>
|
||
<description>Port B pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PDCRB</name>
|
||
<displayName>PDCRB</displayName>
|
||
<description>Power Port B pull-down control
|
||
register</description>
|
||
<addressOffset>0x2C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PD15</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD14</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD13</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD12</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD11</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD10</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD9</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD8</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD7</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD6</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD5</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD4</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD3</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD2</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD1</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD0</name>
|
||
<description>Port B pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PUCRC</name>
|
||
<displayName>PUCRC</displayName>
|
||
<description>Power Port C pull-up control
|
||
register</description>
|
||
<addressOffset>0x30</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PU15</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU14</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU13</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU12</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU11</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU10</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU9</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU8</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU7</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU6</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU5</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU4</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU3</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU2</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU1</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU0</name>
|
||
<description>Port C pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PDCRC</name>
|
||
<displayName>PDCRC</displayName>
|
||
<description>Power Port C pull-down control
|
||
register</description>
|
||
<addressOffset>0x34</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PD15</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD14</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD13</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD12</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD11</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD10</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD9</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD8</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD7</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD6</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD5</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD4</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD3</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD2</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD1</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD0</name>
|
||
<description>Port C pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PUCRD</name>
|
||
<displayName>PUCRD</displayName>
|
||
<description>Power Port D pull-up control
|
||
register</description>
|
||
<addressOffset>0x38</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PU15</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU14</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU13</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU12</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU11</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU10</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU9</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU8</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU7</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU6</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU5</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU4</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU3</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU2</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU1</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU0</name>
|
||
<description>Port D pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PDCRD</name>
|
||
<displayName>PDCRD</displayName>
|
||
<description>Power Port D pull-down control
|
||
register</description>
|
||
<addressOffset>0x3C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PD15</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD14</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD13</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD12</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD11</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD10</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD9</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD8</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD7</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD6</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD5</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD4</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD3</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD2</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD1</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD0</name>
|
||
<description>Port D pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PUCRE</name>
|
||
<displayName>PUCRE</displayName>
|
||
<description>Power Port E pull-UP control
|
||
register</description>
|
||
<addressOffset>0x40</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PU15</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU14</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU13</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU12</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU11</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU10</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU9</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU8</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU7</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU6</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU5</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU4</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU3</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU2</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU1</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU0</name>
|
||
<description>Port E pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PDCRE</name>
|
||
<displayName>PDCRE</displayName>
|
||
<description>Power Port E pull-down control
|
||
register</description>
|
||
<addressOffset>0x44</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PD15</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD14</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD13</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD12</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD11</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD10</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD9</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD8</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD7</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD6</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD5</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD4</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD3</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD2</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD1</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD0</name>
|
||
<description>Port E pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PUCRF</name>
|
||
<displayName>PUCRF</displayName>
|
||
<description>Power Port F pull-up control
|
||
register</description>
|
||
<addressOffset>0x48</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PU13</name>
|
||
<description>Port F pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU12</name>
|
||
<description>Port F pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU11</name>
|
||
<description>Port F pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU10</name>
|
||
<description>Port F pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU9</name>
|
||
<description>Port F pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU8</name>
|
||
<description>Port F pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU7</name>
|
||
<description>Port F pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU6</name>
|
||
<description>Port F pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU5</name>
|
||
<description>Port F pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU4</name>
|
||
<description>Port F pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU3</name>
|
||
<description>Port F pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU2</name>
|
||
<description>Port F pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU1</name>
|
||
<description>Port F pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PU0</name>
|
||
<description>Port F pull-up bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PDCRF</name>
|
||
<displayName>PDCRF</displayName>
|
||
<description>Power Port F pull-down control
|
||
register</description>
|
||
<addressOffset>0x4C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PD13</name>
|
||
<description>Port F pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD12</name>
|
||
<description>Port F pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD11</name>
|
||
<description>Port F pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD10</name>
|
||
<description>Port F pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD9</name>
|
||
<description>Port F pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD8</name>
|
||
<description>Port F pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD7</name>
|
||
<description>Port F pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD6</name>
|
||
<description>Port F pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD5</name>
|
||
<description>Port F pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD4</name>
|
||
<description>Port F pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD3</name>
|
||
<description>Port F pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD2</name>
|
||
<description>Port F pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD1</name>
|
||
<description>Port F pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PD0</name>
|
||
<description>Port F pull-down bit y
|
||
(y=0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>DMA</name>
|
||
<description>DMA controller</description>
|
||
<groupName>DMA</groupName>
|
||
<baseAddress>0x40020000</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>DMA_Channel1</name>
|
||
<description>DMA channel 1 interrupt</description>
|
||
<value>9</value>
|
||
</interrupt>
|
||
<interrupt>
|
||
<name>DMA_Channel2_3</name>
|
||
<description>DMA channel 2 and 3 interrupts</description>
|
||
<value>10</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>DMA_ISR</name>
|
||
<displayName>DMA_ISR</displayName>
|
||
<description>DMA interrupt status register </description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>GIF1</name>
|
||
<description>global interrupt flag for channel 1</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TE, HT or TC event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TE, HT or TC event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TCIF1</name>
|
||
<description>transfer complete (TC) flag for channel 1</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TC event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TC event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HTIF1</name>
|
||
<description>half transfer (HT) flag for channel 1</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no HT event </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a HT event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TEIF1</name>
|
||
<description>transfer error (TE) flag for channel 1</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TE event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TE event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>GIF2</name>
|
||
<description>global interrupt flag for channel 2</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TE, HT or TC event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TE, HT or TC event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TCIF2</name>
|
||
<description>transfer complete (TC) flag for channel 2</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TC event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TC event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HTIF2</name>
|
||
<description>half transfer (HT) flag for channel 2</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no HT event </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a HT event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TEIF2</name>
|
||
<description>transfer error (TE) flag for channel 2</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TE event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TE event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>GIF3</name>
|
||
<description>global interrupt flag for channel 3</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TE, HT or TC event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TE, HT or TC event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TCIF3</name>
|
||
<description>transfer complete (TC) flag for channel 3</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TC event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TC event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HTIF3</name>
|
||
<description>half transfer (HT) flag for channel 3</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no HT event </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a HT event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TEIF3</name>
|
||
<description>transfer error (TE) flag for channel 3</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TE event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TE event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>GIF4</name>
|
||
<description>global interrupt flag for channel 4</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TE, HT or TC event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TE, HT or TC event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TCIF4</name>
|
||
<description>transfer complete (TC) flag for channel 4</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TC event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TC event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HTIF4</name>
|
||
<description>half transfer (HT) flag for channel 4</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no HT event </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a HT event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TEIF4</name>
|
||
<description>transfer error (TE) flag for channel 4</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TE event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TE event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>GIF5</name>
|
||
<description>global interrupt flag for channel 5</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TE, HT or TC event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TE, HT or TC event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TCIF5</name>
|
||
<description>transfer complete (TC) flag for channel 5</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TC event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TC event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HTIF5</name>
|
||
<description>half transfer (HT) flag for channel 5</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no HT event </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a HT event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TEIF5</name>
|
||
<description>transfer error (TE) flag for channel 5</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TE event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TE event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>GIF6</name>
|
||
<description>global interrupt flag for channel 6</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TE, HT or TC event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TE, HT or TC event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TCIF6</name>
|
||
<description>transfer complete (TC) flag for channel 6</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TC event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TC event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HTIF6</name>
|
||
<description>half transfer (HT) flag for channel 6</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no HT event </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a HT event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TEIF6</name>
|
||
<description>transfer error (TE) flag for channel 6</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TE event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TE event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>GIF7</name>
|
||
<description>global interrupt flag for channel 7</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TE, HT or TC event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TE, HT or TC event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TCIF7</name>
|
||
<description>transfer complete (TC) flag for channel 7</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TC event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TC event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HTIF7</name>
|
||
<description>half transfer (HT) flag for channel 7</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no HT event </description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a HT event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TEIF7</name>
|
||
<description>transfer error (TE) flag for channel 7</description>
|
||
<bitOffset>27</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>no TE event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>a TE event occurred</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_IFCR</name>
|
||
<displayName>DMA_IFCR</displayName>
|
||
<description>DMA interrupt flag clear register </description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>CGIF1</name>
|
||
<description>global interrupt flag clear for channel 1</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTCIF1</name>
|
||
<description>transfer complete flag clear for channel 1</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CHTIF1</name>
|
||
<description>half transfer flag clear for channel 1</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTEIF1</name>
|
||
<description>transfer error flag clear for channel 1</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CGIF2</name>
|
||
<description>global interrupt flag clear for channel 2</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTCIF2</name>
|
||
<description>transfer complete flag clear for channel 2</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CHTIF2</name>
|
||
<description>half transfer flag clear for channel 2</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTEIF2</name>
|
||
<description>transfer error flag clear for channel 2</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CGIF3</name>
|
||
<description>global interrupt flag clear for channel 3</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTCIF3</name>
|
||
<description>transfer complete flag clear for channel 3</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CHTIF3</name>
|
||
<description>half transfer flag clear for channel 3</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTEIF3</name>
|
||
<description>transfer error flag clear for channel 3</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CGIF4</name>
|
||
<description>global interrupt flag clear for channel 4</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTCIF4</name>
|
||
<description>transfer complete flag clear for channel 4</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CHTIF4</name>
|
||
<description>half transfer flag clear for channel 4</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTEIF4</name>
|
||
<description>transfer error flag clear for channel 4</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CGIF5</name>
|
||
<description>global interrupt flag clear for channel 5</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTCIF5</name>
|
||
<description>transfer complete flag clear for channel 5</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CHTIF5</name>
|
||
<description>half transfer flag clear for channel 5</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTEIF5</name>
|
||
<description>transfer error flag clear for channel 5</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CGIF6</name>
|
||
<description>global interrupt flag clear for channel 6</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTCIF6</name>
|
||
<description>transfer complete flag clear for channel 6</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CHTIF6</name>
|
||
<description>half transfer flag clear for channel 6</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTEIF6</name>
|
||
<description>transfer error flag clear for channel 6</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CGIF7</name>
|
||
<description>global interrupt flag clear for channel 7</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTCIF7</name>
|
||
<description>transfer complete flag clear for channel 7</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CHTIF7</name>
|
||
<description>half transfer flag clear for channel 7</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTEIF7</name>
|
||
<description>transfer error flag clear for channel 7</description>
|
||
<bitOffset>27</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CCR1</name>
|
||
<displayName>DMA_CCR1</displayName>
|
||
<description>DMA channel 1 configuration register</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>EN</name>
|
||
<description>channel enable
|
||
When a channel transfer error occurs, this bit is cleared by hardware. It can not be set again by software (channel x re-activated) until the TEIFx bit of the DMA_ISR register is cleared (by setting the CTEIFx bit of the DMA_IFCR register).
|
||
Note: this bit is set and cleared by software.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TCIE</name>
|
||
<description>transfer complete interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HTIE</name>
|
||
<description>half transfer interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TEIE</name>
|
||
<description>transfer error interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>DIR</name>
|
||
<description>data transfer direction
|
||
This bit must be set only in memory-to-peripheral and peripheral-to-memory modes.
|
||
Source attributes are defined by PSIZE and PINC, plus the DMA_CPARx register. This is still valid in a memory-to-memory mode.
|
||
Destination attributes are defined by MSIZE and MINC, plus the DMA_CMARx register. This is still valid in a peripheral-to-peripheral mode.
|
||
Destination attributes are defined by PSIZE and PINC, plus the DMA_CPARx register. This is still valid in a memory-to-memory mode.
|
||
Source attributes are defined by MSIZE and MINC, plus the DMA_CMARx register. This is still valid in a peripheral-to-peripheral mode.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>read from peripheral</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>read from memory</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CIRC</name>
|
||
<description>circular mode
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PINC</name>
|
||
<description>peripheral increment mode
|
||
Defines the increment mode for each DMA transfer to the identified peripheral.
|
||
n memory-to-memory mode, this field identifies the memory destination if DIR=1 and the memory source if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral destination if DIR=1 and the peripheral source if DIR=0.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MINC</name>
|
||
<description>memory increment mode
|
||
Defines the increment mode for each DMA transfer to the identified memory.
|
||
In memory-to-memory mode, this field identifies the memory source if DIR=1 and the memory destination if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral source if DIR=1 and the peripheral destination if DIR=0.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PSIZE</name>
|
||
<description>peripheral size
|
||
Defines the data size of each DMA transfer to the identified peripheral.
|
||
In memory-to-memory mode, this field identifies the memory destination if DIR=1 and the memory source if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral destination if DIR=1 and the peripheral source if DIR=0.
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>8 bits</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>16 bits</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>32 bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MSIZE</name>
|
||
<description>memory size
|
||
Defines the data size of each DMA transfer to the identified memory.
|
||
In memory-to-memory mode, this field identifies the memory source if DIR=1 and the memory destination if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral source if DIR=1 and the peripheral destination if DIR=0.
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>8 bits</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>16 bits</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>32 bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PL</name>
|
||
<description>priority level
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>low</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>medium</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>high</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>very high</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MEM2MEM</name>
|
||
<description>memory-to-memory mode
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CNDTR1</name>
|
||
<displayName>DMA_CNDTR1</displayName>
|
||
<description>DMA channel x number of data register</description>
|
||
<addressOffset>0xc</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>NDT</name>
|
||
<description>number of data to transfer (0 to 216-1)
|
||
This field is updated by hardware when the channel is enabled:
|
||
It is decremented after each single DMA 'read followed by writeâ transfer, indicating the remaining amount of data items to transfer.
|
||
It is kept at zero when the programmed amount of data to transfer is reached, if the channel is not in circular mode (CIRC=0 in the DMA_CCRx register).
|
||
It is reloaded automatically by the previously programmed value, when the transfer is complete, if the channel is in circular mode (CIRC=1).
|
||
If this field is zero, no transfer can be served whatever the channel status (enabled or not).
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CPAR1</name>
|
||
<displayName>DMA_CPAR1</displayName>
|
||
<description>DMA channel x peripheral address register</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>PA</name>
|
||
<description>peripheral address
|
||
It contains the base address of the peripheral data register from/to which the data will be read/written.
|
||
When PSIZE[1:0]=01 (16 bits), bit 0 of PA[31:0] is ignored. Access is automatically aligned to a half-word address.
|
||
When PSIZE=10 (32 bits), bits 1 and 0 of PA[31:0] are ignored. Access is automatically aligned to a word address.
|
||
In memory-to-memory mode, this register identifies the memory destination address if DIR=1 and the memory source address if DIR=0.
|
||
In peripheral-to-peripheral mode, this register identifies the peripheral destination address DIR=1 and the peripheral source address if DIR=0.
|
||
Note: this register is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CMAR1</name>
|
||
<displayName>DMA_CMAR1</displayName>
|
||
<description>DMA channel x memory address register</description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>MA</name>
|
||
<description>peripheral address
|
||
It contains the base address of the memory from/to which the data will be read/written.
|
||
When MSIZE[1:0]=01 (16 bits), bit 0 of MA[31:0] is ignored. Access is automatically aligned to a half-word address.
|
||
When MSIZE=10 (32 bits), bits 1 and 0 of MA[31:0] are ignored. Access is automatically aligned to a word address.
|
||
In memory-to-memory mode, this register identifies the memory source address if DIR=1 and the memory destination address if DIR=0.
|
||
In peripheral-to-peripheral mode, this register identifies the peripheral source address DIR=1 and the peripheral destination address if DIR=0.
|
||
Note: this register is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CCR2</name>
|
||
<displayName>DMA_CCR2</displayName>
|
||
<description>DMA channel 2 configuration register</description>
|
||
<addressOffset>0x1c</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>EN</name>
|
||
<description>channel enable
|
||
When a channel transfer error occurs, this bit is cleared by hardware. It can not be set again by software (channel x re-activated) until the TEIFx bit of the DMA_ISR register is cleared (by setting the CTEIFx bit of the DMA_IFCR register).
|
||
Note: this bit is set and cleared by software.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TCIE</name>
|
||
<description>transfer complete interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HTIE</name>
|
||
<description>half transfer interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TEIE</name>
|
||
<description>transfer error interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>DIR</name>
|
||
<description>data transfer direction
|
||
This bit must be set only in memory-to-peripheral and peripheral-to-memory modes.
|
||
Source attributes are defined by PSIZE and PINC, plus the DMA_CPARx register. This is still valid in a memory-to-memory mode.
|
||
Destination attributes are defined by MSIZE and MINC, plus the DMA_CMARx register. This is still valid in a peripheral-to-peripheral mode.
|
||
Destination attributes are defined by PSIZE and PINC, plus the DMA_CPARx register. This is still valid in a memory-to-memory mode.
|
||
Source attributes are defined by MSIZE and MINC, plus the DMA_CMARx register. This is still valid in a peripheral-to-peripheral mode.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>read from peripheral</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>read from memory</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CIRC</name>
|
||
<description>circular mode
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PINC</name>
|
||
<description>peripheral increment mode
|
||
Defines the increment mode for each DMA transfer to the identified peripheral.
|
||
n memory-to-memory mode, this field identifies the memory destination if DIR=1 and the memory source if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral destination if DIR=1 and the peripheral source if DIR=0.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MINC</name>
|
||
<description>memory increment mode
|
||
Defines the increment mode for each DMA transfer to the identified memory.
|
||
In memory-to-memory mode, this field identifies the memory source if DIR=1 and the memory destination if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral source if DIR=1 and the peripheral destination if DIR=0.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PSIZE</name>
|
||
<description>peripheral size
|
||
Defines the data size of each DMA transfer to the identified peripheral.
|
||
In memory-to-memory mode, this field identifies the memory destination if DIR=1 and the memory source if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral destination if DIR=1 and the peripheral source if DIR=0.
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>8 bits</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>16 bits</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>32 bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MSIZE</name>
|
||
<description>memory size
|
||
Defines the data size of each DMA transfer to the identified memory.
|
||
In memory-to-memory mode, this field identifies the memory source if DIR=1 and the memory destination if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral source if DIR=1 and the peripheral destination if DIR=0.
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>8 bits</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>16 bits</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>32 bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PL</name>
|
||
<description>priority level
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>low</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>medium</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>high</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>very high</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MEM2MEM</name>
|
||
<description>memory-to-memory mode
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CNDTR2</name>
|
||
<displayName>DMA_CNDTR2</displayName>
|
||
<description>DMA channel x number of data register</description>
|
||
<addressOffset>0x20</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>NDT</name>
|
||
<description>number of data to transfer (0 to 216-1)
|
||
This field is updated by hardware when the channel is enabled:
|
||
It is decremented after each single DMA 'read followed by writeâ transfer, indicating the remaining amount of data items to transfer.
|
||
It is kept at zero when the programmed amount of data to transfer is reached, if the channel is not in circular mode (CIRC=0 in the DMA_CCRx register).
|
||
It is reloaded automatically by the previously programmed value, when the transfer is complete, if the channel is in circular mode (CIRC=1).
|
||
If this field is zero, no transfer can be served whatever the channel status (enabled or not).
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CPAR2</name>
|
||
<displayName>DMA_CPAR2</displayName>
|
||
<description>DMA channel x peripheral address register</description>
|
||
<addressOffset>0x24</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>PA</name>
|
||
<description>peripheral address
|
||
It contains the base address of the peripheral data register from/to which the data will be read/written.
|
||
When PSIZE[1:0]=01 (16 bits), bit 0 of PA[31:0] is ignored. Access is automatically aligned to a half-word address.
|
||
When PSIZE=10 (32 bits), bits 1 and 0 of PA[31:0] are ignored. Access is automatically aligned to a word address.
|
||
In memory-to-memory mode, this register identifies the memory destination address if DIR=1 and the memory source address if DIR=0.
|
||
In peripheral-to-peripheral mode, this register identifies the peripheral destination address DIR=1 and the peripheral source address if DIR=0.
|
||
Note: this register is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CMAR2</name>
|
||
<displayName>DMA_CMAR2</displayName>
|
||
<description>DMA channel x memory address register</description>
|
||
<addressOffset>0x28</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>MA</name>
|
||
<description>peripheral address
|
||
It contains the base address of the memory from/to which the data will be read/written.
|
||
When MSIZE[1:0]=01 (16 bits), bit 0 of MA[31:0] is ignored. Access is automatically aligned to a half-word address.
|
||
When MSIZE=10 (32 bits), bits 1 and 0 of MA[31:0] are ignored. Access is automatically aligned to a word address.
|
||
In memory-to-memory mode, this register identifies the memory source address if DIR=1 and the memory destination address if DIR=0.
|
||
In peripheral-to-peripheral mode, this register identifies the peripheral source address DIR=1 and the peripheral destination address if DIR=0.
|
||
Note: this register is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CCR3</name>
|
||
<displayName>DMA_CCR3</displayName>
|
||
<description>DMA channel 3 configuration register</description>
|
||
<addressOffset>0x30</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>EN</name>
|
||
<description>channel enable
|
||
When a channel transfer error occurs, this bit is cleared by hardware. It can not be set again by software (channel x re-activated) until the TEIFx bit of the DMA_ISR register is cleared (by setting the CTEIFx bit of the DMA_IFCR register).
|
||
Note: this bit is set and cleared by software.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TCIE</name>
|
||
<description>transfer complete interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HTIE</name>
|
||
<description>half transfer interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TEIE</name>
|
||
<description>transfer error interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>DIR</name>
|
||
<description>data transfer direction
|
||
This bit must be set only in memory-to-peripheral and peripheral-to-memory modes.
|
||
Source attributes are defined by PSIZE and PINC, plus the DMA_CPARx register. This is still valid in a memory-to-memory mode.
|
||
Destination attributes are defined by MSIZE and MINC, plus the DMA_CMARx register. This is still valid in a peripheral-to-peripheral mode.
|
||
Destination attributes are defined by PSIZE and PINC, plus the DMA_CPARx register. This is still valid in a memory-to-memory mode.
|
||
Source attributes are defined by MSIZE and MINC, plus the DMA_CMARx register. This is still valid in a peripheral-to-peripheral mode.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>read from peripheral</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>read from memory</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CIRC</name>
|
||
<description>circular mode
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PINC</name>
|
||
<description>peripheral increment mode
|
||
Defines the increment mode for each DMA transfer to the identified peripheral.
|
||
n memory-to-memory mode, this field identifies the memory destination if DIR=1 and the memory source if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral destination if DIR=1 and the peripheral source if DIR=0.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MINC</name>
|
||
<description>memory increment mode
|
||
Defines the increment mode for each DMA transfer to the identified memory.
|
||
In memory-to-memory mode, this field identifies the memory source if DIR=1 and the memory destination if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral source if DIR=1 and the peripheral destination if DIR=0.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PSIZE</name>
|
||
<description>peripheral size
|
||
Defines the data size of each DMA transfer to the identified peripheral.
|
||
In memory-to-memory mode, this field identifies the memory destination if DIR=1 and the memory source if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral destination if DIR=1 and the peripheral source if DIR=0.
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>8 bits</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>16 bits</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>32 bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MSIZE</name>
|
||
<description>memory size
|
||
Defines the data size of each DMA transfer to the identified memory.
|
||
In memory-to-memory mode, this field identifies the memory source if DIR=1 and the memory destination if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral source if DIR=1 and the peripheral destination if DIR=0.
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>8 bits</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>16 bits</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>32 bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PL</name>
|
||
<description>priority level
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>low</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>medium</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>high</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>very high</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MEM2MEM</name>
|
||
<description>memory-to-memory mode
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CNDTR3</name>
|
||
<displayName>DMA_CNDTR3</displayName>
|
||
<description>DMA channel x configuration register</description>
|
||
<addressOffset>0x34</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>NDT</name>
|
||
<description>number of data to transfer (0 to 216-1)
|
||
This field is updated by hardware when the channel is enabled:
|
||
It is decremented after each single DMA 'read followed by writeâ transfer, indicating the remaining amount of data items to transfer.
|
||
It is kept at zero when the programmed amount of data to transfer is reached, if the channel is not in circular mode (CIRC=0 in the DMA_CCRx register).
|
||
It is reloaded automatically by the previously programmed value, when the transfer is complete, if the channel is in circular mode (CIRC=1).
|
||
If this field is zero, no transfer can be served whatever the channel status (enabled or not).
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CPAR3</name>
|
||
<displayName>DMA_CPAR3</displayName>
|
||
<description>DMA channel x peripheral address register</description>
|
||
<addressOffset>0x38</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>PA</name>
|
||
<description>peripheral address
|
||
It contains the base address of the peripheral data register from/to which the data will be read/written.
|
||
When PSIZE[1:0]=01 (16 bits), bit 0 of PA[31:0] is ignored. Access is automatically aligned to a half-word address.
|
||
When PSIZE=10 (32 bits), bits 1 and 0 of PA[31:0] are ignored. Access is automatically aligned to a word address.
|
||
In memory-to-memory mode, this register identifies the memory destination address if DIR=1 and the memory source address if DIR=0.
|
||
In peripheral-to-peripheral mode, this register identifies the peripheral destination address DIR=1 and the peripheral source address if DIR=0.
|
||
Note: this register is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CMAR3</name>
|
||
<displayName>DMA_CMAR3</displayName>
|
||
<description>DMA channel x memory address register</description>
|
||
<addressOffset>0x3c</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>MA</name>
|
||
<description>peripheral address
|
||
It contains the base address of the memory from/to which the data will be read/written.
|
||
When MSIZE[1:0]=01 (16 bits), bit 0 of MA[31:0] is ignored. Access is automatically aligned to a half-word address.
|
||
When MSIZE=10 (32 bits), bits 1 and 0 of MA[31:0] are ignored. Access is automatically aligned to a word address.
|
||
In memory-to-memory mode, this register identifies the memory source address if DIR=1 and the memory destination address if DIR=0.
|
||
In peripheral-to-peripheral mode, this register identifies the peripheral source address DIR=1 and the peripheral destination address if DIR=0.
|
||
Note: this register is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CCR4</name>
|
||
<displayName>DMA_CCR4</displayName>
|
||
<description>DMA channel 4 configuration register</description>
|
||
<addressOffset>0x44</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>EN</name>
|
||
<description>channel enable
|
||
When a channel transfer error occurs, this bit is cleared by hardware. It can not be set again by software (channel x re-activated) until the TEIFx bit of the DMA_ISR register is cleared (by setting the CTEIFx bit of the DMA_IFCR register).
|
||
Note: this bit is set and cleared by software.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TCIE</name>
|
||
<description>transfer complete interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HTIE</name>
|
||
<description>half transfer interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TEIE</name>
|
||
<description>transfer error interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>DIR</name>
|
||
<description>data transfer direction
|
||
This bit must be set only in memory-to-peripheral and peripheral-to-memory modes.
|
||
Source attributes are defined by PSIZE and PINC, plus the DMA_CPARx register. This is still valid in a memory-to-memory mode.
|
||
Destination attributes are defined by MSIZE and MINC, plus the DMA_CMARx register. This is still valid in a peripheral-to-peripheral mode.
|
||
Destination attributes are defined by PSIZE and PINC, plus the DMA_CPARx register. This is still valid in a memory-to-memory mode.
|
||
Source attributes are defined by MSIZE and MINC, plus the DMA_CMARx register. This is still valid in a peripheral-to-peripheral mode.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>read from peripheral</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>read from memory</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CIRC</name>
|
||
<description>circular mode
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PINC</name>
|
||
<description>peripheral increment mode
|
||
Defines the increment mode for each DMA transfer to the identified peripheral.
|
||
n memory-to-memory mode, this field identifies the memory destination if DIR=1 and the memory source if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral destination if DIR=1 and the peripheral source if DIR=0.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MINC</name>
|
||
<description>memory increment mode
|
||
Defines the increment mode for each DMA transfer to the identified memory.
|
||
In memory-to-memory mode, this field identifies the memory source if DIR=1 and the memory destination if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral source if DIR=1 and the peripheral destination if DIR=0.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PSIZE</name>
|
||
<description>peripheral size
|
||
Defines the data size of each DMA transfer to the identified peripheral.
|
||
In memory-to-memory mode, this field identifies the memory destination if DIR=1 and the memory source if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral destination if DIR=1 and the peripheral source if DIR=0.
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>8 bits</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>16 bits</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>32 bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MSIZE</name>
|
||
<description>memory size
|
||
Defines the data size of each DMA transfer to the identified memory.
|
||
In memory-to-memory mode, this field identifies the memory source if DIR=1 and the memory destination if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral source if DIR=1 and the peripheral destination if DIR=0.
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>8 bits</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>16 bits</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>32 bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PL</name>
|
||
<description>priority level
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>low</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>medium</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>high</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>very high</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MEM2MEM</name>
|
||
<description>memory-to-memory mode
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CNDTR4</name>
|
||
<displayName>DMA_CNDTR4</displayName>
|
||
<description>DMA channel x configuration register</description>
|
||
<addressOffset>0x48</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>NDT</name>
|
||
<description>number of data to transfer (0 to 216-1)
|
||
This field is updated by hardware when the channel is enabled:
|
||
It is decremented after each single DMA 'read followed by writeâ transfer, indicating the remaining amount of data items to transfer.
|
||
It is kept at zero when the programmed amount of data to transfer is reached, if the channel is not in circular mode (CIRC=0 in the DMA_CCRx register).
|
||
It is reloaded automatically by the previously programmed value, when the transfer is complete, if the channel is in circular mode (CIRC=1).
|
||
If this field is zero, no transfer can be served whatever the channel status (enabled or not).
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CPAR4</name>
|
||
<displayName>DMA_CPAR4</displayName>
|
||
<description>DMA channel x peripheral address register</description>
|
||
<addressOffset>0x4c</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>PA</name>
|
||
<description>peripheral address
|
||
It contains the base address of the peripheral data register from/to which the data will be read/written.
|
||
When PSIZE[1:0]=01 (16 bits), bit 0 of PA[31:0] is ignored. Access is automatically aligned to a half-word address.
|
||
When PSIZE=10 (32 bits), bits 1 and 0 of PA[31:0] are ignored. Access is automatically aligned to a word address.
|
||
In memory-to-memory mode, this register identifies the memory destination address if DIR=1 and the memory source address if DIR=0.
|
||
In peripheral-to-peripheral mode, this register identifies the peripheral destination address DIR=1 and the peripheral source address if DIR=0.
|
||
Note: this register is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CMAR4</name>
|
||
<displayName>DMA_CMAR4</displayName>
|
||
<description>DMA channel x memory address register</description>
|
||
<addressOffset>0x50</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>MA</name>
|
||
<description>peripheral address
|
||
It contains the base address of the memory from/to which the data will be read/written.
|
||
When MSIZE[1:0]=01 (16 bits), bit 0 of MA[31:0] is ignored. Access is automatically aligned to a half-word address.
|
||
When MSIZE=10 (32 bits), bits 1 and 0 of MA[31:0] are ignored. Access is automatically aligned to a word address.
|
||
In memory-to-memory mode, this register identifies the memory source address if DIR=1 and the memory destination address if DIR=0.
|
||
In peripheral-to-peripheral mode, this register identifies the peripheral source address DIR=1 and the peripheral destination address if DIR=0.
|
||
Note: this register is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CCR5</name>
|
||
<displayName>DMA_CCR5</displayName>
|
||
<description>DMA channel 5 configuration register</description>
|
||
<addressOffset>0x58</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>EN</name>
|
||
<description>channel enable
|
||
When a channel transfer error occurs, this bit is cleared by hardware. It can not be set again by software (channel x re-activated) until the TEIFx bit of the DMA_ISR register is cleared (by setting the CTEIFx bit of the DMA_IFCR register).
|
||
Note: this bit is set and cleared by software.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TCIE</name>
|
||
<description>transfer complete interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HTIE</name>
|
||
<description>half transfer interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TEIE</name>
|
||
<description>transfer error interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>DIR</name>
|
||
<description>data transfer direction
|
||
This bit must be set only in memory-to-peripheral and peripheral-to-memory modes.
|
||
Source attributes are defined by PSIZE and PINC, plus the DMA_CPARx register. This is still valid in a memory-to-memory mode.
|
||
Destination attributes are defined by MSIZE and MINC, plus the DMA_CMARx register. This is still valid in a peripheral-to-peripheral mode.
|
||
Destination attributes are defined by PSIZE and PINC, plus the DMA_CPARx register. This is still valid in a memory-to-memory mode.
|
||
Source attributes are defined by MSIZE and MINC, plus the DMA_CMARx register. This is still valid in a peripheral-to-peripheral mode.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>read from peripheral</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>read from memory</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CIRC</name>
|
||
<description>circular mode
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PINC</name>
|
||
<description>peripheral increment mode
|
||
Defines the increment mode for each DMA transfer to the identified peripheral.
|
||
n memory-to-memory mode, this field identifies the memory destination if DIR=1 and the memory source if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral destination if DIR=1 and the peripheral source if DIR=0.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MINC</name>
|
||
<description>memory increment mode
|
||
Defines the increment mode for each DMA transfer to the identified memory.
|
||
In memory-to-memory mode, this field identifies the memory source if DIR=1 and the memory destination if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral source if DIR=1 and the peripheral destination if DIR=0.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PSIZE</name>
|
||
<description>peripheral size
|
||
Defines the data size of each DMA transfer to the identified peripheral.
|
||
In memory-to-memory mode, this field identifies the memory destination if DIR=1 and the memory source if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral destination if DIR=1 and the peripheral source if DIR=0.
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>8 bits</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>16 bits</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>32 bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MSIZE</name>
|
||
<description>memory size
|
||
Defines the data size of each DMA transfer to the identified memory.
|
||
In memory-to-memory mode, this field identifies the memory source if DIR=1 and the memory destination if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral source if DIR=1 and the peripheral destination if DIR=0.
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>8 bits</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>16 bits</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>32 bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PL</name>
|
||
<description>priority level
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>low</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>medium</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>high</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>very high</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MEM2MEM</name>
|
||
<description>memory-to-memory mode
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CNDTR5</name>
|
||
<displayName>DMA_CNDTR5</displayName>
|
||
<description>DMA channel x configuration register</description>
|
||
<addressOffset>0x5c</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>NDT</name>
|
||
<description>number of data to transfer (0 to 216-1)
|
||
This field is updated by hardware when the channel is enabled:
|
||
It is decremented after each single DMA 'read followed by writeâ transfer, indicating the remaining amount of data items to transfer.
|
||
It is kept at zero when the programmed amount of data to transfer is reached, if the channel is not in circular mode (CIRC=0 in the DMA_CCRx register).
|
||
It is reloaded automatically by the previously programmed value, when the transfer is complete, if the channel is in circular mode (CIRC=1).
|
||
If this field is zero, no transfer can be served whatever the channel status (enabled or not).
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CPAR5</name>
|
||
<displayName>DMA_CPAR5</displayName>
|
||
<description>DMA channel x peripheral address register</description>
|
||
<addressOffset>0x60</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>PA</name>
|
||
<description>peripheral address
|
||
It contains the base address of the peripheral data register from/to which the data will be read/written.
|
||
When PSIZE[1:0]=01 (16 bits), bit 0 of PA[31:0] is ignored. Access is automatically aligned to a half-word address.
|
||
When PSIZE=10 (32 bits), bits 1 and 0 of PA[31:0] are ignored. Access is automatically aligned to a word address.
|
||
In memory-to-memory mode, this register identifies the memory destination address if DIR=1 and the memory source address if DIR=0.
|
||
In peripheral-to-peripheral mode, this register identifies the peripheral destination address DIR=1 and the peripheral source address if DIR=0.
|
||
Note: this register is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CMAR5</name>
|
||
<displayName>DMA_CMAR5</displayName>
|
||
<description>DMA channel x memory address register</description>
|
||
<addressOffset>0x64</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>MA</name>
|
||
<description>peripheral address
|
||
It contains the base address of the memory from/to which the data will be read/written.
|
||
When MSIZE[1:0]=01 (16 bits), bit 0 of MA[31:0] is ignored. Access is automatically aligned to a half-word address.
|
||
When MSIZE=10 (32 bits), bits 1 and 0 of MA[31:0] are ignored. Access is automatically aligned to a word address.
|
||
In memory-to-memory mode, this register identifies the memory source address if DIR=1 and the memory destination address if DIR=0.
|
||
In peripheral-to-peripheral mode, this register identifies the peripheral source address DIR=1 and the peripheral destination address if DIR=0.
|
||
Note: this register is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CCR6</name>
|
||
<displayName>DMA_CCR6</displayName>
|
||
<description>DMA channel 6 configuration register</description>
|
||
<addressOffset>0x6c</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>EN</name>
|
||
<description>channel enable
|
||
When a channel transfer error occurs, this bit is cleared by hardware. It can not be set again by software (channel x re-activated) until the TEIFx bit of the DMA_ISR register is cleared (by setting the CTEIFx bit of the DMA_IFCR register).
|
||
Note: this bit is set and cleared by software.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TCIE</name>
|
||
<description>transfer complete interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HTIE</name>
|
||
<description>half transfer interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TEIE</name>
|
||
<description>transfer error interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>DIR</name>
|
||
<description>data transfer direction
|
||
This bit must be set only in memory-to-peripheral and peripheral-to-memory modes.
|
||
Source attributes are defined by PSIZE and PINC, plus the DMA_CPARx register. This is still valid in a memory-to-memory mode.
|
||
Destination attributes are defined by MSIZE and MINC, plus the DMA_CMARx register. This is still valid in a peripheral-to-peripheral mode.
|
||
Destination attributes are defined by PSIZE and PINC, plus the DMA_CPARx register. This is still valid in a memory-to-memory mode.
|
||
Source attributes are defined by MSIZE and MINC, plus the DMA_CMARx register. This is still valid in a peripheral-to-peripheral mode.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>read from peripheral</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>read from memory</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CIRC</name>
|
||
<description>circular mode
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PINC</name>
|
||
<description>peripheral increment mode
|
||
Defines the increment mode for each DMA transfer to the identified peripheral.
|
||
n memory-to-memory mode, this field identifies the memory destination if DIR=1 and the memory source if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral destination if DIR=1 and the peripheral source if DIR=0.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MINC</name>
|
||
<description>memory increment mode
|
||
Defines the increment mode for each DMA transfer to the identified memory.
|
||
In memory-to-memory mode, this field identifies the memory source if DIR=1 and the memory destination if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral source if DIR=1 and the peripheral destination if DIR=0.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PSIZE</name>
|
||
<description>peripheral size
|
||
Defines the data size of each DMA transfer to the identified peripheral.
|
||
In memory-to-memory mode, this field identifies the memory destination if DIR=1 and the memory source if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral destination if DIR=1 and the peripheral source if DIR=0.
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>8 bits</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>16 bits</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>32 bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MSIZE</name>
|
||
<description>memory size
|
||
Defines the data size of each DMA transfer to the identified memory.
|
||
In memory-to-memory mode, this field identifies the memory source if DIR=1 and the memory destination if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral source if DIR=1 and the peripheral destination if DIR=0.
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>8 bits</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>16 bits</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>32 bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PL</name>
|
||
<description>priority level
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>low</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>medium</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>high</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>very high</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MEM2MEM</name>
|
||
<description>memory-to-memory mode
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CNDTR6</name>
|
||
<displayName>DMA_CNDTR6</displayName>
|
||
<description>DMA channel x configuration register</description>
|
||
<addressOffset>0x70</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>NDT</name>
|
||
<description>number of data to transfer (0 to 216-1)
|
||
This field is updated by hardware when the channel is enabled:
|
||
It is decremented after each single DMA 'read followed by writeâ transfer, indicating the remaining amount of data items to transfer.
|
||
It is kept at zero when the programmed amount of data to transfer is reached, if the channel is not in circular mode (CIRC=0 in the DMA_CCRx register).
|
||
It is reloaded automatically by the previously programmed value, when the transfer is complete, if the channel is in circular mode (CIRC=1).
|
||
If this field is zero, no transfer can be served whatever the channel status (enabled or not).
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CPAR6</name>
|
||
<displayName>DMA_CPAR6</displayName>
|
||
<description>DMA channel x peripheral address register</description>
|
||
<addressOffset>0x74</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>PA</name>
|
||
<description>peripheral address
|
||
It contains the base address of the peripheral data register from/to which the data will be read/written.
|
||
When PSIZE[1:0]=01 (16 bits), bit 0 of PA[31:0] is ignored. Access is automatically aligned to a half-word address.
|
||
When PSIZE=10 (32 bits), bits 1 and 0 of PA[31:0] are ignored. Access is automatically aligned to a word address.
|
||
In memory-to-memory mode, this register identifies the memory destination address if DIR=1 and the memory source address if DIR=0.
|
||
In peripheral-to-peripheral mode, this register identifies the peripheral destination address DIR=1 and the peripheral source address if DIR=0.
|
||
Note: this register is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CMAR6</name>
|
||
<displayName>DMA_CMAR6</displayName>
|
||
<description>DMA channel x memory address register</description>
|
||
<addressOffset>0x78</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>MA</name>
|
||
<description>peripheral address
|
||
It contains the base address of the memory from/to which the data will be read/written.
|
||
When MSIZE[1:0]=01 (16 bits), bit 0 of MA[31:0] is ignored. Access is automatically aligned to a half-word address.
|
||
When MSIZE=10 (32 bits), bits 1 and 0 of MA[31:0] are ignored. Access is automatically aligned to a word address.
|
||
In memory-to-memory mode, this register identifies the memory source address if DIR=1 and the memory destination address if DIR=0.
|
||
In peripheral-to-peripheral mode, this register identifies the peripheral source address DIR=1 and the peripheral destination address if DIR=0.
|
||
Note: this register is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CCR7</name>
|
||
<displayName>DMA_CCR7</displayName>
|
||
<description>DMA channel 7 configuration register</description>
|
||
<addressOffset>0x80</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>EN</name>
|
||
<description>channel enable
|
||
When a channel transfer error occurs, this bit is cleared by hardware. It can not be set again by software (channel x re-activated) until the TEIFx bit of the DMA_ISR register is cleared (by setting the CTEIFx bit of the DMA_IFCR register).
|
||
Note: this bit is set and cleared by software.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TCIE</name>
|
||
<description>transfer complete interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HTIE</name>
|
||
<description>half transfer interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TEIE</name>
|
||
<description>transfer error interrupt enable
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>DIR</name>
|
||
<description>data transfer direction
|
||
This bit must be set only in memory-to-peripheral and peripheral-to-memory modes.
|
||
Source attributes are defined by PSIZE and PINC, plus the DMA_CPARx register. This is still valid in a memory-to-memory mode.
|
||
Destination attributes are defined by MSIZE and MINC, plus the DMA_CMARx register. This is still valid in a peripheral-to-peripheral mode.
|
||
Destination attributes are defined by PSIZE and PINC, plus the DMA_CPARx register. This is still valid in a memory-to-memory mode.
|
||
Source attributes are defined by MSIZE and MINC, plus the DMA_CMARx register. This is still valid in a peripheral-to-peripheral mode.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>read from peripheral</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>read from memory</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>CIRC</name>
|
||
<description>circular mode
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PINC</name>
|
||
<description>peripheral increment mode
|
||
Defines the increment mode for each DMA transfer to the identified peripheral.
|
||
n memory-to-memory mode, this field identifies the memory destination if DIR=1 and the memory source if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral destination if DIR=1 and the peripheral source if DIR=0.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MINC</name>
|
||
<description>memory increment mode
|
||
Defines the increment mode for each DMA transfer to the identified memory.
|
||
In memory-to-memory mode, this field identifies the memory source if DIR=1 and the memory destination if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral source if DIR=1 and the peripheral destination if DIR=0.
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PSIZE</name>
|
||
<description>peripheral size
|
||
Defines the data size of each DMA transfer to the identified peripheral.
|
||
In memory-to-memory mode, this field identifies the memory destination if DIR=1 and the memory source if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral destination if DIR=1 and the peripheral source if DIR=0.
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>8 bits</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>16 bits</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>32 bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MSIZE</name>
|
||
<description>memory size
|
||
Defines the data size of each DMA transfer to the identified memory.
|
||
In memory-to-memory mode, this field identifies the memory source if DIR=1 and the memory destination if DIR=0.
|
||
In peripheral-to-peripheral mode, this field identifies the peripheral source if DIR=1 and the peripheral destination if DIR=0.
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>8 bits</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>16 bits</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>32 bits</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>PL</name>
|
||
<description>priority level
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>low</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>medium</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>high</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>very high</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MEM2MEM</name>
|
||
<description>memory-to-memory mode
|
||
Note: this bit is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CNDTR7</name>
|
||
<displayName>DMA_CNDTR7</displayName>
|
||
<description>DMA channel x configuration register</description>
|
||
<addressOffset>0x84</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>NDT</name>
|
||
<description>number of data to transfer (0 to 216-1)
|
||
This field is updated by hardware when the channel is enabled:
|
||
It is decremented after each single DMA 'read followed by writeâ transfer, indicating the remaining amount of data items to transfer.
|
||
It is kept at zero when the programmed amount of data to transfer is reached, if the channel is not in circular mode (CIRC=0 in the DMA_CCRx register).
|
||
It is reloaded automatically by the previously programmed value, when the transfer is complete, if the channel is in circular mode (CIRC=1).
|
||
If this field is zero, no transfer can be served whatever the channel status (enabled or not).
|
||
Note: this field is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CPAR7</name>
|
||
<displayName>DMA_CPAR7</displayName>
|
||
<description>DMA channel x peripheral address register</description>
|
||
<addressOffset>0x88</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>PA</name>
|
||
<description>peripheral address
|
||
It contains the base address of the peripheral data register from/to which the data will be read/written.
|
||
When PSIZE[1:0]=01 (16 bits), bit 0 of PA[31:0] is ignored. Access is automatically aligned to a half-word address.
|
||
When PSIZE=10 (32 bits), bits 1 and 0 of PA[31:0] are ignored. Access is automatically aligned to a word address.
|
||
In memory-to-memory mode, this register identifies the memory destination address if DIR=1 and the memory source address if DIR=0.
|
||
In peripheral-to-peripheral mode, this register identifies the peripheral destination address DIR=1 and the peripheral source address if DIR=0.
|
||
Note: this register is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMA_CMAR7</name>
|
||
<displayName>DMA_CMAR7</displayName>
|
||
<description>DMA channel x memory address register</description>
|
||
<addressOffset>0x8c</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>MA</name>
|
||
<description>peripheral address
|
||
It contains the base address of the memory from/to which the data will be read/written.
|
||
When MSIZE[1:0]=01 (16 bits), bit 0 of MA[31:0] is ignored. Access is automatically aligned to a half-word address.
|
||
When MSIZE=10 (32 bits), bits 1 and 0 of MA[31:0] are ignored. Access is automatically aligned to a word address.
|
||
In memory-to-memory mode, this register identifies the memory source address if DIR=1 and the memory destination address if DIR=0.
|
||
In peripheral-to-peripheral mode, this register identifies the peripheral source address DIR=1 and the peripheral destination address if DIR=0.
|
||
Note: this register is set and cleared by software.
|
||
It must not be written when the channel is enabled (EN = 1).
|
||
It is not read-only when the channel is enabled (EN=1).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>DMAMUX</name>
|
||
<description>DMAMUX</description>
|
||
<groupName>DMAMUX</groupName>
|
||
<baseAddress>0x40020800</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>DMA_Channel4_5_6_7</name>
|
||
<description>DMA channel 4, 5, 6 & 7 and
|
||
DMAMUX</description>
|
||
<value>11</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>C0CR</name>
|
||
<displayName>C0CR</displayName>
|
||
<description>DMAMux - DMA request line multiplexer
|
||
channel x control register</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMAREQ_ID</name>
|
||
<description>Input DMA request line
|
||
selected</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SOIE</name>
|
||
<description>Interrupt enable at synchronization
|
||
event overrun</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EGE</name>
|
||
<description>Event generation
|
||
enable/disable</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SE</name>
|
||
<description>Synchronous operating mode
|
||
enable/disable</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPOL</name>
|
||
<description>Synchronization event type selector
|
||
Defines the synchronization event on the selected
|
||
synchronization input:</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NBREQ</name>
|
||
<description>Number of DMA requests to forward
|
||
Defines the number of DMA requests forwarded before
|
||
output event is generated. In synchronous mode, it
|
||
also defines the number of DMA requests to forward
|
||
after a synchronization event, then stop forwarding.
|
||
The actual number of DMA requests forwarded is
|
||
NBREQ+1. Note: This field can only be written when
|
||
both SE and EGE bits are reset.</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SYNC_ID</name>
|
||
<description>Synchronization input
|
||
selected</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>C1CR</name>
|
||
<displayName>C1CR</displayName>
|
||
<description>DMAMux - DMA request line multiplexer
|
||
channel x control register</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMAREQ_ID</name>
|
||
<description>Input DMA request line
|
||
selected</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SOIE</name>
|
||
<description>Interrupt enable at synchronization
|
||
event overrun</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EGE</name>
|
||
<description>Event generation
|
||
enable/disable</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SE</name>
|
||
<description>Synchronous operating mode
|
||
enable/disable</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPOL</name>
|
||
<description>Synchronization event type selector
|
||
Defines the synchronization event on the selected
|
||
synchronization input:</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NBREQ</name>
|
||
<description>Number of DMA requests to forward
|
||
Defines the number of DMA requests forwarded before
|
||
output event is generated. In synchronous mode, it
|
||
also defines the number of DMA requests to forward
|
||
after a synchronization event, then stop forwarding.
|
||
The actual number of DMA requests forwarded is
|
||
NBREQ+1. Note: This field can only be written when
|
||
both SE and EGE bits are reset.</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SYNC_ID</name>
|
||
<description>Synchronization input
|
||
selected</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>C2CR</name>
|
||
<displayName>C2CR</displayName>
|
||
<description>DMAMux - DMA request line multiplexer
|
||
channel x control register</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMAREQ_ID</name>
|
||
<description>Input DMA request line
|
||
selected</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SOIE</name>
|
||
<description>Interrupt enable at synchronization
|
||
event overrun</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EGE</name>
|
||
<description>Event generation
|
||
enable/disable</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SE</name>
|
||
<description>Synchronous operating mode
|
||
enable/disable</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPOL</name>
|
||
<description>Synchronization event type selector
|
||
Defines the synchronization event on the selected
|
||
synchronization input:</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NBREQ</name>
|
||
<description>Number of DMA requests to forward
|
||
Defines the number of DMA requests forwarded before
|
||
output event is generated. In synchronous mode, it
|
||
also defines the number of DMA requests to forward
|
||
after a synchronization event, then stop forwarding.
|
||
The actual number of DMA requests forwarded is
|
||
NBREQ+1. Note: This field can only be written when
|
||
both SE and EGE bits are reset.</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SYNC_ID</name>
|
||
<description>Synchronization input
|
||
selected</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>C3CR</name>
|
||
<displayName>C3CR</displayName>
|
||
<description>DMAMux - DMA request line multiplexer
|
||
channel x control register</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMAREQ_ID</name>
|
||
<description>Input DMA request line
|
||
selected</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SOIE</name>
|
||
<description>Interrupt enable at synchronization
|
||
event overrun</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EGE</name>
|
||
<description>Event generation
|
||
enable/disable</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SE</name>
|
||
<description>Synchronous operating mode
|
||
enable/disable</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPOL</name>
|
||
<description>Synchronization event type selector
|
||
Defines the synchronization event on the selected
|
||
synchronization input:</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NBREQ</name>
|
||
<description>Number of DMA requests to forward
|
||
Defines the number of DMA requests forwarded before
|
||
output event is generated. In synchronous mode, it
|
||
also defines the number of DMA requests to forward
|
||
after a synchronization event, then stop forwarding.
|
||
The actual number of DMA requests forwarded is
|
||
NBREQ+1. Note: This field can only be written when
|
||
both SE and EGE bits are reset.</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SYNC_ID</name>
|
||
<description>Synchronization input
|
||
selected</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>C4CR</name>
|
||
<displayName>C4CR</displayName>
|
||
<description>DMAMux - DMA request line multiplexer
|
||
channel x control register</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMAREQ_ID</name>
|
||
<description>Input DMA request line
|
||
selected</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SOIE</name>
|
||
<description>Interrupt enable at synchronization
|
||
event overrun</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EGE</name>
|
||
<description>Event generation
|
||
enable/disable</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SE</name>
|
||
<description>Synchronous operating mode
|
||
enable/disable</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPOL</name>
|
||
<description>Synchronization event type selector
|
||
Defines the synchronization event on the selected
|
||
synchronization input:</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NBREQ</name>
|
||
<description>Number of DMA requests to forward
|
||
Defines the number of DMA requests forwarded before
|
||
output event is generated. In synchronous mode, it
|
||
also defines the number of DMA requests to forward
|
||
after a synchronization event, then stop forwarding.
|
||
The actual number of DMA requests forwarded is
|
||
NBREQ+1. Note: This field can only be written when
|
||
both SE and EGE bits are reset.</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SYNC_ID</name>
|
||
<description>Synchronization input
|
||
selected</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>C5CR</name>
|
||
<displayName>C5CR</displayName>
|
||
<description>DMAMux - DMA request line multiplexer
|
||
channel x control register</description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMAREQ_ID</name>
|
||
<description>Input DMA request line
|
||
selected</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SOIE</name>
|
||
<description>Interrupt enable at synchronization
|
||
event overrun</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EGE</name>
|
||
<description>Event generation
|
||
enable/disable</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SE</name>
|
||
<description>Synchronous operating mode
|
||
enable/disable</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPOL</name>
|
||
<description>Synchronization event type selector
|
||
Defines the synchronization event on the selected
|
||
synchronization input:</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NBREQ</name>
|
||
<description>Number of DMA requests to forward
|
||
Defines the number of DMA requests forwarded before
|
||
output event is generated. In synchronous mode, it
|
||
also defines the number of DMA requests to forward
|
||
after a synchronization event, then stop forwarding.
|
||
The actual number of DMA requests forwarded is
|
||
NBREQ+1. Note: This field can only be written when
|
||
both SE and EGE bits are reset.</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SYNC_ID</name>
|
||
<description>Synchronization input
|
||
selected</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>C6CR</name>
|
||
<displayName>C6CR</displayName>
|
||
<description>DMAMux - DMA request line multiplexer
|
||
channel x control register</description>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMAREQ_ID</name>
|
||
<description>Input DMA request line
|
||
selected</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SOIE</name>
|
||
<description>Interrupt enable at synchronization
|
||
event overrun</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EGE</name>
|
||
<description>Event generation
|
||
enable/disable</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SE</name>
|
||
<description>Synchronous operating mode
|
||
enable/disable</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPOL</name>
|
||
<description>Synchronization event type selector
|
||
Defines the synchronization event on the selected
|
||
synchronization input:</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NBREQ</name>
|
||
<description>Number of DMA requests to forward
|
||
Defines the number of DMA requests forwarded before
|
||
output event is generated. In synchronous mode, it
|
||
also defines the number of DMA requests to forward
|
||
after a synchronization event, then stop forwarding.
|
||
The actual number of DMA requests forwarded is
|
||
NBREQ+1. Note: This field can only be written when
|
||
both SE and EGE bits are reset.</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SYNC_ID</name>
|
||
<description>Synchronization input
|
||
selected</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RG0CR</name>
|
||
<displayName>RG0CR</displayName>
|
||
<description>DMAMux - DMA request generator channel x
|
||
control register</description>
|
||
<addressOffset>0x100</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>SIG_ID</name>
|
||
<description>DMA request trigger input
|
||
selected</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OIE</name>
|
||
<description>Interrupt enable at trigger event
|
||
overrun</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GE</name>
|
||
<description>DMA request generator channel
|
||
enable/disable</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPOL</name>
|
||
<description>DMA request generator trigger event type
|
||
selection Defines the trigger event on the selected
|
||
DMA request trigger input</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GNBREQ</name>
|
||
<description>Number of DMA requests to generate
|
||
Defines the number of DMA requests generated after a
|
||
trigger event, then stop generating. The actual
|
||
number of generated DMA requests is GNBREQ+1. Note:
|
||
This field can only be written when GE bit is
|
||
reset.</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RG1CR</name>
|
||
<displayName>RG1CR</displayName>
|
||
<description>DMAMux - DMA request generator channel x
|
||
control register</description>
|
||
<addressOffset>0x104</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>SIG_ID</name>
|
||
<description>DMA request trigger input
|
||
selected</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OIE</name>
|
||
<description>Interrupt enable at trigger event
|
||
overrun</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GE</name>
|
||
<description>DMA request generator channel
|
||
enable/disable</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPOL</name>
|
||
<description>DMA request generator trigger event type
|
||
selection Defines the trigger event on the selected
|
||
DMA request trigger input</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GNBREQ</name>
|
||
<description>Number of DMA requests to generate
|
||
Defines the number of DMA requests generated after a
|
||
trigger event, then stop generating. The actual
|
||
number of generated DMA requests is GNBREQ+1. Note:
|
||
This field can only be written when GE bit is
|
||
reset.</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RG2CR</name>
|
||
<displayName>RG2CR</displayName>
|
||
<description>DMAMux - DMA request generator channel x
|
||
control register</description>
|
||
<addressOffset>0x108</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>SIG_ID</name>
|
||
<description>DMA request trigger input
|
||
selected</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OIE</name>
|
||
<description>Interrupt enable at trigger event
|
||
overrun</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GE</name>
|
||
<description>DMA request generator channel
|
||
enable/disable</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPOL</name>
|
||
<description>DMA request generator trigger event type
|
||
selection Defines the trigger event on the selected
|
||
DMA request trigger input</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GNBREQ</name>
|
||
<description>Number of DMA requests to generate
|
||
Defines the number of DMA requests generated after a
|
||
trigger event, then stop generating. The actual
|
||
number of generated DMA requests is GNBREQ+1. Note:
|
||
This field can only be written when GE bit is
|
||
reset.</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RG3CR</name>
|
||
<displayName>RG3CR</displayName>
|
||
<description>DMAMux - DMA request generator channel x
|
||
control register</description>
|
||
<addressOffset>0x10C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>SIG_ID</name>
|
||
<description>DMA request trigger input
|
||
selected</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OIE</name>
|
||
<description>Interrupt enable at trigger event
|
||
overrun</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GE</name>
|
||
<description>DMA request generator channel
|
||
enable/disable</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GPOL</name>
|
||
<description>DMA request generator trigger event type
|
||
selection Defines the trigger event on the selected
|
||
DMA request trigger input</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GNBREQ</name>
|
||
<description>Number of DMA requests to generate
|
||
Defines the number of DMA requests generated after a
|
||
trigger event, then stop generating. The actual
|
||
number of generated DMA requests is GNBREQ+1. Note:
|
||
This field can only be written when GE bit is
|
||
reset.</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RGSR</name>
|
||
<displayName>RGSR</displayName>
|
||
<description>DMAMux - DMA request generator status
|
||
register</description>
|
||
<addressOffset>0x140</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>OF</name>
|
||
<description>Trigger event overrun flag The flag is
|
||
set when a trigger event occurs on DMA request
|
||
generator channel x, while the DMA request generator
|
||
counter value is lower than GNBREQ. The flag is
|
||
cleared by writing 1 to the corresponding COFx bit in
|
||
DMAMUX_RGCFR register.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RGCFR</name>
|
||
<displayName>RGCFR</displayName>
|
||
<description>DMAMux - DMA request generator clear flag
|
||
register</description>
|
||
<addressOffset>0x144</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>COF</name>
|
||
<description>Clear trigger event overrun flag Upon
|
||
setting, this bit clears the corresponding overrun
|
||
flag OFx in the DMAMUX_RGCSR register.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>GPIOA</name>
|
||
<description>General-purpose I/Os</description>
|
||
<groupName>GPIO</groupName>
|
||
<baseAddress>0x50000000</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<registers>
|
||
<register>
|
||
<name>MODER</name>
|
||
<displayName>MODER</displayName>
|
||
<description>GPIO port mode register</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0xEBFFFFFF</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>MODER15</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER14</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER13</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER12</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER11</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER10</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER9</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER8</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER7</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER6</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER5</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER4</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER3</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER2</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER1</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER0</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>OTYPER</name>
|
||
<displayName>OTYPER</displayName>
|
||
<description>GPIO port output type register</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>OT15</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT14</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT13</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT12</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT11</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT10</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT9</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT8</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT7</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT6</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT5</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT4</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT3</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT2</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT1</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT0</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>OSPEEDR</name>
|
||
<displayName>OSPEEDR</displayName>
|
||
<description>GPIO port output speed
|
||
register</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0C000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>OSPEEDR15</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR14</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR13</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR12</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR11</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR10</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR9</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR8</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR7</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR6</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR5</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR4</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR3</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR2</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR1</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR0</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PUPDR</name>
|
||
<displayName>PUPDR</displayName>
|
||
<description>GPIO port pull-up/pull-down
|
||
register</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x24000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PUPDR15</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR14</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR13</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR12</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR11</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR10</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR9</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR8</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR7</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR6</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR5</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR4</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR3</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR2</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR1</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR0</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>IDR</name>
|
||
<displayName>IDR</displayName>
|
||
<description>GPIO port input data register</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>IDR15</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR14</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR13</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR12</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR11</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR10</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR9</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR8</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR7</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR6</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR5</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR4</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR3</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR2</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR1</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR0</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ODR</name>
|
||
<displayName>ODR</displayName>
|
||
<description>GPIO port output data register</description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>ODR15</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR14</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR13</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR12</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR11</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR10</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR9</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR8</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR7</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR6</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR5</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR4</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR3</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR2</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR1</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR0</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>BSRR</name>
|
||
<displayName>BSRR</displayName>
|
||
<description>GPIO port bit set/reset
|
||
register</description>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>BR15</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR14</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR13</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>29</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR12</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR11</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>27</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR10</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR9</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR8</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR7</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR6</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR5</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR4</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR3</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR2</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR1</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR0</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS15</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS14</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS13</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS12</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS11</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS10</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS9</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS8</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS7</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS6</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS5</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS4</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS3</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS2</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS1</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS0</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>LCKR</name>
|
||
<displayName>LCKR</displayName>
|
||
<description>GPIO port configuration lock
|
||
register</description>
|
||
<addressOffset>0x1C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>LCKK</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK15</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK14</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK13</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK12</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK11</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK10</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK9</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK8</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK7</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK6</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK5</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK4</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK3</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK2</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK1</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK0</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>AFRL</name>
|
||
<displayName>AFRL</displayName>
|
||
<description>GPIO alternate function low
|
||
register</description>
|
||
<addressOffset>0x20</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>AFSEL7</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL6</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL5</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL4</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL3</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL2</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL1</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL0</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>AFRH</name>
|
||
<displayName>AFRH</displayName>
|
||
<description>GPIO alternate function high
|
||
register</description>
|
||
<addressOffset>0x24</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>AFSEL15</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL14</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL13</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL12</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL11</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL10</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL9</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL8</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>BRR</name>
|
||
<displayName>BRR</displayName>
|
||
<description>port bit reset register</description>
|
||
<addressOffset>0x28</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>BR0</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR1</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR2</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR3</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR4</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR5</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR6</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR7</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR8</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR9</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR10</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR11</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR12</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR13</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR14</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR15</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>GPIOB</name>
|
||
<description>General-purpose I/Os</description>
|
||
<groupName>GPIO</groupName>
|
||
<baseAddress>0x50000400</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<registers>
|
||
<register>
|
||
<name>MODER</name>
|
||
<displayName>MODER</displayName>
|
||
<description>GPIO port mode register</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0xFFFFFFFF</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>MODER15</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER14</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER13</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER12</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER11</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER10</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER9</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER8</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER7</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER6</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER5</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER4</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER3</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER2</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER1</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MODER0</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>OTYPER</name>
|
||
<displayName>OTYPER</displayName>
|
||
<description>GPIO port output type register</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>OT15</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT14</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT13</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT12</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT11</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT10</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT9</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT8</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT7</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT6</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT5</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT4</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT3</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT2</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT1</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OT0</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>OSPEEDR</name>
|
||
<displayName>OSPEEDR</displayName>
|
||
<description>GPIO port output speed
|
||
register</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>OSPEEDR15</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR14</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR13</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR12</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR11</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR10</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR9</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR8</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR7</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR6</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR5</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR4</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR3</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR2</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR1</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSPEEDR0</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PUPDR</name>
|
||
<displayName>PUPDR</displayName>
|
||
<description>GPIO port pull-up/pull-down
|
||
register</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PUPDR15</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR14</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR13</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR12</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR11</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR10</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR9</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR8</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR7</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR6</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR5</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR4</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR3</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR2</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR1</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PUPDR0</name>
|
||
<description>Port x configuration bits (y =
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>IDR</name>
|
||
<displayName>IDR</displayName>
|
||
<description>GPIO port input data register</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>IDR15</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR14</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR13</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR12</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR11</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR10</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR9</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR8</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR7</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR6</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR5</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR4</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR3</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR2</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR1</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDR0</name>
|
||
<description>Port input data (y =
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ODR</name>
|
||
<displayName>ODR</displayName>
|
||
<description>GPIO port output data register</description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>ODR15</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR14</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR13</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR12</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR11</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR10</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR9</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR8</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR7</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR6</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR5</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR4</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR3</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR2</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR1</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODR0</name>
|
||
<description>Port output data (y =
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>BSRR</name>
|
||
<displayName>BSRR</displayName>
|
||
<description>GPIO port bit set/reset
|
||
register</description>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>BR15</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR14</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR13</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>29</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR12</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR11</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>27</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR10</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR9</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR8</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR7</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR6</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR5</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR4</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR3</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR2</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR1</name>
|
||
<description>Port x reset bit y (y =
|
||
0..15)</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR0</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS15</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS14</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS13</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS12</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS11</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS10</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS9</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS8</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS7</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS6</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS5</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS4</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS3</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS2</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS1</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BS0</name>
|
||
<description>Port x set bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>LCKR</name>
|
||
<displayName>LCKR</displayName>
|
||
<description>GPIO port configuration lock
|
||
register</description>
|
||
<addressOffset>0x1C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>LCKK</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK15</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK14</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK13</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK12</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK11</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK10</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK9</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK8</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK7</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK6</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK5</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK4</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK3</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK2</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK1</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LCK0</name>
|
||
<description>Port x lock bit y (y=
|
||
0..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>AFRL</name>
|
||
<displayName>AFRL</displayName>
|
||
<description>GPIO alternate function low
|
||
register</description>
|
||
<addressOffset>0x20</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>AFSEL7</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL6</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL5</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL4</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL3</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL2</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL1</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL0</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 0..7)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>AFRH</name>
|
||
<displayName>AFRH</displayName>
|
||
<description>GPIO alternate function high
|
||
register</description>
|
||
<addressOffset>0x24</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>AFSEL15</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL14</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL13</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL12</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL11</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL10</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL9</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AFSEL8</name>
|
||
<description>Alternate function selection for port x
|
||
bit y (y = 8..15)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>BRR</name>
|
||
<displayName>BRR</displayName>
|
||
<description>port bit reset register</description>
|
||
<addressOffset>0x28</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>BR0</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR1</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR2</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR3</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR4</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR5</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR6</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR7</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR8</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR9</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR10</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR11</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR12</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR13</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR14</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR15</name>
|
||
<description>Port Reset bit</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral derivedFrom="GPIOB">
|
||
<name>GPIOC</name>
|
||
<baseAddress>0x50000800</baseAddress>
|
||
</peripheral>
|
||
<peripheral derivedFrom="GPIOB">
|
||
<name>GPIOD</name>
|
||
<baseAddress>0x50000C00</baseAddress>
|
||
</peripheral>
|
||
<peripheral derivedFrom="GPIOB">
|
||
<name>GPIOF</name>
|
||
<baseAddress>0x50001400</baseAddress>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>CRC</name>
|
||
<description>Cyclic redundancy check calculation
|
||
unit</description>
|
||
<groupName>CRC</groupName>
|
||
<baseAddress>0x40023000</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>CEC</name>
|
||
<description>CEC global interrupt</description>
|
||
<value>30</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>DR</name>
|
||
<displayName>DR</displayName>
|
||
<description>Data register</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0xFFFFFFFF</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DR</name>
|
||
<description>Data register bits</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>IDR</name>
|
||
<displayName>IDR</displayName>
|
||
<description>Independent data register</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>IDR</name>
|
||
<description>General-purpose 32-bit data register
|
||
bits</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CR</name>
|
||
<displayName>CR</displayName>
|
||
<description>Control register</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>REV_OUT</name>
|
||
<description>Reverse output data</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>REV_IN</name>
|
||
<description>Reverse input data</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>POLYSIZE</name>
|
||
<description>Polynomial size</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>RESET</name>
|
||
<description>RESET bit</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>INIT</name>
|
||
<displayName>INIT</displayName>
|
||
<description>Initial CRC value</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0xFFFFFFFF</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CRC_INIT</name>
|
||
<description>Programmable initial CRC
|
||
value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>POL</name>
|
||
<displayName>POL</displayName>
|
||
<description>polynomial</description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x04C11DB7</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>POL</name>
|
||
<description>Programmable polynomial</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>EXTI</name>
|
||
<description>External interrupt/event
|
||
controller</description>
|
||
<groupName>EXTI</groupName>
|
||
<baseAddress>0x40021800</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>EXTI0_1</name>
|
||
<description>EXTI line 0 and 1 interrupt</description>
|
||
<value>5</value>
|
||
</interrupt>
|
||
<interrupt>
|
||
<name>EXTI2_3</name>
|
||
<description>EXTI line 2 and 3 interrupt</description>
|
||
<value>6</value>
|
||
</interrupt>
|
||
<interrupt>
|
||
<name>EXTI4_15</name>
|
||
<description>EXTI line 4 to 15 interrupt</description>
|
||
<value>7</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>RTSR1</name>
|
||
<displayName>RTSR1</displayName>
|
||
<description>EXTI rising trigger selection
|
||
register</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>RT0</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RT1</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RT2</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RT3</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RT4</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RT5</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RT6</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RT7</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RT8</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RT9</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RT10</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RT11</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RT12</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RT13</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RT14</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RT15</name>
|
||
<description>Rising trigger event configuration bit
|
||
of Configurable Event line</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>FTSR1</name>
|
||
<displayName>FTSR1</displayName>
|
||
<description>EXTI falling trigger selection
|
||
register</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>FT0</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FT1</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FT2</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FT3</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FT4</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FT5</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FT6</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FT7</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FT8</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FT9</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FT10</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FT11</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FT12</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FT13</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FT14</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FT15</name>
|
||
<description>Falling trigger event configuration bit of configurable line</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>SWIER1</name>
|
||
<displayName>SWIER1</displayName>
|
||
<description>EXTI software interrupt event
|
||
register</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>SWI0</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWI1</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWI2</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWI3</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWI4</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWI5</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWI6</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWI7</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWI8</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWI9</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWI10</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWI11</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWI12</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWI13</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWI14</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWI15</name>
|
||
<description>Software rising edge event trigger on line</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RPR1</name>
|
||
<displayName>RPR1</displayName>
|
||
<description>EXTI rising edge pending
|
||
register</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>RPIF0</name>
|
||
<description>Rising edge event pending for configurable line</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RPIF1</name>
|
||
<description>Rising edge event pending for configurable line</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RPIF2</name>
|
||
<description>Rising edge event pending for configurable line</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RPIF3</name>
|
||
<description>Rising edge event pending for configurable line</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RPIF4</name>
|
||
<description>Rising edge event pending for configurable line</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RPIF5</name>
|
||
<description>configurable event inputs x rising edge
|
||
Pending bit</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RPIF6</name>
|
||
<description>Rising edge event pending for configurable line</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RPIF7</name>
|
||
<description>Rising edge event pending for configurable line</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RPIF8</name>
|
||
<description>Rising edge event pending for configurable line</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RPIF9</name>
|
||
<description>Rising edge event pending for configurable line</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RPIF10</name>
|
||
<description>Rising edge event pending for configurable line</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RPIF11</name>
|
||
<description>Rising edge event pending for configurable line</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RPIF12</name>
|
||
<description>Rising edge event pending for configurable line</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RPIF13</name>
|
||
<description>Rising edge event pending for configurable line</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RPIF14</name>
|
||
<description>Rising edge event pending for configurable line</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RPIF15</name>
|
||
<description>Rising edge event pending for configurable line</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>FPR1</name>
|
||
<displayName>FPR1</displayName>
|
||
<description>EXTI falling edge pending
|
||
register</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>FPIF0</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPIF1</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPIF2</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPIF3</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPIF4</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPIF5</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPIF6</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPIF7</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPIF8</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPIF9</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPIF10</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPIF11</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPIF12</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPIF13</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPIF14</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FPIF15</name>
|
||
<description>Falling edge event pending for configurable line</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>EXTICR1</name>
|
||
<displayName>EXTICR1</displayName>
|
||
<description>EXTI external interrupt selection
|
||
register</description>
|
||
<addressOffset>0x60</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>EXTI0_7</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI8_15</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI16_23</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI24_31</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>EXTICR2</name>
|
||
<displayName>EXTICR2</displayName>
|
||
<description>EXTI external interrupt selection
|
||
register</description>
|
||
<addressOffset>0x64</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>EXTI0_7</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI8_15</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI16_23</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI24_31</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>EXTICR3</name>
|
||
<displayName>EXTICR3</displayName>
|
||
<description>EXTI external interrupt selection
|
||
register</description>
|
||
<addressOffset>0x68</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>EXTI0_7</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI8_15</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI16_23</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI24_31</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>EXTICR4</name>
|
||
<displayName>EXTICR4</displayName>
|
||
<description>EXTI external interrupt selection
|
||
register</description>
|
||
<addressOffset>0x6C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>EXTI0_7</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI8_15</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI16_23</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI24_31</name>
|
||
<description>GPIO port selection</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>IMR1</name>
|
||
<displayName>IMR1</displayName>
|
||
<description>EXTI CPU wakeup with interrupt mask
|
||
register</description>
|
||
<addressOffset>0x80</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0xFFF80000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>IM0</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM1</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM2</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM3</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM4</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM5</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM6</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM7</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM8</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM9</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM10</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM11</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM12</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM13</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM14</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM15</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM19</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM21</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM22</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM23</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM24</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM25</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM26</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IM31</name>
|
||
<description>CPU wakeup with interrupt mask on event
|
||
input</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>EMR1</name>
|
||
<displayName>EMR1</displayName>
|
||
<description>EXTI CPU wakeup with event mask
|
||
register</description>
|
||
<alternateRegister>IMR1</alternateRegister>
|
||
<addressOffset>0x84</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>EM0</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM1</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM2</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM3</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM4</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM5</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM6</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM7</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM8</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM9</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM10</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM11</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM12</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM13</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM14</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM15</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM19</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM21</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM23</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM25</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM26</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EM31</name>
|
||
<description>CPU wakeup with event mask on event
|
||
input</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>TIM16</name>
|
||
<description>General purpose timers</description>
|
||
<groupName>TIM</groupName>
|
||
<baseAddress>0x40014400</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>TIM16</name>
|
||
<description>TIM16 global interrupt</description>
|
||
<value>21</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>CR1</name>
|
||
<displayName>CR1</displayName>
|
||
<description>control register 1</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CEN</name>
|
||
<description>Counter enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UDIS</name>
|
||
<description>Update disable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>URS</name>
|
||
<description>Update request source</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OPM</name>
|
||
<description>One-pulse mode</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ARPE</name>
|
||
<description>Auto-reload preload enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CKD</name>
|
||
<description>Clock division</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UIFREMAP</name>
|
||
<description>UIF status bit remapping</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CR2</name>
|
||
<displayName>CR2</displayName>
|
||
<description>control register 2</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>OIS1N</name>
|
||
<description>Output Idle state 1</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OIS1</name>
|
||
<description>Output Idle state 1</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CCDS</name>
|
||
<description>Capture/compare DMA
|
||
selection</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CCUS</name>
|
||
<description>Capture/compare control update
|
||
selection</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CCPC</name>
|
||
<description>Capture/compare preloaded
|
||
control</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DIER</name>
|
||
<displayName>DIER</displayName>
|
||
<description>DMA/Interrupt enable register</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>COMDE</name>
|
||
<description>COM DMA request enable</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1DE</name>
|
||
<description>Capture/Compare 1 DMA request
|
||
enable</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UDE</name>
|
||
<description>Update DMA request enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BIE</name>
|
||
<description>Break interrupt enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>COMIE</name>
|
||
<description>COM interrupt enable</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1IE</name>
|
||
<description>Capture/Compare 1 interrupt
|
||
enable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UIE</name>
|
||
<description>Update interrupt enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>SR</name>
|
||
<displayName>SR</displayName>
|
||
<description>status register</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CC1OF</name>
|
||
<description>Capture/Compare 1 overcapture
|
||
flag</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BIF</name>
|
||
<description>Break interrupt flag</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>COMIF</name>
|
||
<description>COM interrupt flag</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1IF</name>
|
||
<description>Capture/compare 1 interrupt
|
||
flag</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UIF</name>
|
||
<description>Update interrupt flag</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>EGR</name>
|
||
<displayName>EGR</displayName>
|
||
<description>event generation register</description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>BG</name>
|
||
<description>Break generation</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>COMG</name>
|
||
<description>Capture/Compare control update
|
||
generation</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1G</name>
|
||
<description>Capture/compare 1
|
||
generation</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UG</name>
|
||
<description>Update generation</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCMR1_Output</name>
|
||
<displayName>CCMR1_Output</displayName>
|
||
<description>capture/compare mode register (output
|
||
mode)</description>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>OC1M_2</name>
|
||
<description>Output Compare 1 mode</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1M</name>
|
||
<description>Output Compare 1 mode</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1PE</name>
|
||
<description>Output Compare 1 preload
|
||
enable</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1FE</name>
|
||
<description>Output Compare 1 fast
|
||
enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1S</name>
|
||
<description>Capture/Compare 1
|
||
selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCMR1_Input</name>
|
||
<displayName>CCMR1_Input</displayName>
|
||
<description>capture/compare mode register 1 (input
|
||
mode)</description>
|
||
<alternateRegister>CCMR1_Output</alternateRegister>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>IC1F</name>
|
||
<description>Input capture 1 filter</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IC1PSC</name>
|
||
<description>Input capture 1 prescaler</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1S</name>
|
||
<description>Capture/Compare 1
|
||
selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCER</name>
|
||
<displayName>CCER</displayName>
|
||
<description>capture/compare enable
|
||
register</description>
|
||
<addressOffset>0x20</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CC1NP</name>
|
||
<description>Capture/Compare 1 output
|
||
Polarity</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1NE</name>
|
||
<description>Capture/Compare 1 complementary output
|
||
enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1P</name>
|
||
<description>Capture/Compare 1 output
|
||
Polarity</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1E</name>
|
||
<description>Capture/Compare 1 output
|
||
enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CNT</name>
|
||
<displayName>CNT</displayName>
|
||
<description>counter</description>
|
||
<addressOffset>0x24</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CNT</name>
|
||
<description>counter value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>UIFCPY</name>
|
||
<description>UIF Copy</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PSC</name>
|
||
<displayName>PSC</displayName>
|
||
<description>prescaler</description>
|
||
<addressOffset>0x28</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PSC</name>
|
||
<description>Prescaler value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ARR</name>
|
||
<displayName>ARR</displayName>
|
||
<description>auto-reload register</description>
|
||
<addressOffset>0x2C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>ARR</name>
|
||
<description>Auto-reload value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RCR</name>
|
||
<displayName>RCR</displayName>
|
||
<description>repetition counter register</description>
|
||
<addressOffset>0x30</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>REP</name>
|
||
<description>Repetition counter value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCR1</name>
|
||
<displayName>CCR1</displayName>
|
||
<description>capture/compare register 1</description>
|
||
<addressOffset>0x34</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CCR1</name>
|
||
<description>Capture/Compare 1 value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>BDTR</name>
|
||
<displayName>BDTR</displayName>
|
||
<description>break and dead-time register</description>
|
||
<addressOffset>0x44</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DTG</name>
|
||
<description>Dead-time generator setup</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LOCK</name>
|
||
<description>Lock configuration</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSSI</name>
|
||
<description>Off-state selection for Idle
|
||
mode</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSSR</name>
|
||
<description>Off-state selection for Run
|
||
mode</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKE</name>
|
||
<description>Break enable</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKP</name>
|
||
<description>Break polarity</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AOE</name>
|
||
<description>Automatic output enable</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MOE</name>
|
||
<description>Main output enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKF</name>
|
||
<description>Break filter</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKDSRM</name>
|
||
<description>Break Disarm</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKBID</name>
|
||
<description>Break Bidirectional</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DCR</name>
|
||
<displayName>DCR</displayName>
|
||
<description>DMA control register</description>
|
||
<addressOffset>0x48</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DBL</name>
|
||
<description>DMA burst length</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBA</name>
|
||
<description>DMA base address</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMAR</name>
|
||
<displayName>DMAR</displayName>
|
||
<description>DMA address for full transfer</description>
|
||
<addressOffset>0x4C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMAB</name>
|
||
<description>DMA register for burst
|
||
accesses</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>AF1</name>
|
||
<displayName>AF1</displayName>
|
||
<description>TIM17 option register 1</description>
|
||
<addressOffset>0x60</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>BKINE</name>
|
||
<description>BRK BKIN input enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKCMP1E</name>
|
||
<description>BRK COMP1 enable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKCMP2E</name>
|
||
<description>BRK COMP2 enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKDFBK1E</name>
|
||
<description>BRK DFSDM_BREAK1 enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKINP</name>
|
||
<description>BRK BKIN input polarity</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKCMP1P</name>
|
||
<description>BRK COMP1 input polarity</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKCMP2P</name>
|
||
<description>BRK COMP2 input polarit</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TISEL</name>
|
||
<displayName>TISEL</displayName>
|
||
<description>input selection register</description>
|
||
<addressOffset>0x68</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TI1SEL</name>
|
||
<description>selects input</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral derivedFrom="TIM16">
|
||
<name>TIM17</name>
|
||
<baseAddress>0x40014800</baseAddress>
|
||
<interrupt>
|
||
<name>TIM17</name>
|
||
<description>TIM17 global interrupt</description>
|
||
<value>22</value>
|
||
</interrupt>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>USART1</name>
|
||
<description>Universal synchronous asynchronous receiver
|
||
transmitter</description>
|
||
<groupName>USART</groupName>
|
||
<baseAddress>0x40013800</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>USART1</name>
|
||
<description>USART1 global interrupt</description>
|
||
<value>27</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>CR1</name>
|
||
<displayName>CR1</displayName>
|
||
<description>Control register 1</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>RXFFIE</name>
|
||
<description>RXFIFO Full interrupt
|
||
enable</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TXFEIE</name>
|
||
<description>TXFIFO empty interrupt
|
||
enable</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FIFOEN</name>
|
||
<description>FIFO mode enable</description>
|
||
<bitOffset>29</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>M1</name>
|
||
<description>Word length</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EOBIE</name>
|
||
<description>End of Block interrupt
|
||
enable</description>
|
||
<bitOffset>27</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RTOIE</name>
|
||
<description>Receiver timeout interrupt
|
||
enable</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DEAT</name>
|
||
<description>DEAT</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DEDT</name>
|
||
<description>DEDT</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OVER8</name>
|
||
<description>Oversampling mode</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CMIE</name>
|
||
<description>Character match interrupt
|
||
enable</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MME</name>
|
||
<description>Mute mode enable</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>M0</name>
|
||
<description>Word length</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WAKE</name>
|
||
<description>Receiver wakeup method</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PCE</name>
|
||
<description>Parity control enable</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PS</name>
|
||
<description>Parity selection</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PEIE</name>
|
||
<description>PE interrupt enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TXEIE</name>
|
||
<description>interrupt enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TCIE</name>
|
||
<description>Transmission complete interrupt
|
||
enable</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RXNEIE</name>
|
||
<description>RXNE interrupt enable</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDLEIE</name>
|
||
<description>IDLE interrupt enable</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TE</name>
|
||
<description>Transmitter enable</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RE</name>
|
||
<description>Receiver enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UESM</name>
|
||
<description>USART enable in Stop mode</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UE</name>
|
||
<description>USART enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CR2</name>
|
||
<displayName>CR2</displayName>
|
||
<description>Control register 2</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>ADD4_7</name>
|
||
<description>Address of the USART node</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ADD0_3</name>
|
||
<description>Address of the USART node</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RTOEN</name>
|
||
<description>Receiver timeout enable</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ABRMOD</name>
|
||
<description>Auto baud rate mode</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ABREN</name>
|
||
<description>Auto baud rate enable</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MSBFIRST</name>
|
||
<description>Most significant bit first</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TAINV</name>
|
||
<description>Binary data inversion</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TXINV</name>
|
||
<description>TX pin active level
|
||
inversion</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RXINV</name>
|
||
<description>RX pin active level
|
||
inversion</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SWAP</name>
|
||
<description>Swap TX/RX pins</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LINEN</name>
|
||
<description>LIN mode enable</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>STOP</name>
|
||
<description>STOP bits</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CLKEN</name>
|
||
<description>Clock enable</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CPOL</name>
|
||
<description>Clock polarity</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CPHA</name>
|
||
<description>Clock phase</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LBCL</name>
|
||
<description>Last bit clock pulse</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LBDIE</name>
|
||
<description>LIN break detection interrupt
|
||
enable</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LBDL</name>
|
||
<description>LIN break detection length</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ADDM7</name>
|
||
<description>7-bit Address Detection/4-bit Address
|
||
Detection</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DIS_NSS</name>
|
||
<description>When the DSI_NSS bit is set, the NSS pin
|
||
input will be ignored</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SLVEN</name>
|
||
<description>Synchronous Slave mode
|
||
enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CR3</name>
|
||
<displayName>CR3</displayName>
|
||
<description>Control register 3</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TXFTCFG</name>
|
||
<description>TXFIFO threshold
|
||
configuration</description>
|
||
<bitOffset>29</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RXFTIE</name>
|
||
<description>RXFIFO threshold interrupt
|
||
enable</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RXFTCFG</name>
|
||
<description>Receive FIFO threshold
|
||
configuration</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TCBGTIE</name>
|
||
<description>Tr Complete before guard time, interrupt
|
||
enable</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TXFTIE</name>
|
||
<description>threshold interrupt enable</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WUFIE</name>
|
||
<description>Wakeup from Stop mode interrupt
|
||
enable</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WUS</name>
|
||
<description>Wakeup from Stop mode interrupt flag
|
||
selection</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SCARCNT</name>
|
||
<description>Smartcard auto-retry count</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DEP</name>
|
||
<description>Driver enable polarity
|
||
selection</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DEM</name>
|
||
<description>Driver enable mode</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DDRE</name>
|
||
<description>DMA Disable on Reception
|
||
Error</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OVRDIS</name>
|
||
<description>Overrun Disable</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ONEBIT</name>
|
||
<description>One sample bit method
|
||
enable</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CTSIE</name>
|
||
<description>CTS interrupt enable</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CTSE</name>
|
||
<description>CTS enable</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RTSE</name>
|
||
<description>RTS enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DMAT</name>
|
||
<description>DMA enable transmitter</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DMAR</name>
|
||
<description>DMA enable receiver</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SCEN</name>
|
||
<description>Smartcard mode enable</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NACK</name>
|
||
<description>Smartcard NACK enable</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>HDSEL</name>
|
||
<description>Half-duplex selection</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IRLP</name>
|
||
<description>Ir low-power</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IREN</name>
|
||
<description>Ir mode enable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EIE</name>
|
||
<description>Error interrupt enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>BRR</name>
|
||
<displayName>BRR</displayName>
|
||
<description>Baud rate register</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>BRR_4_15</name>
|
||
<description>BRR_4_15</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>12</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BRR_0_3</name>
|
||
<description>BRR_0_3</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>GTPR</name>
|
||
<displayName>GTPR</displayName>
|
||
<description>Guard time and prescaler
|
||
register</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>GT</name>
|
||
<description>Guard time value</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PSC</name>
|
||
<description>Prescaler value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTOR</name>
|
||
<displayName>RTOR</displayName>
|
||
<description>Receiver timeout register</description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>BLEN</name>
|
||
<description>Block Length</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RTO</name>
|
||
<description>Receiver timeout value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>24</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RQR</name>
|
||
<displayName>RQR</displayName>
|
||
<description>Request register</description>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TXFRQ</name>
|
||
<description>Transmit data flush
|
||
request</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RXFRQ</name>
|
||
<description>Receive data flush request</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MMRQ</name>
|
||
<description>Mute mode request</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SBKRQ</name>
|
||
<description>Send break request</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ABRRQ</name>
|
||
<description>Auto baud rate request</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ISR</name>
|
||
<displayName>ISR</displayName>
|
||
<description>Interrupt & status
|
||
register</description>
|
||
<addressOffset>0x1C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00C0</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TXFT</name>
|
||
<description>TXFIFO threshold flag</description>
|
||
<bitOffset>27</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RXFT</name>
|
||
<description>RXFIFO threshold flag</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TCBGT</name>
|
||
<description>Transmission complete before guard time
|
||
flag</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RXFF</name>
|
||
<description>RXFIFO Full</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TXFE</name>
|
||
<description>TXFIFO Empty</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>REACK</name>
|
||
<description>REACK</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TEACK</name>
|
||
<description>TEACK</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WUF</name>
|
||
<description>WUF</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RWU</name>
|
||
<description>RWU</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SBKF</name>
|
||
<description>SBKF</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CMF</name>
|
||
<description>CMF</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BUSY</name>
|
||
<description>BUSY</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ABRF</name>
|
||
<description>ABRF</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ABRE</name>
|
||
<description>ABRE</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UDR</name>
|
||
<description>SPI slave underrun error
|
||
flag</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EOBF</name>
|
||
<description>EOBF</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RTOF</name>
|
||
<description>RTOF</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CTS</name>
|
||
<description>CTS</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CTSIF</name>
|
||
<description>CTSIF</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LBDF</name>
|
||
<description>LBDF</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TXE</name>
|
||
<description>TXE</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TC</name>
|
||
<description>TC</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RXNE</name>
|
||
<description>RXNE</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDLE</name>
|
||
<description>IDLE</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ORE</name>
|
||
<description>ORE</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NF</name>
|
||
<description>NF</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FE</name>
|
||
<description>FE</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PE</name>
|
||
<description>PE</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ICR</name>
|
||
<displayName>ICR</displayName>
|
||
<description>Interrupt flag clear register</description>
|
||
<addressOffset>0x20</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>WUCF</name>
|
||
<description>Wakeup from Stop mode clear
|
||
flag</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CMCF</name>
|
||
<description>Character match clear flag</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UDRCF</name>
|
||
<description>SPI slave underrun clear
|
||
flag</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EOBCF</name>
|
||
<description>End of block clear flag</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RTOCF</name>
|
||
<description>Receiver timeout clear
|
||
flag</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CTSCF</name>
|
||
<description>CTS clear flag</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LBDCF</name>
|
||
<description>LIN break detection clear
|
||
flag</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TCBGTCF</name>
|
||
<description>Transmission complete before Guard time
|
||
clear flag</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TCCF</name>
|
||
<description>Transmission complete clear
|
||
flag</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TXFECF</name>
|
||
<description>TXFIFO empty clear flag</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IDLECF</name>
|
||
<description>Idle line detected clear
|
||
flag</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ORECF</name>
|
||
<description>Overrun error clear flag</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NCF</name>
|
||
<description>Noise detected clear flag</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FECF</name>
|
||
<description>Framing error clear flag</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PECF</name>
|
||
<description>Parity error clear flag</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RDR</name>
|
||
<displayName>RDR</displayName>
|
||
<description>Receive data register</description>
|
||
<addressOffset>0x24</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>RDR</name>
|
||
<description>Receive data value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>9</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TDR</name>
|
||
<displayName>TDR</displayName>
|
||
<description>Transmit data register</description>
|
||
<addressOffset>0x28</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TDR</name>
|
||
<description>Transmit data value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>9</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PRESC</name>
|
||
<displayName>PRESC</displayName>
|
||
<description>Prescaler register</description>
|
||
<addressOffset>0x2C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PRESCALER</name>
|
||
<description>Clock prescaler</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral derivedFrom="USART1">
|
||
<name>USART2</name>
|
||
<baseAddress>0x40004400</baseAddress>
|
||
<interrupt>
|
||
<name>USART2</name>
|
||
<description>USART2 global interrupt</description>
|
||
<value>28</value>
|
||
</interrupt>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>SPI1</name>
|
||
<description>Serial peripheral interface/Inter-IC
|
||
sound</description>
|
||
<groupName>SPI</groupName>
|
||
<baseAddress>0x40013000</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>SPI1</name>
|
||
<description>SPI1 global interrupt</description>
|
||
<value>25</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>CR1</name>
|
||
<displayName>CR1</displayName>
|
||
<description>control register 1</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>BIDIMODE</name>
|
||
<description>Bidirectional data mode
|
||
enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BIDIOE</name>
|
||
<description>Output enable in bidirectional
|
||
mode</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CRCEN</name>
|
||
<description>Hardware CRC calculation
|
||
enable</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CRCNEXT</name>
|
||
<description>CRC transfer next</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DFF</name>
|
||
<description>Data frame format</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RXONLY</name>
|
||
<description>Receive only</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SSM</name>
|
||
<description>Software slave management</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SSI</name>
|
||
<description>Internal slave select</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LSBFIRST</name>
|
||
<description>Frame format</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPE</name>
|
||
<description>SPI enable</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BR</name>
|
||
<description>Baud rate control</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MSTR</name>
|
||
<description>Master selection</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CPOL</name>
|
||
<description>Clock polarity</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CPHA</name>
|
||
<description>Clock phase</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CR2</name>
|
||
<displayName>CR2</displayName>
|
||
<description>control register 2</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>RXDMAEN</name>
|
||
<description>Rx buffer DMA enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TXDMAEN</name>
|
||
<description>Tx buffer DMA enable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SSOE</name>
|
||
<description>SS output enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NSSP</name>
|
||
<description>NSS pulse management</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FRF</name>
|
||
<description>Frame format</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ERRIE</name>
|
||
<description>Error interrupt enable</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RXNEIE</name>
|
||
<description>RX buffer not empty interrupt
|
||
enable</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TXEIE</name>
|
||
<description>Tx buffer empty interrupt
|
||
enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DS</name>
|
||
<description>Data size</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FRXTH</name>
|
||
<description>FIFO reception threshold</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LDMA_RX</name>
|
||
<description>Last DMA transfer for
|
||
reception</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LDMA_TX</name>
|
||
<description>Last DMA transfer for
|
||
transmission</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>SR</name>
|
||
<displayName>SR</displayName>
|
||
<description>status register</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x0002</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>RXNE</name>
|
||
<description>Receive buffer not empty</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>TXE</name>
|
||
<description>Transmit buffer empty</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CHSIDE</name>
|
||
<description>Channel side</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>UDR</name>
|
||
<description>Underrun flag</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CRCERR</name>
|
||
<description>CRC error flag</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>MODF</name>
|
||
<description>Mode fault</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>OVR</name>
|
||
<description>Overrun flag</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>BSY</name>
|
||
<description>Busy flag</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>TIFRFE</name>
|
||
<description>TI frame format error</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>FRLVL</name>
|
||
<description>FIFO reception level</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>FTLVL</name>
|
||
<description>FIFO transmission level</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DR</name>
|
||
<displayName>DR</displayName>
|
||
<description>data register</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DR</name>
|
||
<description>Data register</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CRCPR</name>
|
||
<displayName>CRCPR</displayName>
|
||
<description>CRC polynomial register</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0007</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CRCPOLY</name>
|
||
<description>CRC polynomial register</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RXCRCR</name>
|
||
<displayName>RXCRCR</displayName>
|
||
<description>RX CRC register</description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>RxCRC</name>
|
||
<description>Rx CRC register</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TXCRCR</name>
|
||
<displayName>TXCRCR</displayName>
|
||
<description>TX CRC register</description>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TxCRC</name>
|
||
<description>Tx CRC register</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>I2SCFGR</name>
|
||
<displayName>I2SCFGR</displayName>
|
||
<description>configuration register</description>
|
||
<addressOffset>0x1C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CHLEN</name>
|
||
<description>Channel length (number of bits per audio
|
||
channel)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DATLEN</name>
|
||
<description>Data length to be
|
||
transferred</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CKPOL</name>
|
||
<description>Inactive state clock
|
||
polarity</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2SSTD</name>
|
||
<description>standard selection</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PCMSYNC</name>
|
||
<description>PCM frame synchronization</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2SCFG</name>
|
||
<description>I2S configuration mode</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SE2</name>
|
||
<description>I2S enable</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2SMOD</name>
|
||
<description>I2S mode selection</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>I2SPR</name>
|
||
<displayName>I2SPR</displayName>
|
||
<description>prescaler register</description>
|
||
<addressOffset>0x20</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>I2SDIV</name>
|
||
<description>linear prescaler</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ODD</name>
|
||
<description>Odd factor for the
|
||
prescaler</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MCKOE</name>
|
||
<description>Master clock output enable</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral derivedFrom="SPI1">
|
||
<name>SPI2</name>
|
||
<baseAddress>0x40003800</baseAddress>
|
||
<interrupt>
|
||
<name>SPI2</name>
|
||
<description>SPI2 global interrupt</description>
|
||
<value>26</value>
|
||
</interrupt>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>TIM1</name>
|
||
<description>Advanced-timers</description>
|
||
<groupName>TIM</groupName>
|
||
<baseAddress>0x40012C00</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>TIM1_BRK_UP_TRG_COM</name>
|
||
<description>TIM1 break, update, trigger</description>
|
||
<value>13</value>
|
||
</interrupt>
|
||
<interrupt>
|
||
<name>TIM1_CC</name>
|
||
<description>TIM1 Capture Compare interrupt</description>
|
||
<value>14</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>CR1</name>
|
||
<displayName>CR1</displayName>
|
||
<description>control register 1</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CEN</name>
|
||
<description>Counter enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OPM</name>
|
||
<description>One-pulse mode</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UDIS</name>
|
||
<description>Update disable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>URS</name>
|
||
<description>Update request source</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DIR</name>
|
||
<description>Direction</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CMS</name>
|
||
<description>Center-aligned mode
|
||
selection</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ARPE</name>
|
||
<description>Auto-reload preload enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CKD</name>
|
||
<description>Clock division</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UIFREMAP</name>
|
||
<description>UIF status bit remapping</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CR2</name>
|
||
<displayName>CR2</displayName>
|
||
<description>control register 2</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>MMS2</name>
|
||
<description>Master mode selection 2</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OIS6</name>
|
||
<description>Output Idle state 6 (OC6
|
||
output)</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OIS5</name>
|
||
<description>Output Idle state 5 (OC5
|
||
output)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OIS4</name>
|
||
<description>Output Idle state 4</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OIS3N</name>
|
||
<description>Output Idle state 3</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OIS3</name>
|
||
<description>Output Idle state 3</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OIS2N</name>
|
||
<description>Output Idle state 2</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OIS2</name>
|
||
<description>Output Idle state 2</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OIS1N</name>
|
||
<description>Output Idle state 1</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OIS1</name>
|
||
<description>Output Idle state 1</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TI1S</name>
|
||
<description>TI1 selection</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MMS</name>
|
||
<description>Master mode selection</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CCDS</name>
|
||
<description>Capture/compare DMA
|
||
selection</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CCUS</name>
|
||
<description>Capture/compare control update
|
||
selection</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CCPC</name>
|
||
<description>Capture/compare preloaded
|
||
control</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>SMCR</name>
|
||
<displayName>SMCR</displayName>
|
||
<description>slave mode control register</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>SMS</name>
|
||
<description>Slave mode selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OCCS</name>
|
||
<description>OCREF clear selection</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TS_4</name>
|
||
<description>Trigger selection</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MSM</name>
|
||
<description>Master/Slave mode</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ETF</name>
|
||
<description>External trigger filter</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ETPS</name>
|
||
<description>External trigger prescaler</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ECE</name>
|
||
<description>External clock enable</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ETP</name>
|
||
<description>External trigger polarity</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SMS_3</name>
|
||
<description>Slave mode selection - bit
|
||
3</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TS</name>
|
||
<description>Trigger selection</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DIER</name>
|
||
<displayName>DIER</displayName>
|
||
<description>DMA/Interrupt enable register</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>UIE</name>
|
||
<description>Update interrupt enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1IE</name>
|
||
<description>Capture/Compare 1 interrupt
|
||
enable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2IE</name>
|
||
<description>Capture/Compare 2 interrupt
|
||
enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3IE</name>
|
||
<description>Capture/Compare 3 interrupt
|
||
enable</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4IE</name>
|
||
<description>Capture/Compare 4 interrupt
|
||
enable</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>COMIE</name>
|
||
<description>COM interrupt enable</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIE</name>
|
||
<description>Trigger interrupt enable</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BIE</name>
|
||
<description>Break interrupt enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UDE</name>
|
||
<description>Update DMA request enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1DE</name>
|
||
<description>Capture/Compare 1 DMA request
|
||
enable</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2DE</name>
|
||
<description>Capture/Compare 2 DMA request
|
||
enable</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3DE</name>
|
||
<description>Capture/Compare 3 DMA request
|
||
enable</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4DE</name>
|
||
<description>Capture/Compare 4 DMA request
|
||
enable</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>COMDE</name>
|
||
<description>COM DMA request enable</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TDE</name>
|
||
<description>Trigger DMA request enable</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>SR</name>
|
||
<displayName>SR</displayName>
|
||
<description>status register</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>UIF</name>
|
||
<description>Update interrupt flag</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1IF</name>
|
||
<description>Capture/compare 1 interrupt
|
||
flag</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2IF</name>
|
||
<description>Capture/Compare 2 interrupt
|
||
flag</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3IF</name>
|
||
<description>Capture/Compare 3 interrupt
|
||
flag</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4IF</name>
|
||
<description>Capture/Compare 4 interrupt
|
||
flag</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>COMIF</name>
|
||
<description>COM interrupt flag</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIF</name>
|
||
<description>Trigger interrupt flag</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BIF</name>
|
||
<description>Break interrupt flag</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>B2IF</name>
|
||
<description>Break 2 interrupt flag</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1OF</name>
|
||
<description>Capture/Compare 1 overcapture
|
||
flag</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2OF</name>
|
||
<description>Capture/compare 2 overcapture
|
||
flag</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3OF</name>
|
||
<description>Capture/Compare 3 overcapture
|
||
flag</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4OF</name>
|
||
<description>Capture/Compare 4 overcapture
|
||
flag</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SBIF</name>
|
||
<description>System Break interrupt
|
||
flag</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC5IF</name>
|
||
<description>Compare 5 interrupt flag</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC6IF</name>
|
||
<description>Compare 6 interrupt flag</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>EGR</name>
|
||
<displayName>EGR</displayName>
|
||
<description>event generation register</description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>UG</name>
|
||
<description>Update generation</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1G</name>
|
||
<description>Capture/compare 1
|
||
generation</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2G</name>
|
||
<description>Capture/compare 2
|
||
generation</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3G</name>
|
||
<description>Capture/compare 3
|
||
generation</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4G</name>
|
||
<description>Capture/compare 4
|
||
generation</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>COMG</name>
|
||
<description>Capture/Compare control update
|
||
generation</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TG</name>
|
||
<description>Trigger generation</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BG</name>
|
||
<description>Break generation</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>B2G</name>
|
||
<description>Break 2 generation</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCMR1_Output</name>
|
||
<displayName>CCMR1_Output</displayName>
|
||
<description>capture/compare mode register 1 (output
|
||
mode)</description>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CC1S</name>
|
||
<description>Capture/Compare 1
|
||
selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1FE</name>
|
||
<description>Output Compare 1 fast
|
||
enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1PE</name>
|
||
<description>Output Compare 1 preload
|
||
enable</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1M</name>
|
||
<description>Output Compare 1 mode</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1CE</name>
|
||
<description>Output Compare 1 clear
|
||
enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2S</name>
|
||
<description>Capture/Compare 2
|
||
selection</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC2FE</name>
|
||
<description>Output Compare 2 fast
|
||
enable</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC2PE</name>
|
||
<description>Output Compare 2 preload
|
||
enable</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC2M</name>
|
||
<description>Output Compare 2 mode</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC2CE</name>
|
||
<description>Output Compare 2 clear
|
||
enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1M_3</name>
|
||
<description>Output Compare 1 mode - bit
|
||
3</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC2M_3</name>
|
||
<description>Output Compare 2 mode - bit
|
||
3</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCMR1_Input</name>
|
||
<displayName>CCMR1_Input</displayName>
|
||
<description>capture/compare mode register 1 (output
|
||
mode)</description>
|
||
<alternateRegister>CCMR1_Output</alternateRegister>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CC1S</name>
|
||
<description>Capture/Compare 1
|
||
selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1FE</name>
|
||
<description>Output Compare 1 fast
|
||
enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1PE</name>
|
||
<description>Output Compare 1 preload
|
||
enable</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1M</name>
|
||
<description>Output Compare 1 mode</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1CE</name>
|
||
<description>Output Compare 1 clear
|
||
enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2S</name>
|
||
<description>Capture/Compare 2
|
||
selection</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC2FE</name>
|
||
<description>Output Compare 2 fast
|
||
enable</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC2PE</name>
|
||
<description>Output Compare 2 preload
|
||
enable</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC2M</name>
|
||
<description>Output Compare 2 mode</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC2CE</name>
|
||
<description>Output Compare 2 clear
|
||
enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCMR2_Output</name>
|
||
<displayName>CCMR2_Output</displayName>
|
||
<description>capture/compare mode register 2 (output
|
||
mode)</description>
|
||
<addressOffset>0x1C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CC3S</name>
|
||
<description>Capture/Compare 3
|
||
selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC3FE</name>
|
||
<description>Output compare 3 fast
|
||
enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC3PE</name>
|
||
<description>Output compare 3 preload
|
||
enable</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC3M</name>
|
||
<description>Output compare 3 mode</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC3CE</name>
|
||
<description>Output compare 3 clear
|
||
enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4S</name>
|
||
<description>Capture/Compare 4
|
||
selection</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC4FE</name>
|
||
<description>Output compare 4 fast
|
||
enable</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC4PE</name>
|
||
<description>Output compare 4 preload
|
||
enable</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC4M</name>
|
||
<description>Output compare 4 mode</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC4CE</name>
|
||
<description>Output compare 4 clear
|
||
enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC3M_3</name>
|
||
<description>Output Compare 3 mode - bit
|
||
3</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC4M_3</name>
|
||
<description>Output Compare 4 mode - bit
|
||
3</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCMR2_Input</name>
|
||
<displayName>CCMR2_Input</displayName>
|
||
<description>capture/compare mode register 2 (output
|
||
mode)</description>
|
||
<alternateRegister>CCMR2_Output</alternateRegister>
|
||
<addressOffset>0x1C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CC3S</name>
|
||
<description>Capture/Compare 3
|
||
selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC3FE</name>
|
||
<description>Output compare 3 fast
|
||
enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC3PE</name>
|
||
<description>Output compare 3 preload
|
||
enable</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC3M</name>
|
||
<description>Output compare 3 mode</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC3CE</name>
|
||
<description>Output compare 3 clear
|
||
enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4S</name>
|
||
<description>Capture/Compare 4
|
||
selection</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC4FE</name>
|
||
<description>Output compare 4 fast
|
||
enable</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC4PE</name>
|
||
<description>Output compare 4 preload
|
||
enable</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC4M</name>
|
||
<description>Output compare 4 mode</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC4CE</name>
|
||
<description>Output compare 4 clear
|
||
enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCER</name>
|
||
<displayName>CCER</displayName>
|
||
<description>capture/compare enable
|
||
register</description>
|
||
<addressOffset>0x20</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CC1E</name>
|
||
<description>Capture/Compare 1 output
|
||
enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1P</name>
|
||
<description>Capture/Compare 1 output
|
||
Polarity</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1NE</name>
|
||
<description>Capture/Compare 1 complementary output
|
||
enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1NP</name>
|
||
<description>Capture/Compare 1 output
|
||
Polarity</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2E</name>
|
||
<description>Capture/Compare 2 output
|
||
enable</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2P</name>
|
||
<description>Capture/Compare 2 output
|
||
Polarity</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2NE</name>
|
||
<description>Capture/Compare 2 complementary output
|
||
enable</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2NP</name>
|
||
<description>Capture/Compare 2 output
|
||
Polarity</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3E</name>
|
||
<description>Capture/Compare 3 output
|
||
enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3P</name>
|
||
<description>Capture/Compare 3 output
|
||
Polarity</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3NE</name>
|
||
<description>Capture/Compare 3 complementary output
|
||
enable</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3NP</name>
|
||
<description>Capture/Compare 3 output
|
||
Polarity</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4E</name>
|
||
<description>Capture/Compare 4 output
|
||
enable</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4P</name>
|
||
<description>Capture/Compare 3 output
|
||
Polarity</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4NP</name>
|
||
<description>Capture/Compare 4 complementary output
|
||
polarity</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC5E</name>
|
||
<description>Capture/Compare 5 output
|
||
enable</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC5P</name>
|
||
<description>Capture/Compare 5 output
|
||
polarity</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC6E</name>
|
||
<description>Capture/Compare 6 output
|
||
enable</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC6P</name>
|
||
<description>Capture/Compare 6 output
|
||
polarity</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CNT</name>
|
||
<displayName>CNT</displayName>
|
||
<description>counter</description>
|
||
<addressOffset>0x24</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CNT</name>
|
||
<description>counter value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>UIFCPY</name>
|
||
<description>UIF copy</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PSC</name>
|
||
<displayName>PSC</displayName>
|
||
<description>prescaler</description>
|
||
<addressOffset>0x28</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PSC</name>
|
||
<description>Prescaler value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ARR</name>
|
||
<displayName>ARR</displayName>
|
||
<description>auto-reload register</description>
|
||
<addressOffset>0x2C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>ARR</name>
|
||
<description>Auto-reload value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RCR</name>
|
||
<displayName>RCR</displayName>
|
||
<description>repetition counter register</description>
|
||
<addressOffset>0x30</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>REP</name>
|
||
<description>Repetition counter value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCR1</name>
|
||
<displayName>CCR1</displayName>
|
||
<description>capture/compare register 1</description>
|
||
<addressOffset>0x34</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CCR1</name>
|
||
<description>Capture/Compare 1 value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCR2</name>
|
||
<displayName>CCR2</displayName>
|
||
<description>capture/compare register 2</description>
|
||
<addressOffset>0x38</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CCR2</name>
|
||
<description>Capture/Compare 2 value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCR3</name>
|
||
<displayName>CCR3</displayName>
|
||
<description>capture/compare register 3</description>
|
||
<addressOffset>0x3C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CCR3</name>
|
||
<description>Capture/Compare value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCR4</name>
|
||
<displayName>CCR4</displayName>
|
||
<description>capture/compare register 4</description>
|
||
<addressOffset>0x40</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CCR4</name>
|
||
<description>Capture/Compare value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>BDTR</name>
|
||
<displayName>BDTR</displayName>
|
||
<description>break and dead-time register</description>
|
||
<addressOffset>0x44</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DTG</name>
|
||
<description>Dead-time generator setup</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>LOCK</name>
|
||
<description>Lock configuration</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSSI</name>
|
||
<description>Off-state selection for Idle
|
||
mode</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OSSR</name>
|
||
<description>Off-state selection for Run
|
||
mode</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKE</name>
|
||
<description>Break enable</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKP</name>
|
||
<description>Break polarity</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AOE</name>
|
||
<description>Automatic output enable</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MOE</name>
|
||
<description>Main output enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKF</name>
|
||
<description>Break filter</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BK2F</name>
|
||
<description>Break 2 filter</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BK2E</name>
|
||
<description>Break 2 enable</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BK2P</name>
|
||
<description>Break 2 polarity</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKDSRM</name>
|
||
<description>Break Disarm</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BK2DSRM</name>
|
||
<description>Break2 Disarm</description>
|
||
<bitOffset>27</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKBID</name>
|
||
<description>Break Bidirectional</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BK2ID</name>
|
||
<description>Break2 bidirectional</description>
|
||
<bitOffset>29</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DCR</name>
|
||
<displayName>DCR</displayName>
|
||
<description>DMA control register</description>
|
||
<addressOffset>0x48</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DBL</name>
|
||
<description>DMA burst length</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBA</name>
|
||
<description>DMA base address</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMAR</name>
|
||
<displayName>DMAR</displayName>
|
||
<description>DMA address for full transfer</description>
|
||
<addressOffset>0x4C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMAB</name>
|
||
<description>DMA register for burst
|
||
accesses</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>OR1</name>
|
||
<displayName>OR1</displayName>
|
||
<description>option register 1</description>
|
||
<addressOffset>0x50</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>OCREF_CLR</name>
|
||
<description>Ocref_clr source selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCMR3_Output</name>
|
||
<displayName>CCMR3_Output</displayName>
|
||
<description>capture/compare mode register 2 (output
|
||
mode)</description>
|
||
<addressOffset>0x54</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>OC6M_bit3</name>
|
||
<description>Output Compare 6 mode bit
|
||
3</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC5M_bit3</name>
|
||
<description>Output Compare 5 mode bit
|
||
3</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC6CE</name>
|
||
<description>Output compare 6 clear
|
||
enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC6M</name>
|
||
<description>Output compare 6 mode</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC6PE</name>
|
||
<description>Output compare 6 preload
|
||
enable</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC6FE</name>
|
||
<description>Output compare 6 fast
|
||
enable</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC5CE</name>
|
||
<description>Output compare 5 clear
|
||
enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC5M</name>
|
||
<description>Output compare 5 mode</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC5PE</name>
|
||
<description>Output compare 5 preload
|
||
enable</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC5FE</name>
|
||
<description>Output compare 5 fast
|
||
enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCR5</name>
|
||
<displayName>CCR5</displayName>
|
||
<description>capture/compare register 4</description>
|
||
<addressOffset>0x58</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CCR5</name>
|
||
<description>Capture/Compare value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GC5C1</name>
|
||
<description>Group Channel 5 and Channel
|
||
1</description>
|
||
<bitOffset>29</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GC5C2</name>
|
||
<description>Group Channel 5 and Channel
|
||
2</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GC5C3</name>
|
||
<description>Group Channel 5 and Channel
|
||
3</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCR6</name>
|
||
<displayName>CCR6</displayName>
|
||
<description>capture/compare register 4</description>
|
||
<addressOffset>0x5C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CCR6</name>
|
||
<description>Capture/Compare value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>AF1</name>
|
||
<displayName>AF1</displayName>
|
||
<description>DMA address for full transfer</description>
|
||
<addressOffset>0x60</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000001</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>BKINE</name>
|
||
<description>BRK BKIN input enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKCMP1E</name>
|
||
<description>BRK COMP1 enable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKCMP2E</name>
|
||
<description>BRK COMP2 enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKINP</name>
|
||
<description>BRK BKIN input polarity</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKCMP1P</name>
|
||
<description>BRK COMP1 input polarity</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BKCMP2P</name>
|
||
<description>BRK COMP2 input polarity</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ETRSEL</name>
|
||
<description>ETR source selection</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>AF2</name>
|
||
<displayName>AF2</displayName>
|
||
<description>DMA address for full transfer</description>
|
||
<addressOffset>0x64</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000001</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>BK2INE</name>
|
||
<description>BRK2 BKIN input enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BK2CMP1E</name>
|
||
<description>BRK2 COMP1 enable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BK2CMP2E</name>
|
||
<description>BRK2 COMP2 enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BK2DFBK0E</name>
|
||
<description>BRK2 DFSDM_BREAK0 enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BK2INP</name>
|
||
<description>BRK2 BKIN input polarity</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BK2CMP1P</name>
|
||
<description>BRK2 COMP1 input polarity</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BK2CMP2P</name>
|
||
<description>BRK2 COMP2 input polarity</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TISEL</name>
|
||
<displayName>TISEL</displayName>
|
||
<description>TIM1 timer input selection
|
||
register</description>
|
||
<addressOffset>0x68</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TI1SEL3_0</name>
|
||
<description>selects TI1[0] to TI1[15]
|
||
input</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TI2SEL3_0</name>
|
||
<description>selects TI2[0] to TI2[15]
|
||
input</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TI3SEL3_0</name>
|
||
<description>selects TI3[0] to TI3[15]
|
||
input</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TI4SEL3_0</name>
|
||
<description>selects TI4[0] to TI4[15]
|
||
input</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>SYSCFG</name>
|
||
<description>System configuration controller</description>
|
||
<groupName>SYSCFG</groupName>
|
||
<baseAddress>0x40010000</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x100</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<registers>
|
||
<register>
|
||
<name>CFGR1</name>
|
||
<displayName>CFGR1</displayName>
|
||
<description>SYSCFG configuration register
|
||
1</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>I2C3_FMP</name>
|
||
<description>I2C3_FMP</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C_PA10_FMP</name>
|
||
<description>Fast Mode Plus (FM+) driving capability
|
||
activation bits</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C_PA9_FMP</name>
|
||
<description>Fast Mode Plus (FM+) driving capability
|
||
activation bits</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C2_FMP</name>
|
||
<description>FM+ driving capability activation for
|
||
I2C2</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C1_FMP</name>
|
||
<description>FM+ driving capability activation for
|
||
I2C1</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C_PB9_FMP</name>
|
||
<description>I2C_PB9_FMP</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C_PB8_FMP</name>
|
||
<description>I2C_PB8_FMP</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C_PB7_FMP</name>
|
||
<description>I2C_PB7_FMP</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C_PBx_FMP</name>
|
||
<description>Fast Mode Plus (FM+) driving capability
|
||
activation bits</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UCPD2_STROBE</name>
|
||
<description>Strobe signal bit for
|
||
UCPD2</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UCPD1_STROBE</name>
|
||
<description>Strobe signal bit for
|
||
UCPD1</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BOOSTEN</name>
|
||
<description>I/O analog switch voltage booster
|
||
enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IR_MOD</name>
|
||
<description>IR Modulation Envelope signal
|
||
selection.</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IR_POL</name>
|
||
<description>IR output polarity
|
||
selection</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PA12_RMP</name>
|
||
<description>PA11 and PA12 remapping
|
||
bit.</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PA11_RMP</name>
|
||
<description>PA11_RMP</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MEM_MODE</name>
|
||
<description>Memory mapping selection
|
||
bits</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CFGR2</name>
|
||
<displayName>CFGR2</displayName>
|
||
<description>SYSCFG configuration register
|
||
1</description>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>LOCKUP_LOCK</name>
|
||
<description>Cortex-M0+ LOCKUP bit enable
|
||
bit</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SRAM_PARITY_LOCK</name>
|
||
<description>SRAM parity lock bit</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ECC_LOCK</name>
|
||
<description>ECC error lock bit</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SRAM_PEF</name>
|
||
<description>SRAM parity error flag</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE0</name>
|
||
<displayName>ITLINE0</displayName>
|
||
<description>interrupt line 0 status
|
||
register</description>
|
||
<addressOffset>0x80</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>WWDG</name>
|
||
<description>Window watchdog interrupt pending
|
||
flag</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE2</name>
|
||
<displayName>ITLINE2</displayName>
|
||
<description>interrupt line 2 status
|
||
register</description>
|
||
<addressOffset>0x88</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TAMP</name>
|
||
<description>TAMP</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RTC</name>
|
||
<description>RTC</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE3</name>
|
||
<displayName>ITLINE3</displayName>
|
||
<description>interrupt line 3 status
|
||
register</description>
|
||
<addressOffset>0x8C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>FLASH_ITF</name>
|
||
<description>FLASH_ITF</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>FLASH_ECC</name>
|
||
<description>FLASH_ECC</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE4</name>
|
||
<displayName>ITLINE4</displayName>
|
||
<description>interrupt line 4 status
|
||
register</description>
|
||
<addressOffset>0x90</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>RCC</name>
|
||
<description>RCC</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE5</name>
|
||
<displayName>ITLINE5</displayName>
|
||
<description>interrupt line 5 status
|
||
register</description>
|
||
<addressOffset>0x94</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>EXTI0</name>
|
||
<description>EXTI0</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI1</name>
|
||
<description>EXTI1</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE6</name>
|
||
<displayName>ITLINE6</displayName>
|
||
<description>interrupt line 6 status
|
||
register</description>
|
||
<addressOffset>0x98</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>EXTI2</name>
|
||
<description>EXTI2</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI3</name>
|
||
<description>EXTI3</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE7</name>
|
||
<displayName>ITLINE7</displayName>
|
||
<description>interrupt line 7 status
|
||
register</description>
|
||
<addressOffset>0x9C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>EXTI4</name>
|
||
<description>EXTI4</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI5</name>
|
||
<description>EXTI5</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI6</name>
|
||
<description>EXTI6</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI7</name>
|
||
<description>EXTI7</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI8</name>
|
||
<description>EXTI8</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI9</name>
|
||
<description>EXTI9</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI10</name>
|
||
<description>EXTI10</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI11</name>
|
||
<description>EXTI11</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI12</name>
|
||
<description>EXTI12</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI13</name>
|
||
<description>EXTI13</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI14</name>
|
||
<description>EXTI14</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>EXTI15</name>
|
||
<description>EXTI15</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE8</name>
|
||
<displayName>ITLINE8</displayName>
|
||
<description>interrupt line 8 status
|
||
register</description>
|
||
<addressOffset>0xA0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>USB</name>
|
||
<description>USB</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE9</name>
|
||
<displayName>ITLINE9</displayName>
|
||
<description>interrupt line 9 status
|
||
register</description>
|
||
<addressOffset>0xA4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMA1_CH1</name>
|
||
<description>DMA1_CH1</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE10</name>
|
||
<displayName>ITLINE10</displayName>
|
||
<description>interrupt line 10 status
|
||
register</description>
|
||
<addressOffset>0xA8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMA1_CH2</name>
|
||
<description>DMA1_CH1</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DMA1_CH3</name>
|
||
<description>DMA1_CH3</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE11</name>
|
||
<displayName>ITLINE11</displayName>
|
||
<description>interrupt line 11 status
|
||
register</description>
|
||
<addressOffset>0xAC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMAMUX</name>
|
||
<description>DMAMUX</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DMA1_CH4</name>
|
||
<description>DMA1_CH4</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DMA1_CH5</name>
|
||
<description>DMA1_CH5</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DMA1_CH6</name>
|
||
<description>DMA1_CH6</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DMA1_CH7</name>
|
||
<description>DMA1_CH7</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DMA2_CH1</name>
|
||
<description>DMA2_CH1</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DMA2_CH2</name>
|
||
<description>DMA2_CH2</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DMA2_CH3</name>
|
||
<description>DMA2_CH3</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DMA2_CH4</name>
|
||
<description>DMA2_CH4</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DMA2_CH5</name>
|
||
<description>DMA2_CH5</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE12</name>
|
||
<displayName>ITLINE12</displayName>
|
||
<description>interrupt line 12 status
|
||
register</description>
|
||
<addressOffset>0xB0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>ADC</name>
|
||
<description>ADC</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE13</name>
|
||
<displayName>ITLINE13</displayName>
|
||
<description>interrupt line 13 status
|
||
register</description>
|
||
<addressOffset>0xB4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TIM1_CCU</name>
|
||
<description>TIM1_CCU</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM1_TRG</name>
|
||
<description>TIM1_TRG</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM1_UPD</name>
|
||
<description>TIM1_UPD</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM1_BRK</name>
|
||
<description>TIM1_BRK</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE14</name>
|
||
<displayName>ITLINE14</displayName>
|
||
<description>interrupt line 14 status
|
||
register</description>
|
||
<addressOffset>0xB8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TIM1_CC</name>
|
||
<description>TIM1_CC</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE16</name>
|
||
<displayName>ITLINE16</displayName>
|
||
<description>interrupt line 16 status
|
||
register</description>
|
||
<addressOffset>0xC0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TIM3</name>
|
||
<description>TIM3</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIM4</name>
|
||
<description>TIM4</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE17</name>
|
||
<displayName>ITLINE17</displayName>
|
||
<description>interrupt line 17 status
|
||
register</description>
|
||
<addressOffset>0xC4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TIM6</name>
|
||
<description>TIM6</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE18</name>
|
||
<displayName>ITLINE18</displayName>
|
||
<description>interrupt line 18 status
|
||
register</description>
|
||
<addressOffset>0xC8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TIM7</name>
|
||
<description>TIM7</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE19</name>
|
||
<displayName>ITLINE19</displayName>
|
||
<description>interrupt line 19 status
|
||
register</description>
|
||
<addressOffset>0xCC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TIM14</name>
|
||
<description>TIM14</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE20</name>
|
||
<displayName>ITLINE20</displayName>
|
||
<description>interrupt line 20 status
|
||
register</description>
|
||
<addressOffset>0xD0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TIM15</name>
|
||
<description>TIM15</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE21</name>
|
||
<displayName>ITLINE21</displayName>
|
||
<description>interrupt line 21 status
|
||
register</description>
|
||
<addressOffset>0xD4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TIM16</name>
|
||
<description>TIM16</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE22</name>
|
||
<displayName>ITLINE22</displayName>
|
||
<description>interrupt line 22 status
|
||
register</description>
|
||
<addressOffset>0xD8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TIM17</name>
|
||
<description>TIM17</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE23</name>
|
||
<displayName>ITLINE23</displayName>
|
||
<description>interrupt line 23 status
|
||
register</description>
|
||
<addressOffset>0xDC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>I2C1</name>
|
||
<description>I2C1</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE24</name>
|
||
<displayName>ITLINE24</displayName>
|
||
<description>interrupt line 24 status
|
||
register</description>
|
||
<addressOffset>0xE0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>I2C2</name>
|
||
<description>I2C2</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>I2C3</name>
|
||
<description>I2C3</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE25</name>
|
||
<displayName>ITLINE25</displayName>
|
||
<description>interrupt line 25 status
|
||
register</description>
|
||
<addressOffset>0xE4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>SPI1</name>
|
||
<description>SPI1</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE26</name>
|
||
<displayName>ITLINE26</displayName>
|
||
<description>interrupt line 26 status
|
||
register</description>
|
||
<addressOffset>0xE8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>SPI2</name>
|
||
<description>SPI2</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SPI3</name>
|
||
<description>SPI3</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE27</name>
|
||
<displayName>ITLINE27</displayName>
|
||
<description>interrupt line 27 status
|
||
register</description>
|
||
<addressOffset>0xEC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>USART1</name>
|
||
<description>USART1</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE28</name>
|
||
<displayName>ITLINE28</displayName>
|
||
<description>interrupt line 28 status
|
||
register</description>
|
||
<addressOffset>0xF0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>USART2</name>
|
||
<description>USART2</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ITLINE29</name>
|
||
<displayName>ITLINE29</displayName>
|
||
<description>interrupt line 29 status
|
||
register</description>
|
||
<addressOffset>0xF4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>USART3</name>
|
||
<description>USART3</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART4</name>
|
||
<description>USART4</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART5</name>
|
||
<description>USART5</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>USART6</name>
|
||
<description>USART6</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>TAMP</name>
|
||
<description>Tamper and backup registers</description>
|
||
<groupName>TAMP</groupName>
|
||
<baseAddress>0x4000B000</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<registers>
|
||
<register>
|
||
<name>TAMP_CR1</name>
|
||
<displayName>TAMP_CR1</displayName>
|
||
<description>TAMP control register 1 </description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0xFFFF0000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>TAMP1E</name>
|
||
<description>Tamper detection on TAMP_IN1 enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Tamper detection on TAMP_IN1 is disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Tamper detection on TAMP_IN1 is enabled.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMP2E</name>
|
||
<description>Tamper detection on TAMP_IN2 enable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Tamper detection on TAMP_IN2 is disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Tamper detection on TAMP_IN2 is enabled.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMP3E</name>
|
||
<description>Tamper detection on TAMP_IN3 enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Tamper detection on TAMP_IN3 is disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Tamper detection on TAMP_IN3 is enabled.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP3E</name>
|
||
<description>Internal tamper 3 enable: LSE monitoring</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Internal tamper 3 disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Internal tamper 3 enabled: a tamper is generated when the LSE frequency is below or above thresholds.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP4E</name>
|
||
<description>Internal tamper 4 enable: HSE monitoring</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Internal tamper 4 disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Internal tamper 4 enabled. a tamper is generated when the HSE frequency is below or above thresholds.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP5E</name>
|
||
<description>Internal tamper 5 enable: RTC calendar overflow</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Internal tamper 5 disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Internal tamper 5 enabled: a tamper is generated when the RTC calendar reaches its maximum value, on the 31st of December 99, at 23:59:59. The calendar is then frozen and cannot overflow.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP6E</name>
|
||
<description>Internal tamper 6 enable: ST manufacturer readout</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Internal tamper 6 disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Internal tamper 6 enabled: a tamper is generated in case of ST manufacturer readout.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TAMP_CR2</name>
|
||
<displayName>TAMP_CR2</displayName>
|
||
<description>TAMP control register 2 </description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>TAMP1NOER</name>
|
||
<description>Tamper 1 no erase</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Tamper 1 event erases the backup registers.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Tamper 1 event does not erase the backup registers.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMP2NOER</name>
|
||
<description>Tamper 2 no erase</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Tamper 2 event erases the backup registers.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Tamper 2 event does not erase the backup registers.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMP3NOER</name>
|
||
<description>Tamper 3 no erase</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Tamper 3 event erases the backup registers.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Tamper 3 event does not erase the backup registers.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMP1MSK</name>
|
||
<description>Tamper 1 mask
|
||
The tamper 1 interrupt must not be enabled when TAMP1MSK is set.</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Tamper 1 event generates a trigger event and TAMP1F must be cleared by software to allow next tamper event detection.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Tamper 1 event generates a trigger event. TAMP1F is masked and internally cleared by hardware. The backup registers are not erased.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMP2MSK</name>
|
||
<description>Tamper 2 mask
|
||
The tamper 2 interrupt must not be enabled when TAMP2MSK is set.</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Tamper 2 event generates a trigger event and TAMP2F must be cleared by software to allow next tamper event detection.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Tamper 2 event generates a trigger event. TAMP2F is masked and internally cleared by hardware. The backup registers are not erased.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMP3MSK</name>
|
||
<description>Tamper 3 mask
|
||
The tamper 3 interrupt must not be enabled when TAMP3MSK is set.</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Tamper 3 event generates a trigger event and TAMP3F must be cleared by software to allow next tamper event detection.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Tamper 3 event generates a trigger event. TAMP3F is masked and internally cleared by hardware. The backup registers are not erased.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMP1TRG</name>
|
||
<description>Active level for tamper 1 input (active mode disabled)
|
||
If TAMPFLT = 00 Tamper 1 input rising edge and high level triggers a tamper detection event.
|
||
If TAMPFLT = 00 Tamper 1 input falling edge and low level triggers a tamper detection event.</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>If TAMPFLT â 00 Tamper 1 input staying low triggers a tamper detection event.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>If TAMPFLT â 00 Tamper 1 input staying high triggers a tamper detection event.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMP2TRG</name>
|
||
<description>Active level for tamper 2 input (active mode disabled)
|
||
If TAMPFLT = 00 Tamper 2 input rising edge and high level triggers a tamper detection event.
|
||
If TAMPFLT = 00 Tamper 2 input falling edge and low level triggers a tamper detection event.</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>If TAMPFLT â 00 Tamper 2 input staying low triggers a tamper detection event.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>If TAMPFLT â 00 Tamper 2 input staying high triggers a tamper detection event.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMP3TRG</name>
|
||
<description>Active level for tamper 3 input (active mode disabled)
|
||
If TAMPFLT = 00 Tamper 3 input rising edge and high level triggers a tamper detection event.
|
||
If TAMPFLT = 00 Tamper 3 input falling edge and low level triggers a tamper detection event.</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>If TAMPFLT â 00 Tamper 3 input staying low triggers a tamper detection event.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>If TAMPFLT â 00 Tamper 3 input staying high triggers a tamper detection event.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TAMP_FLTCR</name>
|
||
<displayName>TAMP_FLTCR</displayName>
|
||
<description>TAMP filter control register </description>
|
||
<addressOffset>0xc</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>TAMPFREQ</name>
|
||
<description>Tamper sampling frequency
|
||
Determines the frequency at which each of the TAMP_INx inputs are sampled.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>RTCCLK / 32768 (1Hz when RTCCLK = 32768Hz)</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>RTCCLK / 16384 (2Hz when RTCCLK = 32768Hz)</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>RTCCLK / 8192 (4Hz when RTCCLK = 32768Hz)</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>RTCCLK / 4096 (8Hz when RTCCLK = 32768Hz)</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x4</name>
|
||
<description>RTCCLK / 2048 (16Hz when RTCCLK = 32768Hz)</description>
|
||
<value>0x4</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x5</name>
|
||
<description>RTCCLK / 1024 (32Hz when RTCCLK = 32768Hz)</description>
|
||
<value>0x5</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x6</name>
|
||
<description>RTCCLK / 512 (64Hz when RTCCLK = 32768Hz)</description>
|
||
<value>0x6</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x7</name>
|
||
<description>RTCCLK / 256 (128Hz when RTCCLK = 32768Hz)</description>
|
||
<value>0x7</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMPFLT</name>
|
||
<description>TAMP_INx filter count
|
||
These bits determines the number of consecutive samples at the specified level (TAMP*TRG) needed to activate a tamper event. TAMPFLT is valid for each of the TAMP_INx inputs.</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Tamper event is activated on edge of TAMP_INx input transitions to the active level (no internal pull-up on TAMP_INx input).</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Tamper event is activated after 2 consecutive samples at the active level.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>Tamper event is activated after 4 consecutive samples at the active level.</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>Tamper event is activated after 8 consecutive samples at the active level.</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMPPRCH</name>
|
||
<description>TAMP_INx precharge duration
|
||
These bit determines the duration of time during which the pull-up/is activated before each sample. TAMPPRCH is valid for each of the TAMP_INx inputs.</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>1 RTCCLK cycle</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>2 RTCCLK cycles</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>4 RTCCLK cycles</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>8 RTCCLK cycles</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMPPUDIS</name>
|
||
<description>TAMP_INx pull-up disable
|
||
This bit determines if each of the TAMPx pins are precharged before each sample.</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Precharge TAMP_INx pins before sampling (enable internal pull-up)</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Disable precharge of TAMP_INx pins.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TAMP_IER</name>
|
||
<displayName>TAMP_IER</displayName>
|
||
<description>TAMP interrupt enable register </description>
|
||
<addressOffset>0x2c</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>TAMP1IE</name>
|
||
<description>Tamper 1 interrupt enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Tamper 1 interrupt disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Tamper 1 interrupt enabled.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMP2IE</name>
|
||
<description>Tamper 2 interrupt enable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Tamper 2 interrupt disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Tamper 2 interrupt enabled.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMP3IE</name>
|
||
<description>Tamper 3 interrupt enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Tamper 3 interrupt disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Tamper 3 interrupt enabled..</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP3IE</name>
|
||
<description>Internal tamper 3 interrupt enable: LSE monitoring</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Internal tamper 3 interrupt disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Internal tamper 3 interrupt enabled.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP4IE</name>
|
||
<description>Internal tamper 4 interrupt enable: HSE monitoring</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Internal tamper 4 interrupt disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Internal tamper 4 interrupt enabled.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP5IE</name>
|
||
<description>Internal tamper 5 interrupt enable: RTC calendar overflow</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Internal tamper 5 interrupt disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Internal tamper 5 interrupt enabled.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP6IE</name>
|
||
<description>Internal tamper 6 interrupt enable: ST manufacturer readout</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Internal tamper 6 interrupt disabled.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Internal tamper 6 interrupt enabled.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TAMP_SR</name>
|
||
<displayName>TAMP_SR</displayName>
|
||
<description>TAMP status register </description>
|
||
<addressOffset>0x30</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>TAMP1F</name>
|
||
<description>TAMP1 detection flag
|
||
This flag is set by hardware when a tamper detection event is detected on the TAMP1 input.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>TAMP2F</name>
|
||
<description>TAMP2 detection flag
|
||
This flag is set by hardware when a tamper detection event is detected on the TAMP2 input.</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>TAMP3F</name>
|
||
<description>TAMP3 detection flag
|
||
This flag is set by hardware when a tamper detection event is detected on the TAMP3 input.</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP3F</name>
|
||
<description>LSE monitoring tamper detection flag
|
||
This flag is set by hardware when a tamper detection event is detected on the internal tamper 3.</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP4F</name>
|
||
<description>HSE monitoring tamper detection flag
|
||
This flag is set by hardware when a tamper detection event is detected on the internal tamper 4.</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP5F</name>
|
||
<description>RTC calendar overflow tamper detection flag
|
||
This flag is set by hardware when a tamper detection event is detected on the internal tamper 5.</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP6F</name>
|
||
<description>ST manufacturer readout tamper detection flag
|
||
This flag is set by hardware when a tamper detection event is detected on the internal tamper 6.</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TAMP_MISR</name>
|
||
<displayName>TAMP_MISR</displayName>
|
||
<description>TAMP masked interrupt status register </description>
|
||
<addressOffset>0x34</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>TAMP1MF</name>
|
||
<description>TAMP1 interrupt masked flag
|
||
This flag is set by hardware when the tamper 1 interrupt is raised.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>TAMP2MF</name>
|
||
<description>TAMP2 interrupt masked flag
|
||
This flag is set by hardware when the tamper 2 interrupt is raised.</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>TAMP3MF</name>
|
||
<description>TAMP3 interrupt masked flag
|
||
This flag is set by hardware when the tamper 3 interrupt is raised.</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP3MF</name>
|
||
<description>LSE monitoring tamper interrupt masked flag
|
||
This flag is set by hardware when the internal tamper 3 interrupt is raised.</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP4MF</name>
|
||
<description>HSE monitoring tamper interrupt masked flag
|
||
This flag is set by hardware when the internal tamper 4 interrupt is raised.</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP5MF</name>
|
||
<description>RTC calendar overflow tamper interrupt masked flag
|
||
This flag is set by hardware when the internal tamper 5 interrupt is raised.</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ITAMP6MF</name>
|
||
<description>ST manufacturer readout tamper interrupt masked flag
|
||
This flag is set by hardware when the internal tamper 6 interrupt is raised.</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TAMP_SCR</name>
|
||
<displayName>TAMP_SCR</displayName>
|
||
<description>TAMP status clear register</description>
|
||
<addressOffset>0x3c</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>CTAMP1F</name>
|
||
<description>Clear TAMP1 detection flag
|
||
Writing 1 in this bit clears the TAMP1F bit in the TAMP_SR register.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTAMP2F</name>
|
||
<description>Clear TAMP2 detection flag
|
||
Writing 1 in this bit clears the TAMP2F bit in the TAMP_SR register.</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTAMP3F</name>
|
||
<description>Clear TAMP3 detection flag
|
||
Writing 1 in this bit clears the TAMP3F bit in the TAMP_SR register.</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CITAMP3F</name>
|
||
<description>Clear ITAMP3 detection flag
|
||
Writing 1 in this bit clears the ITAMP3F bit in the TAMP_SR register.</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CITAMP4F</name>
|
||
<description>Clear ITAMP4 detection flag
|
||
Writing 1 in this bit clears the ITAMP4F bit in the TAMP_SR register.</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CITAMP5F</name>
|
||
<description>Clear ITAMP5 detection flag
|
||
Writing 1 in this bit clears the ITAMP5F bit in the TAMP_SR register.</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CITAMP6F</name>
|
||
<description>Clear ITAMP6 detection flag
|
||
Writing 1 in this bit clears the ITAMP6F bit in the TAMP_SR register.</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TAMP_BKP0R</name>
|
||
<displayName>TAMP_BKP0R</displayName>
|
||
<description>TAMP backup 0 register</description>
|
||
<addressOffset>0x100</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>BKP</name>
|
||
<description>The application can write or read data to and from these registers.
|
||
They are powered-on by VBAT when VDD is switched off, so that they are not reset by System reset, and their contents remain valid when the device operates in low-power mode.
|
||
In the default configuration this register is reset on a tamper detection event. It is forced to reset value as long as there is at least one internal or external tamper flag being set. This register is also reset when the readout protection (RDP) is disabled.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TAMP_BKP1R</name>
|
||
<displayName>TAMP_BKP1R</displayName>
|
||
<description>TAMP backup 1 register</description>
|
||
<addressOffset>0x104</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>BKP</name>
|
||
<description>The application can write or read data to and from these registers.
|
||
They are powered-on by VBAT when VDD is switched off, so that they are not reset by System reset, and their contents remain valid when the device operates in low-power mode.
|
||
In the default configuration this register is reset on a tamper detection event. It is forced to reset value as long as there is at least one internal or external tamper flag being set. This register is also reset when the readout protection (RDP) is disabled.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TAMP_BKP2R</name>
|
||
<displayName>TAMP_BKP2R</displayName>
|
||
<description>TAMP backup 2 register</description>
|
||
<addressOffset>0x108</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>BKP</name>
|
||
<description>The application can write or read data to and from these registers.
|
||
They are powered-on by VBAT when VDD is switched off, so that they are not reset by System reset, and their contents remain valid when the device operates in low-power mode.
|
||
In the default configuration this register is reset on a tamper detection event. It is forced to reset value as long as there is at least one internal or external tamper flag being set. This register is also reset when the readout protection (RDP) is disabled.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TAMP_BKP3R</name>
|
||
<displayName>TAMP_BKP3R</displayName>
|
||
<description>TAMP backup 3 register</description>
|
||
<addressOffset>0x10c</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>BKP</name>
|
||
<description>The application can write or read data to and from these registers.
|
||
They are powered-on by VBAT when VDD is switched off, so that they are not reset by System reset, and their contents remain valid when the device operates in low-power mode.
|
||
In the default configuration this register is reset on a tamper detection event. It is forced to reset value as long as there is at least one internal or external tamper flag being set. This register is also reset when the readout protection (RDP) is disabled.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TAMP_BKP4R</name>
|
||
<displayName>TAMP_BKP4R</displayName>
|
||
<description>TAMP backup 4 register</description>
|
||
<addressOffset>0x110</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>BKP</name>
|
||
<description>The application can write or read data to and from these registers.
|
||
They are powered-on by VBAT when VDD is switched off, so that they are not reset by System reset, and their contents remain valid when the device operates in low-power mode.
|
||
In the default configuration this register is reset on a tamper detection event. It is forced to reset value as long as there is at least one internal or external tamper flag being set. This register is also reset when the readout protection (RDP) is disabled.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>32</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>I2C1</name>
|
||
<description>Inter-integrated circuit</description>
|
||
<groupName>I2C</groupName>
|
||
<baseAddress>0x40005400</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>I2C1</name>
|
||
<description>I2C1 global interrupt</description>
|
||
<value>23</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>CR1</name>
|
||
<displayName>CR1</displayName>
|
||
<description>Control register 1</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PE</name>
|
||
<description>Peripheral enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TXIE</name>
|
||
<description>TX Interrupt enable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RXIE</name>
|
||
<description>RX Interrupt enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ADDRIE</name>
|
||
<description>Address match interrupt enable (slave
|
||
only)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NACKIE</name>
|
||
<description>Not acknowledge received interrupt
|
||
enable</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>STOPIE</name>
|
||
<description>STOP detection Interrupt
|
||
enable</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TCIE</name>
|
||
<description>Transfer Complete interrupt
|
||
enable</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ERRIE</name>
|
||
<description>Error interrupts enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DNF</name>
|
||
<description>Digital noise filter</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ANFOFF</name>
|
||
<description>Analog noise filter OFF</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TXDMAEN</name>
|
||
<description>DMA transmission requests
|
||
enable</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RXDMAEN</name>
|
||
<description>DMA reception requests
|
||
enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SBC</name>
|
||
<description>Slave byte control</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NOSTRETCH</name>
|
||
<description>Clock stretching disable</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>WUPEN</name>
|
||
<description>Wakeup from STOP enable</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>GCEN</name>
|
||
<description>General call enable</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SMBHEN</name>
|
||
<description>SMBus Host address enable</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SMBDEN</name>
|
||
<description>SMBus Device Default address
|
||
enable</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ALERTEN</name>
|
||
<description>SMBUS alert enable</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PECEN</name>
|
||
<description>PEC enable</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CR2</name>
|
||
<displayName>CR2</displayName>
|
||
<description>Control register 2</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PECBYTE</name>
|
||
<description>Packet error checking byte</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>AUTOEND</name>
|
||
<description>Automatic end mode (master
|
||
mode)</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RELOAD</name>
|
||
<description>NBYTES reload mode</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NBYTES</name>
|
||
<description>Number of bytes</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NACK</name>
|
||
<description>NACK generation (slave
|
||
mode)</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>STOP</name>
|
||
<description>Stop generation (master
|
||
mode)</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>START</name>
|
||
<description>Start generation</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>HEAD10R</name>
|
||
<description>10-bit address header only read
|
||
direction (master receiver mode)</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ADD10</name>
|
||
<description>10-bit addressing mode (master
|
||
mode)</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>RD_WRN</name>
|
||
<description>Transfer direction (master
|
||
mode)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SADD</name>
|
||
<description>Slave address bit (master
|
||
mode)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>10</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>OAR1</name>
|
||
<displayName>OAR1</displayName>
|
||
<description>Own address register 1</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>OA1_0</name>
|
||
<description>Interface address</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OA1_7_1</name>
|
||
<description>Interface address</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OA1_8_9</name>
|
||
<description>Interface address</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OA1MODE</name>
|
||
<description>Own Address 1 10-bit mode</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OA1EN</name>
|
||
<description>Own Address 1 enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>OAR2</name>
|
||
<displayName>OAR2</displayName>
|
||
<description>Own address register 2</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>OA2</name>
|
||
<description>Interface address</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OA2MSK</name>
|
||
<description>Own Address 2 masks</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OA2EN</name>
|
||
<description>Own Address 2 enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TIMINGR</name>
|
||
<displayName>TIMINGR</displayName>
|
||
<description>Timing register</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>SCLL</name>
|
||
<description>SCL low period (master
|
||
mode)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SCLH</name>
|
||
<description>SCL high period (master
|
||
mode)</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SDADEL</name>
|
||
<description>Data hold time</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SCLDEL</name>
|
||
<description>Data setup time</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PRESC</name>
|
||
<description>Timing prescaler</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TIMEOUTR</name>
|
||
<displayName>TIMEOUTR</displayName>
|
||
<description>Status register 1</description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TIMEOUTA</name>
|
||
<description>Bus timeout A</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>12</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIDLE</name>
|
||
<description>Idle clock timeout
|
||
detection</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIMOUTEN</name>
|
||
<description>Clock timeout enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIMEOUTB</name>
|
||
<description>Bus timeout B</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>12</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TEXTEN</name>
|
||
<description>Extended clock timeout
|
||
enable</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ISR</name>
|
||
<displayName>ISR</displayName>
|
||
<description>Interrupt and Status register</description>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000001</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>ADDCODE</name>
|
||
<description>Address match code (Slave
|
||
mode)</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>DIR</name>
|
||
<description>Transfer direction (Slave
|
||
mode)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>BUSY</name>
|
||
<description>Bus busy</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ALERT</name>
|
||
<description>SMBus alert</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>TIMEOUT</name>
|
||
<description>Timeout or t_low detection
|
||
flag</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>PECERR</name>
|
||
<description>PEC Error in reception</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>OVR</name>
|
||
<description>Overrun/Underrun (slave
|
||
mode)</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ARLO</name>
|
||
<description>Arbitration lost</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>BERR</name>
|
||
<description>Bus error</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>TCR</name>
|
||
<description>Transfer Complete Reload</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>TC</name>
|
||
<description>Transfer Complete (master
|
||
mode)</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>STOPF</name>
|
||
<description>Stop detection flag</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>NACKF</name>
|
||
<description>Not acknowledge received
|
||
flag</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ADDR</name>
|
||
<description>Address matched (slave
|
||
mode)</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>RXNE</name>
|
||
<description>Receive data register not empty
|
||
(receivers)</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>TXIS</name>
|
||
<description>Transmit interrupt status
|
||
(transmitters)</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>TXE</name>
|
||
<description>Transmit data register empty
|
||
(transmitters)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ICR</name>
|
||
<displayName>ICR</displayName>
|
||
<description>Interrupt clear register</description>
|
||
<addressOffset>0x1C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>ALERTCF</name>
|
||
<description>Alert flag clear</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIMOUTCF</name>
|
||
<description>Timeout detection flag
|
||
clear</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>PECCF</name>
|
||
<description>PEC Error flag clear</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OVRCF</name>
|
||
<description>Overrun/Underrun flag
|
||
clear</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ARLOCF</name>
|
||
<description>Arbitration lost flag
|
||
clear</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>BERRCF</name>
|
||
<description>Bus error flag clear</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>STOPCF</name>
|
||
<description>Stop detection flag clear</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>NACKCF</name>
|
||
<description>Not Acknowledge flag clear</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ADDRCF</name>
|
||
<description>Address Matched flag clear</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PECR</name>
|
||
<displayName>PECR</displayName>
|
||
<description>PEC register</description>
|
||
<addressOffset>0x20</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PEC</name>
|
||
<description>Packet error checking
|
||
register</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RXDR</name>
|
||
<displayName>RXDR</displayName>
|
||
<description>Receive data register</description>
|
||
<addressOffset>0x24</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>RXDATA</name>
|
||
<description>8-bit receive data</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TXDR</name>
|
||
<displayName>TXDR</displayName>
|
||
<description>Transmit data register</description>
|
||
<addressOffset>0x28</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TXDATA</name>
|
||
<description>8-bit transmit data</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral derivedFrom="I2C1">
|
||
<name>I2C2</name>
|
||
<baseAddress>0x40005800</baseAddress>
|
||
<interrupt>
|
||
<name>I2C2</name>
|
||
<description>I2C2 global interrupt</description>
|
||
<value>24</value>
|
||
</interrupt>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>RTC</name>
|
||
<description>Real-time clock</description>
|
||
<groupName>RTC</groupName>
|
||
<baseAddress>0x40002800</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>RTC_STAMP</name>
|
||
<description>RTC and TAMP interrupts</description>
|
||
<value>2</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>RTC_TR</name>
|
||
<displayName>RTC_TR</displayName>
|
||
<description>RTC time register </description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>SU</name>
|
||
<description>Second units in BCD format</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>ST</name>
|
||
<description>Second tens in BCD format</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>MNU</name>
|
||
<description>Minute units in BCD format</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>MNT</name>
|
||
<description>Minute tens in BCD format</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>HU</name>
|
||
<description>Hour units in BCD format</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>HT</name>
|
||
<description>Hour tens in BCD format</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>PM</name>
|
||
<description>AM/PM notation</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>AM or 24-hour format</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>PM</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_DR</name>
|
||
<displayName>RTC_DR</displayName>
|
||
<description>RTC date register </description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00002101</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>DU</name>
|
||
<description>Date units in BCD format</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>DT</name>
|
||
<description>Date tens in BCD format</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>MU</name>
|
||
<description>Month units in BCD format</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>MT</name>
|
||
<description>Month tens in BCD format</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>WDU</name>
|
||
<description>Week day units
|
||
...</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>forbidden</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Monday</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x7</name>
|
||
<description>Sunday</description>
|
||
<value>0x7</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>YU</name>
|
||
<description>Year units in BCD format</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>YT</name>
|
||
<description>Year tens in BCD format</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_SSR</name>
|
||
<displayName>RTC_SSR</displayName>
|
||
<description>RTC sub second register </description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>SS</name>
|
||
<description>Sub second value
|
||
SS[15:0] is the value in the synchronous prescaler counter. The fraction of a second is given by the formula below:
|
||
Second fraction = (PREDIV_S - SS) / (PREDIV_S + 1)
|
||
Note: SS can be larger than PREDIV_S only after a shift operation. In that case, the correct time/date is one second less than as indicated by RTC_TR/RTC_DR.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_ICSR</name>
|
||
<displayName>RTC_ICSR</displayName>
|
||
<description>RTC initialization control and status register </description>
|
||
<addressOffset>0xc</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000007</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>ALRAWF</name>
|
||
<description>Alarm A write flag
|
||
This bit is set by hardware when alarm A values can be changed, after the ALRAE bit has been set to 0 in RTC_CR.
|
||
It is cleared by hardware in initialization mode.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Alarm A update not allowed</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Alarm A update allowed</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ALRBWF</name>
|
||
<description>Alarm B write flag
|
||
This bit is set by hardware when alarm B values can be changed, after the ALRBE bit has been set to 0 in RTC_CR.
|
||
It is cleared by hardware in initialization mode.</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Alarm B update not allowed</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Alarm B update allowed</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>WUTWF</name>
|
||
<description>Wakeup timer write flag
|
||
This bit is set by hardware when WUT value can be changed, after the WUTE bit has been set to 0 in RTC_CR.
|
||
It is cleared by hardware in initialization mode.</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Wakeup timer configuration update not allowed except in initialization mode</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Wakeup timer configuration update allowed</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SHPF</name>
|
||
<description>Shift operation pending
|
||
This flag is set by hardware as soon as a shift operation is initiated by a write to the RTC_SHIFTR register. It is cleared by hardware when the corresponding shift operation has been executed. Writing to the SHPF bit has no effect.</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No shift operation is pending</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>A shift operation is pending</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>INITS</name>
|
||
<description>Initialization status flag
|
||
This bit is set by hardware when the calendar year field is different from 0 (Backup domain reset state).</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Calendar has not been initialized</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Calendar has been initialized</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>RSF</name>
|
||
<description>Registers synchronization flag
|
||
This bit is set by hardware each time the calendar registers are copied into the shadow registers (RTC_SSR, RTC_TR and RTC_DR). This bit is cleared by hardware in initialization mode, while a shift operation is pending (SHPF = 1), or when in bypass shadow register mode (BYPSHAD = 1). This bit can also be cleared by software.
|
||
It is cleared either by software or by hardware in initialization mode.</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Calendar shadow registers not yet synchronized</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Calendar shadow registers synchronized</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>INITF</name>
|
||
<description>Initialization flag
|
||
When this bit is set to 1, the RTC is in initialization state, and the time, date and prescaler registers can be updated.</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Calendar registers update is not allowed</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Calendar registers update is allowed</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>INIT</name>
|
||
<description>Initialization mode</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Free running mode</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Initialization mode used to program time and date register (RTC_TR and RTC_DR), and prescaler register (RTC_PRER). Counters are stopped and start counting from the new value when INIT is reset.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>RECALPF</name>
|
||
<description>Recalibration pending Flag
|
||
The RECALPF status flag is automatically set to 1 when software writes to the RTC_CALR register, indicating that the RTC_CALR register is blocked. When the new calibration settings are taken into account, this bit returns to 0. Refer to .</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_PRER</name>
|
||
<displayName>RTC_PRER</displayName>
|
||
<description>RTC prescaler register </description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x007F00FF</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>PREDIV_S</name>
|
||
<description>Synchronous prescaler factor
|
||
This is the synchronous division factor:
|
||
ck_spre frequency = ck_apre frequency/(PREDIV_S+1)</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>15</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>PREDIV_A</name>
|
||
<description>Asynchronous prescaler factor
|
||
This is the asynchronous division factor:
|
||
ck_apre frequency = RTCCLK frequency/(PREDIV_A+1)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>7</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_WUTR</name>
|
||
<displayName>RTC_WUTR</displayName>
|
||
<description>RTC wakeup timer register </description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x0000FFFF</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>WUT</name>
|
||
<description>Wakeup auto-reload value bits
|
||
When the wakeup timer is enabled (WUTE set to 1), the WUTF flag is set every (WUT[15:0]+1) ck_wut cycles. The ck_wut period is selected through WUCKSEL[2:0] bits of the RTC_CR register.
|
||
When WUCKSEL[2] = 1, the wakeup timer becomes 17-bits and WUCKSEL[1] effectively becomes WUT[16] the most-significant bit to be reloaded into the timer.
|
||
The first assertion of WUTF occurs between WUT and (WUT + 1) ck_wut cycles after WUTE is set. Setting WUT[15:0] to 0x0000 with WUCKSEL[2:0] = 011 (RTCCLK/2) is forbidden.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_CR</name>
|
||
<displayName>RTC_CR</displayName>
|
||
<description>control register</description>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>WUCKSEL</name>
|
||
<description>ck_wut wakeup clock selection
|
||
10x: ck_spre (usually 1Hz) clock is selected
|
||
11x: ck_spre (usually 1Hz) clock is selected and 216is added to the WUT counter value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>RTC/16 clock is selected</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>RTC/8 clock is selected</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>RTC/4 clock is selected</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>RTC/2 clock is selected</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TSEDGE</name>
|
||
<description>Timestamp event active edge
|
||
TSE must be reset when TSEDGE is changed to avoid unwanted TSF setting.</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>RTC_TS input rising edge generates a timestamp event</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>RTC_TS input falling edge generates a timestamp event</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>REFCKON</name>
|
||
<description>RTC_REFIN reference clock detection enable (50 or 60Hz)
|
||
Note: PREDIV_S must be 0x00FF.</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>RTC_REFIN detection disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>RTC_REFIN detection enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>BYPSHAD</name>
|
||
<description>Bypass the shadow registers
|
||
Note: If the frequency of the APB1 clock is less than seven times the frequency of RTCCLK, BYPSHAD must be set to 1.</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Calendar values (when reading from RTC_SSR, RTC_TR, and RTC_DR) are taken from the shadow registers, which are updated once every two RTCCLK cycles.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Calendar values (when reading from RTC_SSR, RTC_TR, and RTC_DR) are taken directly from the calendar counters.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>FMT</name>
|
||
<description>Hour format</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>24 hour/day format</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>AM/PM hour format</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ALRAE</name>
|
||
<description>Alarm A enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Alarm A disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Alarm A enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ALRBE</name>
|
||
<description>Alarm B enable</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Alarm B disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Alarm B enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>WUTE</name>
|
||
<description>Wakeup timer enable
|
||
Note: When the wakeup timer is disabled, wait for WUTWF=1 before enabling it again.</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Wakeup timer disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Wakeup timer enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TSE</name>
|
||
<description>timestamp enable</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>timestamp disable</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>timestamp enable</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ALRAIE</name>
|
||
<description>Alarm A interrupt enable</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Alarm A interrupt disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Alarm A interrupt enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ALRBIE</name>
|
||
<description>Alarm B interrupt enable</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Alarm B interrupt disable</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Alarm B interrupt enable</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>WUTIE</name>
|
||
<description>Wakeup timer interrupt enable</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Wakeup timer interrupt disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Wakeup timer interrupt enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TSIE</name>
|
||
<description>Timestamp interrupt enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Timestamp interrupt disable</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Timestamp interrupt enable</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ADD1H</name>
|
||
<description>Add 1 hour (summer time change)
|
||
When this bit is set outside initialization mode, 1 hour is added to the calendar time. This bit is always read as 0.</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No effect</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Adds 1 hour to the current time. This can be used for summer time change</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>SUB1H</name>
|
||
<description>Subtract 1 hour (winter time change)
|
||
When this bit is set outside initialization mode, 1 hour is subtracted to the calendar time if the current hour is not 0. This bit is always read as 0.
|
||
Setting this bit has no effect when current hour is 0.</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No effect</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Subtracts 1 hour to the current time. This can be used for winter time change.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>BKP</name>
|
||
<description>Backup
|
||
This bit can be written by the user to memorize whether the daylight saving time change has been performed or not.</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>COSEL</name>
|
||
<description>Calibration output selection
|
||
When COE = 1, this bit selects which signal is output on CALIB.
|
||
These frequencies are valid for RTCCLK at 32.768kHz and prescalers at their default values (PREDIV_A = 127 and PREDIV_S = 255). Refer to .</description>
|
||
<bitOffset>19</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Calibration output is 512Hz</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Calibration output is 1Hz</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>POL</name>
|
||
<description>Output polarity
|
||
This bit is used to configure the polarity of TAMPALRM output.</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>The pin is high when ALRAF/ALRBF/WUTF is asserted (depending on OSEL[1:0]), or when a TAMPxF/ITAMPxF is asserted (if TAMPOE = 1).</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>The pin is low when ALRAF/ALRBF/WUTF is asserted (depending on OSEL[1:0]), or when a TAMPxF/ITAMPxF is asserted (if TAMPOE = 1).</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>OSEL</name>
|
||
<description>Output selection
|
||
These bits are used to select the flag to be routed to TAMPALRM output.</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Output disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Alarm A output enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>Alarm B output enabled</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>Wakeup output enabled</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>COE</name>
|
||
<description>Calibration output enable
|
||
This bit enables the CALIB output</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Calibration output disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Calibration output enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>ITSE</name>
|
||
<description>timestamp on internal event enable</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>internal event timestamp disabled</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>internal event timestamp enabled</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMPTS</name>
|
||
<description>Activate timestamp on tamper detection event
|
||
TAMPTS is valid even if TSE = 0 in the RTC_CR register. Timestamp flag is set after the tamper flags, therefore if TAMPTS and TSIE are set, it is recommended to disable the tamper interrupts in order to avoid servicing 2 interrupts.</description>
|
||
<bitOffset>25</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Tamper detection event does not cause a RTC timestamp to be saved</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Save RTC timestamp on tamper detection event</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMPOE</name>
|
||
<description>Tamper detection output enable on TAMPALRM</description>
|
||
<bitOffset>26</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>The tamper flag is not routed on TAMPALRM</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>The tamper flag is routed on TAMPALRM, combined with the signal provided by OSEL and with the polarity provided by POL.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMPALRM_PU</name>
|
||
<description>TAMPALRM pull-up enable</description>
|
||
<bitOffset>29</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No pull-up is applied on TAMPALRM output</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>A pull-up is applied on TAMPALRM output</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>TAMPALRM_TYPE</name>
|
||
<description>TAMPALRM output type</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>TAMPALRM is push-pull output</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>TAMPALRM is open-drain output</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>OUT2EN</name>
|
||
<description>RTC_OUT2 output enable
|
||
Setting this bit allows to remap the RTC outputs on RTC_OUT2 as follows:
|
||
OUT2EN = 0: RTC output 2 disable
|
||
If OSEL â 00 or TAMPOE = 1: TAMPALRM is output on RTC_OUT1
|
||
If OSEL = 00 and TAMPOE = 0 and COE = 1: CALIB is output on RTC_OUT1
|
||
OUT2EN = 1: RTC output 2 enable
|
||
If (OSEL â 00 or TAMPOE = 1) and COE = 0: TAMPALRM is output on RTC_OUT2
|
||
If OSEL = 00 and TAMPOE = 0 and COE = 1: CALIB is output on RTC_OUT2
|
||
If (OSELâ 00 or TAMPOE = 1) and COE = 1: CALIB is output on RTC_OUT2 and TAMPALRM is output on RTC_OUT1.</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_WPR</name>
|
||
<displayName>RTC_WPR</displayName>
|
||
<description>write protection register</description>
|
||
<addressOffset>0x24</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>KEY</name>
|
||
<description>Write protection key
|
||
This byte is written by software.
|
||
Reading this byte always returns 0x00.
|
||
Refer to for a description of how to unlock RTC register write protection.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>8</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_CALR</name>
|
||
<displayName>RTC_CALR</displayName>
|
||
<description>RTC calibration register </description>
|
||
<addressOffset>0x28</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>CALM</name>
|
||
<description>Calibration minus
|
||
The frequency of the calendar is reduced by masking CALM out of 220 RTCCLK pulses (32 seconds if the input frequency is 32768Hz). This decreases the frequency of the calendar with a resolution of 0.9537ppm.
|
||
To increase the frequency of the calendar, this feature should be used in conjunction with CALP. See .</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>9</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>CALW16</name>
|
||
<description>Use a 16-second calibration cycle period
|
||
When CALW16 is set to 1, the 16-second calibration cycle period is selected. This bit must not be set to 1 if CALW8 = 1.
|
||
Note: CALM[0] is stuck at 0 when CALW16 = 1. Refer to calibration.</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>CALW8</name>
|
||
<description>Use an 8-second calibration cycle period
|
||
When CALW8 is set to 1, the 8-second calibration cycle period is selected.
|
||
Note: CALM[1:0] are stuck at 00 when CALW8 = 1. Refer to digital calibration.</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>CALP</name>
|
||
<description>Increase frequency of RTC by 488.5ppm
|
||
This feature is intended to be used in conjunction with CALM, which lowers the frequency of the calendar with a fine resolution. if the input frequency is 32768Hz, the number of RTCCLK pulses added during a 32-second window is calculated as follows: (512 Ã CALP) - CALM.
|
||
Refer to .</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No RTCCLK pulses are added.</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>One RTCCLK pulse is effectively inserted every 211 pulses (frequency increased by 488.5ppm).</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_SHIFTR</name>
|
||
<displayName>RTC_SHIFTR</displayName>
|
||
<description>RTC shift control register </description>
|
||
<addressOffset>0x2c</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>SUBFS</name>
|
||
<description>Subtract a fraction of a second
|
||
These bits are write only and is always read as zero. Writing to this bit has no effect when a shift operation is pending (when SHPF = 1, in RTC_ICSR).
|
||
The value which is written to SUBFS is added to the synchronous prescaler counter. Since this counter counts down, this operation effectively subtracts from (delays) the clock by:
|
||
Delay (seconds) = SUBFS / (PREDIV_S + 1)
|
||
A fraction of a second can effectively be added to the clock (advancing the clock) when the ADD1S function is used in conjunction with SUBFS, effectively advancing the clock by:
|
||
Advance (seconds) = (1 - (SUBFS / (PREDIV_S + 1))).
|
||
Note: Writing to SUBFS causes RSF to be cleared. Software can then wait until RSF = 1 to be sure that the shadow registers have been updated with the shifted time.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>15</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ADD1S</name>
|
||
<description>Add one second
|
||
This bit is write only and is always read as zero. Writing to this bit has no effect when a shift operation is pending (when SHPF = 1, in RTC_ICSR).
|
||
This function is intended to be used with SUBFS (see description below) in order to effectively add a fraction of a second to the clock in an atomic operation.</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No effect</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Add one second to the clock/calendar</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_TSTR</name>
|
||
<displayName>RTC_TSTR</displayName>
|
||
<description>RTC timestamp time register </description>
|
||
<addressOffset>0x30</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>SU</name>
|
||
<description>Second units in BCD format.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ST</name>
|
||
<description>Second tens in BCD format.</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>MNU</name>
|
||
<description>Minute units in BCD format.</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>MNT</name>
|
||
<description>Minute tens in BCD format.</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>HU</name>
|
||
<description>Hour units in BCD format.</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>HT</name>
|
||
<description>Hour tens in BCD format.</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>PM</name>
|
||
<description>AM/PM notation</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>AM or 24-hour format</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>PM</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_TSDR</name>
|
||
<displayName>RTC_TSDR</displayName>
|
||
<description>RTC timestamp date register </description>
|
||
<addressOffset>0x34</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>DU</name>
|
||
<description>Date units in BCD format</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>DT</name>
|
||
<description>Date tens in BCD format</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>MU</name>
|
||
<description>Month units in BCD format</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>MT</name>
|
||
<description>Month tens in BCD format</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>WDU</name>
|
||
<description>Week day units</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_TSSSR</name>
|
||
<displayName>RTC_TSSSR</displayName>
|
||
<description>RTC timestamp sub second register </description>
|
||
<addressOffset>0x38</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>SS</name>
|
||
<description>Sub second value
|
||
SS[15:0] is the value of the synchronous prescaler counter when the timestamp event occurred.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_ALRMAR</name>
|
||
<displayName>RTC_ALRMAR</displayName>
|
||
<description>RTC alarm A register </description>
|
||
<addressOffset>0x40</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>SU</name>
|
||
<description>Second units in BCD format.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>ST</name>
|
||
<description>Second tens in BCD format.</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>MSK1</name>
|
||
<description>Alarm A seconds mask</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Alarm A set if the seconds match</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Seconds don't care in alarm A comparison</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MNU</name>
|
||
<description>Minute units in BCD format</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>MNT</name>
|
||
<description>Minute tens in BCD format</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>MSK2</name>
|
||
<description>Alarm A minutes mask</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Alarm A set if the minutes match</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Minutes don't care in alarm A comparison</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HU</name>
|
||
<description>Hour units in BCD format</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>HT</name>
|
||
<description>Hour tens in BCD format</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>PM</name>
|
||
<description>AM/PM notation</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>AM or 24-hour format</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>PM</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MSK3</name>
|
||
<description>Alarm A hours mask</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Alarm A set if the hours match</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Hours don't care in alarm A comparison</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>DU</name>
|
||
<description>Date units or day in BCD format</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>DT</name>
|
||
<description>Date tens in BCD format</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>WDSEL</name>
|
||
<description>Week day selection</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>DU[3:0] represents the date units</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>DU[3:0] represents the week day. DT[1:0] is don't care.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MSK4</name>
|
||
<description>Alarm A date mask</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Alarm A set if the date/day match</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Date/day don't care in alarm A comparison</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_ALRMASSR</name>
|
||
<displayName>RTC_ALRMASSR</displayName>
|
||
<description>RTC alarm A sub second register </description>
|
||
<addressOffset>0x44</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>SS</name>
|
||
<description>Sub seconds value
|
||
This value is compared with the contents of the synchronous prescaler counter to determine if alarm A is to be activated. Only bits 0 up MASKSS-1 are compared.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>15</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>MASKSS</name>
|
||
<description>Mask the most-significant bits starting at this bit
|
||
2: SS[14:2] are don't care in alarm A comparison. Only SS[1:0] are compared.
|
||
3: SS[14:3] are don't care in alarm A comparison. Only SS[2:0] are compared.
|
||
...
|
||
12: SS[14:12] are don't care in alarm A comparison. SS[11:0] are compared.
|
||
13: SS[14:13] are don't care in alarm A comparison. SS[12:0] are compared.
|
||
14: SS[14] is don't care in alarm A comparison. SS[13:0] are compared.
|
||
15: All 15 SS bits are compared and must match to activate alarm.
|
||
The overflow bits of the synchronous counter (bits 15) is never compared. This bit can be different from 0 only after a shift operation.
|
||
Note: The overflow bits of the synchronous counter (bits 15) is never compared. This bit can be different from 0 only after a shift operation.</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No comparison on sub seconds for alarm A. The alarm is set when the seconds unit is incremented (assuming that the rest of the fields match).</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>SS[14:1] are don't care in alarm A comparison. Only SS[0] is compared.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_ALRMBR</name>
|
||
<displayName>RTC_ALRMBR</displayName>
|
||
<description>RTC alarm B register </description>
|
||
<addressOffset>0x48</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>SU</name>
|
||
<description>Second units in BCD format</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>ST</name>
|
||
<description>Second tens in BCD format</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>MSK1</name>
|
||
<description>Alarm B seconds mask</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Alarm B set if the seconds match</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Seconds don't care in alarm B comparison</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MNU</name>
|
||
<description>Minute units in BCD format</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>MNT</name>
|
||
<description>Minute tens in BCD format</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>MSK2</name>
|
||
<description>Alarm B minutes mask</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Alarm B set if the minutes match</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Minutes don't care in alarm B comparison</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>HU</name>
|
||
<description>Hour units in BCD format</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>HT</name>
|
||
<description>Hour tens in BCD format</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>PM</name>
|
||
<description>AM/PM notation</description>
|
||
<bitOffset>22</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>AM or 24-hour format</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>PM</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MSK3</name>
|
||
<description>Alarm B hours mask</description>
|
||
<bitOffset>23</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Alarm B set if the hours match</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Hours don't care in alarm B comparison</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>DU</name>
|
||
<description>Date units or day in BCD format</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>DT</name>
|
||
<description>Date tens in BCD format</description>
|
||
<bitOffset>28</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>WDSEL</name>
|
||
<description>Week day selection</description>
|
||
<bitOffset>30</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>DU[3:0] represents the date units</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>DU[3:0] represents the week day. DT[1:0] is don't care.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
<field>
|
||
<name>MSK4</name>
|
||
<description>Alarm B date mask</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>Alarm B set if the date and day match</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>Date and day don't care in alarm B comparison</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_ALRMBSSR</name>
|
||
<displayName>RTC_ALRMBSSR</displayName>
|
||
<description>RTC alarm B sub second register </description>
|
||
<addressOffset>0x4c</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>SS</name>
|
||
<description>Sub seconds value
|
||
This value is compared with the contents of the synchronous prescaler counter to determine if alarm B is to be activated. Only bits 0 up to MASKSS-1 are compared.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>15</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>MASKSS</name>
|
||
<description>Mask the most-significant bits starting at this bit
|
||
...
|
||
The overflow bits of the synchronous counter (bits 15) is never compared. This bit can be different from 0 only after a shift operation.</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
<access>read-write</access>
|
||
<enumeratedValues>
|
||
<enumeratedValue>
|
||
<name>B_0x0</name>
|
||
<description>No comparison on sub seconds for alarm B. The alarm is set when the seconds unit is incremented (assuming that the rest of the fields match).</description>
|
||
<value>0x0</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x1</name>
|
||
<description>SS[14:1] are don't care in alarm B comparison. Only SS[0] is compared.</description>
|
||
<value>0x1</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x2</name>
|
||
<description>SS[14:2] are don't care in alarm B comparison. Only SS[1:0] are compared.</description>
|
||
<value>0x2</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0x3</name>
|
||
<description>SS[14:3] are don't care in alarm B comparison. Only SS[2:0] are compared.</description>
|
||
<value>0x3</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0xC</name>
|
||
<description>SS[14:12] are don't care in alarm B comparison. SS[11:0] are compared.</description>
|
||
<value>0xC</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0xD</name>
|
||
<description>SS[14:13] are don't care in alarm B comparison. SS[12:0] are compared.</description>
|
||
<value>0xD</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0xE</name>
|
||
<description>SS[14] is don't care in alarm B comparison. SS[13:0] are compared.</description>
|
||
<value>0xE</value>
|
||
</enumeratedValue>
|
||
<enumeratedValue>
|
||
<name>B_0xF</name>
|
||
<description>All 15 SS bits are compared and must match to activate alarm.</description>
|
||
<value>0xF</value>
|
||
</enumeratedValue>
|
||
</enumeratedValues>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_SR</name>
|
||
<displayName>RTC_SR</displayName>
|
||
<description>RTC status register </description>
|
||
<addressOffset>0x50</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>ALRAF</name>
|
||
<description>Alarm A flag
|
||
This flag is set by hardware when the time/date registers (RTC_TR and RTC_DR) match the alarm A register (RTC_ALRMAR).</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ALRBF</name>
|
||
<description>Alarm B flag
|
||
This flag is set by hardware when the time/date registers (RTC_TR and RTC_DR) match the alarm B register (RTC_ALRMBR).</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>WUTF</name>
|
||
<description>Wakeup timer flag
|
||
This flag is set by hardware when the wakeup auto-reload counter reaches 0.
|
||
This flag must be cleared by software at least 1.5 RTCCLK periods before WUTF is set to 1 again.</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>TSF</name>
|
||
<description>Timestamp flag
|
||
This flag is set by hardware when a timestamp event occurs.
|
||
If ITSF flag is set, TSF must be cleared together with ITSF.</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>TSOVF</name>
|
||
<description>Timestamp overflow flag
|
||
This flag is set by hardware when a timestamp event occurs while TSF is already set.
|
||
It is recommended to check and then clear TSOVF only after clearing the TSF bit. Otherwise, an overflow might not be noticed if a timestamp event occurs immediately before the TSF bit is cleared.</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ITSF</name>
|
||
<description>Internal timestamp flag
|
||
This flag is set by hardware when a timestamp on the internal event occurs.</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_MISR</name>
|
||
<displayName>RTC_MISR</displayName>
|
||
<description>RTC masked interrupt status register </description>
|
||
<addressOffset>0x54</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>ALRAMF</name>
|
||
<description>Alarm A masked flag
|
||
This flag is set by hardware when the alarm A interrupt occurs.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ALRBMF</name>
|
||
<description>Alarm B masked flag
|
||
This flag is set by hardware when the alarm B interrupt occurs.</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>WUTMF</name>
|
||
<description>Wakeup timer masked flag
|
||
This flag is set by hardware when the wakeup timer interrupt occurs.
|
||
This flag must be cleared by software at least 1.5 RTCCLK periods before WUTF is set to 1 again.</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>TSMF</name>
|
||
<description>Timestamp masked flag
|
||
This flag is set by hardware when a timestamp interrupt occurs.
|
||
If ITSF flag is set, TSF must be cleared together with ITSF.</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>TSOVMF</name>
|
||
<description>Timestamp overflow masked flag
|
||
This flag is set by hardware when a timestamp interrupt occurs while TSMF is already set.
|
||
It is recommended to check and then clear TSOVF only after clearing the TSF bit. Otherwise, an overflow might not be noticed if a timestamp event occurs immediately before the TSF bit is cleared.</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>ITSMF</name>
|
||
<description>Internal timestamp masked flag
|
||
This flag is set by hardware when a timestamp on the internal event occurs and timestampinterrupt is raised.</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>RTC_SCR</name>
|
||
<displayName>RTC_SCR</displayName>
|
||
<description>RTC status clear register </description>
|
||
<addressOffset>0x5c</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000000</resetValue>
|
||
<resetMask>0xFFFFFFFF</resetMask>
|
||
<fields>
|
||
<field>
|
||
<name>CALRAF</name>
|
||
<description>Clear alarm A flag
|
||
Writing 1 in this bit clears the ALRAF bit in the RTC_SR register.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CALRBF</name>
|
||
<description>Clear alarm B flag
|
||
Writing 1 in this bit clears the ALRBF bit in the RTC_SR register.</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CWUTF</name>
|
||
<description>Clear wakeup timer flag
|
||
Writing 1 in this bit clears the WUTF bit in the RTC_SR register.</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTSF</name>
|
||
<description>Clear timestamp flag
|
||
Writing 1 in this bit clears the TSOVF bit in the RTC_SR register.
|
||
If ITSF flag is set, TSF must be cleared together with ITSF by setting CRSF and CITSF.</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CTSOVF</name>
|
||
<description>Clear timestamp overflow flag
|
||
Writing 1 in this bit clears the TSOVF bit in the RTC_SR register.
|
||
It is recommended to check and then clear TSOVF only after clearing the TSF bit. Otherwise, an overflow might not be noticed if a timestamp event occurs immediately before the TSF bit is cleared.</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
<field>
|
||
<name>CITSF</name>
|
||
<description>Clear internal timestamp flag
|
||
Writing 1 in this bit clears the ITSF bit in the RTC_SR register.</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>write-only</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>TIM14</name>
|
||
<description>General purpose timers</description>
|
||
<groupName>TIM</groupName>
|
||
<baseAddress>0x40002000</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>TIM14</name>
|
||
<description>TIM14 global interrupt</description>
|
||
<value>19</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>CR1</name>
|
||
<displayName>CR1</displayName>
|
||
<description>control register 1</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>UIFREMAP</name>
|
||
<description>UIF status bit remapping</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CKD</name>
|
||
<description>Clock division</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ARPE</name>
|
||
<description>Auto-reload preload enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OPM</name>
|
||
<description>One-pulse mode</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>URS</name>
|
||
<description>Update request source</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UDIS</name>
|
||
<description>Update disable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CEN</name>
|
||
<description>Counter enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DIER</name>
|
||
<displayName>DIER</displayName>
|
||
<description>DMA/Interrupt enable register</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CC1IE</name>
|
||
<description>Capture/Compare 1 interrupt
|
||
enable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UIE</name>
|
||
<description>Update interrupt enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>SR</name>
|
||
<displayName>SR</displayName>
|
||
<description>status register</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CC1OF</name>
|
||
<description>Capture/Compare 1 overcapture
|
||
flag</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1IF</name>
|
||
<description>Capture/compare 1 interrupt
|
||
flag</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UIF</name>
|
||
<description>Update interrupt flag</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>EGR</name>
|
||
<displayName>EGR</displayName>
|
||
<description>event generation register</description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CC1G</name>
|
||
<description>Capture/compare 1
|
||
generation</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UG</name>
|
||
<description>Update generation</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCMR1_Output</name>
|
||
<displayName>CCMR1_Output</displayName>
|
||
<description>capture/compare mode register 1 (output
|
||
mode)</description>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CC1S</name>
|
||
<description>CC1S</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1FE</name>
|
||
<description>OC1FE</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1PE</name>
|
||
<description>OC1PE</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1M</name>
|
||
<description>OC1M</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1CE</name>
|
||
<description>OC1CE</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1M_3</name>
|
||
<description>Output Compare 1 mode - bit
|
||
3</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCMR1_Input</name>
|
||
<displayName>CCMR1_Input</displayName>
|
||
<description>capture/compare mode register 1 (input
|
||
mode)</description>
|
||
<alternateRegister>CCMR1_Output</alternateRegister>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>IC1F</name>
|
||
<description>Input capture 1 filter</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ICPCS</name>
|
||
<description>Input capture 1 prescaler</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1S</name>
|
||
<description>Capture/Compare 1
|
||
selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCER</name>
|
||
<displayName>CCER</displayName>
|
||
<description>capture/compare enable
|
||
register</description>
|
||
<addressOffset>0x20</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CC1NP</name>
|
||
<description>Capture/Compare 1 output
|
||
Polarity</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1P</name>
|
||
<description>Capture/Compare 1 output
|
||
Polarity</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1E</name>
|
||
<description>Capture/Compare 1 output
|
||
enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CNT</name>
|
||
<displayName>CNT</displayName>
|
||
<description>counter</description>
|
||
<addressOffset>0x24</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CNT</name>
|
||
<description>low counter value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UIFCPY</name>
|
||
<description>UIF Copy</description>
|
||
<bitOffset>31</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PSC</name>
|
||
<displayName>PSC</displayName>
|
||
<description>prescaler</description>
|
||
<addressOffset>0x28</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PSC</name>
|
||
<description>Prescaler value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ARR</name>
|
||
<displayName>ARR</displayName>
|
||
<description>auto-reload register</description>
|
||
<addressOffset>0x2C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>ARR</name>
|
||
<description>Low Auto-reload value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCR1</name>
|
||
<displayName>CCR1</displayName>
|
||
<description>capture/compare register 1</description>
|
||
<addressOffset>0x34</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CCR1</name>
|
||
<description>Low Capture/Compare 1
|
||
value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TISEL</name>
|
||
<displayName>TISEL</displayName>
|
||
<description>TIM timer input selection
|
||
register</description>
|
||
<addressOffset>0x68</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TISEL</name>
|
||
<description>TI1[0] to TI1[15] input
|
||
selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>TIM2</name>
|
||
<description>General-purpose-timers</description>
|
||
<groupName>TIM</groupName>
|
||
<baseAddress>0x40000000</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<interrupt>
|
||
<name>TIM2</name>
|
||
<description>TIM2 global interrupt</description>
|
||
<value>15</value>
|
||
</interrupt>
|
||
<interrupt>
|
||
<name>TIM3</name>
|
||
<description>TIM3 global interrupt</description>
|
||
<value>16</value>
|
||
</interrupt>
|
||
<registers>
|
||
<register>
|
||
<name>CR1</name>
|
||
<displayName>CR1</displayName>
|
||
<description>control register 1</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>UIFREMAP</name>
|
||
<description>UIF status bit remapping</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CKD</name>
|
||
<description>Clock division</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ARPE</name>
|
||
<description>Auto-reload preload enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CMS</name>
|
||
<description>Center-aligned mode
|
||
selection</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DIR</name>
|
||
<description>Direction</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OPM</name>
|
||
<description>One-pulse mode</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>URS</name>
|
||
<description>Update request source</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UDIS</name>
|
||
<description>Update disable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CEN</name>
|
||
<description>Counter enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CR2</name>
|
||
<displayName>CR2</displayName>
|
||
<description>control register 2</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TI1S</name>
|
||
<description>TI1 selection</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MMS</name>
|
||
<description>Master mode selection</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CCDS</name>
|
||
<description>Capture/compare DMA
|
||
selection</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>SMCR</name>
|
||
<displayName>SMCR</displayName>
|
||
<description>slave mode control register</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TS_4_3</name>
|
||
<description>Trigger selection</description>
|
||
<bitOffset>20</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SMS_3</name>
|
||
<description>Slave mode selection - bit
|
||
3</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ETP</name>
|
||
<description>External trigger polarity</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ECE</name>
|
||
<description>External clock enable</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ETPS</name>
|
||
<description>External trigger prescaler</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ETF</name>
|
||
<description>External trigger filter</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>MSM</name>
|
||
<description>Master/Slave mode</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TS</name>
|
||
<description>Trigger selection</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OCCS</name>
|
||
<description>OCREF clear selection</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>SMS</name>
|
||
<description>Slave mode selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DIER</name>
|
||
<displayName>DIER</displayName>
|
||
<description>DMA/Interrupt enable register</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TDE</name>
|
||
<description>Trigger DMA request enable</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4DE</name>
|
||
<description>Capture/Compare 4 DMA request
|
||
enable</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3DE</name>
|
||
<description>Capture/Compare 3 DMA request
|
||
enable</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2DE</name>
|
||
<description>Capture/Compare 2 DMA request
|
||
enable</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1DE</name>
|
||
<description>Capture/Compare 1 DMA request
|
||
enable</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UDE</name>
|
||
<description>Update DMA request enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIE</name>
|
||
<description>Trigger interrupt enable</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4IE</name>
|
||
<description>Capture/Compare 4 interrupt
|
||
enable</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3IE</name>
|
||
<description>Capture/Compare 3 interrupt
|
||
enable</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2IE</name>
|
||
<description>Capture/Compare 2 interrupt
|
||
enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1IE</name>
|
||
<description>Capture/Compare 1 interrupt
|
||
enable</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UIE</name>
|
||
<description>Update interrupt enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>SR</name>
|
||
<displayName>SR</displayName>
|
||
<description>status register</description>
|
||
<addressOffset>0x10</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CC4OF</name>
|
||
<description>Capture/Compare 4 overcapture
|
||
flag</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3OF</name>
|
||
<description>Capture/Compare 3 overcapture
|
||
flag</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2OF</name>
|
||
<description>Capture/compare 2 overcapture
|
||
flag</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1OF</name>
|
||
<description>Capture/Compare 1 overcapture
|
||
flag</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TIF</name>
|
||
<description>Trigger interrupt flag</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4IF</name>
|
||
<description>Capture/Compare 4 interrupt
|
||
flag</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3IF</name>
|
||
<description>Capture/Compare 3 interrupt
|
||
flag</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2IF</name>
|
||
<description>Capture/Compare 2 interrupt
|
||
flag</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1IF</name>
|
||
<description>Capture/compare 1 interrupt
|
||
flag</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UIF</name>
|
||
<description>Update interrupt flag</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>EGR</name>
|
||
<displayName>EGR</displayName>
|
||
<description>event generation register</description>
|
||
<addressOffset>0x14</addressOffset>
|
||
<size>0x20</size>
|
||
<access>write-only</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TG</name>
|
||
<description>Trigger generation</description>
|
||
<bitOffset>6</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4G</name>
|
||
<description>Capture/compare 4
|
||
generation</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3G</name>
|
||
<description>Capture/compare 3
|
||
generation</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2G</name>
|
||
<description>Capture/compare 2
|
||
generation</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1G</name>
|
||
<description>Capture/compare 1
|
||
generation</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>UG</name>
|
||
<description>Update generation</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCMR1_Output</name>
|
||
<displayName>CCMR1_Output</displayName>
|
||
<description>capture/compare mode register 1 (output
|
||
mode)</description>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>OC2M_3</name>
|
||
<description>Output Compare 2 mode - bit
|
||
3</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1M_3</name>
|
||
<description>Output Compare 1 mode - bit
|
||
3</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC2CE</name>
|
||
<description>Output compare 2 clear
|
||
enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC2M</name>
|
||
<description>Output compare 2 mode</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC2PE</name>
|
||
<description>Output compare 2 preload
|
||
enable</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC2FE</name>
|
||
<description>Output compare 2 fast
|
||
enable</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2S</name>
|
||
<description>Capture/Compare 2
|
||
selection</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1CE</name>
|
||
<description>Output compare 1 clear
|
||
enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1M</name>
|
||
<description>Output compare 1 mode</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1PE</name>
|
||
<description>Output compare 1 preload
|
||
enable</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC1FE</name>
|
||
<description>Output compare 1 fast
|
||
enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1S</name>
|
||
<description>Capture/Compare 1
|
||
selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCMR1_Input</name>
|
||
<displayName>CCMR1_Input</displayName>
|
||
<description>capture/compare mode register 1 (input
|
||
mode)</description>
|
||
<alternateRegister>CCMR1_Output</alternateRegister>
|
||
<addressOffset>0x18</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>IC2F</name>
|
||
<description>Input capture 2 filter</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IC2PSC</name>
|
||
<description>Input capture 2 prescaler</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2S</name>
|
||
<description>Capture/compare 2
|
||
selection</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IC1F</name>
|
||
<description>Input capture 1 filter</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IC1PSC</name>
|
||
<description>Input capture 1 prescaler</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1S</name>
|
||
<description>Capture/Compare 1
|
||
selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCMR2_Output</name>
|
||
<displayName>CCMR2_Output</displayName>
|
||
<description>capture/compare mode register 2 (output
|
||
mode)</description>
|
||
<addressOffset>0x1C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>OC4M_3</name>
|
||
<description>Output Compare 4 mode - bit
|
||
3</description>
|
||
<bitOffset>24</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC3M_3</name>
|
||
<description>Output Compare 3 mode - bit
|
||
3</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC4CE</name>
|
||
<description>Output compare 4 clear
|
||
enable</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC4M</name>
|
||
<description>Output compare 4 mode</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC4PE</name>
|
||
<description>Output compare 4 preload
|
||
enable</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC4FE</name>
|
||
<description>Output compare 4 fast
|
||
enable</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4S</name>
|
||
<description>Capture/Compare 4
|
||
selection</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC3CE</name>
|
||
<description>Output compare 3 clear
|
||
enable</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC3M</name>
|
||
<description>Output compare 3 mode</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC3PE</name>
|
||
<description>Output compare 3 preload
|
||
enable</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>OC3FE</name>
|
||
<description>Output compare 3 fast
|
||
enable</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3S</name>
|
||
<description>Capture/Compare 3
|
||
selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCMR2_Input</name>
|
||
<displayName>CCMR2_Input</displayName>
|
||
<description>capture/compare mode register 2 (input
|
||
mode)</description>
|
||
<alternateRegister>CCMR2_Output</alternateRegister>
|
||
<addressOffset>0x1C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>IC4F</name>
|
||
<description>Input capture 4 filter</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IC4PSC</name>
|
||
<description>Input capture 4 prescaler</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4S</name>
|
||
<description>Capture/Compare 4
|
||
selection</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IC3F</name>
|
||
<description>Input capture 3 filter</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>IC3PSC</name>
|
||
<description>Input capture 3 prescaler</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3S</name>
|
||
<description>Capture/Compare 3
|
||
selection</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>2</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCER</name>
|
||
<displayName>CCER</displayName>
|
||
<description>capture/compare enable
|
||
register</description>
|
||
<addressOffset>0x20</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CC4NP</name>
|
||
<description>Capture/Compare 4 output
|
||
Polarity</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4P</name>
|
||
<description>Capture/Compare 3 output
|
||
Polarity</description>
|
||
<bitOffset>13</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC4E</name>
|
||
<description>Capture/Compare 4 output
|
||
enable</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3NP</name>
|
||
<description>Capture/Compare 3 output
|
||
Polarity</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3P</name>
|
||
<description>Capture/Compare 3 output
|
||
Polarity</description>
|
||
<bitOffset>9</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC3E</name>
|
||
<description>Capture/Compare 3 output
|
||
enable</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2NP</name>
|
||
<description>Capture/Compare 2 output
|
||
Polarity</description>
|
||
<bitOffset>7</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2P</name>
|
||
<description>Capture/Compare 2 output
|
||
Polarity</description>
|
||
<bitOffset>5</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC2E</name>
|
||
<description>Capture/Compare 2 output
|
||
enable</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1NP</name>
|
||
<description>Capture/Compare 1 output
|
||
Polarity</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1P</name>
|
||
<description>Capture/Compare 1 output
|
||
Polarity</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CC1E</name>
|
||
<description>Capture/Compare 1 output
|
||
enable</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CNT</name>
|
||
<displayName>CNT</displayName>
|
||
<description>counter</description>
|
||
<addressOffset>0x24</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CNT_H</name>
|
||
<description>High counter value (TIM2
|
||
only)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CNT_L</name>
|
||
<description>Low counter value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>PSC</name>
|
||
<displayName>PSC</displayName>
|
||
<description>prescaler</description>
|
||
<addressOffset>0x28</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>PSC</name>
|
||
<description>Prescaler value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>ARR</name>
|
||
<displayName>ARR</displayName>
|
||
<description>auto-reload register</description>
|
||
<addressOffset>0x2C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>ARR_H</name>
|
||
<description>High Auto-reload value (TIM2
|
||
only)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>ARR_L</name>
|
||
<description>Low Auto-reload value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCR1</name>
|
||
<displayName>CCR1</displayName>
|
||
<description>capture/compare register 1</description>
|
||
<addressOffset>0x34</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CCR1_H</name>
|
||
<description>High Capture/Compare 1 value (TIM2
|
||
only)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CCR1_L</name>
|
||
<description>Low Capture/Compare 1
|
||
value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCR2</name>
|
||
<displayName>CCR2</displayName>
|
||
<description>capture/compare register 2</description>
|
||
<addressOffset>0x38</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CCR2_H</name>
|
||
<description>High Capture/Compare 2 value (TIM2
|
||
only)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CCR2_L</name>
|
||
<description>Low Capture/Compare 2
|
||
value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCR3</name>
|
||
<displayName>CCR3</displayName>
|
||
<description>capture/compare register 3</description>
|
||
<addressOffset>0x3C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CCR3_H</name>
|
||
<description>High Capture/Compare value (TIM2
|
||
only)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CCR3_L</name>
|
||
<description>Low Capture/Compare value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCR4</name>
|
||
<displayName>CCR4</displayName>
|
||
<description>capture/compare register 4</description>
|
||
<addressOffset>0x40</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>CCR4_H</name>
|
||
<description>High Capture/Compare value (TIM2
|
||
only)</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>CCR4_L</name>
|
||
<description>Low Capture/Compare value</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DCR</name>
|
||
<displayName>DCR</displayName>
|
||
<description>DMA control register</description>
|
||
<addressOffset>0x48</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DBL</name>
|
||
<description>DMA burst length</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBA</name>
|
||
<description>DMA base address</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>5</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>DMAR</name>
|
||
<displayName>DMAR</displayName>
|
||
<description>DMA address for full transfer</description>
|
||
<addressOffset>0x4C</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DMAB</name>
|
||
<description>DMA register for burst
|
||
accesses</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>OR1</name>
|
||
<displayName>OR1</displayName>
|
||
<description>TIM option register</description>
|
||
<addressOffset>0x50</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>IOCREF_CLR</name>
|
||
<description>IOCREF_CLR</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>AF1</name>
|
||
<displayName>AF1</displayName>
|
||
<description>TIM alternate function option register
|
||
1</description>
|
||
<addressOffset>0x60</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>ETRSEL</name>
|
||
<description>External trigger source
|
||
selection</description>
|
||
<bitOffset>14</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>TISEL</name>
|
||
<displayName>TISEL</displayName>
|
||
<description>TIM alternate function option register
|
||
1</description>
|
||
<addressOffset>0x68</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x0000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TI1SEL</name>
|
||
<description>TI1SEL</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>TI2SEL</name>
|
||
<description>TI2SEL</description>
|
||
<bitOffset>8</bitOffset>
|
||
<bitWidth>4</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral derivedFrom="TIM2">
|
||
<name>TIM3</name>
|
||
<baseAddress>0x40000400</baseAddress>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>VREFBUF</name>
|
||
<description>System configuration controller</description>
|
||
<groupName>VREFBUF</groupName>
|
||
<baseAddress>0x40010030</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x50</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<registers>
|
||
<register>
|
||
<name>CSR</name>
|
||
<displayName>CSR</displayName>
|
||
<description>VREFBUF control and status
|
||
register</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<resetValue>0x00000002</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>ENVR</name>
|
||
<description>Voltage reference buffer mode enable
|
||
This bit is used to enable the voltage reference
|
||
buffer mode.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>HIZ</name>
|
||
<description>High impedance mode This bit controls
|
||
the analog switch to connect or not the VREF+ pin.
|
||
Refer to Table196: VREF buffer modes for the mode
|
||
descriptions depending on ENVR bit
|
||
configuration.</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
<field>
|
||
<name>VRR</name>
|
||
<description>Voltage reference buffer
|
||
ready</description>
|
||
<bitOffset>3</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
<access>read-only</access>
|
||
</field>
|
||
<field>
|
||
<name>VRS</name>
|
||
<description>Voltage reference scale These bits
|
||
select the value generated by the voltage reference
|
||
buffer. Other: Reserved</description>
|
||
<bitOffset>4</bitOffset>
|
||
<bitWidth>3</bitWidth>
|
||
<access>read-write</access>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CCR</name>
|
||
<displayName>CCR</displayName>
|
||
<description>VREFBUF calibration control
|
||
register</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>TRIM</name>
|
||
<description>Trimming code These bits are
|
||
automatically initialized after reset with the
|
||
trimming value stored in the Flash memory during the
|
||
production test. Writing into these bits allows to
|
||
tune the internal reference buffer
|
||
voltage.</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>6</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
<peripheral>
|
||
<name>DBG</name>
|
||
<description>MCU debug component</description>
|
||
<groupName>DBG</groupName>
|
||
<baseAddress>0x40015800</baseAddress>
|
||
<addressBlock>
|
||
<offset>0x0</offset>
|
||
<size>0x400</size>
|
||
<usage>registers</usage>
|
||
</addressBlock>
|
||
<registers>
|
||
<register>
|
||
<name>IDCODE</name>
|
||
<displayName>IDCODE</displayName>
|
||
<description>DBGMCU_IDCODE</description>
|
||
<addressOffset>0x0</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-only</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DEV_ID</name>
|
||
<description>Device identifier</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>12</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>REV_ID</name>
|
||
<description>Revision identifie</description>
|
||
<bitOffset>16</bitOffset>
|
||
<bitWidth>16</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>CR</name>
|
||
<displayName>CR</displayName>
|
||
<description>Debug MCU configuration
|
||
register</description>
|
||
<addressOffset>0x4</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DBG_STOP</name>
|
||
<description>Debug Stop mode</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBG_STANDBY</name>
|
||
<description>Debug Standby mode</description>
|
||
<bitOffset>2</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>APB_FZ1</name>
|
||
<displayName>APB_FZ1</displayName>
|
||
<description>Debug MCU APB1 freeze
|
||
register1</description>
|
||
<addressOffset>0x8</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DBG_TIM2_STOP</name>
|
||
<description>TIM2 counter stopped when core is
|
||
halted</description>
|
||
<bitOffset>0</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBG_TIM3_STOP</name>
|
||
<description>TIM3 counter stopped when core is
|
||
halted</description>
|
||
<bitOffset>1</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBG_RTC_STOP</name>
|
||
<description>RTC counter stopped when core is
|
||
halted</description>
|
||
<bitOffset>10</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBG_WWDG_STOP</name>
|
||
<description>Window watchdog counter stopped when
|
||
core is halted</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBG_IWDG_STOP</name>
|
||
<description>Independent watchdog counter stopped
|
||
when core is halted</description>
|
||
<bitOffset>12</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBG_I2C1_STOP</name>
|
||
<description>I2C1 SMBUS timeout counter stopped when
|
||
core is halted</description>
|
||
<bitOffset>21</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
<register>
|
||
<name>APB_FZ2</name>
|
||
<displayName>APB_FZ2</displayName>
|
||
<description>Debug MCU APB1 freeze register
|
||
2</description>
|
||
<addressOffset>0xC</addressOffset>
|
||
<size>0x20</size>
|
||
<access>read-write</access>
|
||
<resetValue>0x00000000</resetValue>
|
||
<fields>
|
||
<field>
|
||
<name>DBG_TIM1_STOP</name>
|
||
<description>TIM1 counter stopped when core is
|
||
halted</description>
|
||
<bitOffset>11</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBG_TIM14_STOP</name>
|
||
<description>DBG_TIM14_STOP</description>
|
||
<bitOffset>15</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBG_TIM16_STOP</name>
|
||
<description>DBG_TIM16_STOP</description>
|
||
<bitOffset>17</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
<field>
|
||
<name>DBG_TIM17_STOP</name>
|
||
<description>DBG_TIM17_STOP</description>
|
||
<bitOffset>18</bitOffset>
|
||
<bitWidth>1</bitWidth>
|
||
</field>
|
||
</fields>
|
||
</register>
|
||
</registers>
|
||
</peripheral>
|
||
|
||
|
||
|
||
|
||
</peripherals>
|
||
</device>
|