Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Committer:
elijahorr
Date:
Thu Apr 14 07:28:54 2016 +0000
Revision:
121:672067c3ada4
Parent:
106:ba1f97679dad
.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 106:ba1f97679dad 1 /**
Kojto 106:ba1f97679dad 2 ******************************************************************************
Kojto 106:ba1f97679dad 3 * @file stm32f446xx.h
Kojto 106:ba1f97679dad 4 * @author MCD Application Team
Kojto 106:ba1f97679dad 5 * @version V2.3.2
Kojto 106:ba1f97679dad 6 * @date 26-June-2015
Kojto 106:ba1f97679dad 7 * @brief CMSIS STM32F446xx Device Peripheral Access Layer Header File.
Kojto 106:ba1f97679dad 8 *
Kojto 106:ba1f97679dad 9 * This file contains:
Kojto 106:ba1f97679dad 10 * - Data structures and the address mapping for all peripherals
Kojto 106:ba1f97679dad 11 * - Peripheral's registers declarations and bits definition
Kojto 106:ba1f97679dad 12 * - Macros to access peripheral’s registers hardware
Kojto 106:ba1f97679dad 13 *
Kojto 106:ba1f97679dad 14 ******************************************************************************
Kojto 106:ba1f97679dad 15 * @attention
Kojto 106:ba1f97679dad 16 *
Kojto 106:ba1f97679dad 17 * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
Kojto 106:ba1f97679dad 18 *
Kojto 106:ba1f97679dad 19 * Redistribution and use in source and binary forms, with or without modification,
Kojto 106:ba1f97679dad 20 * are permitted provided that the following conditions are met:
Kojto 106:ba1f97679dad 21 * 1. Redistributions of source code must retain the above copyright notice,
Kojto 106:ba1f97679dad 22 * this list of conditions and the following disclaimer.
Kojto 106:ba1f97679dad 23 * 2. Redistributions in binary form must reproduce the above copyright notice,
Kojto 106:ba1f97679dad 24 * this list of conditions and the following disclaimer in the documentation
Kojto 106:ba1f97679dad 25 * and/or other materials provided with the distribution.
Kojto 106:ba1f97679dad 26 * 3. Neither the name of STMicroelectronics nor the names of its contributors
Kojto 106:ba1f97679dad 27 * may be used to endorse or promote products derived from this software
Kojto 106:ba1f97679dad 28 * without specific prior written permission.
Kojto 106:ba1f97679dad 29 *
Kojto 106:ba1f97679dad 30 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Kojto 106:ba1f97679dad 31 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Kojto 106:ba1f97679dad 32 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Kojto 106:ba1f97679dad 33 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
Kojto 106:ba1f97679dad 34 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Kojto 106:ba1f97679dad 35 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
Kojto 106:ba1f97679dad 36 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
Kojto 106:ba1f97679dad 37 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
Kojto 106:ba1f97679dad 38 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Kojto 106:ba1f97679dad 39 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Kojto 106:ba1f97679dad 40 *
Kojto 106:ba1f97679dad 41 ******************************************************************************
Kojto 106:ba1f97679dad 42 */
Kojto 106:ba1f97679dad 43
Kojto 106:ba1f97679dad 44 /** @addtogroup CMSIS_Device
Kojto 106:ba1f97679dad 45 * @{
Kojto 106:ba1f97679dad 46 */
Kojto 106:ba1f97679dad 47
Kojto 106:ba1f97679dad 48 /** @addtogroup stm32f446xx
Kojto 106:ba1f97679dad 49 * @{
Kojto 106:ba1f97679dad 50 */
Kojto 106:ba1f97679dad 51
Kojto 106:ba1f97679dad 52 #ifndef __STM32F446xx_H
Kojto 106:ba1f97679dad 53 #define __STM32F446xx_H
Kojto 106:ba1f97679dad 54
Kojto 106:ba1f97679dad 55 #ifdef __cplusplus
Kojto 106:ba1f97679dad 56 extern "C" {
Kojto 106:ba1f97679dad 57 #endif /* __cplusplus */
Kojto 106:ba1f97679dad 58
Kojto 106:ba1f97679dad 59 /** @addtogroup Configuration_section_for_CMSIS
Kojto 106:ba1f97679dad 60 * @{
Kojto 106:ba1f97679dad 61 */
Kojto 106:ba1f97679dad 62
Kojto 106:ba1f97679dad 63 /**
Kojto 106:ba1f97679dad 64 * @brief Configuration of the Cortex-M4 Processor and Core Peripherals
Kojto 106:ba1f97679dad 65 */
Kojto 106:ba1f97679dad 66 #define __CM4_REV 0x0001 /*!< Core revision r0p1 */
Kojto 106:ba1f97679dad 67 #define __MPU_PRESENT 1 /*!< STM32F4XX provides an MPU */
Kojto 106:ba1f97679dad 68 #define __NVIC_PRIO_BITS 4 /*!< STM32F4XX uses 4 Bits for the Priority Levels */
Kojto 106:ba1f97679dad 69 #define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used */
Kojto 106:ba1f97679dad 70 #define __FPU_PRESENT 1 /*!< FPU present */
Kojto 106:ba1f97679dad 71
Kojto 106:ba1f97679dad 72 /**
Kojto 106:ba1f97679dad 73 * @}
Kojto 106:ba1f97679dad 74 */
Kojto 106:ba1f97679dad 75
Kojto 106:ba1f97679dad 76 /** @addtogroup Peripheral_interrupt_number_definition
Kojto 106:ba1f97679dad 77 * @{
Kojto 106:ba1f97679dad 78 */
Kojto 106:ba1f97679dad 79
Kojto 106:ba1f97679dad 80 /**
Kojto 106:ba1f97679dad 81 * @brief STM32F4XX Interrupt Number Definition, according to the selected device
Kojto 106:ba1f97679dad 82 * in @ref Library_configuration_section
Kojto 106:ba1f97679dad 83 */
Kojto 106:ba1f97679dad 84 typedef enum
Kojto 106:ba1f97679dad 85 {
Kojto 106:ba1f97679dad 86 /****** Cortex-M4 Processor Exceptions Numbers ****************************************************************/
Kojto 106:ba1f97679dad 87 NonMaskableInt_IRQn = -14, /*!< 2 Non Maskable Interrupt */
Kojto 106:ba1f97679dad 88 MemoryManagement_IRQn = -12, /*!< 4 Cortex-M4 Memory Management Interrupt */
Kojto 106:ba1f97679dad 89 BusFault_IRQn = -11, /*!< 5 Cortex-M4 Bus Fault Interrupt */
Kojto 106:ba1f97679dad 90 UsageFault_IRQn = -10, /*!< 6 Cortex-M4 Usage Fault Interrupt */
Kojto 106:ba1f97679dad 91 SVCall_IRQn = -5, /*!< 11 Cortex-M4 SV Call Interrupt */
Kojto 106:ba1f97679dad 92 DebugMonitor_IRQn = -4, /*!< 12 Cortex-M4 Debug Monitor Interrupt */
Kojto 106:ba1f97679dad 93 PendSV_IRQn = -2, /*!< 14 Cortex-M4 Pend SV Interrupt */
Kojto 106:ba1f97679dad 94 SysTick_IRQn = -1, /*!< 15 Cortex-M4 System Tick Interrupt */
Kojto 106:ba1f97679dad 95 /****** STM32 specific Interrupt Numbers **********************************************************************/
Kojto 106:ba1f97679dad 96 WWDG_IRQn = 0, /*!< Window WatchDog Interrupt */
Kojto 106:ba1f97679dad 97 PVD_IRQn = 1, /*!< PVD through EXTI Line detection Interrupt */
Kojto 106:ba1f97679dad 98 TAMP_STAMP_IRQn = 2, /*!< Tamper and TimeStamp interrupts through the EXTI line */
Kojto 106:ba1f97679dad 99 RTC_WKUP_IRQn = 3, /*!< RTC Wakeup interrupt through the EXTI line */
Kojto 106:ba1f97679dad 100 FLASH_IRQn = 4, /*!< FLASH global Interrupt */
Kojto 106:ba1f97679dad 101 RCC_IRQn = 5, /*!< RCC global Interrupt */
Kojto 106:ba1f97679dad 102 EXTI0_IRQn = 6, /*!< EXTI Line0 Interrupt */
Kojto 106:ba1f97679dad 103 EXTI1_IRQn = 7, /*!< EXTI Line1 Interrupt */
Kojto 106:ba1f97679dad 104 EXTI2_IRQn = 8, /*!< EXTI Line2 Interrupt */
Kojto 106:ba1f97679dad 105 EXTI3_IRQn = 9, /*!< EXTI Line3 Interrupt */
Kojto 106:ba1f97679dad 106 EXTI4_IRQn = 10, /*!< EXTI Line4 Interrupt */
Kojto 106:ba1f97679dad 107 DMA1_Stream0_IRQn = 11, /*!< DMA1 Stream 0 global Interrupt */
Kojto 106:ba1f97679dad 108 DMA1_Stream1_IRQn = 12, /*!< DMA1 Stream 1 global Interrupt */
Kojto 106:ba1f97679dad 109 DMA1_Stream2_IRQn = 13, /*!< DMA1 Stream 2 global Interrupt */
Kojto 106:ba1f97679dad 110 DMA1_Stream3_IRQn = 14, /*!< DMA1 Stream 3 global Interrupt */
Kojto 106:ba1f97679dad 111 DMA1_Stream4_IRQn = 15, /*!< DMA1 Stream 4 global Interrupt */
Kojto 106:ba1f97679dad 112 DMA1_Stream5_IRQn = 16, /*!< DMA1 Stream 5 global Interrupt */
Kojto 106:ba1f97679dad 113 DMA1_Stream6_IRQn = 17, /*!< DMA1 Stream 6 global Interrupt */
Kojto 106:ba1f97679dad 114 ADC_IRQn = 18, /*!< ADC1, ADC2 and ADC3 global Interrupts */
Kojto 106:ba1f97679dad 115 CAN1_TX_IRQn = 19, /*!< CAN1 TX Interrupt */
Kojto 106:ba1f97679dad 116 CAN1_RX0_IRQn = 20, /*!< CAN1 RX0 Interrupt */
Kojto 106:ba1f97679dad 117 CAN1_RX1_IRQn = 21, /*!< CAN1 RX1 Interrupt */
Kojto 106:ba1f97679dad 118 CAN1_SCE_IRQn = 22, /*!< CAN1 SCE Interrupt */
Kojto 106:ba1f97679dad 119 EXTI9_5_IRQn = 23, /*!< External Line[9:5] Interrupts */
Kojto 106:ba1f97679dad 120 TIM1_BRK_TIM9_IRQn = 24, /*!< TIM1 Break interrupt and TIM9 global interrupt */
Kojto 106:ba1f97679dad 121 TIM1_UP_TIM10_IRQn = 25, /*!< TIM1 Update Interrupt and TIM10 global interrupt */
Kojto 106:ba1f97679dad 122 TIM1_TRG_COM_TIM11_IRQn = 26, /*!< TIM1 Trigger and Commutation Interrupt and TIM11 global interrupt */
Kojto 106:ba1f97679dad 123 TIM1_CC_IRQn = 27, /*!< TIM1 Capture Compare Interrupt */
Kojto 106:ba1f97679dad 124 TIM2_IRQn = 28, /*!< TIM2 global Interrupt */
Kojto 106:ba1f97679dad 125 TIM3_IRQn = 29, /*!< TIM3 global Interrupt */
Kojto 106:ba1f97679dad 126 TIM4_IRQn = 30, /*!< TIM4 global Interrupt */
Kojto 106:ba1f97679dad 127 I2C1_EV_IRQn = 31, /*!< I2C1 Event Interrupt */
Kojto 106:ba1f97679dad 128 I2C1_ER_IRQn = 32, /*!< I2C1 Error Interrupt */
Kojto 106:ba1f97679dad 129 I2C2_EV_IRQn = 33, /*!< I2C2 Event Interrupt */
Kojto 106:ba1f97679dad 130 I2C2_ER_IRQn = 34, /*!< I2C2 Error Interrupt */
Kojto 106:ba1f97679dad 131 SPI1_IRQn = 35, /*!< SPI1 global Interrupt */
Kojto 106:ba1f97679dad 132 SPI2_IRQn = 36, /*!< SPI2 global Interrupt */
Kojto 106:ba1f97679dad 133 USART1_IRQn = 37, /*!< USART1 global Interrupt */
Kojto 106:ba1f97679dad 134 USART2_IRQn = 38, /*!< USART2 global Interrupt */
Kojto 106:ba1f97679dad 135 USART3_IRQn = 39, /*!< USART3 global Interrupt */
Kojto 106:ba1f97679dad 136 EXTI15_10_IRQn = 40, /*!< External Line[15:10] Interrupts */
Kojto 106:ba1f97679dad 137 RTC_Alarm_IRQn = 41, /*!< RTC Alarm (A and B) through EXTI Line Interrupt */
Kojto 106:ba1f97679dad 138 OTG_FS_WKUP_IRQn = 42, /*!< USB OTG FS Wakeup through EXTI line interrupt */
Kojto 106:ba1f97679dad 139 TIM8_BRK_TIM12_IRQn = 43, /*!< TIM8 Break Interrupt and TIM12 global interrupt */
Kojto 106:ba1f97679dad 140 TIM8_UP_TIM13_IRQn = 44, /*!< TIM8 Update Interrupt and TIM13 global interrupt */
Kojto 106:ba1f97679dad 141 TIM8_TRG_COM_TIM14_IRQn = 45, /*!< TIM8 Trigger and Commutation Interrupt and TIM14 global interrupt */
Kojto 106:ba1f97679dad 142 TIM8_CC_IRQn = 46, /*!< TIM8 Capture Compare global interrupt */
Kojto 106:ba1f97679dad 143 DMA1_Stream7_IRQn = 47, /*!< DMA1 Stream7 Interrupt */
Kojto 106:ba1f97679dad 144 FMC_IRQn = 48, /*!< FMC global Interrupt */
Kojto 106:ba1f97679dad 145 SDIO_IRQn = 49, /*!< SDIO global Interrupt */
Kojto 106:ba1f97679dad 146 TIM5_IRQn = 50, /*!< TIM5 global Interrupt */
Kojto 106:ba1f97679dad 147 SPI3_IRQn = 51, /*!< SPI3 global Interrupt */
Kojto 106:ba1f97679dad 148 UART4_IRQn = 52, /*!< UART4 global Interrupt */
Kojto 106:ba1f97679dad 149 UART5_IRQn = 53, /*!< UART5 global Interrupt */
Kojto 106:ba1f97679dad 150 TIM6_DAC_IRQn = 54, /*!< TIM6 global and DAC1&2 underrun error interrupts */
Kojto 106:ba1f97679dad 151 TIM7_IRQn = 55, /*!< TIM7 global interrupt */
Kojto 106:ba1f97679dad 152 DMA2_Stream0_IRQn = 56, /*!< DMA2 Stream 0 global Interrupt */
Kojto 106:ba1f97679dad 153 DMA2_Stream1_IRQn = 57, /*!< DMA2 Stream 1 global Interrupt */
Kojto 106:ba1f97679dad 154 DMA2_Stream2_IRQn = 58, /*!< DMA2 Stream 2 global Interrupt */
Kojto 106:ba1f97679dad 155 DMA2_Stream3_IRQn = 59, /*!< DMA2 Stream 3 global Interrupt */
Kojto 106:ba1f97679dad 156 DMA2_Stream4_IRQn = 60, /*!< DMA2 Stream 4 global Interrupt */
Kojto 106:ba1f97679dad 157 CAN2_TX_IRQn = 63, /*!< CAN2 TX Interrupt */
Kojto 106:ba1f97679dad 158 CAN2_RX0_IRQn = 64, /*!< CAN2 RX0 Interrupt */
Kojto 106:ba1f97679dad 159 CAN2_RX1_IRQn = 65, /*!< CAN2 RX1 Interrupt */
Kojto 106:ba1f97679dad 160 CAN2_SCE_IRQn = 66, /*!< CAN2 SCE Interrupt */
Kojto 106:ba1f97679dad 161 OTG_FS_IRQn = 67, /*!< USB OTG FS global Interrupt */
Kojto 106:ba1f97679dad 162 DMA2_Stream5_IRQn = 68, /*!< DMA2 Stream 5 global interrupt */
Kojto 106:ba1f97679dad 163 DMA2_Stream6_IRQn = 69, /*!< DMA2 Stream 6 global interrupt */
Kojto 106:ba1f97679dad 164 DMA2_Stream7_IRQn = 70, /*!< DMA2 Stream 7 global interrupt */
Kojto 106:ba1f97679dad 165 USART6_IRQn = 71, /*!< USART6 global interrupt */
Kojto 106:ba1f97679dad 166 I2C3_EV_IRQn = 72, /*!< I2C3 event interrupt */
Kojto 106:ba1f97679dad 167 I2C3_ER_IRQn = 73, /*!< I2C3 error interrupt */
Kojto 106:ba1f97679dad 168 OTG_HS_EP1_OUT_IRQn = 74, /*!< USB OTG HS End Point 1 Out global interrupt */
Kojto 106:ba1f97679dad 169 OTG_HS_EP1_IN_IRQn = 75, /*!< USB OTG HS End Point 1 In global interrupt */
Kojto 106:ba1f97679dad 170 OTG_HS_WKUP_IRQn = 76, /*!< USB OTG HS Wakeup through EXTI interrupt */
Kojto 106:ba1f97679dad 171 OTG_HS_IRQn = 77, /*!< USB OTG HS global interrupt */
Kojto 106:ba1f97679dad 172 DCMI_IRQn = 78, /*!< DCMI global interrupt */
Kojto 106:ba1f97679dad 173 FPU_IRQn = 81, /*!< FPU global interrupt */
Kojto 106:ba1f97679dad 174 SPI4_IRQn = 84, /*!< SPI4 global Interrupt */
Kojto 106:ba1f97679dad 175 SAI1_IRQn = 87, /*!< SAI1 global Interrupt */
Kojto 106:ba1f97679dad 176 SAI2_IRQn = 91, /*!< SAI2 global Interrupt */
Kojto 106:ba1f97679dad 177 QUADSPI_IRQn = 92, /*!< QuadSPI global Interrupt */
Kojto 106:ba1f97679dad 178 CEC_IRQn = 93, /*!< CEC global Interrupt */
Kojto 106:ba1f97679dad 179 SPDIF_RX_IRQn = 94, /*!< SPDIF-RX global Interrupt */
Kojto 106:ba1f97679dad 180 FMPI2C1_EV_IRQn = 95, /*!< FMPI2C1 Event Interrupt */
Kojto 106:ba1f97679dad 181 FMPI2C1_ER_IRQn = 96 /*!< FMPI2C1 Error Interrupt */
Kojto 106:ba1f97679dad 182 } IRQn_Type;
Kojto 106:ba1f97679dad 183
Kojto 106:ba1f97679dad 184 /**
Kojto 106:ba1f97679dad 185 * @}
Kojto 106:ba1f97679dad 186 */
Kojto 106:ba1f97679dad 187
Kojto 106:ba1f97679dad 188 #include "core_cm4.h" /* Cortex-M4 processor and core peripherals */
Kojto 106:ba1f97679dad 189 #include "system_stm32f4xx.h"
Kojto 106:ba1f97679dad 190 #include <stdint.h>
Kojto 106:ba1f97679dad 191
Kojto 106:ba1f97679dad 192 /** @addtogroup Peripheral_registers_structures
Kojto 106:ba1f97679dad 193 * @{
Kojto 106:ba1f97679dad 194 */
Kojto 106:ba1f97679dad 195
Kojto 106:ba1f97679dad 196 /**
Kojto 106:ba1f97679dad 197 * @brief Analog to Digital Converter
Kojto 106:ba1f97679dad 198 */
Kojto 106:ba1f97679dad 199
Kojto 106:ba1f97679dad 200 typedef struct
Kojto 106:ba1f97679dad 201 {
Kojto 106:ba1f97679dad 202 __IO uint32_t SR; /*!< ADC status register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 203 __IO uint32_t CR1; /*!< ADC control register 1, Address offset: 0x04 */
Kojto 106:ba1f97679dad 204 __IO uint32_t CR2; /*!< ADC control register 2, Address offset: 0x08 */
Kojto 106:ba1f97679dad 205 __IO uint32_t SMPR1; /*!< ADC sample time register 1, Address offset: 0x0C */
Kojto 106:ba1f97679dad 206 __IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x10 */
Kojto 106:ba1f97679dad 207 __IO uint32_t JOFR1; /*!< ADC injected channel data offset register 1, Address offset: 0x14 */
Kojto 106:ba1f97679dad 208 __IO uint32_t JOFR2; /*!< ADC injected channel data offset register 2, Address offset: 0x18 */
Kojto 106:ba1f97679dad 209 __IO uint32_t JOFR3; /*!< ADC injected channel data offset register 3, Address offset: 0x1C */
Kojto 106:ba1f97679dad 210 __IO uint32_t JOFR4; /*!< ADC injected channel data offset register 4, Address offset: 0x20 */
Kojto 106:ba1f97679dad 211 __IO uint32_t HTR; /*!< ADC watchdog higher threshold register, Address offset: 0x24 */
Kojto 106:ba1f97679dad 212 __IO uint32_t LTR; /*!< ADC watchdog lower threshold register, Address offset: 0x28 */
Kojto 106:ba1f97679dad 213 __IO uint32_t SQR1; /*!< ADC regular sequence register 1, Address offset: 0x2C */
Kojto 106:ba1f97679dad 214 __IO uint32_t SQR2; /*!< ADC regular sequence register 2, Address offset: 0x30 */
Kojto 106:ba1f97679dad 215 __IO uint32_t SQR3; /*!< ADC regular sequence register 3, Address offset: 0x34 */
Kojto 106:ba1f97679dad 216 __IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x38*/
Kojto 106:ba1f97679dad 217 __IO uint32_t JDR1; /*!< ADC injected data register 1, Address offset: 0x3C */
Kojto 106:ba1f97679dad 218 __IO uint32_t JDR2; /*!< ADC injected data register 2, Address offset: 0x40 */
Kojto 106:ba1f97679dad 219 __IO uint32_t JDR3; /*!< ADC injected data register 3, Address offset: 0x44 */
Kojto 106:ba1f97679dad 220 __IO uint32_t JDR4; /*!< ADC injected data register 4, Address offset: 0x48 */
Kojto 106:ba1f97679dad 221 __IO uint32_t DR; /*!< ADC regular data register, Address offset: 0x4C */
Kojto 106:ba1f97679dad 222 } ADC_TypeDef;
Kojto 106:ba1f97679dad 223
Kojto 106:ba1f97679dad 224 typedef struct
Kojto 106:ba1f97679dad 225 {
Kojto 106:ba1f97679dad 226 __IO uint32_t CSR; /*!< ADC Common status register, Address offset: ADC1 base address + 0x300 */
Kojto 106:ba1f97679dad 227 __IO uint32_t CCR; /*!< ADC common control register, Address offset: ADC1 base address + 0x304 */
Kojto 106:ba1f97679dad 228 __IO uint32_t CDR; /*!< ADC common regular data register for dual
Kojto 106:ba1f97679dad 229 AND triple modes, Address offset: ADC1 base address + 0x308 */
Kojto 106:ba1f97679dad 230 } ADC_Common_TypeDef;
Kojto 106:ba1f97679dad 231
Kojto 106:ba1f97679dad 232
Kojto 106:ba1f97679dad 233 /**
Kojto 106:ba1f97679dad 234 * @brief Controller Area Network TxMailBox
Kojto 106:ba1f97679dad 235 */
Kojto 106:ba1f97679dad 236
Kojto 106:ba1f97679dad 237 typedef struct
Kojto 106:ba1f97679dad 238 {
Kojto 106:ba1f97679dad 239 __IO uint32_t TIR; /*!< CAN TX mailbox identifier register */
Kojto 106:ba1f97679dad 240 __IO uint32_t TDTR; /*!< CAN mailbox data length control and time stamp register */
Kojto 106:ba1f97679dad 241 __IO uint32_t TDLR; /*!< CAN mailbox data low register */
Kojto 106:ba1f97679dad 242 __IO uint32_t TDHR; /*!< CAN mailbox data high register */
Kojto 106:ba1f97679dad 243 } CAN_TxMailBox_TypeDef;
Kojto 106:ba1f97679dad 244
Kojto 106:ba1f97679dad 245 /**
Kojto 106:ba1f97679dad 246 * @brief Controller Area Network FIFOMailBox
Kojto 106:ba1f97679dad 247 */
Kojto 106:ba1f97679dad 248
Kojto 106:ba1f97679dad 249 typedef struct
Kojto 106:ba1f97679dad 250 {
Kojto 106:ba1f97679dad 251 __IO uint32_t RIR; /*!< CAN receive FIFO mailbox identifier register */
Kojto 106:ba1f97679dad 252 __IO uint32_t RDTR; /*!< CAN receive FIFO mailbox data length control and time stamp register */
Kojto 106:ba1f97679dad 253 __IO uint32_t RDLR; /*!< CAN receive FIFO mailbox data low register */
Kojto 106:ba1f97679dad 254 __IO uint32_t RDHR; /*!< CAN receive FIFO mailbox data high register */
Kojto 106:ba1f97679dad 255 } CAN_FIFOMailBox_TypeDef;
Kojto 106:ba1f97679dad 256
Kojto 106:ba1f97679dad 257 /**
Kojto 106:ba1f97679dad 258 * @brief Controller Area Network FilterRegister
Kojto 106:ba1f97679dad 259 */
Kojto 106:ba1f97679dad 260
Kojto 106:ba1f97679dad 261 typedef struct
Kojto 106:ba1f97679dad 262 {
Kojto 106:ba1f97679dad 263 __IO uint32_t FR1; /*!< CAN Filter bank register 1 */
Kojto 106:ba1f97679dad 264 __IO uint32_t FR2; /*!< CAN Filter bank register 1 */
Kojto 106:ba1f97679dad 265 } CAN_FilterRegister_TypeDef;
Kojto 106:ba1f97679dad 266
Kojto 106:ba1f97679dad 267 /**
Kojto 106:ba1f97679dad 268 * @brief Controller Area Network
Kojto 106:ba1f97679dad 269 */
Kojto 106:ba1f97679dad 270
Kojto 106:ba1f97679dad 271 typedef struct
Kojto 106:ba1f97679dad 272 {
Kojto 106:ba1f97679dad 273 __IO uint32_t MCR; /*!< CAN master control register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 274 __IO uint32_t MSR; /*!< CAN master status register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 275 __IO uint32_t TSR; /*!< CAN transmit status register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 276 __IO uint32_t RF0R; /*!< CAN receive FIFO 0 register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 277 __IO uint32_t RF1R; /*!< CAN receive FIFO 1 register, Address offset: 0x10 */
Kojto 106:ba1f97679dad 278 __IO uint32_t IER; /*!< CAN interrupt enable register, Address offset: 0x14 */
Kojto 106:ba1f97679dad 279 __IO uint32_t ESR; /*!< CAN error status register, Address offset: 0x18 */
Kojto 106:ba1f97679dad 280 __IO uint32_t BTR; /*!< CAN bit timing register, Address offset: 0x1C */
Kojto 106:ba1f97679dad 281 uint32_t RESERVED0[88]; /*!< Reserved, 0x020 - 0x17F */
Kojto 106:ba1f97679dad 282 CAN_TxMailBox_TypeDef sTxMailBox[3]; /*!< CAN Tx MailBox, Address offset: 0x180 - 0x1AC */
Kojto 106:ba1f97679dad 283 CAN_FIFOMailBox_TypeDef sFIFOMailBox[2]; /*!< CAN FIFO MailBox, Address offset: 0x1B0 - 0x1CC */
Kojto 106:ba1f97679dad 284 uint32_t RESERVED1[12]; /*!< Reserved, 0x1D0 - 0x1FF */
Kojto 106:ba1f97679dad 285 __IO uint32_t FMR; /*!< CAN filter master register, Address offset: 0x200 */
Kojto 106:ba1f97679dad 286 __IO uint32_t FM1R; /*!< CAN filter mode register, Address offset: 0x204 */
Kojto 106:ba1f97679dad 287 uint32_t RESERVED2; /*!< Reserved, 0x208 */
Kojto 106:ba1f97679dad 288 __IO uint32_t FS1R; /*!< CAN filter scale register, Address offset: 0x20C */
Kojto 106:ba1f97679dad 289 uint32_t RESERVED3; /*!< Reserved, 0x210 */
Kojto 106:ba1f97679dad 290 __IO uint32_t FFA1R; /*!< CAN filter FIFO assignment register, Address offset: 0x214 */
Kojto 106:ba1f97679dad 291 uint32_t RESERVED4; /*!< Reserved, 0x218 */
Kojto 106:ba1f97679dad 292 __IO uint32_t FA1R; /*!< CAN filter activation register, Address offset: 0x21C */
Kojto 106:ba1f97679dad 293 uint32_t RESERVED5[8]; /*!< Reserved, 0x220-0x23F */
Kojto 106:ba1f97679dad 294 CAN_FilterRegister_TypeDef sFilterRegister[28]; /*!< CAN Filter Register, Address offset: 0x240-0x31C */
Kojto 106:ba1f97679dad 295 } CAN_TypeDef;
Kojto 106:ba1f97679dad 296
Kojto 106:ba1f97679dad 297 /**
Kojto 106:ba1f97679dad 298 * @brief Consumer Electronics Control
Kojto 106:ba1f97679dad 299 */
Kojto 106:ba1f97679dad 300
Kojto 106:ba1f97679dad 301 typedef struct
Kojto 106:ba1f97679dad 302 {
Kojto 106:ba1f97679dad 303 __IO uint32_t CR; /*!< CEC control register, Address offset:0x00 */
Kojto 106:ba1f97679dad 304 __IO uint32_t CFGR; /*!< CEC configuration register, Address offset:0x04 */
Kojto 106:ba1f97679dad 305 __IO uint32_t TXDR; /*!< CEC Tx data register , Address offset:0x08 */
Kojto 106:ba1f97679dad 306 __IO uint32_t RXDR; /*!< CEC Rx Data Register, Address offset:0x0C */
Kojto 106:ba1f97679dad 307 __IO uint32_t ISR; /*!< CEC Interrupt and Status Register, Address offset:0x10 */
Kojto 106:ba1f97679dad 308 __IO uint32_t IER; /*!< CEC interrupt enable register, Address offset:0x14 */
Kojto 106:ba1f97679dad 309 }CEC_TypeDef;
Kojto 106:ba1f97679dad 310
Kojto 106:ba1f97679dad 311 /**
Kojto 106:ba1f97679dad 312 * @brief CRC calculation unit
Kojto 106:ba1f97679dad 313 */
Kojto 106:ba1f97679dad 314
Kojto 106:ba1f97679dad 315 typedef struct
Kojto 106:ba1f97679dad 316 {
Kojto 106:ba1f97679dad 317 __IO uint32_t DR; /*!< CRC Data register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 318 __IO uint8_t IDR; /*!< CRC Independent data register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 319 uint8_t RESERVED0; /*!< Reserved, 0x05 */
Kojto 106:ba1f97679dad 320 uint16_t RESERVED1; /*!< Reserved, 0x06 */
Kojto 106:ba1f97679dad 321 __IO uint32_t CR; /*!< CRC Control register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 322 } CRC_TypeDef;
Kojto 106:ba1f97679dad 323
Kojto 106:ba1f97679dad 324 /**
Kojto 106:ba1f97679dad 325 * @brief Digital to Analog Converter
Kojto 106:ba1f97679dad 326 */
Kojto 106:ba1f97679dad 327
Kojto 106:ba1f97679dad 328 typedef struct
Kojto 106:ba1f97679dad 329 {
Kojto 106:ba1f97679dad 330 __IO uint32_t CR; /*!< DAC control register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 331 __IO uint32_t SWTRIGR; /*!< DAC software trigger register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 332 __IO uint32_t DHR12R1; /*!< DAC channel1 12-bit right-aligned data holding register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 333 __IO uint32_t DHR12L1; /*!< DAC channel1 12-bit left aligned data holding register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 334 __IO uint32_t DHR8R1; /*!< DAC channel1 8-bit right aligned data holding register, Address offset: 0x10 */
Kojto 106:ba1f97679dad 335 __IO uint32_t DHR12R2; /*!< DAC channel2 12-bit right aligned data holding register, Address offset: 0x14 */
Kojto 106:ba1f97679dad 336 __IO uint32_t DHR12L2; /*!< DAC channel2 12-bit left aligned data holding register, Address offset: 0x18 */
Kojto 106:ba1f97679dad 337 __IO uint32_t DHR8R2; /*!< DAC channel2 8-bit right-aligned data holding register, Address offset: 0x1C */
Kojto 106:ba1f97679dad 338 __IO uint32_t DHR12RD; /*!< Dual DAC 12-bit right-aligned data holding register, Address offset: 0x20 */
Kojto 106:ba1f97679dad 339 __IO uint32_t DHR12LD; /*!< DUAL DAC 12-bit left aligned data holding register, Address offset: 0x24 */
Kojto 106:ba1f97679dad 340 __IO uint32_t DHR8RD; /*!< DUAL DAC 8-bit right aligned data holding register, Address offset: 0x28 */
Kojto 106:ba1f97679dad 341 __IO uint32_t DOR1; /*!< DAC channel1 data output register, Address offset: 0x2C */
Kojto 106:ba1f97679dad 342 __IO uint32_t DOR2; /*!< DAC channel2 data output register, Address offset: 0x30 */
Kojto 106:ba1f97679dad 343 __IO uint32_t SR; /*!< DAC status register, Address offset: 0x34 */
Kojto 106:ba1f97679dad 344 } DAC_TypeDef;
Kojto 106:ba1f97679dad 345
Kojto 106:ba1f97679dad 346 /**
Kojto 106:ba1f97679dad 347 * @brief Debug MCU
Kojto 106:ba1f97679dad 348 */
Kojto 106:ba1f97679dad 349
Kojto 106:ba1f97679dad 350 typedef struct
Kojto 106:ba1f97679dad 351 {
Kojto 106:ba1f97679dad 352 __IO uint32_t IDCODE; /*!< MCU device ID code, Address offset: 0x00 */
Kojto 106:ba1f97679dad 353 __IO uint32_t CR; /*!< Debug MCU configuration register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 354 __IO uint32_t APB1FZ; /*!< Debug MCU APB1 freeze register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 355 __IO uint32_t APB2FZ; /*!< Debug MCU APB2 freeze register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 356 }DBGMCU_TypeDef;
Kojto 106:ba1f97679dad 357
Kojto 106:ba1f97679dad 358 /**
Kojto 106:ba1f97679dad 359 * @brief DCMI
Kojto 106:ba1f97679dad 360 */
Kojto 106:ba1f97679dad 361
Kojto 106:ba1f97679dad 362 typedef struct
Kojto 106:ba1f97679dad 363 {
Kojto 106:ba1f97679dad 364 __IO uint32_t CR; /*!< DCMI control register 1, Address offset: 0x00 */
Kojto 106:ba1f97679dad 365 __IO uint32_t SR; /*!< DCMI status register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 366 __IO uint32_t RISR; /*!< DCMI raw interrupt status register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 367 __IO uint32_t IER; /*!< DCMI interrupt enable register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 368 __IO uint32_t MISR; /*!< DCMI masked interrupt status register, Address offset: 0x10 */
Kojto 106:ba1f97679dad 369 __IO uint32_t ICR; /*!< DCMI interrupt clear register, Address offset: 0x14 */
Kojto 106:ba1f97679dad 370 __IO uint32_t ESCR; /*!< DCMI embedded synchronization code register, Address offset: 0x18 */
Kojto 106:ba1f97679dad 371 __IO uint32_t ESUR; /*!< DCMI embedded synchronization unmask register, Address offset: 0x1C */
Kojto 106:ba1f97679dad 372 __IO uint32_t CWSTRTR; /*!< DCMI crop window start, Address offset: 0x20 */
Kojto 106:ba1f97679dad 373 __IO uint32_t CWSIZER; /*!< DCMI crop window size, Address offset: 0x24 */
Kojto 106:ba1f97679dad 374 __IO uint32_t DR; /*!< DCMI data register, Address offset: 0x28 */
Kojto 106:ba1f97679dad 375 } DCMI_TypeDef;
Kojto 106:ba1f97679dad 376
Kojto 106:ba1f97679dad 377 /**
Kojto 106:ba1f97679dad 378 * @brief DMA Controller
Kojto 106:ba1f97679dad 379 */
Kojto 106:ba1f97679dad 380
Kojto 106:ba1f97679dad 381 typedef struct
Kojto 106:ba1f97679dad 382 {
Kojto 106:ba1f97679dad 383 __IO uint32_t CR; /*!< DMA stream x configuration register */
Kojto 106:ba1f97679dad 384 __IO uint32_t NDTR; /*!< DMA stream x number of data register */
Kojto 106:ba1f97679dad 385 __IO uint32_t PAR; /*!< DMA stream x peripheral address register */
Kojto 106:ba1f97679dad 386 __IO uint32_t M0AR; /*!< DMA stream x memory 0 address register */
Kojto 106:ba1f97679dad 387 __IO uint32_t M1AR; /*!< DMA stream x memory 1 address register */
Kojto 106:ba1f97679dad 388 __IO uint32_t FCR; /*!< DMA stream x FIFO control register */
Kojto 106:ba1f97679dad 389 } DMA_Stream_TypeDef;
Kojto 106:ba1f97679dad 390
Kojto 106:ba1f97679dad 391 typedef struct
Kojto 106:ba1f97679dad 392 {
Kojto 106:ba1f97679dad 393 __IO uint32_t LISR; /*!< DMA low interrupt status register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 394 __IO uint32_t HISR; /*!< DMA high interrupt status register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 395 __IO uint32_t LIFCR; /*!< DMA low interrupt flag clear register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 396 __IO uint32_t HIFCR; /*!< DMA high interrupt flag clear register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 397 } DMA_TypeDef;
Kojto 106:ba1f97679dad 398
Kojto 106:ba1f97679dad 399
Kojto 106:ba1f97679dad 400 /**
Kojto 106:ba1f97679dad 401 * @brief External Interrupt/Event Controller
Kojto 106:ba1f97679dad 402 */
Kojto 106:ba1f97679dad 403
Kojto 106:ba1f97679dad 404 typedef struct
Kojto 106:ba1f97679dad 405 {
Kojto 106:ba1f97679dad 406 __IO uint32_t IMR; /*!< EXTI Interrupt mask register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 407 __IO uint32_t EMR; /*!< EXTI Event mask register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 408 __IO uint32_t RTSR; /*!< EXTI Rising trigger selection register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 409 __IO uint32_t FTSR; /*!< EXTI Falling trigger selection register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 410 __IO uint32_t SWIER; /*!< EXTI Software interrupt event register, Address offset: 0x10 */
Kojto 106:ba1f97679dad 411 __IO uint32_t PR; /*!< EXTI Pending register, Address offset: 0x14 */
Kojto 106:ba1f97679dad 412 } EXTI_TypeDef;
Kojto 106:ba1f97679dad 413
Kojto 106:ba1f97679dad 414 /**
Kojto 106:ba1f97679dad 415 * @brief FLASH Registers
Kojto 106:ba1f97679dad 416 */
Kojto 106:ba1f97679dad 417
Kojto 106:ba1f97679dad 418 typedef struct
Kojto 106:ba1f97679dad 419 {
Kojto 106:ba1f97679dad 420 __IO uint32_t ACR; /*!< FLASH access control register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 421 __IO uint32_t KEYR; /*!< FLASH key register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 422 __IO uint32_t OPTKEYR; /*!< FLASH option key register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 423 __IO uint32_t SR; /*!< FLASH status register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 424 __IO uint32_t CR; /*!< FLASH control register, Address offset: 0x10 */
Kojto 106:ba1f97679dad 425 __IO uint32_t OPTCR; /*!< FLASH option control register , Address offset: 0x14 */
Kojto 106:ba1f97679dad 426 __IO uint32_t OPTCR1; /*!< FLASH option control register 1, Address offset: 0x18 */
Kojto 106:ba1f97679dad 427 } FLASH_TypeDef;
Kojto 106:ba1f97679dad 428
Kojto 106:ba1f97679dad 429 /**
Kojto 106:ba1f97679dad 430 * @brief Flexible Memory Controller
Kojto 106:ba1f97679dad 431 */
Kojto 106:ba1f97679dad 432
Kojto 106:ba1f97679dad 433 typedef struct
Kojto 106:ba1f97679dad 434 {
Kojto 106:ba1f97679dad 435 __IO uint32_t BTCR[8]; /*!< NOR/PSRAM chip-select control register(BCR) and chip-select timing register(BTR), Address offset: 0x00-1C */
Kojto 106:ba1f97679dad 436 } FMC_Bank1_TypeDef;
Kojto 106:ba1f97679dad 437
Kojto 106:ba1f97679dad 438 /**
Kojto 106:ba1f97679dad 439 * @brief Flexible Memory Controller Bank1E
Kojto 106:ba1f97679dad 440 */
Kojto 106:ba1f97679dad 441
Kojto 106:ba1f97679dad 442 typedef struct
Kojto 106:ba1f97679dad 443 {
Kojto 106:ba1f97679dad 444 __IO uint32_t BWTR[7]; /*!< NOR/PSRAM write timing registers, Address offset: 0x104-0x11C */
Kojto 106:ba1f97679dad 445 } FMC_Bank1E_TypeDef;
Kojto 106:ba1f97679dad 446
Kojto 106:ba1f97679dad 447 /**
Kojto 106:ba1f97679dad 448 * @brief Flexible Memory Controller Bank3
Kojto 106:ba1f97679dad 449 */
Kojto 106:ba1f97679dad 450
Kojto 106:ba1f97679dad 451 typedef struct
Kojto 106:ba1f97679dad 452 {
Kojto 106:ba1f97679dad 453 __IO uint32_t PCR; /*!< NAND Flash control register, Address offset: 0x80 */
Kojto 106:ba1f97679dad 454 __IO uint32_t SR; /*!< NAND Flash FIFO status and interrupt register, Address offset: 0x84 */
Kojto 106:ba1f97679dad 455 __IO uint32_t PMEM; /*!< NAND Flash Common memory space timing register, Address offset: 0x88 */
Kojto 106:ba1f97679dad 456 __IO uint32_t PATT; /*!< NAND Flash Attribute memory space timing register, Address offset: 0x8C */
Kojto 106:ba1f97679dad 457 uint32_t RESERVED; /*!< Reserved, 0x90 */
Kojto 106:ba1f97679dad 458 __IO uint32_t ECCR; /*!< NAND Flash ECC result registers, Address offset: 0x94 */
Kojto 106:ba1f97679dad 459 } FMC_Bank3_TypeDef;
Kojto 106:ba1f97679dad 460
Kojto 106:ba1f97679dad 461 /**
Kojto 106:ba1f97679dad 462 * @brief Flexible Memory Controller Bank5_6
Kojto 106:ba1f97679dad 463 */
Kojto 106:ba1f97679dad 464
Kojto 106:ba1f97679dad 465 typedef struct
Kojto 106:ba1f97679dad 466 {
Kojto 106:ba1f97679dad 467 __IO uint32_t SDCR[2]; /*!< SDRAM Control registers , Address offset: 0x140-0x144 */
Kojto 106:ba1f97679dad 468 __IO uint32_t SDTR[2]; /*!< SDRAM Timing registers , Address offset: 0x148-0x14C */
Kojto 106:ba1f97679dad 469 __IO uint32_t SDCMR; /*!< SDRAM Command Mode register, Address offset: 0x150 */
Kojto 106:ba1f97679dad 470 __IO uint32_t SDRTR; /*!< SDRAM Refresh Timer register, Address offset: 0x154 */
Kojto 106:ba1f97679dad 471 __IO uint32_t SDSR; /*!< SDRAM Status register, Address offset: 0x158 */
Kojto 106:ba1f97679dad 472 } FMC_Bank5_6_TypeDef;
Kojto 106:ba1f97679dad 473
Kojto 106:ba1f97679dad 474 /**
Kojto 106:ba1f97679dad 475 * @brief General Purpose I/O
Kojto 106:ba1f97679dad 476 */
Kojto 106:ba1f97679dad 477
Kojto 106:ba1f97679dad 478 typedef struct
Kojto 106:ba1f97679dad 479 {
Kojto 106:ba1f97679dad 480 __IO uint32_t MODER; /*!< GPIO port mode register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 481 __IO uint32_t OTYPER; /*!< GPIO port output type register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 482 __IO uint32_t OSPEEDR; /*!< GPIO port output speed register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 483 __IO uint32_t PUPDR; /*!< GPIO port pull-up/pull-down register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 484 __IO uint32_t IDR; /*!< GPIO port input data register, Address offset: 0x10 */
Kojto 106:ba1f97679dad 485 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */
Kojto 106:ba1f97679dad 486 __IO uint32_t BSRR; /*!< GPIO port bit set/reset register, Address offset: 0x18 */
Kojto 106:ba1f97679dad 487 __IO uint32_t LCKR; /*!< GPIO port configuration lock register, Address offset: 0x1C */
Kojto 106:ba1f97679dad 488 __IO uint32_t AFR[2]; /*!< GPIO alternate function registers, Address offset: 0x20-0x24 */
Kojto 106:ba1f97679dad 489 } GPIO_TypeDef;
Kojto 106:ba1f97679dad 490
Kojto 106:ba1f97679dad 491 /**
Kojto 106:ba1f97679dad 492 * @brief System configuration controller
Kojto 106:ba1f97679dad 493 */
Kojto 106:ba1f97679dad 494
Kojto 106:ba1f97679dad 495 typedef struct
Kojto 106:ba1f97679dad 496 {
Kojto 106:ba1f97679dad 497 __IO uint32_t MEMRMP; /*!< SYSCFG memory remap register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 498 __IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 499 __IO uint32_t EXTICR[4]; /*!< SYSCFG external interrupt configuration registers, Address offset: 0x08-0x14 */
Kojto 106:ba1f97679dad 500 uint32_t RESERVED[2]; /*!< Reserved, 0x18-0x1C */
Kojto 106:ba1f97679dad 501 __IO uint32_t CMPCR; /*!< SYSCFG Compensation cell control register, Address offset: 0x20 */
Kojto 106:ba1f97679dad 502 uint32_t RESERVED1[2]; /*!< Reserved, 0x24-0x28 */
Kojto 106:ba1f97679dad 503 __IO uint32_t CFGR; /*!< SYSCFG Configuration register, Address offset: 0x2C */
Kojto 106:ba1f97679dad 504 } SYSCFG_TypeDef;
Kojto 106:ba1f97679dad 505
Kojto 106:ba1f97679dad 506 /**
Kojto 106:ba1f97679dad 507 * @brief Inter-integrated Circuit Interface
Kojto 106:ba1f97679dad 508 */
Kojto 106:ba1f97679dad 509
Kojto 106:ba1f97679dad 510 typedef struct
Kojto 106:ba1f97679dad 511 {
Kojto 106:ba1f97679dad 512 __IO uint32_t CR1; /*!< I2C Control register 1, Address offset: 0x00 */
Kojto 106:ba1f97679dad 513 __IO uint32_t CR2; /*!< I2C Control register 2, Address offset: 0x04 */
Kojto 106:ba1f97679dad 514 __IO uint32_t OAR1; /*!< I2C Own address register 1, Address offset: 0x08 */
Kojto 106:ba1f97679dad 515 __IO uint32_t OAR2; /*!< I2C Own address register 2, Address offset: 0x0C */
Kojto 106:ba1f97679dad 516 __IO uint32_t DR; /*!< I2C Data register, Address offset: 0x10 */
Kojto 106:ba1f97679dad 517 __IO uint32_t SR1; /*!< I2C Status register 1, Address offset: 0x14 */
Kojto 106:ba1f97679dad 518 __IO uint32_t SR2; /*!< I2C Status register 2, Address offset: 0x18 */
Kojto 106:ba1f97679dad 519 __IO uint32_t CCR; /*!< I2C Clock control register, Address offset: 0x1C */
Kojto 106:ba1f97679dad 520 __IO uint32_t TRISE; /*!< I2C TRISE register, Address offset: 0x20 */
Kojto 106:ba1f97679dad 521 __IO uint32_t FLTR; /*!< I2C FLTR register, Address offset: 0x24 */
Kojto 106:ba1f97679dad 522 } I2C_TypeDef;
Kojto 106:ba1f97679dad 523
Kojto 106:ba1f97679dad 524 /**
Kojto 106:ba1f97679dad 525 * @brief Inter-integrated Circuit Interface
Kojto 106:ba1f97679dad 526 */
Kojto 106:ba1f97679dad 527
Kojto 106:ba1f97679dad 528 typedef struct
Kojto 106:ba1f97679dad 529 {
Kojto 106:ba1f97679dad 530 __IO uint32_t CR1; /*!< FMPI2C Control register 1, Address offset: 0x00 */
Kojto 106:ba1f97679dad 531 __IO uint32_t CR2; /*!< FMPI2C Control register 2, Address offset: 0x04 */
Kojto 106:ba1f97679dad 532 __IO uint32_t OAR1; /*!< FMPI2C Own address 1 register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 533 __IO uint32_t OAR2; /*!< FMPI2C Own address 2 register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 534 __IO uint32_t TIMINGR; /*!< FMPI2C Timing register, Address offset: 0x10 */
Kojto 106:ba1f97679dad 535 __IO uint32_t TIMEOUTR; /*!< FMPI2C Timeout register, Address offset: 0x14 */
Kojto 106:ba1f97679dad 536 __IO uint32_t ISR; /*!< FMPI2C Interrupt and status register, Address offset: 0x18 */
Kojto 106:ba1f97679dad 537 __IO uint32_t ICR; /*!< FMPI2C Interrupt clear register, Address offset: 0x1C */
Kojto 106:ba1f97679dad 538 __IO uint32_t PECR; /*!< FMPI2C PEC register, Address offset: 0x20 */
Kojto 106:ba1f97679dad 539 __IO uint32_t RXDR; /*!< FMPI2C Receive data register, Address offset: 0x24 */
Kojto 106:ba1f97679dad 540 __IO uint32_t TXDR; /*!< FMPI2C Transmit data register, Address offset: 0x28 */
Kojto 106:ba1f97679dad 541 } FMPI2C_TypeDef;
Kojto 106:ba1f97679dad 542
Kojto 106:ba1f97679dad 543 /**
Kojto 106:ba1f97679dad 544 * @brief Independent WATCHDOG
Kojto 106:ba1f97679dad 545 */
Kojto 106:ba1f97679dad 546
Kojto 106:ba1f97679dad 547 typedef struct
Kojto 106:ba1f97679dad 548 {
Kojto 106:ba1f97679dad 549 __IO uint32_t KR; /*!< IWDG Key register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 550 __IO uint32_t PR; /*!< IWDG Prescaler register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 551 __IO uint32_t RLR; /*!< IWDG Reload register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 552 __IO uint32_t SR; /*!< IWDG Status register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 553 } IWDG_TypeDef;
Kojto 106:ba1f97679dad 554
Kojto 106:ba1f97679dad 555 /**
Kojto 106:ba1f97679dad 556 * @brief Power Control
Kojto 106:ba1f97679dad 557 */
Kojto 106:ba1f97679dad 558
Kojto 106:ba1f97679dad 559 typedef struct
Kojto 106:ba1f97679dad 560 {
Kojto 106:ba1f97679dad 561 __IO uint32_t CR; /*!< PWR power control register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 562 __IO uint32_t CSR; /*!< PWR power control/status register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 563 } PWR_TypeDef;
Kojto 106:ba1f97679dad 564
Kojto 106:ba1f97679dad 565 /**
Kojto 106:ba1f97679dad 566 * @brief Reset and Clock Control
Kojto 106:ba1f97679dad 567 */
Kojto 106:ba1f97679dad 568
Kojto 106:ba1f97679dad 569 typedef struct
Kojto 106:ba1f97679dad 570 {
Kojto 106:ba1f97679dad 571 __IO uint32_t CR; /*!< RCC clock control register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 572 __IO uint32_t PLLCFGR; /*!< RCC PLL configuration register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 573 __IO uint32_t CFGR; /*!< RCC clock configuration register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 574 __IO uint32_t CIR; /*!< RCC clock interrupt register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 575 __IO uint32_t AHB1RSTR; /*!< RCC AHB1 peripheral reset register, Address offset: 0x10 */
Kojto 106:ba1f97679dad 576 __IO uint32_t AHB2RSTR; /*!< RCC AHB2 peripheral reset register, Address offset: 0x14 */
Kojto 106:ba1f97679dad 577 __IO uint32_t AHB3RSTR; /*!< RCC AHB3 peripheral reset register, Address offset: 0x18 */
Kojto 106:ba1f97679dad 578 uint32_t RESERVED0; /*!< Reserved, 0x1C */
Kojto 106:ba1f97679dad 579 __IO uint32_t APB1RSTR; /*!< RCC APB1 peripheral reset register, Address offset: 0x20 */
Kojto 106:ba1f97679dad 580 __IO uint32_t APB2RSTR; /*!< RCC APB2 peripheral reset register, Address offset: 0x24 */
Kojto 106:ba1f97679dad 581 uint32_t RESERVED1[2]; /*!< Reserved, 0x28-0x2C */
Kojto 106:ba1f97679dad 582 __IO uint32_t AHB1ENR; /*!< RCC AHB1 peripheral clock register, Address offset: 0x30 */
Kojto 106:ba1f97679dad 583 __IO uint32_t AHB2ENR; /*!< RCC AHB2 peripheral clock register, Address offset: 0x34 */
Kojto 106:ba1f97679dad 584 __IO uint32_t AHB3ENR; /*!< RCC AHB3 peripheral clock register, Address offset: 0x38 */
Kojto 106:ba1f97679dad 585 uint32_t RESERVED2; /*!< Reserved, 0x3C */
Kojto 106:ba1f97679dad 586 __IO uint32_t APB1ENR; /*!< RCC APB1 peripheral clock enable register, Address offset: 0x40 */
Kojto 106:ba1f97679dad 587 __IO uint32_t APB2ENR; /*!< RCC APB2 peripheral clock enable register, Address offset: 0x44 */
Kojto 106:ba1f97679dad 588 uint32_t RESERVED3[2]; /*!< Reserved, 0x48-0x4C */
Kojto 106:ba1f97679dad 589 __IO uint32_t AHB1LPENR; /*!< RCC AHB1 peripheral clock enable in low power mode register, Address offset: 0x50 */
Kojto 106:ba1f97679dad 590 __IO uint32_t AHB2LPENR; /*!< RCC AHB2 peripheral clock enable in low power mode register, Address offset: 0x54 */
Kojto 106:ba1f97679dad 591 __IO uint32_t AHB3LPENR; /*!< RCC AHB3 peripheral clock enable in low power mode register, Address offset: 0x58 */
Kojto 106:ba1f97679dad 592 uint32_t RESERVED4; /*!< Reserved, 0x5C */
Kojto 106:ba1f97679dad 593 __IO uint32_t APB1LPENR; /*!< RCC APB1 peripheral clock enable in low power mode register, Address offset: 0x60 */
Kojto 106:ba1f97679dad 594 __IO uint32_t APB2LPENR; /*!< RCC APB2 peripheral clock enable in low power mode register, Address offset: 0x64 */
Kojto 106:ba1f97679dad 595 uint32_t RESERVED5[2]; /*!< Reserved, 0x68-0x6C */
Kojto 106:ba1f97679dad 596 __IO uint32_t BDCR; /*!< RCC Backup domain control register, Address offset: 0x70 */
Kojto 106:ba1f97679dad 597 __IO uint32_t CSR; /*!< RCC clock control & status register, Address offset: 0x74 */
Kojto 106:ba1f97679dad 598 uint32_t RESERVED6[2]; /*!< Reserved, 0x78-0x7C */
Kojto 106:ba1f97679dad 599 __IO uint32_t SSCGR; /*!< RCC spread spectrum clock generation register, Address offset: 0x80 */
Kojto 106:ba1f97679dad 600 __IO uint32_t PLLI2SCFGR; /*!< RCC PLLI2S configuration register, Address offset: 0x84 */
Kojto 106:ba1f97679dad 601 __IO uint32_t PLLSAICFGR; /*!< RCC PLLSAI configuration register, Address offset: 0x88 */
Kojto 106:ba1f97679dad 602 __IO uint32_t DCKCFGR; /*!< RCC Dedicated Clocks configuration register, Address offset: 0x8C */
Kojto 106:ba1f97679dad 603 __IO uint32_t CKGATENR; /*!< RCC Clocks Gated ENable Register, Address offset: 0x90 */
Kojto 106:ba1f97679dad 604 __IO uint32_t DCKCFGR2; /*!< RCC Dedicated Clocks configuration register 2, Address offset: 0x94 */
Kojto 106:ba1f97679dad 605 } RCC_TypeDef;
Kojto 106:ba1f97679dad 606
Kojto 106:ba1f97679dad 607 /**
Kojto 106:ba1f97679dad 608 * @brief Real-Time Clock
Kojto 106:ba1f97679dad 609 */
Kojto 106:ba1f97679dad 610
Kojto 106:ba1f97679dad 611 typedef struct
Kojto 106:ba1f97679dad 612 {
Kojto 106:ba1f97679dad 613 __IO uint32_t TR; /*!< RTC time register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 614 __IO uint32_t DR; /*!< RTC date register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 615 __IO uint32_t CR; /*!< RTC control register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 616 __IO uint32_t ISR; /*!< RTC initialization and status register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 617 __IO uint32_t PRER; /*!< RTC prescaler register, Address offset: 0x10 */
Kojto 106:ba1f97679dad 618 __IO uint32_t WUTR; /*!< RTC wakeup timer register, Address offset: 0x14 */
Kojto 106:ba1f97679dad 619 __IO uint32_t CALIBR; /*!< RTC calibration register, Address offset: 0x18 */
Kojto 106:ba1f97679dad 620 __IO uint32_t ALRMAR; /*!< RTC alarm A register, Address offset: 0x1C */
Kojto 106:ba1f97679dad 621 __IO uint32_t ALRMBR; /*!< RTC alarm B register, Address offset: 0x20 */
Kojto 106:ba1f97679dad 622 __IO uint32_t WPR; /*!< RTC write protection register, Address offset: 0x24 */
Kojto 106:ba1f97679dad 623 __IO uint32_t SSR; /*!< RTC sub second register, Address offset: 0x28 */
Kojto 106:ba1f97679dad 624 __IO uint32_t SHIFTR; /*!< RTC shift control register, Address offset: 0x2C */
Kojto 106:ba1f97679dad 625 __IO uint32_t TSTR; /*!< RTC time stamp time register, Address offset: 0x30 */
Kojto 106:ba1f97679dad 626 __IO uint32_t TSDR; /*!< RTC time stamp date register, Address offset: 0x34 */
Kojto 106:ba1f97679dad 627 __IO uint32_t TSSSR; /*!< RTC time-stamp sub second register, Address offset: 0x38 */
Kojto 106:ba1f97679dad 628 __IO uint32_t CALR; /*!< RTC calibration register, Address offset: 0x3C */
Kojto 106:ba1f97679dad 629 __IO uint32_t TAFCR; /*!< RTC tamper and alternate function configuration register, Address offset: 0x40 */
Kojto 106:ba1f97679dad 630 __IO uint32_t ALRMASSR;/*!< RTC alarm A sub second register, Address offset: 0x44 */
Kojto 106:ba1f97679dad 631 __IO uint32_t ALRMBSSR;/*!< RTC alarm B sub second register, Address offset: 0x48 */
Kojto 106:ba1f97679dad 632 uint32_t RESERVED7; /*!< Reserved, 0x4C */
Kojto 106:ba1f97679dad 633 __IO uint32_t BKP0R; /*!< RTC backup register 1, Address offset: 0x50 */
Kojto 106:ba1f97679dad 634 __IO uint32_t BKP1R; /*!< RTC backup register 1, Address offset: 0x54 */
Kojto 106:ba1f97679dad 635 __IO uint32_t BKP2R; /*!< RTC backup register 2, Address offset: 0x58 */
Kojto 106:ba1f97679dad 636 __IO uint32_t BKP3R; /*!< RTC backup register 3, Address offset: 0x5C */
Kojto 106:ba1f97679dad 637 __IO uint32_t BKP4R; /*!< RTC backup register 4, Address offset: 0x60 */
Kojto 106:ba1f97679dad 638 __IO uint32_t BKP5R; /*!< RTC backup register 5, Address offset: 0x64 */
Kojto 106:ba1f97679dad 639 __IO uint32_t BKP6R; /*!< RTC backup register 6, Address offset: 0x68 */
Kojto 106:ba1f97679dad 640 __IO uint32_t BKP7R; /*!< RTC backup register 7, Address offset: 0x6C */
Kojto 106:ba1f97679dad 641 __IO uint32_t BKP8R; /*!< RTC backup register 8, Address offset: 0x70 */
Kojto 106:ba1f97679dad 642 __IO uint32_t BKP9R; /*!< RTC backup register 9, Address offset: 0x74 */
Kojto 106:ba1f97679dad 643 __IO uint32_t BKP10R; /*!< RTC backup register 10, Address offset: 0x78 */
Kojto 106:ba1f97679dad 644 __IO uint32_t BKP11R; /*!< RTC backup register 11, Address offset: 0x7C */
Kojto 106:ba1f97679dad 645 __IO uint32_t BKP12R; /*!< RTC backup register 12, Address offset: 0x80 */
Kojto 106:ba1f97679dad 646 __IO uint32_t BKP13R; /*!< RTC backup register 13, Address offset: 0x84 */
Kojto 106:ba1f97679dad 647 __IO uint32_t BKP14R; /*!< RTC backup register 14, Address offset: 0x88 */
Kojto 106:ba1f97679dad 648 __IO uint32_t BKP15R; /*!< RTC backup register 15, Address offset: 0x8C */
Kojto 106:ba1f97679dad 649 __IO uint32_t BKP16R; /*!< RTC backup register 16, Address offset: 0x90 */
Kojto 106:ba1f97679dad 650 __IO uint32_t BKP17R; /*!< RTC backup register 17, Address offset: 0x94 */
Kojto 106:ba1f97679dad 651 __IO uint32_t BKP18R; /*!< RTC backup register 18, Address offset: 0x98 */
Kojto 106:ba1f97679dad 652 __IO uint32_t BKP19R; /*!< RTC backup register 19, Address offset: 0x9C */
Kojto 106:ba1f97679dad 653 } RTC_TypeDef;
Kojto 106:ba1f97679dad 654
Kojto 106:ba1f97679dad 655 /**
Kojto 106:ba1f97679dad 656 * @brief Serial Audio Interface
Kojto 106:ba1f97679dad 657 */
Kojto 106:ba1f97679dad 658
Kojto 106:ba1f97679dad 659 typedef struct
Kojto 106:ba1f97679dad 660 {
Kojto 106:ba1f97679dad 661 __IO uint32_t GCR; /*!< SAI global configuration register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 662 } SAI_TypeDef;
Kojto 106:ba1f97679dad 663
Kojto 106:ba1f97679dad 664 typedef struct
Kojto 106:ba1f97679dad 665 {
Kojto 106:ba1f97679dad 666 __IO uint32_t CR1; /*!< SAI block x configuration register 1, Address offset: 0x04 */
Kojto 106:ba1f97679dad 667 __IO uint32_t CR2; /*!< SAI block x configuration register 2, Address offset: 0x08 */
Kojto 106:ba1f97679dad 668 __IO uint32_t FRCR; /*!< SAI block x frame configuration register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 669 __IO uint32_t SLOTR; /*!< SAI block x slot register, Address offset: 0x10 */
Kojto 106:ba1f97679dad 670 __IO uint32_t IMR; /*!< SAI block x interrupt mask register, Address offset: 0x14 */
Kojto 106:ba1f97679dad 671 __IO uint32_t SR; /*!< SAI block x status register, Address offset: 0x18 */
Kojto 106:ba1f97679dad 672 __IO uint32_t CLRFR; /*!< SAI block x clear flag register, Address offset: 0x1C */
Kojto 106:ba1f97679dad 673 __IO uint32_t DR; /*!< SAI block x data register, Address offset: 0x20 */
Kojto 106:ba1f97679dad 674 } SAI_Block_TypeDef;
Kojto 106:ba1f97679dad 675
Kojto 106:ba1f97679dad 676 /**
Kojto 106:ba1f97679dad 677 * @brief SD host Interface
Kojto 106:ba1f97679dad 678 */
Kojto 106:ba1f97679dad 679
Kojto 106:ba1f97679dad 680 typedef struct
Kojto 106:ba1f97679dad 681 {
Kojto 106:ba1f97679dad 682 __IO uint32_t POWER; /*!< SDIO power control register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 683 __IO uint32_t CLKCR; /*!< SDI clock control register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 684 __IO uint32_t ARG; /*!< SDIO argument register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 685 __IO uint32_t CMD; /*!< SDIO command register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 686 __I uint32_t RESPCMD; /*!< SDIO command response register, Address offset: 0x10 */
Kojto 106:ba1f97679dad 687 __I uint32_t RESP1; /*!< SDIO response 1 register, Address offset: 0x14 */
Kojto 106:ba1f97679dad 688 __I uint32_t RESP2; /*!< SDIO response 2 register, Address offset: 0x18 */
Kojto 106:ba1f97679dad 689 __I uint32_t RESP3; /*!< SDIO response 3 register, Address offset: 0x1C */
Kojto 106:ba1f97679dad 690 __I uint32_t RESP4; /*!< SDIO response 4 register, Address offset: 0x20 */
Kojto 106:ba1f97679dad 691 __IO uint32_t DTIMER; /*!< SDIO data timer register, Address offset: 0x24 */
Kojto 106:ba1f97679dad 692 __IO uint32_t DLEN; /*!< SDIO data length register, Address offset: 0x28 */
Kojto 106:ba1f97679dad 693 __IO uint32_t DCTRL; /*!< SDIO data control register, Address offset: 0x2C */
Kojto 106:ba1f97679dad 694 __I uint32_t DCOUNT; /*!< SDIO data counter register, Address offset: 0x30 */
Kojto 106:ba1f97679dad 695 __I uint32_t STA; /*!< SDIO status register, Address offset: 0x34 */
Kojto 106:ba1f97679dad 696 __IO uint32_t ICR; /*!< SDIO interrupt clear register, Address offset: 0x38 */
Kojto 106:ba1f97679dad 697 __IO uint32_t MASK; /*!< SDIO mask register, Address offset: 0x3C */
Kojto 106:ba1f97679dad 698 uint32_t RESERVED0[2]; /*!< Reserved, 0x40-0x44 */
Kojto 106:ba1f97679dad 699 __I uint32_t FIFOCNT; /*!< SDIO FIFO counter register, Address offset: 0x48 */
Kojto 106:ba1f97679dad 700 uint32_t RESERVED1[13]; /*!< Reserved, 0x4C-0x7C */
Kojto 106:ba1f97679dad 701 __IO uint32_t FIFO; /*!< SDIO data FIFO register, Address offset: 0x80 */
Kojto 106:ba1f97679dad 702 } SDIO_TypeDef;
Kojto 106:ba1f97679dad 703
Kojto 106:ba1f97679dad 704 /**
Kojto 106:ba1f97679dad 705 * @brief Serial Peripheral Interface
Kojto 106:ba1f97679dad 706 */
Kojto 106:ba1f97679dad 707
Kojto 106:ba1f97679dad 708 typedef struct
Kojto 106:ba1f97679dad 709 {
Kojto 106:ba1f97679dad 710 __IO uint32_t CR1; /*!< SPI control register 1 (not used in I2S mode), Address offset: 0x00 */
Kojto 106:ba1f97679dad 711 __IO uint32_t CR2; /*!< SPI control register 2, Address offset: 0x04 */
Kojto 106:ba1f97679dad 712 __IO uint32_t SR; /*!< SPI status register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 713 __IO uint32_t DR; /*!< SPI data register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 714 __IO uint32_t CRCPR; /*!< SPI CRC polynomial register (not used in I2S mode), Address offset: 0x10 */
Kojto 106:ba1f97679dad 715 __IO uint32_t RXCRCR; /*!< SPI RX CRC register (not used in I2S mode), Address offset: 0x14 */
Kojto 106:ba1f97679dad 716 __IO uint32_t TXCRCR; /*!< SPI TX CRC register (not used in I2S mode), Address offset: 0x18 */
Kojto 106:ba1f97679dad 717 __IO uint32_t I2SCFGR; /*!< SPI_I2S configuration register, Address offset: 0x1C */
Kojto 106:ba1f97679dad 718 __IO uint32_t I2SPR; /*!< SPI_I2S prescaler register, Address offset: 0x20 */
Kojto 106:ba1f97679dad 719 } SPI_TypeDef;
Kojto 106:ba1f97679dad 720
Kojto 106:ba1f97679dad 721 /**
Kojto 106:ba1f97679dad 722 * @brief QUAD Serial Peripheral Interface
Kojto 106:ba1f97679dad 723 */
Kojto 106:ba1f97679dad 724
Kojto 106:ba1f97679dad 725 typedef struct
Kojto 106:ba1f97679dad 726 {
Kojto 106:ba1f97679dad 727 __IO uint32_t CR; /*!< QUADSPI Control register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 728 __IO uint32_t DCR; /*!< QUADSPI Device Configuration register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 729 __IO uint32_t SR; /*!< QUADSPI Status register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 730 __IO uint32_t FCR; /*!< QUADSPI Flag Clear register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 731 __IO uint32_t DLR; /*!< QUADSPI Data Length register, Address offset: 0x10 */
Kojto 106:ba1f97679dad 732 __IO uint32_t CCR; /*!< QUADSPI Communication Configuration register, Address offset: 0x14 */
Kojto 106:ba1f97679dad 733 __IO uint32_t AR; /*!< QUADSPI Address register, Address offset: 0x18 */
Kojto 106:ba1f97679dad 734 __IO uint32_t ABR; /*!< QUADSPI Alternate Bytes register, Address offset: 0x1C */
Kojto 106:ba1f97679dad 735 __IO uint32_t DR; /*!< QUADSPI Data register, Address offset: 0x20 */
Kojto 106:ba1f97679dad 736 __IO uint32_t PSMKR; /*!< QUADSPI Polling Status Mask register, Address offset: 0x24 */
Kojto 106:ba1f97679dad 737 __IO uint32_t PSMAR; /*!< QUADSPI Polling Status Match register, Address offset: 0x28 */
Kojto 106:ba1f97679dad 738 __IO uint32_t PIR; /*!< QUADSPI Polling Interval register, Address offset: 0x2C */
Kojto 106:ba1f97679dad 739 __IO uint32_t LPTR; /*!< QUADSPI Low Power Timeout register, Address offset: 0x30 */
Kojto 106:ba1f97679dad 740 } QUADSPI_TypeDef;
Kojto 106:ba1f97679dad 741
Kojto 106:ba1f97679dad 742 /**
Kojto 106:ba1f97679dad 743 * @brief SPDIFRX Interface
Kojto 106:ba1f97679dad 744 */
Kojto 106:ba1f97679dad 745
Kojto 106:ba1f97679dad 746 typedef struct
Kojto 106:ba1f97679dad 747 {
Kojto 106:ba1f97679dad 748 __IO uint32_t CR; /*!< Control register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 749 __IO uint16_t IMR; /*!< Interrupt mask register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 750 uint16_t RESERVED0; /*!< Reserved, 0x06 */
Kojto 106:ba1f97679dad 751 __IO uint32_t SR; /*!< Status register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 752 __IO uint16_t IFCR; /*!< Interrupt Flag Clear register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 753 uint16_t RESERVED1; /*!< Reserved, 0x0E */
Kojto 106:ba1f97679dad 754 __IO uint32_t DR; /*!< Data input register, Address offset: 0x10 */
Kojto 106:ba1f97679dad 755 __IO uint32_t CSR; /*!< Channel Status register, Address offset: 0x14 */
Kojto 106:ba1f97679dad 756 __IO uint32_t DIR; /*!< Debug Information register, Address offset: 0x18 */
Kojto 106:ba1f97679dad 757 uint16_t RESERVED2; /*!< Reserved, 0x1A */
Kojto 106:ba1f97679dad 758 } SPDIFRX_TypeDef;
Kojto 106:ba1f97679dad 759
Kojto 106:ba1f97679dad 760 /**
Kojto 106:ba1f97679dad 761 * @brief TIM
Kojto 106:ba1f97679dad 762 */
Kojto 106:ba1f97679dad 763
Kojto 106:ba1f97679dad 764 typedef struct
Kojto 106:ba1f97679dad 765 {
Kojto 106:ba1f97679dad 766 __IO uint32_t CR1; /*!< TIM control register 1, Address offset: 0x00 */
Kojto 106:ba1f97679dad 767 __IO uint32_t CR2; /*!< TIM control register 2, Address offset: 0x04 */
Kojto 106:ba1f97679dad 768 __IO uint32_t SMCR; /*!< TIM slave mode control register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 769 __IO uint32_t DIER; /*!< TIM DMA/interrupt enable register, Address offset: 0x0C */
Kojto 106:ba1f97679dad 770 __IO uint32_t SR; /*!< TIM status register, Address offset: 0x10 */
Kojto 106:ba1f97679dad 771 __IO uint32_t EGR; /*!< TIM event generation register, Address offset: 0x14 */
Kojto 106:ba1f97679dad 772 __IO uint32_t CCMR1; /*!< TIM capture/compare mode register 1, Address offset: 0x18 */
Kojto 106:ba1f97679dad 773 __IO uint32_t CCMR2; /*!< TIM capture/compare mode register 2, Address offset: 0x1C */
Kojto 106:ba1f97679dad 774 __IO uint32_t CCER; /*!< TIM capture/compare enable register, Address offset: 0x20 */
Kojto 106:ba1f97679dad 775 __IO uint32_t CNT; /*!< TIM counter register, Address offset: 0x24 */
Kojto 106:ba1f97679dad 776 __IO uint32_t PSC; /*!< TIM prescaler, Address offset: 0x28 */
Kojto 106:ba1f97679dad 777 __IO uint32_t ARR; /*!< TIM auto-reload register, Address offset: 0x2C */
Kojto 106:ba1f97679dad 778 __IO uint32_t RCR; /*!< TIM repetition counter register, Address offset: 0x30 */
Kojto 106:ba1f97679dad 779 __IO uint32_t CCR1; /*!< TIM capture/compare register 1, Address offset: 0x34 */
Kojto 106:ba1f97679dad 780 __IO uint32_t CCR2; /*!< TIM capture/compare register 2, Address offset: 0x38 */
Kojto 106:ba1f97679dad 781 __IO uint32_t CCR3; /*!< TIM capture/compare register 3, Address offset: 0x3C */
Kojto 106:ba1f97679dad 782 __IO uint32_t CCR4; /*!< TIM capture/compare register 4, Address offset: 0x40 */
Kojto 106:ba1f97679dad 783 __IO uint32_t BDTR; /*!< TIM break and dead-time register, Address offset: 0x44 */
Kojto 106:ba1f97679dad 784 __IO uint32_t DCR; /*!< TIM DMA control register, Address offset: 0x48 */
Kojto 106:ba1f97679dad 785 __IO uint32_t DMAR; /*!< TIM DMA address for full transfer, Address offset: 0x4C */
Kojto 106:ba1f97679dad 786 __IO uint32_t OR; /*!< TIM option register, Address offset: 0x50 */
Kojto 106:ba1f97679dad 787 } TIM_TypeDef;
Kojto 106:ba1f97679dad 788
Kojto 106:ba1f97679dad 789 /**
Kojto 106:ba1f97679dad 790 * @brief Universal Synchronous Asynchronous Receiver Transmitter
Kojto 106:ba1f97679dad 791 */
Kojto 106:ba1f97679dad 792
Kojto 106:ba1f97679dad 793 typedef struct
Kojto 106:ba1f97679dad 794 {
Kojto 106:ba1f97679dad 795 __IO uint32_t SR; /*!< USART Status register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 796 __IO uint32_t DR; /*!< USART Data register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 797 __IO uint32_t BRR; /*!< USART Baud rate register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 798 __IO uint32_t CR1; /*!< USART Control register 1, Address offset: 0x0C */
Kojto 106:ba1f97679dad 799 __IO uint32_t CR2; /*!< USART Control register 2, Address offset: 0x10 */
Kojto 106:ba1f97679dad 800 __IO uint32_t CR3; /*!< USART Control register 3, Address offset: 0x14 */
Kojto 106:ba1f97679dad 801 __IO uint32_t GTPR; /*!< USART Guard time and prescaler register, Address offset: 0x18 */
Kojto 106:ba1f97679dad 802 } USART_TypeDef;
Kojto 106:ba1f97679dad 803
Kojto 106:ba1f97679dad 804 /**
Kojto 106:ba1f97679dad 805 * @brief Window WATCHDOG
Kojto 106:ba1f97679dad 806 */
Kojto 106:ba1f97679dad 807
Kojto 106:ba1f97679dad 808 typedef struct
Kojto 106:ba1f97679dad 809 {
Kojto 106:ba1f97679dad 810 __IO uint32_t CR; /*!< WWDG Control register, Address offset: 0x00 */
Kojto 106:ba1f97679dad 811 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */
Kojto 106:ba1f97679dad 812 __IO uint32_t SR; /*!< WWDG Status register, Address offset: 0x08 */
Kojto 106:ba1f97679dad 813 } WWDG_TypeDef;
Kojto 106:ba1f97679dad 814
Kojto 106:ba1f97679dad 815 /**
Kojto 106:ba1f97679dad 816 * @brief USB_OTG_Core_Registers
Kojto 106:ba1f97679dad 817 */
Kojto 106:ba1f97679dad 818 typedef struct
Kojto 106:ba1f97679dad 819 {
Kojto 106:ba1f97679dad 820 __IO uint32_t GOTGCTL; /*!< USB_OTG Control and Status Register 000h */
Kojto 106:ba1f97679dad 821 __IO uint32_t GOTGINT; /*!< USB_OTG Interrupt Register 004h */
Kojto 106:ba1f97679dad 822 __IO uint32_t GAHBCFG; /*!< Core AHB Configuration Register 008h */
Kojto 106:ba1f97679dad 823 __IO uint32_t GUSBCFG; /*!< Core USB Configuration Register 00Ch */
Kojto 106:ba1f97679dad 824 __IO uint32_t GRSTCTL; /*!< Core Reset Register 010h */
Kojto 106:ba1f97679dad 825 __IO uint32_t GINTSTS; /*!< Core Interrupt Register 014h */
Kojto 106:ba1f97679dad 826 __IO uint32_t GINTMSK; /*!< Core Interrupt Mask Register 018h */
Kojto 106:ba1f97679dad 827 __IO uint32_t GRXSTSR; /*!< Receive Sts Q Read Register 01Ch */
Kojto 106:ba1f97679dad 828 __IO uint32_t GRXSTSP; /*!< Receive Sts Q Read & POP Register 020h */
Kojto 106:ba1f97679dad 829 __IO uint32_t GRXFSIZ; /*!< Receive FIFO Size Register 024h */
Kojto 106:ba1f97679dad 830 __IO uint32_t DIEPTXF0_HNPTXFSIZ; /*!< EP0 / Non Periodic Tx FIFO Size Register 028h */
Kojto 106:ba1f97679dad 831 __IO uint32_t HNPTXSTS; /*!< Non Periodic Tx FIFO/Queue Sts reg 02Ch */
Kojto 106:ba1f97679dad 832 uint32_t Reserved30[2]; /*!< Reserved 030h */
Kojto 106:ba1f97679dad 833 __IO uint32_t GCCFG; /*!< General Purpose IO Register 038h */
Kojto 106:ba1f97679dad 834 __IO uint32_t CID; /*!< User ID Register 03Ch */
Kojto 106:ba1f97679dad 835 uint32_t Reserved5[3]; /*!< Reserved 040h-048h */
Kojto 106:ba1f97679dad 836 __IO uint32_t GHWCFG3; /*!< User HW config3 04Ch */
Kojto 106:ba1f97679dad 837 uint32_t Reserved6; /*!< Reserved 050h */
Kojto 106:ba1f97679dad 838 __IO uint32_t GLPMCFG; /*!< LPM Register 054h */
Kojto 106:ba1f97679dad 839 __IO uint32_t GPWRDN; /*!< Power Down Register 058h */
Kojto 106:ba1f97679dad 840 __IO uint32_t GDFIFOCFG; /*!< DFIFO Software Config Register 05Ch */
Kojto 106:ba1f97679dad 841 __IO uint32_t GADPCTL; /*!< ADP Timer, Control and Status Register 60Ch */
Kojto 106:ba1f97679dad 842 uint32_t Reserved43[39]; /*!< Reserved 058h-0FFh */
Kojto 106:ba1f97679dad 843 __IO uint32_t HPTXFSIZ; /*!< Host Periodic Tx FIFO Size Reg 100h */
Kojto 106:ba1f97679dad 844 __IO uint32_t DIEPTXF[0x0F]; /*!< dev Periodic Transmit FIFO */
Kojto 106:ba1f97679dad 845 } USB_OTG_GlobalTypeDef;
Kojto 106:ba1f97679dad 846
Kojto 106:ba1f97679dad 847 /**
Kojto 106:ba1f97679dad 848 * @brief USB_OTG_device_Registers
Kojto 106:ba1f97679dad 849 */
Kojto 106:ba1f97679dad 850 typedef struct
Kojto 106:ba1f97679dad 851 {
Kojto 106:ba1f97679dad 852 __IO uint32_t DCFG; /*!< dev Configuration Register 800h */
Kojto 106:ba1f97679dad 853 __IO uint32_t DCTL; /*!< dev Control Register 804h */
Kojto 106:ba1f97679dad 854 __IO uint32_t DSTS; /*!< dev Status Register (RO) 808h */
Kojto 106:ba1f97679dad 855 uint32_t Reserved0C; /*!< Reserved 80Ch */
Kojto 106:ba1f97679dad 856 __IO uint32_t DIEPMSK; /*!< dev IN Endpoint Mask 810h */
Kojto 106:ba1f97679dad 857 __IO uint32_t DOEPMSK; /*!< dev OUT Endpoint Mask 814h */
Kojto 106:ba1f97679dad 858 __IO uint32_t DAINT; /*!< dev All Endpoints Itr Reg 818h */
Kojto 106:ba1f97679dad 859 __IO uint32_t DAINTMSK; /*!< dev All Endpoints Itr Mask 81Ch */
Kojto 106:ba1f97679dad 860 uint32_t Reserved20; /*!< Reserved 820h */
Kojto 106:ba1f97679dad 861 uint32_t Reserved9; /*!< Reserved 824h */
Kojto 106:ba1f97679dad 862 __IO uint32_t DVBUSDIS; /*!< dev VBUS discharge Register 828h */
Kojto 106:ba1f97679dad 863 __IO uint32_t DVBUSPULSE; /*!< dev VBUS Pulse Register 82Ch */
Kojto 106:ba1f97679dad 864 __IO uint32_t DTHRCTL; /*!< dev threshold 830h */
Kojto 106:ba1f97679dad 865 __IO uint32_t DIEPEMPMSK; /*!< dev empty msk 834h */
Kojto 106:ba1f97679dad 866 __IO uint32_t DEACHINT; /*!< dedicated EP interrupt 838h */
Kojto 106:ba1f97679dad 867 __IO uint32_t DEACHMSK; /*!< dedicated EP msk 83Ch */
Kojto 106:ba1f97679dad 868 uint32_t Reserved40; /*!< dedicated EP mask 840h */
Kojto 106:ba1f97679dad 869 __IO uint32_t DINEP1MSK; /*!< dedicated EP mask 844h */
Kojto 106:ba1f97679dad 870 uint32_t Reserved44[15]; /*!< Reserved 844-87Ch */
Kojto 106:ba1f97679dad 871 __IO uint32_t DOUTEP1MSK; /*!< dedicated EP msk 884h */
Kojto 106:ba1f97679dad 872 } USB_OTG_DeviceTypeDef;
Kojto 106:ba1f97679dad 873
Kojto 106:ba1f97679dad 874 /**
Kojto 106:ba1f97679dad 875 * @brief USB_OTG_IN_Endpoint-Specific_Register
Kojto 106:ba1f97679dad 876 */
Kojto 106:ba1f97679dad 877 typedef struct
Kojto 106:ba1f97679dad 878 {
Kojto 106:ba1f97679dad 879 __IO uint32_t DIEPCTL; /*!< dev IN Endpoint Control Reg 900h + (ep_num * 20h) + 00h */
Kojto 106:ba1f97679dad 880 uint32_t Reserved04; /*!< Reserved 900h + (ep_num * 20h) + 04h */
Kojto 106:ba1f97679dad 881 __IO uint32_t DIEPINT; /*!< dev IN Endpoint Itr Reg 900h + (ep_num * 20h) + 08h */
Kojto 106:ba1f97679dad 882 uint32_t Reserved0C; /*!< Reserved 900h + (ep_num * 20h) + 0Ch */
Kojto 106:ba1f97679dad 883 __IO uint32_t DIEPTSIZ; /*!< IN Endpoint Txfer Size 900h + (ep_num * 20h) + 10h */
Kojto 106:ba1f97679dad 884 __IO uint32_t DIEPDMA; /*!< IN Endpoint DMA Address Reg 900h + (ep_num * 20h) + 14h */
Kojto 106:ba1f97679dad 885 __IO uint32_t DTXFSTS; /*!< IN Endpoint Tx FIFO Status Reg 900h + (ep_num * 20h) + 18h */
Kojto 106:ba1f97679dad 886 uint32_t Reserved18; /*!< Reserved 900h+(ep_num*20h)+1Ch-900h+ (ep_num * 20h) + 1Ch */
Kojto 106:ba1f97679dad 887 } USB_OTG_INEndpointTypeDef;
Kojto 106:ba1f97679dad 888
Kojto 106:ba1f97679dad 889 /**
Kojto 106:ba1f97679dad 890 * @brief USB_OTG_OUT_Endpoint-Specific_Registers
Kojto 106:ba1f97679dad 891 */
Kojto 106:ba1f97679dad 892 typedef struct
Kojto 106:ba1f97679dad 893 {
Kojto 106:ba1f97679dad 894 __IO uint32_t DOEPCTL; /*!< dev OUT Endpoint Control Reg B00h + (ep_num * 20h) + 00h */
Kojto 106:ba1f97679dad 895 uint32_t Reserved04; /*!< Reserved B00h + (ep_num * 20h) + 04h */
Kojto 106:ba1f97679dad 896 __IO uint32_t DOEPINT; /*!< dev OUT Endpoint Itr Reg B00h + (ep_num * 20h) + 08h */
Kojto 106:ba1f97679dad 897 uint32_t Reserved0C; /*!< Reserved B00h + (ep_num * 20h) + 0Ch */
Kojto 106:ba1f97679dad 898 __IO uint32_t DOEPTSIZ; /*!< dev OUT Endpoint Txfer Size B00h + (ep_num * 20h) + 10h */
Kojto 106:ba1f97679dad 899 __IO uint32_t DOEPDMA; /*!< dev OUT Endpoint DMA Address B00h + (ep_num * 20h) + 14h */
Kojto 106:ba1f97679dad 900 uint32_t Reserved18[2]; /*!< Reserved B00h + (ep_num * 20h) + 18h - B00h + (ep_num * 20h) + 1Ch */
Kojto 106:ba1f97679dad 901 } USB_OTG_OUTEndpointTypeDef;
Kojto 106:ba1f97679dad 902
Kojto 106:ba1f97679dad 903 /**
Kojto 106:ba1f97679dad 904 * @brief USB_OTG_Host_Mode_Register_Structures
Kojto 106:ba1f97679dad 905 */
Kojto 106:ba1f97679dad 906 typedef struct
Kojto 106:ba1f97679dad 907 {
Kojto 106:ba1f97679dad 908 __IO uint32_t HCFG; /*!< Host Configuration Register 400h */
Kojto 106:ba1f97679dad 909 __IO uint32_t HFIR; /*!< Host Frame Interval Register 404h */
Kojto 106:ba1f97679dad 910 __IO uint32_t HFNUM; /*!< Host Frame Nbr/Frame Remaining 408h */
Kojto 106:ba1f97679dad 911 uint32_t Reserved40C; /*!< Reserved 40Ch */
Kojto 106:ba1f97679dad 912 __IO uint32_t HPTXSTS; /*!< Host Periodic Tx FIFO/ Queue Status 410h */
Kojto 106:ba1f97679dad 913 __IO uint32_t HAINT; /*!< Host All Channels Interrupt Register 414h */
Kojto 106:ba1f97679dad 914 __IO uint32_t HAINTMSK; /*!< Host All Channels Interrupt Mask 418h */
Kojto 106:ba1f97679dad 915 } USB_OTG_HostTypeDef;
Kojto 106:ba1f97679dad 916
Kojto 106:ba1f97679dad 917 /**
Kojto 106:ba1f97679dad 918 * @brief USB_OTG_Host_Channel_Specific_Registers
Kojto 106:ba1f97679dad 919 */
Kojto 106:ba1f97679dad 920 typedef struct
Kojto 106:ba1f97679dad 921 {
Kojto 106:ba1f97679dad 922 __IO uint32_t HCCHAR; /*!< Host Channel Characteristics Register 500h */
Kojto 106:ba1f97679dad 923 __IO uint32_t HCSPLT; /*!< Host Channel Split Control Register 504h */
Kojto 106:ba1f97679dad 924 __IO uint32_t HCINT; /*!< Host Channel Interrupt Register 508h */
Kojto 106:ba1f97679dad 925 __IO uint32_t HCINTMSK; /*!< Host Channel Interrupt Mask Register 50Ch */
Kojto 106:ba1f97679dad 926 __IO uint32_t HCTSIZ; /*!< Host Channel Transfer Size Register 510h */
Kojto 106:ba1f97679dad 927 __IO uint32_t HCDMA; /*!< Host Channel DMA Address Register 514h */
Kojto 106:ba1f97679dad 928 uint32_t Reserved[2]; /*!< Reserved */
Kojto 106:ba1f97679dad 929 } USB_OTG_HostChannelTypeDef;
Kojto 106:ba1f97679dad 930
Kojto 106:ba1f97679dad 931 /**
Kojto 106:ba1f97679dad 932 * @}
Kojto 106:ba1f97679dad 933 */
Kojto 106:ba1f97679dad 934
Kojto 106:ba1f97679dad 935 /** @addtogroup Peripheral_memory_map
Kojto 106:ba1f97679dad 936 * @{
Kojto 106:ba1f97679dad 937 */
Kojto 106:ba1f97679dad 938 #define FLASH_BASE ((uint32_t)0x08000000) /*!< FLASH(up to 1 MB) base address in the alias region */
Kojto 106:ba1f97679dad 939 #define SRAM1_BASE ((uint32_t)0x20000000) /*!< SRAM1(112 KB) base address in the alias region */
Kojto 106:ba1f97679dad 940 #define SRAM2_BASE ((uint32_t)0x2001C000) /*!< SRAM2(16 KB) base address in the alias region */
Kojto 106:ba1f97679dad 941 #define PERIPH_BASE ((uint32_t)0x40000000) /*!< Peripheral base address in the alias region */
Kojto 106:ba1f97679dad 942 #define BKPSRAM_BASE ((uint32_t)0x40024000) /*!< Backup SRAM(4 KB) base address in the alias region */
Kojto 106:ba1f97679dad 943 #define FMC_R_BASE ((uint32_t)0xA0000000) /*!< FMC registers base address */
Kojto 106:ba1f97679dad 944 #define QSPI_R_BASE ((uint32_t)0xA0001000) /*!< QuadSPI registers base address */
Kojto 106:ba1f97679dad 945
Kojto 106:ba1f97679dad 946 #define SRAM1_BB_BASE ((uint32_t)0x22000000) /*!< SRAM1(112 KB) base address in the bit-band region */
Kojto 106:ba1f97679dad 947 #define SRAM2_BB_BASE ((uint32_t)0x22380000) /*!< SRAM2(16 KB) base address in the bit-band region */
Kojto 106:ba1f97679dad 948 #define PERIPH_BB_BASE ((uint32_t)0x42000000) /*!< Peripheral base address in the bit-band region */
Kojto 106:ba1f97679dad 949 #define BKPSRAM_BB_BASE ((uint32_t)0x42480000) /*!< Backup SRAM(4 KB) base address in the bit-band region */
Kojto 106:ba1f97679dad 950 #define FLASH_END ((uint32_t)0x0807FFFF) /*!< FLASH end address */
Kojto 106:ba1f97679dad 951
Kojto 106:ba1f97679dad 952
Kojto 106:ba1f97679dad 953 /* Legacy defines */
Kojto 106:ba1f97679dad 954 #define SRAM_BASE SRAM1_BASE
Kojto 106:ba1f97679dad 955 #define SRAM_BB_BASE SRAM1_BB_BASE
Kojto 106:ba1f97679dad 956
Kojto 106:ba1f97679dad 957
Kojto 106:ba1f97679dad 958 /*!< Peripheral memory map */
Kojto 106:ba1f97679dad 959 #define APB1PERIPH_BASE PERIPH_BASE
Kojto 106:ba1f97679dad 960 #define APB2PERIPH_BASE (PERIPH_BASE + 0x00010000)
Kojto 106:ba1f97679dad 961 #define AHB1PERIPH_BASE (PERIPH_BASE + 0x00020000)
Kojto 106:ba1f97679dad 962 #define AHB2PERIPH_BASE (PERIPH_BASE + 0x10000000)
Kojto 106:ba1f97679dad 963
Kojto 106:ba1f97679dad 964 /*!< APB1 peripherals */
Kojto 106:ba1f97679dad 965 #define TIM2_BASE (APB1PERIPH_BASE + 0x0000)
Kojto 106:ba1f97679dad 966 #define TIM3_BASE (APB1PERIPH_BASE + 0x0400)
Kojto 106:ba1f97679dad 967 #define TIM4_BASE (APB1PERIPH_BASE + 0x0800)
Kojto 106:ba1f97679dad 968 #define TIM5_BASE (APB1PERIPH_BASE + 0x0C00)
Kojto 106:ba1f97679dad 969 #define TIM6_BASE (APB1PERIPH_BASE + 0x1000)
Kojto 106:ba1f97679dad 970 #define TIM7_BASE (APB1PERIPH_BASE + 0x1400)
Kojto 106:ba1f97679dad 971 #define TIM12_BASE (APB1PERIPH_BASE + 0x1800)
Kojto 106:ba1f97679dad 972 #define TIM13_BASE (APB1PERIPH_BASE + 0x1C00)
Kojto 106:ba1f97679dad 973 #define TIM14_BASE (APB1PERIPH_BASE + 0x2000)
Kojto 106:ba1f97679dad 974 #define RTC_BASE (APB1PERIPH_BASE + 0x2800)
Kojto 106:ba1f97679dad 975 #define WWDG_BASE (APB1PERIPH_BASE + 0x2C00)
Kojto 106:ba1f97679dad 976 #define IWDG_BASE (APB1PERIPH_BASE + 0x3000)
Kojto 106:ba1f97679dad 977 #define SPI2_BASE (APB1PERIPH_BASE + 0x3800)
Kojto 106:ba1f97679dad 978 #define SPI3_BASE (APB1PERIPH_BASE + 0x3C00)
Kojto 106:ba1f97679dad 979 #define SPDIFRX_BASE (APB1PERIPH_BASE + 0x4000)
Kojto 106:ba1f97679dad 980 #define USART2_BASE (APB1PERIPH_BASE + 0x4400)
Kojto 106:ba1f97679dad 981 #define USART3_BASE (APB1PERIPH_BASE + 0x4800)
Kojto 106:ba1f97679dad 982 #define UART4_BASE (APB1PERIPH_BASE + 0x4C00)
Kojto 106:ba1f97679dad 983 #define UART5_BASE (APB1PERIPH_BASE + 0x5000)
Kojto 106:ba1f97679dad 984 #define I2C1_BASE (APB1PERIPH_BASE + 0x5400)
Kojto 106:ba1f97679dad 985 #define I2C2_BASE (APB1PERIPH_BASE + 0x5800)
Kojto 106:ba1f97679dad 986 #define I2C3_BASE (APB1PERIPH_BASE + 0x5C00)
Kojto 106:ba1f97679dad 987 #define FMPI2C1_BASE (APB1PERIPH_BASE + 0x6000)
Kojto 106:ba1f97679dad 988 #define CAN1_BASE (APB1PERIPH_BASE + 0x6400)
Kojto 106:ba1f97679dad 989 #define CAN2_BASE (APB1PERIPH_BASE + 0x6800)
Kojto 106:ba1f97679dad 990 #define CEC_BASE (APB1PERIPH_BASE + 0x6C00)
Kojto 106:ba1f97679dad 991 #define PWR_BASE (APB1PERIPH_BASE + 0x7000)
Kojto 106:ba1f97679dad 992 #define DAC_BASE (APB1PERIPH_BASE + 0x7400)
Kojto 106:ba1f97679dad 993
Kojto 106:ba1f97679dad 994 /*!< APB2 peripherals */
Kojto 106:ba1f97679dad 995 #define TIM1_BASE (APB2PERIPH_BASE + 0x0000)
Kojto 106:ba1f97679dad 996 #define TIM8_BASE (APB2PERIPH_BASE + 0x0400)
Kojto 106:ba1f97679dad 997 #define USART1_BASE (APB2PERIPH_BASE + 0x1000)
Kojto 106:ba1f97679dad 998 #define USART6_BASE (APB2PERIPH_BASE + 0x1400)
Kojto 106:ba1f97679dad 999 #define ADC1_BASE (APB2PERIPH_BASE + 0x2000)
Kojto 106:ba1f97679dad 1000 #define ADC2_BASE (APB2PERIPH_BASE + 0x2100)
Kojto 106:ba1f97679dad 1001 #define ADC3_BASE (APB2PERIPH_BASE + 0x2200)
Kojto 106:ba1f97679dad 1002 #define ADC_BASE (APB2PERIPH_BASE + 0x2300)
Kojto 106:ba1f97679dad 1003 #define SDIO_BASE (APB2PERIPH_BASE + 0x2C00)
Kojto 106:ba1f97679dad 1004 #define SPI1_BASE (APB2PERIPH_BASE + 0x3000)
Kojto 106:ba1f97679dad 1005 #define SPI4_BASE (APB2PERIPH_BASE + 0x3400)
Kojto 106:ba1f97679dad 1006 #define SYSCFG_BASE (APB2PERIPH_BASE + 0x3800)
Kojto 106:ba1f97679dad 1007 #define EXTI_BASE (APB2PERIPH_BASE + 0x3C00)
Kojto 106:ba1f97679dad 1008 #define TIM9_BASE (APB2PERIPH_BASE + 0x4000)
Kojto 106:ba1f97679dad 1009 #define TIM10_BASE (APB2PERIPH_BASE + 0x4400)
Kojto 106:ba1f97679dad 1010 #define TIM11_BASE (APB2PERIPH_BASE + 0x4800)
Kojto 106:ba1f97679dad 1011 #define SAI1_BASE (APB2PERIPH_BASE + 0x5800)
Kojto 106:ba1f97679dad 1012 #define SAI1_Block_A_BASE (SAI1_BASE + 0x004)
Kojto 106:ba1f97679dad 1013 #define SAI1_Block_B_BASE (SAI1_BASE + 0x024)
Kojto 106:ba1f97679dad 1014 #define SAI2_BASE (APB2PERIPH_BASE + 0x5C00)
Kojto 106:ba1f97679dad 1015 #define SAI2_Block_A_BASE (SAI2_BASE + 0x004)
Kojto 106:ba1f97679dad 1016 #define SAI2_Block_B_BASE (SAI2_BASE + 0x024)
Kojto 106:ba1f97679dad 1017
Kojto 106:ba1f97679dad 1018 /*!< AHB1 peripherals */
Kojto 106:ba1f97679dad 1019 #define GPIOA_BASE (AHB1PERIPH_BASE + 0x0000)
Kojto 106:ba1f97679dad 1020 #define GPIOB_BASE (AHB1PERIPH_BASE + 0x0400)
Kojto 106:ba1f97679dad 1021 #define GPIOC_BASE (AHB1PERIPH_BASE + 0x0800)
Kojto 106:ba1f97679dad 1022 #define GPIOD_BASE (AHB1PERIPH_BASE + 0x0C00)
Kojto 106:ba1f97679dad 1023 #define GPIOE_BASE (AHB1PERIPH_BASE + 0x1000)
Kojto 106:ba1f97679dad 1024 #define GPIOF_BASE (AHB1PERIPH_BASE + 0x1400)
Kojto 106:ba1f97679dad 1025 #define GPIOG_BASE (AHB1PERIPH_BASE + 0x1800)
Kojto 106:ba1f97679dad 1026 #define GPIOH_BASE (AHB1PERIPH_BASE + 0x1C00)
Kojto 106:ba1f97679dad 1027 #define CRC_BASE (AHB1PERIPH_BASE + 0x3000)
Kojto 106:ba1f97679dad 1028 #define RCC_BASE (AHB1PERIPH_BASE + 0x3800)
Kojto 106:ba1f97679dad 1029 #define FLASH_R_BASE (AHB1PERIPH_BASE + 0x3C00)
Kojto 106:ba1f97679dad 1030 #define DMA1_BASE (AHB1PERIPH_BASE + 0x6000)
Kojto 106:ba1f97679dad 1031 #define DMA1_Stream0_BASE (DMA1_BASE + 0x010)
Kojto 106:ba1f97679dad 1032 #define DMA1_Stream1_BASE (DMA1_BASE + 0x028)
Kojto 106:ba1f97679dad 1033 #define DMA1_Stream2_BASE (DMA1_BASE + 0x040)
Kojto 106:ba1f97679dad 1034 #define DMA1_Stream3_BASE (DMA1_BASE + 0x058)
Kojto 106:ba1f97679dad 1035 #define DMA1_Stream4_BASE (DMA1_BASE + 0x070)
Kojto 106:ba1f97679dad 1036 #define DMA1_Stream5_BASE (DMA1_BASE + 0x088)
Kojto 106:ba1f97679dad 1037 #define DMA1_Stream6_BASE (DMA1_BASE + 0x0A0)
Kojto 106:ba1f97679dad 1038 #define DMA1_Stream7_BASE (DMA1_BASE + 0x0B8)
Kojto 106:ba1f97679dad 1039 #define DMA2_BASE (AHB1PERIPH_BASE + 0x6400)
Kojto 106:ba1f97679dad 1040 #define DMA2_Stream0_BASE (DMA2_BASE + 0x010)
Kojto 106:ba1f97679dad 1041 #define DMA2_Stream1_BASE (DMA2_BASE + 0x028)
Kojto 106:ba1f97679dad 1042 #define DMA2_Stream2_BASE (DMA2_BASE + 0x040)
Kojto 106:ba1f97679dad 1043 #define DMA2_Stream3_BASE (DMA2_BASE + 0x058)
Kojto 106:ba1f97679dad 1044 #define DMA2_Stream4_BASE (DMA2_BASE + 0x070)
Kojto 106:ba1f97679dad 1045 #define DMA2_Stream5_BASE (DMA2_BASE + 0x088)
Kojto 106:ba1f97679dad 1046 #define DMA2_Stream6_BASE (DMA2_BASE + 0x0A0)
Kojto 106:ba1f97679dad 1047 #define DMA2_Stream7_BASE (DMA2_BASE + 0x0B8)
Kojto 106:ba1f97679dad 1048
Kojto 106:ba1f97679dad 1049 /*!< AHB2 peripherals */
Kojto 106:ba1f97679dad 1050 #define DCMI_BASE (AHB2PERIPH_BASE + 0x50000)
Kojto 106:ba1f97679dad 1051
Kojto 106:ba1f97679dad 1052 /*!< FMC Bankx registers base address */
Kojto 106:ba1f97679dad 1053 #define FMC_Bank1_R_BASE (FMC_R_BASE + 0x0000)
Kojto 106:ba1f97679dad 1054 #define FMC_Bank1E_R_BASE (FMC_R_BASE + 0x0104)
Kojto 106:ba1f97679dad 1055 #define FMC_Bank3_R_BASE (FMC_R_BASE + 0x0080)
Kojto 106:ba1f97679dad 1056 #define FMC_Bank5_6_R_BASE (FMC_R_BASE + 0x0140)
Kojto 106:ba1f97679dad 1057
Kojto 106:ba1f97679dad 1058 /*!< Debug MCU registers base address */
Kojto 106:ba1f97679dad 1059 #define DBGMCU_BASE ((uint32_t )0xE0042000)
Kojto 106:ba1f97679dad 1060
Kojto 106:ba1f97679dad 1061 /*!< USB registers base address */
Kojto 106:ba1f97679dad 1062 #define USB_OTG_HS_PERIPH_BASE ((uint32_t )0x40040000)
Kojto 106:ba1f97679dad 1063 #define USB_OTG_FS_PERIPH_BASE ((uint32_t )0x50000000)
Kojto 106:ba1f97679dad 1064
Kojto 106:ba1f97679dad 1065 #define USB_OTG_GLOBAL_BASE ((uint32_t )0x000)
Kojto 106:ba1f97679dad 1066 #define USB_OTG_DEVICE_BASE ((uint32_t )0x800)
Kojto 106:ba1f97679dad 1067 #define USB_OTG_IN_ENDPOINT_BASE ((uint32_t )0x900)
Kojto 106:ba1f97679dad 1068 #define USB_OTG_OUT_ENDPOINT_BASE ((uint32_t )0xB00)
Kojto 106:ba1f97679dad 1069 #define USB_OTG_EP_REG_SIZE ((uint32_t )0x20)
Kojto 106:ba1f97679dad 1070 #define USB_OTG_HOST_BASE ((uint32_t )0x400)
Kojto 106:ba1f97679dad 1071 #define USB_OTG_HOST_PORT_BASE ((uint32_t )0x440)
Kojto 106:ba1f97679dad 1072 #define USB_OTG_HOST_CHANNEL_BASE ((uint32_t )0x500)
Kojto 106:ba1f97679dad 1073 #define USB_OTG_HOST_CHANNEL_SIZE ((uint32_t )0x20)
Kojto 106:ba1f97679dad 1074 #define USB_OTG_PCGCCTL_BASE ((uint32_t )0xE00)
Kojto 106:ba1f97679dad 1075 #define USB_OTG_FIFO_BASE ((uint32_t )0x1000)
Kojto 106:ba1f97679dad 1076 #define USB_OTG_FIFO_SIZE ((uint32_t )0x1000)
Kojto 106:ba1f97679dad 1077
Kojto 106:ba1f97679dad 1078 /**
Kojto 106:ba1f97679dad 1079 * @}
Kojto 106:ba1f97679dad 1080 */
Kojto 106:ba1f97679dad 1081
Kojto 106:ba1f97679dad 1082 /** @addtogroup Peripheral_declaration
Kojto 106:ba1f97679dad 1083 * @{
Kojto 106:ba1f97679dad 1084 */
Kojto 106:ba1f97679dad 1085 #define TIM2 ((TIM_TypeDef *) TIM2_BASE)
Kojto 106:ba1f97679dad 1086 #define TIM3 ((TIM_TypeDef *) TIM3_BASE)
Kojto 106:ba1f97679dad 1087 #define TIM4 ((TIM_TypeDef *) TIM4_BASE)
Kojto 106:ba1f97679dad 1088 #define TIM5 ((TIM_TypeDef *) TIM5_BASE)
Kojto 106:ba1f97679dad 1089 #define TIM6 ((TIM_TypeDef *) TIM6_BASE)
Kojto 106:ba1f97679dad 1090 #define TIM7 ((TIM_TypeDef *) TIM7_BASE)
Kojto 106:ba1f97679dad 1091 #define TIM12 ((TIM_TypeDef *) TIM12_BASE)
Kojto 106:ba1f97679dad 1092 #define TIM13 ((TIM_TypeDef *) TIM13_BASE)
Kojto 106:ba1f97679dad 1093 #define TIM14 ((TIM_TypeDef *) TIM14_BASE)
Kojto 106:ba1f97679dad 1094 #define RTC ((RTC_TypeDef *) RTC_BASE)
Kojto 106:ba1f97679dad 1095 #define WWDG ((WWDG_TypeDef *) WWDG_BASE)
Kojto 106:ba1f97679dad 1096 #define IWDG ((IWDG_TypeDef *) IWDG_BASE)
Kojto 106:ba1f97679dad 1097 #define SPI2 ((SPI_TypeDef *) SPI2_BASE)
Kojto 106:ba1f97679dad 1098 #define SPI3 ((SPI_TypeDef *) SPI3_BASE)
Kojto 106:ba1f97679dad 1099 #define SPDIFRX ((SPDIFRX_TypeDef *) SPDIFRX_BASE)
Kojto 106:ba1f97679dad 1100 #define USART2 ((USART_TypeDef *) USART2_BASE)
Kojto 106:ba1f97679dad 1101 #define USART3 ((USART_TypeDef *) USART3_BASE)
Kojto 106:ba1f97679dad 1102 #define UART4 ((USART_TypeDef *) UART4_BASE)
Kojto 106:ba1f97679dad 1103 #define UART5 ((USART_TypeDef *) UART5_BASE)
Kojto 106:ba1f97679dad 1104 #define I2C1 ((I2C_TypeDef *) I2C1_BASE)
Kojto 106:ba1f97679dad 1105 #define I2C2 ((I2C_TypeDef *) I2C2_BASE)
Kojto 106:ba1f97679dad 1106 #define I2C3 ((I2C_TypeDef *) I2C3_BASE)
Kojto 106:ba1f97679dad 1107 #define FMPI2C1 ((FMPI2C_TypeDef *) FMPI2C1_BASE)
Kojto 106:ba1f97679dad 1108 #define CAN1 ((CAN_TypeDef *) CAN1_BASE)
Kojto 106:ba1f97679dad 1109 #define CAN2 ((CAN_TypeDef *) CAN2_BASE)
Kojto 106:ba1f97679dad 1110 #define CEC ((CEC_TypeDef *) CEC_BASE)
Kojto 106:ba1f97679dad 1111 #define PWR ((PWR_TypeDef *) PWR_BASE)
Kojto 106:ba1f97679dad 1112 #define DAC ((DAC_TypeDef *) DAC_BASE)
Kojto 106:ba1f97679dad 1113 #define TIM1 ((TIM_TypeDef *) TIM1_BASE)
Kojto 106:ba1f97679dad 1114 #define TIM8 ((TIM_TypeDef *) TIM8_BASE)
Kojto 106:ba1f97679dad 1115 #define USART1 ((USART_TypeDef *) USART1_BASE)
Kojto 106:ba1f97679dad 1116 #define USART6 ((USART_TypeDef *) USART6_BASE)
Kojto 106:ba1f97679dad 1117 #define ADC ((ADC_Common_TypeDef *) ADC_BASE)
Kojto 106:ba1f97679dad 1118 #define ADC1 ((ADC_TypeDef *) ADC1_BASE)
Kojto 106:ba1f97679dad 1119 #define ADC2 ((ADC_TypeDef *) ADC2_BASE)
Kojto 106:ba1f97679dad 1120 #define ADC3 ((ADC_TypeDef *) ADC3_BASE)
Kojto 106:ba1f97679dad 1121 #define SDIO ((SDIO_TypeDef *) SDIO_BASE)
Kojto 106:ba1f97679dad 1122 #define SPI1 ((SPI_TypeDef *) SPI1_BASE)
Kojto 106:ba1f97679dad 1123 #define SPI4 ((SPI_TypeDef *) SPI4_BASE)
Kojto 106:ba1f97679dad 1124 #define SYSCFG ((SYSCFG_TypeDef *) SYSCFG_BASE)
Kojto 106:ba1f97679dad 1125 #define EXTI ((EXTI_TypeDef *) EXTI_BASE)
Kojto 106:ba1f97679dad 1126 #define TIM9 ((TIM_TypeDef *) TIM9_BASE)
Kojto 106:ba1f97679dad 1127 #define TIM10 ((TIM_TypeDef *) TIM10_BASE)
Kojto 106:ba1f97679dad 1128 #define TIM11 ((TIM_TypeDef *) TIM11_BASE)
Kojto 106:ba1f97679dad 1129 #define SAI1 ((SAI_TypeDef *) SAI1_BASE)
Kojto 106:ba1f97679dad 1130 #define SAI1_Block_A ((SAI_Block_TypeDef *)SAI1_Block_A_BASE)
Kojto 106:ba1f97679dad 1131 #define SAI1_Block_B ((SAI_Block_TypeDef *)SAI1_Block_B_BASE)
Kojto 106:ba1f97679dad 1132 #define SAI2 ((SAI_TypeDef *) SAI2_BASE)
Kojto 106:ba1f97679dad 1133 #define SAI2_Block_A ((SAI_Block_TypeDef *)SAI2_Block_A_BASE)
Kojto 106:ba1f97679dad 1134 #define SAI2_Block_B ((SAI_Block_TypeDef *)SAI2_Block_B_BASE)
Kojto 106:ba1f97679dad 1135
Kojto 106:ba1f97679dad 1136 #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
Kojto 106:ba1f97679dad 1137 #define GPIOB ((GPIO_TypeDef *) GPIOB_BASE)
Kojto 106:ba1f97679dad 1138 #define GPIOC ((GPIO_TypeDef *) GPIOC_BASE)
Kojto 106:ba1f97679dad 1139 #define GPIOD ((GPIO_TypeDef *) GPIOD_BASE)
Kojto 106:ba1f97679dad 1140 #define GPIOE ((GPIO_TypeDef *) GPIOE_BASE)
Kojto 106:ba1f97679dad 1141 #define GPIOF ((GPIO_TypeDef *) GPIOF_BASE)
Kojto 106:ba1f97679dad 1142 #define GPIOG ((GPIO_TypeDef *) GPIOG_BASE)
Kojto 106:ba1f97679dad 1143 #define GPIOH ((GPIO_TypeDef *) GPIOH_BASE)
Kojto 106:ba1f97679dad 1144 #define CRC ((CRC_TypeDef *) CRC_BASE)
Kojto 106:ba1f97679dad 1145 #define RCC ((RCC_TypeDef *) RCC_BASE)
Kojto 106:ba1f97679dad 1146 #define FLASH ((FLASH_TypeDef *) FLASH_R_BASE)
Kojto 106:ba1f97679dad 1147 #define DMA1 ((DMA_TypeDef *) DMA1_BASE)
Kojto 106:ba1f97679dad 1148 #define DMA1_Stream0 ((DMA_Stream_TypeDef *) DMA1_Stream0_BASE)
Kojto 106:ba1f97679dad 1149 #define DMA1_Stream1 ((DMA_Stream_TypeDef *) DMA1_Stream1_BASE)
Kojto 106:ba1f97679dad 1150 #define DMA1_Stream2 ((DMA_Stream_TypeDef *) DMA1_Stream2_BASE)
Kojto 106:ba1f97679dad 1151 #define DMA1_Stream3 ((DMA_Stream_TypeDef *) DMA1_Stream3_BASE)
Kojto 106:ba1f97679dad 1152 #define DMA1_Stream4 ((DMA_Stream_TypeDef *) DMA1_Stream4_BASE)
Kojto 106:ba1f97679dad 1153 #define DMA1_Stream5 ((DMA_Stream_TypeDef *) DMA1_Stream5_BASE)
Kojto 106:ba1f97679dad 1154 #define DMA1_Stream6 ((DMA_Stream_TypeDef *) DMA1_Stream6_BASE)
Kojto 106:ba1f97679dad 1155 #define DMA1_Stream7 ((DMA_Stream_TypeDef *) DMA1_Stream7_BASE)
Kojto 106:ba1f97679dad 1156 #define DMA2 ((DMA_TypeDef *) DMA2_BASE)
Kojto 106:ba1f97679dad 1157 #define DMA2_Stream0 ((DMA_Stream_TypeDef *) DMA2_Stream0_BASE)
Kojto 106:ba1f97679dad 1158 #define DMA2_Stream1 ((DMA_Stream_TypeDef *) DMA2_Stream1_BASE)
Kojto 106:ba1f97679dad 1159 #define DMA2_Stream2 ((DMA_Stream_TypeDef *) DMA2_Stream2_BASE)
Kojto 106:ba1f97679dad 1160 #define DMA2_Stream3 ((DMA_Stream_TypeDef *) DMA2_Stream3_BASE)
Kojto 106:ba1f97679dad 1161 #define DMA2_Stream4 ((DMA_Stream_TypeDef *) DMA2_Stream4_BASE)
Kojto 106:ba1f97679dad 1162 #define DMA2_Stream5 ((DMA_Stream_TypeDef *) DMA2_Stream5_BASE)
Kojto 106:ba1f97679dad 1163 #define DMA2_Stream6 ((DMA_Stream_TypeDef *) DMA2_Stream6_BASE)
Kojto 106:ba1f97679dad 1164 #define DMA2_Stream7 ((DMA_Stream_TypeDef *) DMA2_Stream7_BASE)
Kojto 106:ba1f97679dad 1165 #define DCMI ((DCMI_TypeDef *) DCMI_BASE)
Kojto 106:ba1f97679dad 1166 #define FMC_Bank1 ((FMC_Bank1_TypeDef *) FMC_Bank1_R_BASE)
Kojto 106:ba1f97679dad 1167 #define FMC_Bank1E ((FMC_Bank1E_TypeDef *) FMC_Bank1E_R_BASE)
Kojto 106:ba1f97679dad 1168 #define FMC_Bank3 ((FMC_Bank3_TypeDef *) FMC_Bank3_R_BASE)
Kojto 106:ba1f97679dad 1169 #define FMC_Bank5_6 ((FMC_Bank5_6_TypeDef *) FMC_Bank5_6_R_BASE)
Kojto 106:ba1f97679dad 1170 #define QUADSPI ((QUADSPI_TypeDef *) QSPI_R_BASE)
Kojto 106:ba1f97679dad 1171
Kojto 106:ba1f97679dad 1172 #define DBGMCU ((DBGMCU_TypeDef *) DBGMCU_BASE)
Kojto 106:ba1f97679dad 1173
Kojto 106:ba1f97679dad 1174 #define USB_OTG_FS ((USB_OTG_GlobalTypeDef *) USB_OTG_FS_PERIPH_BASE)
Kojto 106:ba1f97679dad 1175 #define USB_OTG_HS ((USB_OTG_GlobalTypeDef *) USB_OTG_HS_PERIPH_BASE)
Kojto 106:ba1f97679dad 1176
Kojto 106:ba1f97679dad 1177 /**
Kojto 106:ba1f97679dad 1178 * @}
Kojto 106:ba1f97679dad 1179 */
Kojto 106:ba1f97679dad 1180
Kojto 106:ba1f97679dad 1181 /** @addtogroup Exported_constants
Kojto 106:ba1f97679dad 1182 * @{
Kojto 106:ba1f97679dad 1183 */
Kojto 106:ba1f97679dad 1184
Kojto 106:ba1f97679dad 1185 /** @addtogroup Peripheral_Registers_Bits_Definition
Kojto 106:ba1f97679dad 1186 * @{
Kojto 106:ba1f97679dad 1187 */
Kojto 106:ba1f97679dad 1188
Kojto 106:ba1f97679dad 1189 /******************************************************************************/
Kojto 106:ba1f97679dad 1190 /* Peripheral Registers_Bits_Definition */
Kojto 106:ba1f97679dad 1191 /******************************************************************************/
Kojto 106:ba1f97679dad 1192
Kojto 106:ba1f97679dad 1193 /******************************************************************************/
Kojto 106:ba1f97679dad 1194 /* */
Kojto 106:ba1f97679dad 1195 /* Analog to Digital Converter */
Kojto 106:ba1f97679dad 1196 /* */
Kojto 106:ba1f97679dad 1197 /******************************************************************************/
Kojto 106:ba1f97679dad 1198 /******************** Bit definition for ADC_SR register ********************/
Kojto 106:ba1f97679dad 1199 #define ADC_SR_AWD ((uint32_t)0x00000001) /*!<Analog watchdog flag */
Kojto 106:ba1f97679dad 1200 #define ADC_SR_EOC ((uint32_t)0x00000002) /*!<End of conversion */
Kojto 106:ba1f97679dad 1201 #define ADC_SR_JEOC ((uint32_t)0x00000004) /*!<Injected channel end of conversion */
Kojto 106:ba1f97679dad 1202 #define ADC_SR_JSTRT ((uint32_t)0x00000008) /*!<Injected channel Start flag */
Kojto 106:ba1f97679dad 1203 #define ADC_SR_STRT ((uint32_t)0x00000010) /*!<Regular channel Start flag */
Kojto 106:ba1f97679dad 1204 #define ADC_SR_OVR ((uint32_t)0x00000020) /*!<Overrun flag */
Kojto 106:ba1f97679dad 1205
Kojto 106:ba1f97679dad 1206 /******************* Bit definition for ADC_CR1 register ********************/
Kojto 106:ba1f97679dad 1207 #define ADC_CR1_AWDCH ((uint32_t)0x0000001F) /*!<AWDCH[4:0] bits (Analog watchdog channel select bits) */
Kojto 106:ba1f97679dad 1208 #define ADC_CR1_AWDCH_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1209 #define ADC_CR1_AWDCH_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1210 #define ADC_CR1_AWDCH_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1211 #define ADC_CR1_AWDCH_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1212 #define ADC_CR1_AWDCH_4 ((uint32_t)0x00000010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1213 #define ADC_CR1_EOCIE ((uint32_t)0x00000020) /*!<Interrupt enable for EOC */
Kojto 106:ba1f97679dad 1214 #define ADC_CR1_AWDIE ((uint32_t)0x00000040) /*!<AAnalog Watchdog interrupt enable */
Kojto 106:ba1f97679dad 1215 #define ADC_CR1_JEOCIE ((uint32_t)0x00000080) /*!<Interrupt enable for injected channels */
Kojto 106:ba1f97679dad 1216 #define ADC_CR1_SCAN ((uint32_t)0x00000100) /*!<Scan mode */
Kojto 106:ba1f97679dad 1217 #define ADC_CR1_AWDSGL ((uint32_t)0x00000200) /*!<Enable the watchdog on a single channel in scan mode */
Kojto 106:ba1f97679dad 1218 #define ADC_CR1_JAUTO ((uint32_t)0x00000400) /*!<Automatic injected group conversion */
Kojto 106:ba1f97679dad 1219 #define ADC_CR1_DISCEN ((uint32_t)0x00000800) /*!<Discontinuous mode on regular channels */
Kojto 106:ba1f97679dad 1220 #define ADC_CR1_JDISCEN ((uint32_t)0x00001000) /*!<Discontinuous mode on injected channels */
Kojto 106:ba1f97679dad 1221 #define ADC_CR1_DISCNUM ((uint32_t)0x0000E000) /*!<DISCNUM[2:0] bits (Discontinuous mode channel count) */
Kojto 106:ba1f97679dad 1222 #define ADC_CR1_DISCNUM_0 ((uint32_t)0x00002000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1223 #define ADC_CR1_DISCNUM_1 ((uint32_t)0x00004000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1224 #define ADC_CR1_DISCNUM_2 ((uint32_t)0x00008000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1225 #define ADC_CR1_JAWDEN ((uint32_t)0x00400000) /*!<Analog watchdog enable on injected channels */
Kojto 106:ba1f97679dad 1226 #define ADC_CR1_AWDEN ((uint32_t)0x00800000) /*!<Analog watchdog enable on regular channels */
Kojto 106:ba1f97679dad 1227 #define ADC_CR1_RES ((uint32_t)0x03000000) /*!<RES[2:0] bits (Resolution) */
Kojto 106:ba1f97679dad 1228 #define ADC_CR1_RES_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1229 #define ADC_CR1_RES_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1230 #define ADC_CR1_OVRIE ((uint32_t)0x04000000) /*!<overrun interrupt enable */
Kojto 106:ba1f97679dad 1231
Kojto 106:ba1f97679dad 1232 /******************* Bit definition for ADC_CR2 register ********************/
Kojto 106:ba1f97679dad 1233 #define ADC_CR2_ADON ((uint32_t)0x00000001) /*!<A/D Converter ON / OFF */
Kojto 106:ba1f97679dad 1234 #define ADC_CR2_CONT ((uint32_t)0x00000002) /*!<Continuous Conversion */
Kojto 106:ba1f97679dad 1235 #define ADC_CR2_DMA ((uint32_t)0x00000100) /*!<Direct Memory access mode */
Kojto 106:ba1f97679dad 1236 #define ADC_CR2_DDS ((uint32_t)0x00000200) /*!<DMA disable selection (Single ADC) */
Kojto 106:ba1f97679dad 1237 #define ADC_CR2_EOCS ((uint32_t)0x00000400) /*!<End of conversion selection */
Kojto 106:ba1f97679dad 1238 #define ADC_CR2_ALIGN ((uint32_t)0x00000800) /*!<Data Alignment */
Kojto 106:ba1f97679dad 1239 #define ADC_CR2_JEXTSEL ((uint32_t)0x000F0000) /*!<JEXTSEL[3:0] bits (External event select for injected group) */
Kojto 106:ba1f97679dad 1240 #define ADC_CR2_JEXTSEL_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1241 #define ADC_CR2_JEXTSEL_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1242 #define ADC_CR2_JEXTSEL_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1243 #define ADC_CR2_JEXTSEL_3 ((uint32_t)0x00080000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1244 #define ADC_CR2_JEXTEN ((uint32_t)0x00300000) /*!<JEXTEN[1:0] bits (External Trigger Conversion mode for injected channelsp) */
Kojto 106:ba1f97679dad 1245 #define ADC_CR2_JEXTEN_0 ((uint32_t)0x00100000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1246 #define ADC_CR2_JEXTEN_1 ((uint32_t)0x00200000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1247 #define ADC_CR2_JSWSTART ((uint32_t)0x00400000) /*!<Start Conversion of injected channels */
Kojto 106:ba1f97679dad 1248 #define ADC_CR2_EXTSEL ((uint32_t)0x0F000000) /*!<EXTSEL[3:0] bits (External Event Select for regular group) */
Kojto 106:ba1f97679dad 1249 #define ADC_CR2_EXTSEL_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1250 #define ADC_CR2_EXTSEL_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1251 #define ADC_CR2_EXTSEL_2 ((uint32_t)0x04000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1252 #define ADC_CR2_EXTSEL_3 ((uint32_t)0x08000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1253 #define ADC_CR2_EXTEN ((uint32_t)0x30000000) /*!<EXTEN[1:0] bits (External Trigger Conversion mode for regular channelsp) */
Kojto 106:ba1f97679dad 1254 #define ADC_CR2_EXTEN_0 ((uint32_t)0x10000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1255 #define ADC_CR2_EXTEN_1 ((uint32_t)0x20000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1256 #define ADC_CR2_SWSTART ((uint32_t)0x40000000) /*!<Start Conversion of regular channels */
Kojto 106:ba1f97679dad 1257
Kojto 106:ba1f97679dad 1258 /****************** Bit definition for ADC_SMPR1 register *******************/
Kojto 106:ba1f97679dad 1259 #define ADC_SMPR1_SMP10 ((uint32_t)0x00000007) /*!<SMP10[2:0] bits (Channel 10 Sample time selection) */
Kojto 106:ba1f97679dad 1260 #define ADC_SMPR1_SMP10_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1261 #define ADC_SMPR1_SMP10_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1262 #define ADC_SMPR1_SMP10_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1263 #define ADC_SMPR1_SMP11 ((uint32_t)0x00000038) /*!<SMP11[2:0] bits (Channel 11 Sample time selection) */
Kojto 106:ba1f97679dad 1264 #define ADC_SMPR1_SMP11_0 ((uint32_t)0x00000008) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1265 #define ADC_SMPR1_SMP11_1 ((uint32_t)0x00000010) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1266 #define ADC_SMPR1_SMP11_2 ((uint32_t)0x00000020) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1267 #define ADC_SMPR1_SMP12 ((uint32_t)0x000001C0) /*!<SMP12[2:0] bits (Channel 12 Sample time selection) */
Kojto 106:ba1f97679dad 1268 #define ADC_SMPR1_SMP12_0 ((uint32_t)0x00000040) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1269 #define ADC_SMPR1_SMP12_1 ((uint32_t)0x00000080) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1270 #define ADC_SMPR1_SMP12_2 ((uint32_t)0x00000100) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1271 #define ADC_SMPR1_SMP13 ((uint32_t)0x00000E00) /*!<SMP13[2:0] bits (Channel 13 Sample time selection) */
Kojto 106:ba1f97679dad 1272 #define ADC_SMPR1_SMP13_0 ((uint32_t)0x00000200) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1273 #define ADC_SMPR1_SMP13_1 ((uint32_t)0x00000400) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1274 #define ADC_SMPR1_SMP13_2 ((uint32_t)0x00000800) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1275 #define ADC_SMPR1_SMP14 ((uint32_t)0x00007000) /*!<SMP14[2:0] bits (Channel 14 Sample time selection) */
Kojto 106:ba1f97679dad 1276 #define ADC_SMPR1_SMP14_0 ((uint32_t)0x00001000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1277 #define ADC_SMPR1_SMP14_1 ((uint32_t)0x00002000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1278 #define ADC_SMPR1_SMP14_2 ((uint32_t)0x00004000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1279 #define ADC_SMPR1_SMP15 ((uint32_t)0x00038000) /*!<SMP15[2:0] bits (Channel 15 Sample time selection) */
Kojto 106:ba1f97679dad 1280 #define ADC_SMPR1_SMP15_0 ((uint32_t)0x00008000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1281 #define ADC_SMPR1_SMP15_1 ((uint32_t)0x00010000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1282 #define ADC_SMPR1_SMP15_2 ((uint32_t)0x00020000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1283 #define ADC_SMPR1_SMP16 ((uint32_t)0x001C0000) /*!<SMP16[2:0] bits (Channel 16 Sample time selection) */
Kojto 106:ba1f97679dad 1284 #define ADC_SMPR1_SMP16_0 ((uint32_t)0x00040000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1285 #define ADC_SMPR1_SMP16_1 ((uint32_t)0x00080000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1286 #define ADC_SMPR1_SMP16_2 ((uint32_t)0x00100000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1287 #define ADC_SMPR1_SMP17 ((uint32_t)0x00E00000) /*!<SMP17[2:0] bits (Channel 17 Sample time selection) */
Kojto 106:ba1f97679dad 1288 #define ADC_SMPR1_SMP17_0 ((uint32_t)0x00200000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1289 #define ADC_SMPR1_SMP17_1 ((uint32_t)0x00400000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1290 #define ADC_SMPR1_SMP17_2 ((uint32_t)0x00800000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1291 #define ADC_SMPR1_SMP18 ((uint32_t)0x07000000) /*!<SMP18[2:0] bits (Channel 18 Sample time selection) */
Kojto 106:ba1f97679dad 1292 #define ADC_SMPR1_SMP18_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1293 #define ADC_SMPR1_SMP18_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1294 #define ADC_SMPR1_SMP18_2 ((uint32_t)0x04000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1295
Kojto 106:ba1f97679dad 1296 /****************** Bit definition for ADC_SMPR2 register *******************/
Kojto 106:ba1f97679dad 1297 #define ADC_SMPR2_SMP0 ((uint32_t)0x00000007) /*!<SMP0[2:0] bits (Channel 0 Sample time selection) */
Kojto 106:ba1f97679dad 1298 #define ADC_SMPR2_SMP0_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1299 #define ADC_SMPR2_SMP0_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1300 #define ADC_SMPR2_SMP0_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1301 #define ADC_SMPR2_SMP1 ((uint32_t)0x00000038) /*!<SMP1[2:0] bits (Channel 1 Sample time selection) */
Kojto 106:ba1f97679dad 1302 #define ADC_SMPR2_SMP1_0 ((uint32_t)0x00000008) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1303 #define ADC_SMPR2_SMP1_1 ((uint32_t)0x00000010) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1304 #define ADC_SMPR2_SMP1_2 ((uint32_t)0x00000020) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1305 #define ADC_SMPR2_SMP2 ((uint32_t)0x000001C0) /*!<SMP2[2:0] bits (Channel 2 Sample time selection) */
Kojto 106:ba1f97679dad 1306 #define ADC_SMPR2_SMP2_0 ((uint32_t)0x00000040) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1307 #define ADC_SMPR2_SMP2_1 ((uint32_t)0x00000080) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1308 #define ADC_SMPR2_SMP2_2 ((uint32_t)0x00000100) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1309 #define ADC_SMPR2_SMP3 ((uint32_t)0x00000E00) /*!<SMP3[2:0] bits (Channel 3 Sample time selection) */
Kojto 106:ba1f97679dad 1310 #define ADC_SMPR2_SMP3_0 ((uint32_t)0x00000200) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1311 #define ADC_SMPR2_SMP3_1 ((uint32_t)0x00000400) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1312 #define ADC_SMPR2_SMP3_2 ((uint32_t)0x00000800) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1313 #define ADC_SMPR2_SMP4 ((uint32_t)0x00007000) /*!<SMP4[2:0] bits (Channel 4 Sample time selection) */
Kojto 106:ba1f97679dad 1314 #define ADC_SMPR2_SMP4_0 ((uint32_t)0x00001000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1315 #define ADC_SMPR2_SMP4_1 ((uint32_t)0x00002000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1316 #define ADC_SMPR2_SMP4_2 ((uint32_t)0x00004000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1317 #define ADC_SMPR2_SMP5 ((uint32_t)0x00038000) /*!<SMP5[2:0] bits (Channel 5 Sample time selection) */
Kojto 106:ba1f97679dad 1318 #define ADC_SMPR2_SMP5_0 ((uint32_t)0x00008000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1319 #define ADC_SMPR2_SMP5_1 ((uint32_t)0x00010000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1320 #define ADC_SMPR2_SMP5_2 ((uint32_t)0x00020000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1321 #define ADC_SMPR2_SMP6 ((uint32_t)0x001C0000) /*!<SMP6[2:0] bits (Channel 6 Sample time selection) */
Kojto 106:ba1f97679dad 1322 #define ADC_SMPR2_SMP6_0 ((uint32_t)0x00040000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1323 #define ADC_SMPR2_SMP6_1 ((uint32_t)0x00080000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1324 #define ADC_SMPR2_SMP6_2 ((uint32_t)0x00100000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1325 #define ADC_SMPR2_SMP7 ((uint32_t)0x00E00000) /*!<SMP7[2:0] bits (Channel 7 Sample time selection) */
Kojto 106:ba1f97679dad 1326 #define ADC_SMPR2_SMP7_0 ((uint32_t)0x00200000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1327 #define ADC_SMPR2_SMP7_1 ((uint32_t)0x00400000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1328 #define ADC_SMPR2_SMP7_2 ((uint32_t)0x00800000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1329 #define ADC_SMPR2_SMP8 ((uint32_t)0x07000000) /*!<SMP8[2:0] bits (Channel 8 Sample time selection) */
Kojto 106:ba1f97679dad 1330 #define ADC_SMPR2_SMP8_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1331 #define ADC_SMPR2_SMP8_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1332 #define ADC_SMPR2_SMP8_2 ((uint32_t)0x04000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1333 #define ADC_SMPR2_SMP9 ((uint32_t)0x38000000) /*!<SMP9[2:0] bits (Channel 9 Sample time selection) */
Kojto 106:ba1f97679dad 1334 #define ADC_SMPR2_SMP9_0 ((uint32_t)0x08000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1335 #define ADC_SMPR2_SMP9_1 ((uint32_t)0x10000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1336 #define ADC_SMPR2_SMP9_2 ((uint32_t)0x20000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1337
Kojto 106:ba1f97679dad 1338 /****************** Bit definition for ADC_JOFR1 register *******************/
Kojto 106:ba1f97679dad 1339 #define ADC_JOFR1_JOFFSET1 ((uint32_t)0x0FFF) /*!<Data offset for injected channel 1 */
Kojto 106:ba1f97679dad 1340
Kojto 106:ba1f97679dad 1341 /****************** Bit definition for ADC_JOFR2 register *******************/
Kojto 106:ba1f97679dad 1342 #define ADC_JOFR2_JOFFSET2 ((uint32_t)0x0FFF) /*!<Data offset for injected channel 2 */
Kojto 106:ba1f97679dad 1343
Kojto 106:ba1f97679dad 1344 /****************** Bit definition for ADC_JOFR3 register *******************/
Kojto 106:ba1f97679dad 1345 #define ADC_JOFR3_JOFFSET3 ((uint32_t)0x0FFF) /*!<Data offset for injected channel 3 */
Kojto 106:ba1f97679dad 1346
Kojto 106:ba1f97679dad 1347 /****************** Bit definition for ADC_JOFR4 register *******************/
Kojto 106:ba1f97679dad 1348 #define ADC_JOFR4_JOFFSET4 ((uint32_t)0x0FFF) /*!<Data offset for injected channel 4 */
Kojto 106:ba1f97679dad 1349
Kojto 106:ba1f97679dad 1350 /******************* Bit definition for ADC_HTR register ********************/
Kojto 106:ba1f97679dad 1351 #define ADC_HTR_HT ((uint32_t)0x0FFF) /*!<Analog watchdog high threshold */
Kojto 106:ba1f97679dad 1352
Kojto 106:ba1f97679dad 1353 /******************* Bit definition for ADC_LTR register ********************/
Kojto 106:ba1f97679dad 1354 #define ADC_LTR_LT ((uint32_t)0x0FFF) /*!<Analog watchdog low threshold */
Kojto 106:ba1f97679dad 1355
Kojto 106:ba1f97679dad 1356 /******************* Bit definition for ADC_SQR1 register *******************/
Kojto 106:ba1f97679dad 1357 #define ADC_SQR1_SQ13 ((uint32_t)0x0000001F) /*!<SQ13[4:0] bits (13th conversion in regular sequence) */
Kojto 106:ba1f97679dad 1358 #define ADC_SQR1_SQ13_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1359 #define ADC_SQR1_SQ13_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1360 #define ADC_SQR1_SQ13_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1361 #define ADC_SQR1_SQ13_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1362 #define ADC_SQR1_SQ13_4 ((uint32_t)0x00000010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1363 #define ADC_SQR1_SQ14 ((uint32_t)0x000003E0) /*!<SQ14[4:0] bits (14th conversion in regular sequence) */
Kojto 106:ba1f97679dad 1364 #define ADC_SQR1_SQ14_0 ((uint32_t)0x00000020) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1365 #define ADC_SQR1_SQ14_1 ((uint32_t)0x00000040) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1366 #define ADC_SQR1_SQ14_2 ((uint32_t)0x00000080) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1367 #define ADC_SQR1_SQ14_3 ((uint32_t)0x00000100) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1368 #define ADC_SQR1_SQ14_4 ((uint32_t)0x00000200) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1369 #define ADC_SQR1_SQ15 ((uint32_t)0x00007C00) /*!<SQ15[4:0] bits (15th conversion in regular sequence) */
Kojto 106:ba1f97679dad 1370 #define ADC_SQR1_SQ15_0 ((uint32_t)0x00000400) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1371 #define ADC_SQR1_SQ15_1 ((uint32_t)0x00000800) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1372 #define ADC_SQR1_SQ15_2 ((uint32_t)0x00001000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1373 #define ADC_SQR1_SQ15_3 ((uint32_t)0x00002000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1374 #define ADC_SQR1_SQ15_4 ((uint32_t)0x00004000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1375 #define ADC_SQR1_SQ16 ((uint32_t)0x000F8000) /*!<SQ16[4:0] bits (16th conversion in regular sequence) */
Kojto 106:ba1f97679dad 1376 #define ADC_SQR1_SQ16_0 ((uint32_t)0x00008000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1377 #define ADC_SQR1_SQ16_1 ((uint32_t)0x00010000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1378 #define ADC_SQR1_SQ16_2 ((uint32_t)0x00020000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1379 #define ADC_SQR1_SQ16_3 ((uint32_t)0x00040000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1380 #define ADC_SQR1_SQ16_4 ((uint32_t)0x00080000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1381 #define ADC_SQR1_L ((uint32_t)0x00F00000) /*!<L[3:0] bits (Regular channel sequence length) */
Kojto 106:ba1f97679dad 1382 #define ADC_SQR1_L_0 ((uint32_t)0x00100000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1383 #define ADC_SQR1_L_1 ((uint32_t)0x00200000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1384 #define ADC_SQR1_L_2 ((uint32_t)0x00400000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1385 #define ADC_SQR1_L_3 ((uint32_t)0x00800000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1386
Kojto 106:ba1f97679dad 1387 /******************* Bit definition for ADC_SQR2 register *******************/
Kojto 106:ba1f97679dad 1388 #define ADC_SQR2_SQ7 ((uint32_t)0x0000001F) /*!<SQ7[4:0] bits (7th conversion in regular sequence) */
Kojto 106:ba1f97679dad 1389 #define ADC_SQR2_SQ7_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1390 #define ADC_SQR2_SQ7_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1391 #define ADC_SQR2_SQ7_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1392 #define ADC_SQR2_SQ7_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1393 #define ADC_SQR2_SQ7_4 ((uint32_t)0x00000010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1394 #define ADC_SQR2_SQ8 ((uint32_t)0x000003E0) /*!<SQ8[4:0] bits (8th conversion in regular sequence) */
Kojto 106:ba1f97679dad 1395 #define ADC_SQR2_SQ8_0 ((uint32_t)0x00000020) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1396 #define ADC_SQR2_SQ8_1 ((uint32_t)0x00000040) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1397 #define ADC_SQR2_SQ8_2 ((uint32_t)0x00000080) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1398 #define ADC_SQR2_SQ8_3 ((uint32_t)0x00000100) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1399 #define ADC_SQR2_SQ8_4 ((uint32_t)0x00000200) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1400 #define ADC_SQR2_SQ9 ((uint32_t)0x00007C00) /*!<SQ9[4:0] bits (9th conversion in regular sequence) */
Kojto 106:ba1f97679dad 1401 #define ADC_SQR2_SQ9_0 ((uint32_t)0x00000400) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1402 #define ADC_SQR2_SQ9_1 ((uint32_t)0x00000800) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1403 #define ADC_SQR2_SQ9_2 ((uint32_t)0x00001000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1404 #define ADC_SQR2_SQ9_3 ((uint32_t)0x00002000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1405 #define ADC_SQR2_SQ9_4 ((uint32_t)0x00004000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1406 #define ADC_SQR2_SQ10 ((uint32_t)0x000F8000) /*!<SQ10[4:0] bits (10th conversion in regular sequence) */
Kojto 106:ba1f97679dad 1407 #define ADC_SQR2_SQ10_0 ((uint32_t)0x00008000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1408 #define ADC_SQR2_SQ10_1 ((uint32_t)0x00010000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1409 #define ADC_SQR2_SQ10_2 ((uint32_t)0x00020000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1410 #define ADC_SQR2_SQ10_3 ((uint32_t)0x00040000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1411 #define ADC_SQR2_SQ10_4 ((uint32_t)0x00080000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1412 #define ADC_SQR2_SQ11 ((uint32_t)0x01F00000) /*!<SQ11[4:0] bits (11th conversion in regular sequence) */
Kojto 106:ba1f97679dad 1413 #define ADC_SQR2_SQ11_0 ((uint32_t)0x00100000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1414 #define ADC_SQR2_SQ11_1 ((uint32_t)0x00200000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1415 #define ADC_SQR2_SQ11_2 ((uint32_t)0x00400000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1416 #define ADC_SQR2_SQ11_3 ((uint32_t)0x00800000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1417 #define ADC_SQR2_SQ11_4 ((uint32_t)0x01000000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1418 #define ADC_SQR2_SQ12 ((uint32_t)0x3E000000) /*!<SQ12[4:0] bits (12th conversion in regular sequence) */
Kojto 106:ba1f97679dad 1419 #define ADC_SQR2_SQ12_0 ((uint32_t)0x02000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1420 #define ADC_SQR2_SQ12_1 ((uint32_t)0x04000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1421 #define ADC_SQR2_SQ12_2 ((uint32_t)0x08000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1422 #define ADC_SQR2_SQ12_3 ((uint32_t)0x10000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1423 #define ADC_SQR2_SQ12_4 ((uint32_t)0x20000000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1424
Kojto 106:ba1f97679dad 1425 /******************* Bit definition for ADC_SQR3 register *******************/
Kojto 106:ba1f97679dad 1426 #define ADC_SQR3_SQ1 ((uint32_t)0x0000001F) /*!<SQ1[4:0] bits (1st conversion in regular sequence) */
Kojto 106:ba1f97679dad 1427 #define ADC_SQR3_SQ1_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1428 #define ADC_SQR3_SQ1_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1429 #define ADC_SQR3_SQ1_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1430 #define ADC_SQR3_SQ1_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1431 #define ADC_SQR3_SQ1_4 ((uint32_t)0x00000010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1432 #define ADC_SQR3_SQ2 ((uint32_t)0x000003E0) /*!<SQ2[4:0] bits (2nd conversion in regular sequence) */
Kojto 106:ba1f97679dad 1433 #define ADC_SQR3_SQ2_0 ((uint32_t)0x00000020) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1434 #define ADC_SQR3_SQ2_1 ((uint32_t)0x00000040) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1435 #define ADC_SQR3_SQ2_2 ((uint32_t)0x00000080) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1436 #define ADC_SQR3_SQ2_3 ((uint32_t)0x00000100) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1437 #define ADC_SQR3_SQ2_4 ((uint32_t)0x00000200) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1438 #define ADC_SQR3_SQ3 ((uint32_t)0x00007C00) /*!<SQ3[4:0] bits (3rd conversion in regular sequence) */
Kojto 106:ba1f97679dad 1439 #define ADC_SQR3_SQ3_0 ((uint32_t)0x00000400) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1440 #define ADC_SQR3_SQ3_1 ((uint32_t)0x00000800) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1441 #define ADC_SQR3_SQ3_2 ((uint32_t)0x00001000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1442 #define ADC_SQR3_SQ3_3 ((uint32_t)0x00002000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1443 #define ADC_SQR3_SQ3_4 ((uint32_t)0x00004000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1444 #define ADC_SQR3_SQ4 ((uint32_t)0x000F8000) /*!<SQ4[4:0] bits (4th conversion in regular sequence) */
Kojto 106:ba1f97679dad 1445 #define ADC_SQR3_SQ4_0 ((uint32_t)0x00008000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1446 #define ADC_SQR3_SQ4_1 ((uint32_t)0x00010000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1447 #define ADC_SQR3_SQ4_2 ((uint32_t)0x00020000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1448 #define ADC_SQR3_SQ4_3 ((uint32_t)0x00040000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1449 #define ADC_SQR3_SQ4_4 ((uint32_t)0x00080000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1450 #define ADC_SQR3_SQ5 ((uint32_t)0x01F00000) /*!<SQ5[4:0] bits (5th conversion in regular sequence) */
Kojto 106:ba1f97679dad 1451 #define ADC_SQR3_SQ5_0 ((uint32_t)0x00100000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1452 #define ADC_SQR3_SQ5_1 ((uint32_t)0x00200000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1453 #define ADC_SQR3_SQ5_2 ((uint32_t)0x00400000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1454 #define ADC_SQR3_SQ5_3 ((uint32_t)0x00800000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1455 #define ADC_SQR3_SQ5_4 ((uint32_t)0x01000000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1456 #define ADC_SQR3_SQ6 ((uint32_t)0x3E000000) /*!<SQ6[4:0] bits (6th conversion in regular sequence) */
Kojto 106:ba1f97679dad 1457 #define ADC_SQR3_SQ6_0 ((uint32_t)0x02000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1458 #define ADC_SQR3_SQ6_1 ((uint32_t)0x04000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1459 #define ADC_SQR3_SQ6_2 ((uint32_t)0x08000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1460 #define ADC_SQR3_SQ6_3 ((uint32_t)0x10000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1461 #define ADC_SQR3_SQ6_4 ((uint32_t)0x20000000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1462
Kojto 106:ba1f97679dad 1463 /******************* Bit definition for ADC_JSQR register *******************/
Kojto 106:ba1f97679dad 1464 #define ADC_JSQR_JSQ1 ((uint32_t)0x0000001F) /*!<JSQ1[4:0] bits (1st conversion in injected sequence) */
Kojto 106:ba1f97679dad 1465 #define ADC_JSQR_JSQ1_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1466 #define ADC_JSQR_JSQ1_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1467 #define ADC_JSQR_JSQ1_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1468 #define ADC_JSQR_JSQ1_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1469 #define ADC_JSQR_JSQ1_4 ((uint32_t)0x00000010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1470 #define ADC_JSQR_JSQ2 ((uint32_t)0x000003E0) /*!<JSQ2[4:0] bits (2nd conversion in injected sequence) */
Kojto 106:ba1f97679dad 1471 #define ADC_JSQR_JSQ2_0 ((uint32_t)0x00000020) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1472 #define ADC_JSQR_JSQ2_1 ((uint32_t)0x00000040) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1473 #define ADC_JSQR_JSQ2_2 ((uint32_t)0x00000080) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1474 #define ADC_JSQR_JSQ2_3 ((uint32_t)0x00000100) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1475 #define ADC_JSQR_JSQ2_4 ((uint32_t)0x00000200) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1476 #define ADC_JSQR_JSQ3 ((uint32_t)0x00007C00) /*!<JSQ3[4:0] bits (3rd conversion in injected sequence) */
Kojto 106:ba1f97679dad 1477 #define ADC_JSQR_JSQ3_0 ((uint32_t)0x00000400) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1478 #define ADC_JSQR_JSQ3_1 ((uint32_t)0x00000800) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1479 #define ADC_JSQR_JSQ3_2 ((uint32_t)0x00001000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1480 #define ADC_JSQR_JSQ3_3 ((uint32_t)0x00002000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1481 #define ADC_JSQR_JSQ3_4 ((uint32_t)0x00004000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1482 #define ADC_JSQR_JSQ4 ((uint32_t)0x000F8000) /*!<JSQ4[4:0] bits (4th conversion in injected sequence) */
Kojto 106:ba1f97679dad 1483 #define ADC_JSQR_JSQ4_0 ((uint32_t)0x00008000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1484 #define ADC_JSQR_JSQ4_1 ((uint32_t)0x00010000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1485 #define ADC_JSQR_JSQ4_2 ((uint32_t)0x00020000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1486 #define ADC_JSQR_JSQ4_3 ((uint32_t)0x00040000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1487 #define ADC_JSQR_JSQ4_4 ((uint32_t)0x00080000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1488 #define ADC_JSQR_JL ((uint32_t)0x00300000) /*!<JL[1:0] bits (Injected Sequence length) */
Kojto 106:ba1f97679dad 1489 #define ADC_JSQR_JL_0 ((uint32_t)0x00100000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1490 #define ADC_JSQR_JL_1 ((uint32_t)0x00200000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1491
Kojto 106:ba1f97679dad 1492 /******************* Bit definition for ADC_JDR1 register *******************/
Kojto 106:ba1f97679dad 1493 #define ADC_JDR1_JDATA ((uint32_t)0xFFFF) /*!<Injected data */
Kojto 106:ba1f97679dad 1494
Kojto 106:ba1f97679dad 1495 /******************* Bit definition for ADC_JDR2 register *******************/
Kojto 106:ba1f97679dad 1496 #define ADC_JDR2_JDATA ((uint32_t)0xFFFF) /*!<Injected data */
Kojto 106:ba1f97679dad 1497
Kojto 106:ba1f97679dad 1498 /******************* Bit definition for ADC_JDR3 register *******************/
Kojto 106:ba1f97679dad 1499 #define ADC_JDR3_JDATA ((uint32_t)0xFFFF) /*!<Injected data */
Kojto 106:ba1f97679dad 1500
Kojto 106:ba1f97679dad 1501 /******************* Bit definition for ADC_JDR4 register *******************/
Kojto 106:ba1f97679dad 1502 #define ADC_JDR4_JDATA ((uint32_t)0xFFFF) /*!<Injected data */
Kojto 106:ba1f97679dad 1503
Kojto 106:ba1f97679dad 1504 /******************** Bit definition for ADC_DR register ********************/
Kojto 106:ba1f97679dad 1505 #define ADC_DR_DATA ((uint32_t)0x0000FFFF) /*!<Regular data */
Kojto 106:ba1f97679dad 1506 #define ADC_DR_ADC2DATA ((uint32_t)0xFFFF0000) /*!<ADC2 data */
Kojto 106:ba1f97679dad 1507
Kojto 106:ba1f97679dad 1508 /******************* Bit definition for ADC_CSR register ********************/
Kojto 106:ba1f97679dad 1509 #define ADC_CSR_AWD1 ((uint32_t)0x00000001) /*!<ADC1 Analog watchdog flag */
Kojto 106:ba1f97679dad 1510 #define ADC_CSR_EOC1 ((uint32_t)0x00000002) /*!<ADC1 End of conversion */
Kojto 106:ba1f97679dad 1511 #define ADC_CSR_JEOC1 ((uint32_t)0x00000004) /*!<ADC1 Injected channel end of conversion */
Kojto 106:ba1f97679dad 1512 #define ADC_CSR_JSTRT1 ((uint32_t)0x00000008) /*!<ADC1 Injected channel Start flag */
Kojto 106:ba1f97679dad 1513 #define ADC_CSR_STRT1 ((uint32_t)0x00000010) /*!<ADC1 Regular channel Start flag */
Kojto 106:ba1f97679dad 1514 #define ADC_CSR_DOVR1 ((uint32_t)0x00000020) /*!<ADC1 DMA overrun flag */
Kojto 106:ba1f97679dad 1515 #define ADC_CSR_AWD2 ((uint32_t)0x00000100) /*!<ADC2 Analog watchdog flag */
Kojto 106:ba1f97679dad 1516 #define ADC_CSR_EOC2 ((uint32_t)0x00000200) /*!<ADC2 End of conversion */
Kojto 106:ba1f97679dad 1517 #define ADC_CSR_JEOC2 ((uint32_t)0x00000400) /*!<ADC2 Injected channel end of conversion */
Kojto 106:ba1f97679dad 1518 #define ADC_CSR_JSTRT2 ((uint32_t)0x00000800) /*!<ADC2 Injected channel Start flag */
Kojto 106:ba1f97679dad 1519 #define ADC_CSR_STRT2 ((uint32_t)0x00001000) /*!<ADC2 Regular channel Start flag */
Kojto 106:ba1f97679dad 1520 #define ADC_CSR_DOVR2 ((uint32_t)0x00002000) /*!<ADC2 DMA overrun flag */
Kojto 106:ba1f97679dad 1521 #define ADC_CSR_AWD3 ((uint32_t)0x00010000) /*!<ADC3 Analog watchdog flag */
Kojto 106:ba1f97679dad 1522 #define ADC_CSR_EOC3 ((uint32_t)0x00020000) /*!<ADC3 End of conversion */
Kojto 106:ba1f97679dad 1523 #define ADC_CSR_JEOC3 ((uint32_t)0x00040000) /*!<ADC3 Injected channel end of conversion */
Kojto 106:ba1f97679dad 1524 #define ADC_CSR_JSTRT3 ((uint32_t)0x00080000) /*!<ADC3 Injected channel Start flag */
Kojto 106:ba1f97679dad 1525 #define ADC_CSR_STRT3 ((uint32_t)0x00100000) /*!<ADC3 Regular channel Start flag */
Kojto 106:ba1f97679dad 1526 #define ADC_CSR_DOVR3 ((uint32_t)0x00200000) /*!<ADC3 DMA overrun flag */
Kojto 106:ba1f97679dad 1527
Kojto 106:ba1f97679dad 1528 /******************* Bit definition for ADC_CCR register ********************/
Kojto 106:ba1f97679dad 1529 #define ADC_CCR_MULTI ((uint32_t)0x0000001F) /*!<MULTI[4:0] bits (Multi-ADC mode selection) */
Kojto 106:ba1f97679dad 1530 #define ADC_CCR_MULTI_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1531 #define ADC_CCR_MULTI_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1532 #define ADC_CCR_MULTI_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1533 #define ADC_CCR_MULTI_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1534 #define ADC_CCR_MULTI_4 ((uint32_t)0x00000010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 1535 #define ADC_CCR_DELAY ((uint32_t)0x00000F00) /*!<DELAY[3:0] bits (Delay between 2 sampling phases) */
Kojto 106:ba1f97679dad 1536 #define ADC_CCR_DELAY_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1537 #define ADC_CCR_DELAY_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1538 #define ADC_CCR_DELAY_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1539 #define ADC_CCR_DELAY_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1540 #define ADC_CCR_DDS ((uint32_t)0x00002000) /*!<DMA disable selection (Multi-ADC mode) */
Kojto 106:ba1f97679dad 1541 #define ADC_CCR_DMA ((uint32_t)0x0000C000) /*!<DMA[1:0] bits (Direct Memory Access mode for multimode) */
Kojto 106:ba1f97679dad 1542 #define ADC_CCR_DMA_0 ((uint32_t)0x00004000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1543 #define ADC_CCR_DMA_1 ((uint32_t)0x00008000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1544 #define ADC_CCR_ADCPRE ((uint32_t)0x00030000) /*!<ADCPRE[1:0] bits (ADC prescaler) */
Kojto 106:ba1f97679dad 1545 #define ADC_CCR_ADCPRE_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1546 #define ADC_CCR_ADCPRE_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1547 #define ADC_CCR_VBATE ((uint32_t)0x00400000) /*!<VBAT Enable */
Kojto 106:ba1f97679dad 1548 #define ADC_CCR_TSVREFE ((uint32_t)0x00800000) /*!<Temperature Sensor and VREFINT Enable */
Kojto 106:ba1f97679dad 1549
Kojto 106:ba1f97679dad 1550 /******************* Bit definition for ADC_CDR register ********************/
Kojto 106:ba1f97679dad 1551 #define ADC_CDR_DATA1 ((uint32_t)0x0000FFFF) /*!<1st data of a pair of regular conversions */
Kojto 106:ba1f97679dad 1552 #define ADC_CDR_DATA2 ((uint32_t)0xFFFF0000) /*!<2nd data of a pair of regular conversions */
Kojto 106:ba1f97679dad 1553
Kojto 106:ba1f97679dad 1554 /******************************************************************************/
Kojto 106:ba1f97679dad 1555 /* */
Kojto 106:ba1f97679dad 1556 /* Controller Area Network */
Kojto 106:ba1f97679dad 1557 /* */
Kojto 106:ba1f97679dad 1558 /******************************************************************************/
Kojto 106:ba1f97679dad 1559 /*!<CAN control and status registers */
Kojto 106:ba1f97679dad 1560 /******************* Bit definition for CAN_MCR register ********************/
Kojto 106:ba1f97679dad 1561 #define CAN_MCR_INRQ ((uint32_t)0x00000001) /*!<Initialization Request */
Kojto 106:ba1f97679dad 1562 #define CAN_MCR_SLEEP ((uint32_t)0x00000002) /*!<Sleep Mode Request */
Kojto 106:ba1f97679dad 1563 #define CAN_MCR_TXFP ((uint32_t)0x00000004) /*!<Transmit FIFO Priority */
Kojto 106:ba1f97679dad 1564 #define CAN_MCR_RFLM ((uint32_t)0x00000008) /*!<Receive FIFO Locked Mode */
Kojto 106:ba1f97679dad 1565 #define CAN_MCR_NART ((uint32_t)0x00000010) /*!<No Automatic Retransmission */
Kojto 106:ba1f97679dad 1566 #define CAN_MCR_AWUM ((uint32_t)0x00000020) /*!<Automatic Wakeup Mode */
Kojto 106:ba1f97679dad 1567 #define CAN_MCR_ABOM ((uint32_t)0x00000040) /*!<Automatic Bus-Off Management */
Kojto 106:ba1f97679dad 1568 #define CAN_MCR_TTCM ((uint32_t)0x00000080) /*!<Time Triggered Communication Mode */
Kojto 106:ba1f97679dad 1569 #define CAN_MCR_RESET ((uint32_t)0x00008000) /*!<bxCAN software master reset */
Kojto 106:ba1f97679dad 1570 #define CAN_MCR_DBF ((uint32_t)0x00010000) /*!<bxCAN Debug freeze */
Kojto 106:ba1f97679dad 1571 /******************* Bit definition for CAN_MSR register ********************/
Kojto 106:ba1f97679dad 1572 #define CAN_MSR_INAK ((uint32_t)0x0001) /*!<Initialization Acknowledge */
Kojto 106:ba1f97679dad 1573 #define CAN_MSR_SLAK ((uint32_t)0x0002) /*!<Sleep Acknowledge */
Kojto 106:ba1f97679dad 1574 #define CAN_MSR_ERRI ((uint32_t)0x0004) /*!<Error Interrupt */
Kojto 106:ba1f97679dad 1575 #define CAN_MSR_WKUI ((uint32_t)0x0008) /*!<Wakeup Interrupt */
Kojto 106:ba1f97679dad 1576 #define CAN_MSR_SLAKI ((uint32_t)0x0010) /*!<Sleep Acknowledge Interrupt */
Kojto 106:ba1f97679dad 1577 #define CAN_MSR_TXM ((uint32_t)0x0100) /*!<Transmit Mode */
Kojto 106:ba1f97679dad 1578 #define CAN_MSR_RXM ((uint32_t)0x0200) /*!<Receive Mode */
Kojto 106:ba1f97679dad 1579 #define CAN_MSR_SAMP ((uint32_t)0x0400) /*!<Last Sample Point */
Kojto 106:ba1f97679dad 1580 #define CAN_MSR_RX ((uint32_t)0x0800) /*!<CAN Rx Signal */
Kojto 106:ba1f97679dad 1581
Kojto 106:ba1f97679dad 1582 /******************* Bit definition for CAN_TSR register ********************/
Kojto 106:ba1f97679dad 1583 #define CAN_TSR_RQCP0 ((uint32_t)0x00000001) /*!<Request Completed Mailbox0 */
Kojto 106:ba1f97679dad 1584 #define CAN_TSR_TXOK0 ((uint32_t)0x00000002) /*!<Transmission OK of Mailbox0 */
Kojto 106:ba1f97679dad 1585 #define CAN_TSR_ALST0 ((uint32_t)0x00000004) /*!<Arbitration Lost for Mailbox0 */
Kojto 106:ba1f97679dad 1586 #define CAN_TSR_TERR0 ((uint32_t)0x00000008) /*!<Transmission Error of Mailbox0 */
Kojto 106:ba1f97679dad 1587 #define CAN_TSR_ABRQ0 ((uint32_t)0x00000080) /*!<Abort Request for Mailbox0 */
Kojto 106:ba1f97679dad 1588 #define CAN_TSR_RQCP1 ((uint32_t)0x00000100) /*!<Request Completed Mailbox1 */
Kojto 106:ba1f97679dad 1589 #define CAN_TSR_TXOK1 ((uint32_t)0x00000200) /*!<Transmission OK of Mailbox1 */
Kojto 106:ba1f97679dad 1590 #define CAN_TSR_ALST1 ((uint32_t)0x00000400) /*!<Arbitration Lost for Mailbox1 */
Kojto 106:ba1f97679dad 1591 #define CAN_TSR_TERR1 ((uint32_t)0x00000800) /*!<Transmission Error of Mailbox1 */
Kojto 106:ba1f97679dad 1592 #define CAN_TSR_ABRQ1 ((uint32_t)0x00008000) /*!<Abort Request for Mailbox 1 */
Kojto 106:ba1f97679dad 1593 #define CAN_TSR_RQCP2 ((uint32_t)0x00010000) /*!<Request Completed Mailbox2 */
Kojto 106:ba1f97679dad 1594 #define CAN_TSR_TXOK2 ((uint32_t)0x00020000) /*!<Transmission OK of Mailbox 2 */
Kojto 106:ba1f97679dad 1595 #define CAN_TSR_ALST2 ((uint32_t)0x00040000) /*!<Arbitration Lost for mailbox 2 */
Kojto 106:ba1f97679dad 1596 #define CAN_TSR_TERR2 ((uint32_t)0x00080000) /*!<Transmission Error of Mailbox 2 */
Kojto 106:ba1f97679dad 1597 #define CAN_TSR_ABRQ2 ((uint32_t)0x00800000) /*!<Abort Request for Mailbox 2 */
Kojto 106:ba1f97679dad 1598 #define CAN_TSR_CODE ((uint32_t)0x03000000) /*!<Mailbox Code */
Kojto 106:ba1f97679dad 1599
Kojto 106:ba1f97679dad 1600 #define CAN_TSR_TME ((uint32_t)0x1C000000) /*!<TME[2:0] bits */
Kojto 106:ba1f97679dad 1601 #define CAN_TSR_TME0 ((uint32_t)0x04000000) /*!<Transmit Mailbox 0 Empty */
Kojto 106:ba1f97679dad 1602 #define CAN_TSR_TME1 ((uint32_t)0x08000000) /*!<Transmit Mailbox 1 Empty */
Kojto 106:ba1f97679dad 1603 #define CAN_TSR_TME2 ((uint32_t)0x10000000) /*!<Transmit Mailbox 2 Empty */
Kojto 106:ba1f97679dad 1604
Kojto 106:ba1f97679dad 1605 #define CAN_TSR_LOW ((uint32_t)0xE0000000) /*!<LOW[2:0] bits */
Kojto 106:ba1f97679dad 1606 #define CAN_TSR_LOW0 ((uint32_t)0x20000000) /*!<Lowest Priority Flag for Mailbox 0 */
Kojto 106:ba1f97679dad 1607 #define CAN_TSR_LOW1 ((uint32_t)0x40000000) /*!<Lowest Priority Flag for Mailbox 1 */
Kojto 106:ba1f97679dad 1608 #define CAN_TSR_LOW2 ((uint32_t)0x80000000) /*!<Lowest Priority Flag for Mailbox 2 */
Kojto 106:ba1f97679dad 1609
Kojto 106:ba1f97679dad 1610 /******************* Bit definition for CAN_RF0R register *******************/
Kojto 106:ba1f97679dad 1611 #define CAN_RF0R_FMP0 ((uint32_t)0x03) /*!<FIFO 0 Message Pending */
Kojto 106:ba1f97679dad 1612 #define CAN_RF0R_FULL0 ((uint32_t)0x08) /*!<FIFO 0 Full */
Kojto 106:ba1f97679dad 1613 #define CAN_RF0R_FOVR0 ((uint32_t)0x10) /*!<FIFO 0 Overrun */
Kojto 106:ba1f97679dad 1614 #define CAN_RF0R_RFOM0 ((uint32_t)0x20) /*!<Release FIFO 0 Output Mailbox */
Kojto 106:ba1f97679dad 1615
Kojto 106:ba1f97679dad 1616 /******************* Bit definition for CAN_RF1R register *******************/
Kojto 106:ba1f97679dad 1617 #define CAN_RF1R_FMP1 ((uint32_t)0x03) /*!<FIFO 1 Message Pending */
Kojto 106:ba1f97679dad 1618 #define CAN_RF1R_FULL1 ((uint32_t)0x08) /*!<FIFO 1 Full */
Kojto 106:ba1f97679dad 1619 #define CAN_RF1R_FOVR1 ((uint32_t)0x10) /*!<FIFO 1 Overrun */
Kojto 106:ba1f97679dad 1620 #define CAN_RF1R_RFOM1 ((uint32_t)0x20) /*!<Release FIFO 1 Output Mailbox */
Kojto 106:ba1f97679dad 1621
Kojto 106:ba1f97679dad 1622 /******************** Bit definition for CAN_IER register *******************/
Kojto 106:ba1f97679dad 1623 #define CAN_IER_TMEIE ((uint32_t)0x00000001) /*!<Transmit Mailbox Empty Interrupt Enable */
Kojto 106:ba1f97679dad 1624 #define CAN_IER_FMPIE0 ((uint32_t)0x00000002) /*!<FIFO Message Pending Interrupt Enable */
Kojto 106:ba1f97679dad 1625 #define CAN_IER_FFIE0 ((uint32_t)0x00000004) /*!<FIFO Full Interrupt Enable */
Kojto 106:ba1f97679dad 1626 #define CAN_IER_FOVIE0 ((uint32_t)0x00000008) /*!<FIFO Overrun Interrupt Enable */
Kojto 106:ba1f97679dad 1627 #define CAN_IER_FMPIE1 ((uint32_t)0x00000010) /*!<FIFO Message Pending Interrupt Enable */
Kojto 106:ba1f97679dad 1628 #define CAN_IER_FFIE1 ((uint32_t)0x00000020) /*!<FIFO Full Interrupt Enable */
Kojto 106:ba1f97679dad 1629 #define CAN_IER_FOVIE1 ((uint32_t)0x00000040) /*!<FIFO Overrun Interrupt Enable */
Kojto 106:ba1f97679dad 1630 #define CAN_IER_EWGIE ((uint32_t)0x00000100) /*!<Error Warning Interrupt Enable */
Kojto 106:ba1f97679dad 1631 #define CAN_IER_EPVIE ((uint32_t)0x00000200) /*!<Error Passive Interrupt Enable */
Kojto 106:ba1f97679dad 1632 #define CAN_IER_BOFIE ((uint32_t)0x00000400) /*!<Bus-Off Interrupt Enable */
Kojto 106:ba1f97679dad 1633 #define CAN_IER_LECIE ((uint32_t)0x00000800) /*!<Last Error Code Interrupt Enable */
Kojto 106:ba1f97679dad 1634 #define CAN_IER_ERRIE ((uint32_t)0x00008000) /*!<Error Interrupt Enable */
Kojto 106:ba1f97679dad 1635 #define CAN_IER_WKUIE ((uint32_t)0x00010000) /*!<Wakeup Interrupt Enable */
Kojto 106:ba1f97679dad 1636 #define CAN_IER_SLKIE ((uint32_t)0x00020000) /*!<Sleep Interrupt Enable */
Kojto 106:ba1f97679dad 1637 #define CAN_IER_EWGIE ((uint32_t)0x00000100) /*!<Error warning interrupt enable */
Kojto 106:ba1f97679dad 1638 #define CAN_IER_EPVIE ((uint32_t)0x00000200) /*!<Error passive interrupt enable */
Kojto 106:ba1f97679dad 1639 #define CAN_IER_BOFIE ((uint32_t)0x00000400) /*!<Bus-off interrupt enable */
Kojto 106:ba1f97679dad 1640 #define CAN_IER_LECIE ((uint32_t)0x00000800) /*!<Last error code interrupt enable */
Kojto 106:ba1f97679dad 1641 #define CAN_IER_ERRIE ((uint32_t)0x00008000) /*!<Error interrupt enable */
Kojto 106:ba1f97679dad 1642
Kojto 106:ba1f97679dad 1643
Kojto 106:ba1f97679dad 1644 /******************** Bit definition for CAN_ESR register *******************/
Kojto 106:ba1f97679dad 1645 #define CAN_ESR_EWGF ((uint32_t)0x00000001) /*!<Error Warning Flag */
Kojto 106:ba1f97679dad 1646 #define CAN_ESR_EPVF ((uint32_t)0x00000002) /*!<Error Passive Flag */
Kojto 106:ba1f97679dad 1647 #define CAN_ESR_BOFF ((uint32_t)0x00000004) /*!<Bus-Off Flag */
Kojto 106:ba1f97679dad 1648
Kojto 106:ba1f97679dad 1649 #define CAN_ESR_LEC ((uint32_t)0x00000070) /*!<LEC[2:0] bits (Last Error Code) */
Kojto 106:ba1f97679dad 1650 #define CAN_ESR_LEC_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1651 #define CAN_ESR_LEC_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1652 #define CAN_ESR_LEC_2 ((uint32_t)0x00000040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1653
Kojto 106:ba1f97679dad 1654 #define CAN_ESR_TEC ((uint32_t)0x00FF0000) /*!<Least significant byte of the 9-bit Transmit Error Counter */
Kojto 106:ba1f97679dad 1655 #define CAN_ESR_REC ((uint32_t)0xFF000000) /*!<Receive Error Counter */
Kojto 106:ba1f97679dad 1656
Kojto 106:ba1f97679dad 1657 /******************* Bit definition for CAN_BTR register ********************/
Kojto 106:ba1f97679dad 1658 #define CAN_BTR_BRP ((uint32_t)0x000003FF) /*!<Baud Rate Prescaler */
Kojto 106:ba1f97679dad 1659 #define CAN_BTR_TS1 ((uint32_t)0x000F0000) /*!<Time Segment 1 */
Kojto 106:ba1f97679dad 1660 #define CAN_BTR_TS1_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1661 #define CAN_BTR_TS1_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1662 #define CAN_BTR_TS1_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1663 #define CAN_BTR_TS1_3 ((uint32_t)0x00080000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 1664 #define CAN_BTR_TS2 ((uint32_t)0x00700000) /*!<Time Segment 2 */
Kojto 106:ba1f97679dad 1665 #define CAN_BTR_TS2_0 ((uint32_t)0x00100000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1666 #define CAN_BTR_TS2_1 ((uint32_t)0x00200000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1667 #define CAN_BTR_TS2_2 ((uint32_t)0x00400000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 1668 #define CAN_BTR_SJW ((uint32_t)0x03000000) /*!<Resynchronization Jump Width */
Kojto 106:ba1f97679dad 1669 #define CAN_BTR_SJW_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 1670 #define CAN_BTR_SJW_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 1671 #define CAN_BTR_LBKM ((uint32_t)0x40000000) /*!<Loop Back Mode (Debug) */
Kojto 106:ba1f97679dad 1672 #define CAN_BTR_SILM ((uint32_t)0x80000000) /*!<Silent Mode */
Kojto 106:ba1f97679dad 1673
Kojto 106:ba1f97679dad 1674
Kojto 106:ba1f97679dad 1675 /*!<Mailbox registers */
Kojto 106:ba1f97679dad 1676 /****************** Bit definition for CAN_TI0R register ********************/
Kojto 106:ba1f97679dad 1677 #define CAN_TI0R_TXRQ ((uint32_t)0x00000001) /*!<Transmit Mailbox Request */
Kojto 106:ba1f97679dad 1678 #define CAN_TI0R_RTR ((uint32_t)0x00000002) /*!<Remote Transmission Request */
Kojto 106:ba1f97679dad 1679 #define CAN_TI0R_IDE ((uint32_t)0x00000004) /*!<Identifier Extension */
Kojto 106:ba1f97679dad 1680 #define CAN_TI0R_EXID ((uint32_t)0x001FFFF8) /*!<Extended Identifier */
Kojto 106:ba1f97679dad 1681 #define CAN_TI0R_STID ((uint32_t)0xFFE00000) /*!<Standard Identifier or Extended Identifier */
Kojto 106:ba1f97679dad 1682
Kojto 106:ba1f97679dad 1683 /****************** Bit definition for CAN_TDT0R register *******************/
Kojto 106:ba1f97679dad 1684 #define CAN_TDT0R_DLC ((uint32_t)0x0000000F) /*!<Data Length Code */
Kojto 106:ba1f97679dad 1685 #define CAN_TDT0R_TGT ((uint32_t)0x00000100) /*!<Transmit Global Time */
Kojto 106:ba1f97679dad 1686 #define CAN_TDT0R_TIME ((uint32_t)0xFFFF0000) /*!<Message Time Stamp */
Kojto 106:ba1f97679dad 1687
Kojto 106:ba1f97679dad 1688 /****************** Bit definition for CAN_TDL0R register *******************/
Kojto 106:ba1f97679dad 1689 #define CAN_TDL0R_DATA0 ((uint32_t)0x000000FF) /*!<Data byte 0 */
Kojto 106:ba1f97679dad 1690 #define CAN_TDL0R_DATA1 ((uint32_t)0x0000FF00) /*!<Data byte 1 */
Kojto 106:ba1f97679dad 1691 #define CAN_TDL0R_DATA2 ((uint32_t)0x00FF0000) /*!<Data byte 2 */
Kojto 106:ba1f97679dad 1692 #define CAN_TDL0R_DATA3 ((uint32_t)0xFF000000) /*!<Data byte 3 */
Kojto 106:ba1f97679dad 1693
Kojto 106:ba1f97679dad 1694 /****************** Bit definition for CAN_TDH0R register *******************/
Kojto 106:ba1f97679dad 1695 #define CAN_TDH0R_DATA4 ((uint32_t)0x000000FF) /*!<Data byte 4 */
Kojto 106:ba1f97679dad 1696 #define CAN_TDH0R_DATA5 ((uint32_t)0x0000FF00) /*!<Data byte 5 */
Kojto 106:ba1f97679dad 1697 #define CAN_TDH0R_DATA6 ((uint32_t)0x00FF0000) /*!<Data byte 6 */
Kojto 106:ba1f97679dad 1698 #define CAN_TDH0R_DATA7 ((uint32_t)0xFF000000) /*!<Data byte 7 */
Kojto 106:ba1f97679dad 1699
Kojto 106:ba1f97679dad 1700 /******************* Bit definition for CAN_TI1R register *******************/
Kojto 106:ba1f97679dad 1701 #define CAN_TI1R_TXRQ ((uint32_t)0x00000001) /*!<Transmit Mailbox Request */
Kojto 106:ba1f97679dad 1702 #define CAN_TI1R_RTR ((uint32_t)0x00000002) /*!<Remote Transmission Request */
Kojto 106:ba1f97679dad 1703 #define CAN_TI1R_IDE ((uint32_t)0x00000004) /*!<Identifier Extension */
Kojto 106:ba1f97679dad 1704 #define CAN_TI1R_EXID ((uint32_t)0x001FFFF8) /*!<Extended Identifier */
Kojto 106:ba1f97679dad 1705 #define CAN_TI1R_STID ((uint32_t)0xFFE00000) /*!<Standard Identifier or Extended Identifier */
Kojto 106:ba1f97679dad 1706
Kojto 106:ba1f97679dad 1707 /******************* Bit definition for CAN_TDT1R register ******************/
Kojto 106:ba1f97679dad 1708 #define CAN_TDT1R_DLC ((uint32_t)0x0000000F) /*!<Data Length Code */
Kojto 106:ba1f97679dad 1709 #define CAN_TDT1R_TGT ((uint32_t)0x00000100) /*!<Transmit Global Time */
Kojto 106:ba1f97679dad 1710 #define CAN_TDT1R_TIME ((uint32_t)0xFFFF0000) /*!<Message Time Stamp */
Kojto 106:ba1f97679dad 1711
Kojto 106:ba1f97679dad 1712 /******************* Bit definition for CAN_TDL1R register ******************/
Kojto 106:ba1f97679dad 1713 #define CAN_TDL1R_DATA0 ((uint32_t)0x000000FF) /*!<Data byte 0 */
Kojto 106:ba1f97679dad 1714 #define CAN_TDL1R_DATA1 ((uint32_t)0x0000FF00) /*!<Data byte 1 */
Kojto 106:ba1f97679dad 1715 #define CAN_TDL1R_DATA2 ((uint32_t)0x00FF0000) /*!<Data byte 2 */
Kojto 106:ba1f97679dad 1716 #define CAN_TDL1R_DATA3 ((uint32_t)0xFF000000) /*!<Data byte 3 */
Kojto 106:ba1f97679dad 1717
Kojto 106:ba1f97679dad 1718 /******************* Bit definition for CAN_TDH1R register ******************/
Kojto 106:ba1f97679dad 1719 #define CAN_TDH1R_DATA4 ((uint32_t)0x000000FF) /*!<Data byte 4 */
Kojto 106:ba1f97679dad 1720 #define CAN_TDH1R_DATA5 ((uint32_t)0x0000FF00) /*!<Data byte 5 */
Kojto 106:ba1f97679dad 1721 #define CAN_TDH1R_DATA6 ((uint32_t)0x00FF0000) /*!<Data byte 6 */
Kojto 106:ba1f97679dad 1722 #define CAN_TDH1R_DATA7 ((uint32_t)0xFF000000) /*!<Data byte 7 */
Kojto 106:ba1f97679dad 1723
Kojto 106:ba1f97679dad 1724 /******************* Bit definition for CAN_TI2R register *******************/
Kojto 106:ba1f97679dad 1725 #define CAN_TI2R_TXRQ ((uint32_t)0x00000001) /*!<Transmit Mailbox Request */
Kojto 106:ba1f97679dad 1726 #define CAN_TI2R_RTR ((uint32_t)0x00000002) /*!<Remote Transmission Request */
Kojto 106:ba1f97679dad 1727 #define CAN_TI2R_IDE ((uint32_t)0x00000004) /*!<Identifier Extension */
Kojto 106:ba1f97679dad 1728 #define CAN_TI2R_EXID ((uint32_t)0x001FFFF8) /*!<Extended identifier */
Kojto 106:ba1f97679dad 1729 #define CAN_TI2R_STID ((uint32_t)0xFFE00000) /*!<Standard Identifier or Extended Identifier */
Kojto 106:ba1f97679dad 1730
Kojto 106:ba1f97679dad 1731 /******************* Bit definition for CAN_TDT2R register ******************/
Kojto 106:ba1f97679dad 1732 #define CAN_TDT2R_DLC ((uint32_t)0x0000000F) /*!<Data Length Code */
Kojto 106:ba1f97679dad 1733 #define CAN_TDT2R_TGT ((uint32_t)0x00000100) /*!<Transmit Global Time */
Kojto 106:ba1f97679dad 1734 #define CAN_TDT2R_TIME ((uint32_t)0xFFFF0000) /*!<Message Time Stamp */
Kojto 106:ba1f97679dad 1735
Kojto 106:ba1f97679dad 1736 /******************* Bit definition for CAN_TDL2R register ******************/
Kojto 106:ba1f97679dad 1737 #define CAN_TDL2R_DATA0 ((uint32_t)0x000000FF) /*!<Data byte 0 */
Kojto 106:ba1f97679dad 1738 #define CAN_TDL2R_DATA1 ((uint32_t)0x0000FF00) /*!<Data byte 1 */
Kojto 106:ba1f97679dad 1739 #define CAN_TDL2R_DATA2 ((uint32_t)0x00FF0000) /*!<Data byte 2 */
Kojto 106:ba1f97679dad 1740 #define CAN_TDL2R_DATA3 ((uint32_t)0xFF000000) /*!<Data byte 3 */
Kojto 106:ba1f97679dad 1741
Kojto 106:ba1f97679dad 1742 /******************* Bit definition for CAN_TDH2R register ******************/
Kojto 106:ba1f97679dad 1743 #define CAN_TDH2R_DATA4 ((uint32_t)0x000000FF) /*!<Data byte 4 */
Kojto 106:ba1f97679dad 1744 #define CAN_TDH2R_DATA5 ((uint32_t)0x0000FF00) /*!<Data byte 5 */
Kojto 106:ba1f97679dad 1745 #define CAN_TDH2R_DATA6 ((uint32_t)0x00FF0000) /*!<Data byte 6 */
Kojto 106:ba1f97679dad 1746 #define CAN_TDH2R_DATA7 ((uint32_t)0xFF000000) /*!<Data byte 7 */
Kojto 106:ba1f97679dad 1747
Kojto 106:ba1f97679dad 1748 /******************* Bit definition for CAN_RI0R register *******************/
Kojto 106:ba1f97679dad 1749 #define CAN_RI0R_RTR ((uint32_t)0x00000002) /*!<Remote Transmission Request */
Kojto 106:ba1f97679dad 1750 #define CAN_RI0R_IDE ((uint32_t)0x00000004) /*!<Identifier Extension */
Kojto 106:ba1f97679dad 1751 #define CAN_RI0R_EXID ((uint32_t)0x001FFFF8) /*!<Extended Identifier */
Kojto 106:ba1f97679dad 1752 #define CAN_RI0R_STID ((uint32_t)0xFFE00000) /*!<Standard Identifier or Extended Identifier */
Kojto 106:ba1f97679dad 1753
Kojto 106:ba1f97679dad 1754 /******************* Bit definition for CAN_RDT0R register ******************/
Kojto 106:ba1f97679dad 1755 #define CAN_RDT0R_DLC ((uint32_t)0x0000000F) /*!<Data Length Code */
Kojto 106:ba1f97679dad 1756 #define CAN_RDT0R_FMI ((uint32_t)0x0000FF00) /*!<Filter Match Index */
Kojto 106:ba1f97679dad 1757 #define CAN_RDT0R_TIME ((uint32_t)0xFFFF0000) /*!<Message Time Stamp */
Kojto 106:ba1f97679dad 1758
Kojto 106:ba1f97679dad 1759 /******************* Bit definition for CAN_RDL0R register ******************/
Kojto 106:ba1f97679dad 1760 #define CAN_RDL0R_DATA0 ((uint32_t)0x000000FF) /*!<Data byte 0 */
Kojto 106:ba1f97679dad 1761 #define CAN_RDL0R_DATA1 ((uint32_t)0x0000FF00) /*!<Data byte 1 */
Kojto 106:ba1f97679dad 1762 #define CAN_RDL0R_DATA2 ((uint32_t)0x00FF0000) /*!<Data byte 2 */
Kojto 106:ba1f97679dad 1763 #define CAN_RDL0R_DATA3 ((uint32_t)0xFF000000) /*!<Data byte 3 */
Kojto 106:ba1f97679dad 1764
Kojto 106:ba1f97679dad 1765 /******************* Bit definition for CAN_RDH0R register ******************/
Kojto 106:ba1f97679dad 1766 #define CAN_RDH0R_DATA4 ((uint32_t)0x000000FF) /*!<Data byte 4 */
Kojto 106:ba1f97679dad 1767 #define CAN_RDH0R_DATA5 ((uint32_t)0x0000FF00) /*!<Data byte 5 */
Kojto 106:ba1f97679dad 1768 #define CAN_RDH0R_DATA6 ((uint32_t)0x00FF0000) /*!<Data byte 6 */
Kojto 106:ba1f97679dad 1769 #define CAN_RDH0R_DATA7 ((uint32_t)0xFF000000) /*!<Data byte 7 */
Kojto 106:ba1f97679dad 1770
Kojto 106:ba1f97679dad 1771 /******************* Bit definition for CAN_RI1R register *******************/
Kojto 106:ba1f97679dad 1772 #define CAN_RI1R_RTR ((uint32_t)0x00000002) /*!<Remote Transmission Request */
Kojto 106:ba1f97679dad 1773 #define CAN_RI1R_IDE ((uint32_t)0x00000004) /*!<Identifier Extension */
Kojto 106:ba1f97679dad 1774 #define CAN_RI1R_EXID ((uint32_t)0x001FFFF8) /*!<Extended identifier */
Kojto 106:ba1f97679dad 1775 #define CAN_RI1R_STID ((uint32_t)0xFFE00000) /*!<Standard Identifier or Extended Identifier */
Kojto 106:ba1f97679dad 1776
Kojto 106:ba1f97679dad 1777 /******************* Bit definition for CAN_RDT1R register ******************/
Kojto 106:ba1f97679dad 1778 #define CAN_RDT1R_DLC ((uint32_t)0x0000000F) /*!<Data Length Code */
Kojto 106:ba1f97679dad 1779 #define CAN_RDT1R_FMI ((uint32_t)0x0000FF00) /*!<Filter Match Index */
Kojto 106:ba1f97679dad 1780 #define CAN_RDT1R_TIME ((uint32_t)0xFFFF0000) /*!<Message Time Stamp */
Kojto 106:ba1f97679dad 1781
Kojto 106:ba1f97679dad 1782 /******************* Bit definition for CAN_RDL1R register ******************/
Kojto 106:ba1f97679dad 1783 #define CAN_RDL1R_DATA0 ((uint32_t)0x000000FF) /*!<Data byte 0 */
Kojto 106:ba1f97679dad 1784 #define CAN_RDL1R_DATA1 ((uint32_t)0x0000FF00) /*!<Data byte 1 */
Kojto 106:ba1f97679dad 1785 #define CAN_RDL1R_DATA2 ((uint32_t)0x00FF0000) /*!<Data byte 2 */
Kojto 106:ba1f97679dad 1786 #define CAN_RDL1R_DATA3 ((uint32_t)0xFF000000) /*!<Data byte 3 */
Kojto 106:ba1f97679dad 1787
Kojto 106:ba1f97679dad 1788 /******************* Bit definition for CAN_RDH1R register ******************/
Kojto 106:ba1f97679dad 1789 #define CAN_RDH1R_DATA4 ((uint32_t)0x000000FF) /*!<Data byte 4 */
Kojto 106:ba1f97679dad 1790 #define CAN_RDH1R_DATA5 ((uint32_t)0x0000FF00) /*!<Data byte 5 */
Kojto 106:ba1f97679dad 1791 #define CAN_RDH1R_DATA6 ((uint32_t)0x00FF0000) /*!<Data byte 6 */
Kojto 106:ba1f97679dad 1792 #define CAN_RDH1R_DATA7 ((uint32_t)0xFF000000) /*!<Data byte 7 */
Kojto 106:ba1f97679dad 1793
Kojto 106:ba1f97679dad 1794 /*!<CAN filter registers */
Kojto 106:ba1f97679dad 1795 /******************* Bit definition for CAN_FMR register ********************/
Kojto 106:ba1f97679dad 1796 #define CAN_FMR_FINIT ((uint32_t)0x01) /*!<Filter Init Mode */
Kojto 106:ba1f97679dad 1797 #define CAN_FMR_CAN2SB ((uint32_t)0x00003F00) /*!<CAN2 start bank */
Kojto 106:ba1f97679dad 1798
Kojto 106:ba1f97679dad 1799 /******************* Bit definition for CAN_FM1R register *******************/
Kojto 106:ba1f97679dad 1800 #define CAN_FM1R_FBM ((uint32_t)0x0FFFFFFF) /*!<Filter Mode */
Kojto 106:ba1f97679dad 1801 #define CAN_FM1R_FBM0 ((uint32_t)0x00000001) /*!<Filter Init Mode bit 0 */
Kojto 106:ba1f97679dad 1802 #define CAN_FM1R_FBM1 ((uint32_t)0x00000002) /*!<Filter Init Mode bit 1 */
Kojto 106:ba1f97679dad 1803 #define CAN_FM1R_FBM2 ((uint32_t)0x00000004) /*!<Filter Init Mode bit 2 */
Kojto 106:ba1f97679dad 1804 #define CAN_FM1R_FBM3 ((uint32_t)0x00000008) /*!<Filter Init Mode bit 3 */
Kojto 106:ba1f97679dad 1805 #define CAN_FM1R_FBM4 ((uint32_t)0x00000010) /*!<Filter Init Mode bit 4 */
Kojto 106:ba1f97679dad 1806 #define CAN_FM1R_FBM5 ((uint32_t)0x00000020) /*!<Filter Init Mode bit 5 */
Kojto 106:ba1f97679dad 1807 #define CAN_FM1R_FBM6 ((uint32_t)0x00000040) /*!<Filter Init Mode bit 6 */
Kojto 106:ba1f97679dad 1808 #define CAN_FM1R_FBM7 ((uint32_t)0x00000080) /*!<Filter Init Mode bit 7 */
Kojto 106:ba1f97679dad 1809 #define CAN_FM1R_FBM8 ((uint32_t)0x00000100) /*!<Filter Init Mode bit 8 */
Kojto 106:ba1f97679dad 1810 #define CAN_FM1R_FBM9 ((uint32_t)0x00000200) /*!<Filter Init Mode bit 9 */
Kojto 106:ba1f97679dad 1811 #define CAN_FM1R_FBM10 ((uint32_t)0x00000400) /*!<Filter Init Mode bit 10 */
Kojto 106:ba1f97679dad 1812 #define CAN_FM1R_FBM11 ((uint32_t)0x00000800) /*!<Filter Init Mode bit 11 */
Kojto 106:ba1f97679dad 1813 #define CAN_FM1R_FBM12 ((uint32_t)0x00001000) /*!<Filter Init Mode bit 12 */
Kojto 106:ba1f97679dad 1814 #define CAN_FM1R_FBM13 ((uint32_t)0x00002000) /*!<Filter Init Mode bit 13 */
Kojto 106:ba1f97679dad 1815 #define CAN_FM1R_FBM14 ((uint32_t)0x00004000) /*!<Filter Init Mode bit 14 */
Kojto 106:ba1f97679dad 1816 #define CAN_FM1R_FBM15 ((uint32_t)0x00008000) /*!<Filter Init Mode bit 15 */
Kojto 106:ba1f97679dad 1817 #define CAN_FM1R_FBM16 ((uint32_t)0x00010000) /*!<Filter Init Mode bit 16 */
Kojto 106:ba1f97679dad 1818 #define CAN_FM1R_FBM17 ((uint32_t)0x00020000) /*!<Filter Init Mode bit 17 */
Kojto 106:ba1f97679dad 1819 #define CAN_FM1R_FBM18 ((uint32_t)0x00040000) /*!<Filter Init Mode bit 18 */
Kojto 106:ba1f97679dad 1820 #define CAN_FM1R_FBM19 ((uint32_t)0x00080000) /*!<Filter Init Mode bit 19 */
Kojto 106:ba1f97679dad 1821 #define CAN_FM1R_FBM20 ((uint32_t)0x00100000) /*!<Filter Init Mode bit 20 */
Kojto 106:ba1f97679dad 1822 #define CAN_FM1R_FBM21 ((uint32_t)0x00200000) /*!<Filter Init Mode bit 21 */
Kojto 106:ba1f97679dad 1823 #define CAN_FM1R_FBM22 ((uint32_t)0x00400000) /*!<Filter Init Mode bit 22 */
Kojto 106:ba1f97679dad 1824 #define CAN_FM1R_FBM23 ((uint32_t)0x00800000) /*!<Filter Init Mode bit 23 */
Kojto 106:ba1f97679dad 1825 #define CAN_FM1R_FBM24 ((uint32_t)0x01000000) /*!<Filter Init Mode bit 24 */
Kojto 106:ba1f97679dad 1826 #define CAN_FM1R_FBM25 ((uint32_t)0x02000000) /*!<Filter Init Mode bit 25 */
Kojto 106:ba1f97679dad 1827 #define CAN_FM1R_FBM26 ((uint32_t)0x04000000) /*!<Filter Init Mode bit 26 */
Kojto 106:ba1f97679dad 1828 #define CAN_FM1R_FBM27 ((uint32_t)0x08000000) /*!<Filter Init Mode bit 27 */
Kojto 106:ba1f97679dad 1829
Kojto 106:ba1f97679dad 1830 /******************* Bit definition for CAN_FS1R register *******************/
Kojto 106:ba1f97679dad 1831 #define CAN_FS1R_FSC ((uint32_t)0x0FFFFFFF) /*!<Filter Scale Configuration */
Kojto 106:ba1f97679dad 1832 #define CAN_FS1R_FSC0 ((uint32_t)0x00000001) /*!<Filter Scale Configuration bit 0 */
Kojto 106:ba1f97679dad 1833 #define CAN_FS1R_FSC1 ((uint32_t)0x00000002) /*!<Filter Scale Configuration bit 1 */
Kojto 106:ba1f97679dad 1834 #define CAN_FS1R_FSC2 ((uint32_t)0x00000004) /*!<Filter Scale Configuration bit 2 */
Kojto 106:ba1f97679dad 1835 #define CAN_FS1R_FSC3 ((uint32_t)0x00000008) /*!<Filter Scale Configuration bit 3 */
Kojto 106:ba1f97679dad 1836 #define CAN_FS1R_FSC4 ((uint32_t)0x00000010) /*!<Filter Scale Configuration bit 4 */
Kojto 106:ba1f97679dad 1837 #define CAN_FS1R_FSC5 ((uint32_t)0x00000020) /*!<Filter Scale Configuration bit 5 */
Kojto 106:ba1f97679dad 1838 #define CAN_FS1R_FSC6 ((uint32_t)0x00000040) /*!<Filter Scale Configuration bit 6 */
Kojto 106:ba1f97679dad 1839 #define CAN_FS1R_FSC7 ((uint32_t)0x00000080) /*!<Filter Scale Configuration bit 7 */
Kojto 106:ba1f97679dad 1840 #define CAN_FS1R_FSC8 ((uint32_t)0x00000100) /*!<Filter Scale Configuration bit 8 */
Kojto 106:ba1f97679dad 1841 #define CAN_FS1R_FSC9 ((uint32_t)0x00000200) /*!<Filter Scale Configuration bit 9 */
Kojto 106:ba1f97679dad 1842 #define CAN_FS1R_FSC10 ((uint32_t)0x00000400) /*!<Filter Scale Configuration bit 10 */
Kojto 106:ba1f97679dad 1843 #define CAN_FS1R_FSC11 ((uint32_t)0x00000800) /*!<Filter Scale Configuration bit 11 */
Kojto 106:ba1f97679dad 1844 #define CAN_FS1R_FSC12 ((uint32_t)0x00001000) /*!<Filter Scale Configuration bit 12 */
Kojto 106:ba1f97679dad 1845 #define CAN_FS1R_FSC13 ((uint32_t)0x00002000) /*!<Filter Scale Configuration bit 13 */
Kojto 106:ba1f97679dad 1846 #define CAN_FS1R_FSC14 ((uint32_t)0x00004000) /*!<Filter Scale Configuration bit 14 */
Kojto 106:ba1f97679dad 1847 #define CAN_FS1R_FSC15 ((uint32_t)0x00008000) /*!<Filter Scale Configuration bit 15 */
Kojto 106:ba1f97679dad 1848 #define CAN_FS1R_FSC16 ((uint32_t)0x00010000) /*!<Filter Scale Configuration bit 16 */
Kojto 106:ba1f97679dad 1849 #define CAN_FS1R_FSC17 ((uint32_t)0x00020000) /*!<Filter Scale Configuration bit 17 */
Kojto 106:ba1f97679dad 1850 #define CAN_FS1R_FSC18 ((uint32_t)0x00040000) /*!<Filter Scale Configuration bit 18 */
Kojto 106:ba1f97679dad 1851 #define CAN_FS1R_FSC19 ((uint32_t)0x00080000) /*!<Filter Scale Configuration bit 19 */
Kojto 106:ba1f97679dad 1852 #define CAN_FS1R_FSC20 ((uint32_t)0x00100000) /*!<Filter Scale Configuration bit 20 */
Kojto 106:ba1f97679dad 1853 #define CAN_FS1R_FSC21 ((uint32_t)0x00200000) /*!<Filter Scale Configuration bit 21 */
Kojto 106:ba1f97679dad 1854 #define CAN_FS1R_FSC22 ((uint32_t)0x00400000) /*!<Filter Scale Configuration bit 22 */
Kojto 106:ba1f97679dad 1855 #define CAN_FS1R_FSC23 ((uint32_t)0x00800000) /*!<Filter Scale Configuration bit 23 */
Kojto 106:ba1f97679dad 1856 #define CAN_FS1R_FSC24 ((uint32_t)0x01000000) /*!<Filter Scale Configuration bit 24 */
Kojto 106:ba1f97679dad 1857 #define CAN_FS1R_FSC25 ((uint32_t)0x02000000) /*!<Filter Scale Configuration bit 25 */
Kojto 106:ba1f97679dad 1858 #define CAN_FS1R_FSC26 ((uint32_t)0x04000000) /*!<Filter Scale Configuration bit 26 */
Kojto 106:ba1f97679dad 1859 #define CAN_FS1R_FSC27 ((uint32_t)0x08000000) /*!<Filter Scale Configuration bit 27 */
Kojto 106:ba1f97679dad 1860
Kojto 106:ba1f97679dad 1861 /****************** Bit definition for CAN_FFA1R register *******************/
Kojto 106:ba1f97679dad 1862 #define CAN_FFA1R_FFA ((uint32_t)0x0FFFFFFF) /*!<Filter FIFO Assignment */
Kojto 106:ba1f97679dad 1863 #define CAN_FFA1R_FFA0 ((uint32_t)0x00000001) /*!<Filter FIFO Assignment bit 0 */
Kojto 106:ba1f97679dad 1864 #define CAN_FFA1R_FFA1 ((uint32_t)0x00000002) /*!<Filter FIFO Assignment bit 1 */
Kojto 106:ba1f97679dad 1865 #define CAN_FFA1R_FFA2 ((uint32_t)0x00000004) /*!<Filter FIFO Assignment bit 2 */
Kojto 106:ba1f97679dad 1866 #define CAN_FFA1R_FFA3 ((uint32_t)0x00000008) /*!<Filter FIFO Assignment bit 3 */
Kojto 106:ba1f97679dad 1867 #define CAN_FFA1R_FFA4 ((uint32_t)0x00000010) /*!<Filter FIFO Assignment bit 4 */
Kojto 106:ba1f97679dad 1868 #define CAN_FFA1R_FFA5 ((uint32_t)0x00000020) /*!<Filter FIFO Assignment bit 5 */
Kojto 106:ba1f97679dad 1869 #define CAN_FFA1R_FFA6 ((uint32_t)0x00000040) /*!<Filter FIFO Assignment bit 6 */
Kojto 106:ba1f97679dad 1870 #define CAN_FFA1R_FFA7 ((uint32_t)0x00000080) /*!<Filter FIFO Assignment bit 7 */
Kojto 106:ba1f97679dad 1871 #define CAN_FFA1R_FFA8 ((uint32_t)0x00000100) /*!<Filter FIFO Assignment bit 8 */
Kojto 106:ba1f97679dad 1872 #define CAN_FFA1R_FFA9 ((uint32_t)0x00000200) /*!<Filter FIFO Assignment bit 9 */
Kojto 106:ba1f97679dad 1873 #define CAN_FFA1R_FFA10 ((uint32_t)0x00000400) /*!<Filter FIFO Assignment bit 10 */
Kojto 106:ba1f97679dad 1874 #define CAN_FFA1R_FFA11 ((uint32_t)0x00000800) /*!<Filter FIFO Assignment bit 11 */
Kojto 106:ba1f97679dad 1875 #define CAN_FFA1R_FFA12 ((uint32_t)0x00001000) /*!<Filter FIFO Assignment bit 12 */
Kojto 106:ba1f97679dad 1876 #define CAN_FFA1R_FFA13 ((uint32_t)0x00002000) /*!<Filter FIFO Assignment bit 13 */
Kojto 106:ba1f97679dad 1877 #define CAN_FFA1R_FFA14 ((uint32_t)0x00004000) /*!<Filter FIFO Assignment bit 14 */
Kojto 106:ba1f97679dad 1878 #define CAN_FFA1R_FFA15 ((uint32_t)0x00008000) /*!<Filter FIFO Assignment bit 15 */
Kojto 106:ba1f97679dad 1879 #define CAN_FFA1R_FFA16 ((uint32_t)0x00010000) /*!<Filter FIFO Assignment bit 16 */
Kojto 106:ba1f97679dad 1880 #define CAN_FFA1R_FFA17 ((uint32_t)0x00020000) /*!<Filter FIFO Assignment bit 17 */
Kojto 106:ba1f97679dad 1881 #define CAN_FFA1R_FFA18 ((uint32_t)0x00040000) /*!<Filter FIFO Assignment bit 18 */
Kojto 106:ba1f97679dad 1882 #define CAN_FFA1R_FFA19 ((uint32_t)0x00080000) /*!<Filter FIFO Assignment bit 19 */
Kojto 106:ba1f97679dad 1883 #define CAN_FFA1R_FFA20 ((uint32_t)0x00100000) /*!<Filter FIFO Assignment bit 20 */
Kojto 106:ba1f97679dad 1884 #define CAN_FFA1R_FFA21 ((uint32_t)0x00200000) /*!<Filter FIFO Assignment bit 21 */
Kojto 106:ba1f97679dad 1885 #define CAN_FFA1R_FFA22 ((uint32_t)0x00400000) /*!<Filter FIFO Assignment bit 22 */
Kojto 106:ba1f97679dad 1886 #define CAN_FFA1R_FFA23 ((uint32_t)0x00800000) /*!<Filter FIFO Assignment bit 23 */
Kojto 106:ba1f97679dad 1887 #define CAN_FFA1R_FFA24 ((uint32_t)0x01000000) /*!<Filter FIFO Assignment bit 24 */
Kojto 106:ba1f97679dad 1888 #define CAN_FFA1R_FFA25 ((uint32_t)0x02000000) /*!<Filter FIFO Assignment bit 25 */
Kojto 106:ba1f97679dad 1889 #define CAN_FFA1R_FFA26 ((uint32_t)0x04000000) /*!<Filter FIFO Assignment bit 26 */
Kojto 106:ba1f97679dad 1890 #define CAN_FFA1R_FFA27 ((uint32_t)0x08000000) /*!<Filter FIFO Assignment bit 27 */
Kojto 106:ba1f97679dad 1891
Kojto 106:ba1f97679dad 1892 /******************* Bit definition for CAN_FA1R register *******************/
Kojto 106:ba1f97679dad 1893 #define CAN_FA1R_FACT ((uint32_t)0x0FFFFFFF) /*!<Filter Active */
Kojto 106:ba1f97679dad 1894 #define CAN_FA1R_FACT0 ((uint32_t)0x00000001) /*!<Filter Active bit 0 */
Kojto 106:ba1f97679dad 1895 #define CAN_FA1R_FACT1 ((uint32_t)0x00000002) /*!<Filter Active bit 1 */
Kojto 106:ba1f97679dad 1896 #define CAN_FA1R_FACT2 ((uint32_t)0x00000004) /*!<Filter Active bit 2 */
Kojto 106:ba1f97679dad 1897 #define CAN_FA1R_FACT3 ((uint32_t)0x00000008) /*!<Filter Active bit 3 */
Kojto 106:ba1f97679dad 1898 #define CAN_FA1R_FACT4 ((uint32_t)0x00000010) /*!<Filter Active bit 4 */
Kojto 106:ba1f97679dad 1899 #define CAN_FA1R_FACT5 ((uint32_t)0x00000020) /*!<Filter Active bit 5 */
Kojto 106:ba1f97679dad 1900 #define CAN_FA1R_FACT6 ((uint32_t)0x00000040) /*!<Filter Active bit 6 */
Kojto 106:ba1f97679dad 1901 #define CAN_FA1R_FACT7 ((uint32_t)0x00000080) /*!<Filter Active bit 7 */
Kojto 106:ba1f97679dad 1902 #define CAN_FA1R_FACT8 ((uint32_t)0x00000100) /*!<Filter Active bit 8 */
Kojto 106:ba1f97679dad 1903 #define CAN_FA1R_FACT9 ((uint32_t)0x00000200) /*!<Filter Active bit 9 */
Kojto 106:ba1f97679dad 1904 #define CAN_FA1R_FACT10 ((uint32_t)0x00000400) /*!<Filter Active bit 10 */
Kojto 106:ba1f97679dad 1905 #define CAN_FA1R_FACT11 ((uint32_t)0x00000800) /*!<Filter Active bit 11 */
Kojto 106:ba1f97679dad 1906 #define CAN_FA1R_FACT12 ((uint32_t)0x00001000) /*!<Filter Active bit 12 */
Kojto 106:ba1f97679dad 1907 #define CAN_FA1R_FACT13 ((uint32_t)0x00002000) /*!<Filter Active bit 13 */
Kojto 106:ba1f97679dad 1908 #define CAN_FA1R_FACT14 ((uint32_t)0x00004000) /*!<Filter Active bit 14 */
Kojto 106:ba1f97679dad 1909 #define CAN_FA1R_FACT15 ((uint32_t)0x00008000) /*!<Filter Active bit 15 */
Kojto 106:ba1f97679dad 1910 #define CAN_FA1R_FACT16 ((uint32_t)0x00010000) /*!<Filter Active bit 16 */
Kojto 106:ba1f97679dad 1911 #define CAN_FA1R_FACT17 ((uint32_t)0x00020000) /*!<Filter Active bit 17 */
Kojto 106:ba1f97679dad 1912 #define CAN_FA1R_FACT18 ((uint32_t)0x00040000) /*!<Filter Active bit 18 */
Kojto 106:ba1f97679dad 1913 #define CAN_FA1R_FACT19 ((uint32_t)0x00080000) /*!<Filter Active bit 19 */
Kojto 106:ba1f97679dad 1914 #define CAN_FA1R_FACT20 ((uint32_t)0x00100000) /*!<Filter Active bit 20 */
Kojto 106:ba1f97679dad 1915 #define CAN_FA1R_FACT21 ((uint32_t)0x00200000) /*!<Filter Active bit 21 */
Kojto 106:ba1f97679dad 1916 #define CAN_FA1R_FACT22 ((uint32_t)0x00400000) /*!<Filter Active bit 22 */
Kojto 106:ba1f97679dad 1917 #define CAN_FA1R_FACT23 ((uint32_t)0x00800000) /*!<Filter Active bit 23 */
Kojto 106:ba1f97679dad 1918 #define CAN_FA1R_FACT24 ((uint32_t)0x01000000) /*!<Filter Active bit 24 */
Kojto 106:ba1f97679dad 1919 #define CAN_FA1R_FACT25 ((uint32_t)0x02000000) /*!<Filter Active bit 25 */
Kojto 106:ba1f97679dad 1920 #define CAN_FA1R_FACT26 ((uint32_t)0x04000000) /*!<Filter Active bit 26 */
Kojto 106:ba1f97679dad 1921 #define CAN_FA1R_FACT27 ((uint32_t)0x08000000) /*!<Filter Active bit 27 */
Kojto 106:ba1f97679dad 1922
Kojto 106:ba1f97679dad 1923
Kojto 106:ba1f97679dad 1924 /******************* Bit definition for CAN_F0R1 register *******************/
Kojto 106:ba1f97679dad 1925 #define CAN_F0R1_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 1926 #define CAN_F0R1_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 1927 #define CAN_F0R1_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 1928 #define CAN_F0R1_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 1929 #define CAN_F0R1_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 1930 #define CAN_F0R1_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 1931 #define CAN_F0R1_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 1932 #define CAN_F0R1_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 1933 #define CAN_F0R1_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 1934 #define CAN_F0R1_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 1935 #define CAN_F0R1_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 1936 #define CAN_F0R1_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 1937 #define CAN_F0R1_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 1938 #define CAN_F0R1_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 1939 #define CAN_F0R1_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 1940 #define CAN_F0R1_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 1941 #define CAN_F0R1_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 1942 #define CAN_F0R1_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 1943 #define CAN_F0R1_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 1944 #define CAN_F0R1_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 1945 #define CAN_F0R1_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 1946 #define CAN_F0R1_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 1947 #define CAN_F0R1_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 1948 #define CAN_F0R1_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 1949 #define CAN_F0R1_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 1950 #define CAN_F0R1_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 1951 #define CAN_F0R1_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 1952 #define CAN_F0R1_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 1953 #define CAN_F0R1_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 1954 #define CAN_F0R1_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 1955 #define CAN_F0R1_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 1956 #define CAN_F0R1_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 1957
Kojto 106:ba1f97679dad 1958 /******************* Bit definition for CAN_F1R1 register *******************/
Kojto 106:ba1f97679dad 1959 #define CAN_F1R1_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 1960 #define CAN_F1R1_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 1961 #define CAN_F1R1_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 1962 #define CAN_F1R1_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 1963 #define CAN_F1R1_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 1964 #define CAN_F1R1_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 1965 #define CAN_F1R1_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 1966 #define CAN_F1R1_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 1967 #define CAN_F1R1_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 1968 #define CAN_F1R1_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 1969 #define CAN_F1R1_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 1970 #define CAN_F1R1_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 1971 #define CAN_F1R1_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 1972 #define CAN_F1R1_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 1973 #define CAN_F1R1_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 1974 #define CAN_F1R1_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 1975 #define CAN_F1R1_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 1976 #define CAN_F1R1_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 1977 #define CAN_F1R1_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 1978 #define CAN_F1R1_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 1979 #define CAN_F1R1_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 1980 #define CAN_F1R1_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 1981 #define CAN_F1R1_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 1982 #define CAN_F1R1_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 1983 #define CAN_F1R1_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 1984 #define CAN_F1R1_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 1985 #define CAN_F1R1_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 1986 #define CAN_F1R1_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 1987 #define CAN_F1R1_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 1988 #define CAN_F1R1_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 1989 #define CAN_F1R1_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 1990 #define CAN_F1R1_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 1991
Kojto 106:ba1f97679dad 1992 /******************* Bit definition for CAN_F2R1 register *******************/
Kojto 106:ba1f97679dad 1993 #define CAN_F2R1_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 1994 #define CAN_F2R1_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 1995 #define CAN_F2R1_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 1996 #define CAN_F2R1_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 1997 #define CAN_F2R1_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 1998 #define CAN_F2R1_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 1999 #define CAN_F2R1_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2000 #define CAN_F2R1_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2001 #define CAN_F2R1_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2002 #define CAN_F2R1_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2003 #define CAN_F2R1_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2004 #define CAN_F2R1_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2005 #define CAN_F2R1_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2006 #define CAN_F2R1_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2007 #define CAN_F2R1_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2008 #define CAN_F2R1_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2009 #define CAN_F2R1_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2010 #define CAN_F2R1_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2011 #define CAN_F2R1_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2012 #define CAN_F2R1_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2013 #define CAN_F2R1_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2014 #define CAN_F2R1_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2015 #define CAN_F2R1_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2016 #define CAN_F2R1_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2017 #define CAN_F2R1_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2018 #define CAN_F2R1_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2019 #define CAN_F2R1_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2020 #define CAN_F2R1_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2021 #define CAN_F2R1_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2022 #define CAN_F2R1_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2023 #define CAN_F2R1_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2024 #define CAN_F2R1_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2025
Kojto 106:ba1f97679dad 2026 /******************* Bit definition for CAN_F3R1 register *******************/
Kojto 106:ba1f97679dad 2027 #define CAN_F3R1_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2028 #define CAN_F3R1_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2029 #define CAN_F3R1_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2030 #define CAN_F3R1_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2031 #define CAN_F3R1_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2032 #define CAN_F3R1_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2033 #define CAN_F3R1_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2034 #define CAN_F3R1_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2035 #define CAN_F3R1_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2036 #define CAN_F3R1_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2037 #define CAN_F3R1_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2038 #define CAN_F3R1_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2039 #define CAN_F3R1_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2040 #define CAN_F3R1_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2041 #define CAN_F3R1_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2042 #define CAN_F3R1_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2043 #define CAN_F3R1_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2044 #define CAN_F3R1_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2045 #define CAN_F3R1_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2046 #define CAN_F3R1_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2047 #define CAN_F3R1_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2048 #define CAN_F3R1_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2049 #define CAN_F3R1_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2050 #define CAN_F3R1_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2051 #define CAN_F3R1_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2052 #define CAN_F3R1_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2053 #define CAN_F3R1_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2054 #define CAN_F3R1_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2055 #define CAN_F3R1_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2056 #define CAN_F3R1_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2057 #define CAN_F3R1_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2058 #define CAN_F3R1_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2059
Kojto 106:ba1f97679dad 2060 /******************* Bit definition for CAN_F4R1 register *******************/
Kojto 106:ba1f97679dad 2061 #define CAN_F4R1_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2062 #define CAN_F4R1_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2063 #define CAN_F4R1_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2064 #define CAN_F4R1_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2065 #define CAN_F4R1_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2066 #define CAN_F4R1_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2067 #define CAN_F4R1_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2068 #define CAN_F4R1_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2069 #define CAN_F4R1_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2070 #define CAN_F4R1_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2071 #define CAN_F4R1_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2072 #define CAN_F4R1_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2073 #define CAN_F4R1_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2074 #define CAN_F4R1_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2075 #define CAN_F4R1_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2076 #define CAN_F4R1_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2077 #define CAN_F4R1_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2078 #define CAN_F4R1_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2079 #define CAN_F4R1_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2080 #define CAN_F4R1_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2081 #define CAN_F4R1_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2082 #define CAN_F4R1_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2083 #define CAN_F4R1_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2084 #define CAN_F4R1_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2085 #define CAN_F4R1_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2086 #define CAN_F4R1_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2087 #define CAN_F4R1_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2088 #define CAN_F4R1_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2089 #define CAN_F4R1_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2090 #define CAN_F4R1_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2091 #define CAN_F4R1_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2092 #define CAN_F4R1_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2093
Kojto 106:ba1f97679dad 2094 /******************* Bit definition for CAN_F5R1 register *******************/
Kojto 106:ba1f97679dad 2095 #define CAN_F5R1_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2096 #define CAN_F5R1_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2097 #define CAN_F5R1_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2098 #define CAN_F5R1_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2099 #define CAN_F5R1_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2100 #define CAN_F5R1_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2101 #define CAN_F5R1_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2102 #define CAN_F5R1_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2103 #define CAN_F5R1_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2104 #define CAN_F5R1_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2105 #define CAN_F5R1_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2106 #define CAN_F5R1_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2107 #define CAN_F5R1_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2108 #define CAN_F5R1_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2109 #define CAN_F5R1_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2110 #define CAN_F5R1_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2111 #define CAN_F5R1_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2112 #define CAN_F5R1_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2113 #define CAN_F5R1_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2114 #define CAN_F5R1_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2115 #define CAN_F5R1_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2116 #define CAN_F5R1_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2117 #define CAN_F5R1_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2118 #define CAN_F5R1_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2119 #define CAN_F5R1_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2120 #define CAN_F5R1_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2121 #define CAN_F5R1_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2122 #define CAN_F5R1_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2123 #define CAN_F5R1_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2124 #define CAN_F5R1_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2125 #define CAN_F5R1_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2126 #define CAN_F5R1_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2127
Kojto 106:ba1f97679dad 2128 /******************* Bit definition for CAN_F6R1 register *******************/
Kojto 106:ba1f97679dad 2129 #define CAN_F6R1_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2130 #define CAN_F6R1_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2131 #define CAN_F6R1_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2132 #define CAN_F6R1_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2133 #define CAN_F6R1_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2134 #define CAN_F6R1_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2135 #define CAN_F6R1_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2136 #define CAN_F6R1_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2137 #define CAN_F6R1_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2138 #define CAN_F6R1_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2139 #define CAN_F6R1_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2140 #define CAN_F6R1_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2141 #define CAN_F6R1_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2142 #define CAN_F6R1_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2143 #define CAN_F6R1_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2144 #define CAN_F6R1_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2145 #define CAN_F6R1_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2146 #define CAN_F6R1_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2147 #define CAN_F6R1_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2148 #define CAN_F6R1_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2149 #define CAN_F6R1_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2150 #define CAN_F6R1_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2151 #define CAN_F6R1_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2152 #define CAN_F6R1_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2153 #define CAN_F6R1_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2154 #define CAN_F6R1_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2155 #define CAN_F6R1_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2156 #define CAN_F6R1_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2157 #define CAN_F6R1_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2158 #define CAN_F6R1_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2159 #define CAN_F6R1_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2160 #define CAN_F6R1_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2161
Kojto 106:ba1f97679dad 2162 /******************* Bit definition for CAN_F7R1 register *******************/
Kojto 106:ba1f97679dad 2163 #define CAN_F7R1_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2164 #define CAN_F7R1_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2165 #define CAN_F7R1_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2166 #define CAN_F7R1_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2167 #define CAN_F7R1_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2168 #define CAN_F7R1_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2169 #define CAN_F7R1_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2170 #define CAN_F7R1_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2171 #define CAN_F7R1_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2172 #define CAN_F7R1_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2173 #define CAN_F7R1_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2174 #define CAN_F7R1_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2175 #define CAN_F7R1_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2176 #define CAN_F7R1_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2177 #define CAN_F7R1_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2178 #define CAN_F7R1_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2179 #define CAN_F7R1_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2180 #define CAN_F7R1_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2181 #define CAN_F7R1_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2182 #define CAN_F7R1_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2183 #define CAN_F7R1_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2184 #define CAN_F7R1_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2185 #define CAN_F7R1_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2186 #define CAN_F7R1_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2187 #define CAN_F7R1_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2188 #define CAN_F7R1_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2189 #define CAN_F7R1_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2190 #define CAN_F7R1_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2191 #define CAN_F7R1_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2192 #define CAN_F7R1_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2193 #define CAN_F7R1_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2194 #define CAN_F7R1_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2195
Kojto 106:ba1f97679dad 2196 /******************* Bit definition for CAN_F8R1 register *******************/
Kojto 106:ba1f97679dad 2197 #define CAN_F8R1_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2198 #define CAN_F8R1_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2199 #define CAN_F8R1_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2200 #define CAN_F8R1_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2201 #define CAN_F8R1_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2202 #define CAN_F8R1_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2203 #define CAN_F8R1_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2204 #define CAN_F8R1_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2205 #define CAN_F8R1_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2206 #define CAN_F8R1_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2207 #define CAN_F8R1_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2208 #define CAN_F8R1_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2209 #define CAN_F8R1_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2210 #define CAN_F8R1_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2211 #define CAN_F8R1_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2212 #define CAN_F8R1_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2213 #define CAN_F8R1_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2214 #define CAN_F8R1_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2215 #define CAN_F8R1_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2216 #define CAN_F8R1_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2217 #define CAN_F8R1_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2218 #define CAN_F8R1_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2219 #define CAN_F8R1_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2220 #define CAN_F8R1_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2221 #define CAN_F8R1_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2222 #define CAN_F8R1_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2223 #define CAN_F8R1_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2224 #define CAN_F8R1_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2225 #define CAN_F8R1_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2226 #define CAN_F8R1_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2227 #define CAN_F8R1_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2228 #define CAN_F8R1_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2229
Kojto 106:ba1f97679dad 2230 /******************* Bit definition for CAN_F9R1 register *******************/
Kojto 106:ba1f97679dad 2231 #define CAN_F9R1_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2232 #define CAN_F9R1_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2233 #define CAN_F9R1_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2234 #define CAN_F9R1_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2235 #define CAN_F9R1_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2236 #define CAN_F9R1_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2237 #define CAN_F9R1_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2238 #define CAN_F9R1_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2239 #define CAN_F9R1_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2240 #define CAN_F9R1_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2241 #define CAN_F9R1_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2242 #define CAN_F9R1_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2243 #define CAN_F9R1_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2244 #define CAN_F9R1_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2245 #define CAN_F9R1_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2246 #define CAN_F9R1_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2247 #define CAN_F9R1_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2248 #define CAN_F9R1_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2249 #define CAN_F9R1_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2250 #define CAN_F9R1_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2251 #define CAN_F9R1_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2252 #define CAN_F9R1_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2253 #define CAN_F9R1_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2254 #define CAN_F9R1_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2255 #define CAN_F9R1_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2256 #define CAN_F9R1_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2257 #define CAN_F9R1_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2258 #define CAN_F9R1_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2259 #define CAN_F9R1_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2260 #define CAN_F9R1_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2261 #define CAN_F9R1_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2262 #define CAN_F9R1_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2263
Kojto 106:ba1f97679dad 2264 /******************* Bit definition for CAN_F10R1 register ******************/
Kojto 106:ba1f97679dad 2265 #define CAN_F10R1_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2266 #define CAN_F10R1_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2267 #define CAN_F10R1_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2268 #define CAN_F10R1_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2269 #define CAN_F10R1_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2270 #define CAN_F10R1_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2271 #define CAN_F10R1_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2272 #define CAN_F10R1_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2273 #define CAN_F10R1_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2274 #define CAN_F10R1_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2275 #define CAN_F10R1_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2276 #define CAN_F10R1_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2277 #define CAN_F10R1_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2278 #define CAN_F10R1_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2279 #define CAN_F10R1_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2280 #define CAN_F10R1_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2281 #define CAN_F10R1_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2282 #define CAN_F10R1_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2283 #define CAN_F10R1_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2284 #define CAN_F10R1_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2285 #define CAN_F10R1_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2286 #define CAN_F10R1_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2287 #define CAN_F10R1_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2288 #define CAN_F10R1_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2289 #define CAN_F10R1_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2290 #define CAN_F10R1_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2291 #define CAN_F10R1_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2292 #define CAN_F10R1_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2293 #define CAN_F10R1_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2294 #define CAN_F10R1_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2295 #define CAN_F10R1_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2296 #define CAN_F10R1_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2297
Kojto 106:ba1f97679dad 2298 /******************* Bit definition for CAN_F11R1 register ******************/
Kojto 106:ba1f97679dad 2299 #define CAN_F11R1_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2300 #define CAN_F11R1_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2301 #define CAN_F11R1_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2302 #define CAN_F11R1_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2303 #define CAN_F11R1_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2304 #define CAN_F11R1_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2305 #define CAN_F11R1_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2306 #define CAN_F11R1_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2307 #define CAN_F11R1_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2308 #define CAN_F11R1_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2309 #define CAN_F11R1_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2310 #define CAN_F11R1_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2311 #define CAN_F11R1_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2312 #define CAN_F11R1_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2313 #define CAN_F11R1_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2314 #define CAN_F11R1_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2315 #define CAN_F11R1_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2316 #define CAN_F11R1_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2317 #define CAN_F11R1_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2318 #define CAN_F11R1_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2319 #define CAN_F11R1_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2320 #define CAN_F11R1_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2321 #define CAN_F11R1_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2322 #define CAN_F11R1_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2323 #define CAN_F11R1_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2324 #define CAN_F11R1_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2325 #define CAN_F11R1_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2326 #define CAN_F11R1_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2327 #define CAN_F11R1_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2328 #define CAN_F11R1_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2329 #define CAN_F11R1_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2330 #define CAN_F11R1_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2331
Kojto 106:ba1f97679dad 2332 /******************* Bit definition for CAN_F12R1 register ******************/
Kojto 106:ba1f97679dad 2333 #define CAN_F12R1_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2334 #define CAN_F12R1_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2335 #define CAN_F12R1_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2336 #define CAN_F12R1_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2337 #define CAN_F12R1_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2338 #define CAN_F12R1_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2339 #define CAN_F12R1_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2340 #define CAN_F12R1_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2341 #define CAN_F12R1_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2342 #define CAN_F12R1_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2343 #define CAN_F12R1_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2344 #define CAN_F12R1_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2345 #define CAN_F12R1_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2346 #define CAN_F12R1_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2347 #define CAN_F12R1_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2348 #define CAN_F12R1_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2349 #define CAN_F12R1_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2350 #define CAN_F12R1_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2351 #define CAN_F12R1_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2352 #define CAN_F12R1_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2353 #define CAN_F12R1_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2354 #define CAN_F12R1_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2355 #define CAN_F12R1_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2356 #define CAN_F12R1_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2357 #define CAN_F12R1_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2358 #define CAN_F12R1_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2359 #define CAN_F12R1_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2360 #define CAN_F12R1_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2361 #define CAN_F12R1_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2362 #define CAN_F12R1_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2363 #define CAN_F12R1_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2364 #define CAN_F12R1_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2365
Kojto 106:ba1f97679dad 2366 /******************* Bit definition for CAN_F13R1 register ******************/
Kojto 106:ba1f97679dad 2367 #define CAN_F13R1_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2368 #define CAN_F13R1_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2369 #define CAN_F13R1_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2370 #define CAN_F13R1_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2371 #define CAN_F13R1_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2372 #define CAN_F13R1_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2373 #define CAN_F13R1_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2374 #define CAN_F13R1_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2375 #define CAN_F13R1_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2376 #define CAN_F13R1_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2377 #define CAN_F13R1_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2378 #define CAN_F13R1_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2379 #define CAN_F13R1_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2380 #define CAN_F13R1_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2381 #define CAN_F13R1_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2382 #define CAN_F13R1_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2383 #define CAN_F13R1_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2384 #define CAN_F13R1_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2385 #define CAN_F13R1_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2386 #define CAN_F13R1_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2387 #define CAN_F13R1_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2388 #define CAN_F13R1_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2389 #define CAN_F13R1_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2390 #define CAN_F13R1_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2391 #define CAN_F13R1_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2392 #define CAN_F13R1_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2393 #define CAN_F13R1_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2394 #define CAN_F13R1_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2395 #define CAN_F13R1_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2396 #define CAN_F13R1_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2397 #define CAN_F13R1_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2398 #define CAN_F13R1_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2399
Kojto 106:ba1f97679dad 2400 /******************* Bit definition for CAN_F0R2 register *******************/
Kojto 106:ba1f97679dad 2401 #define CAN_F0R2_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2402 #define CAN_F0R2_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2403 #define CAN_F0R2_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2404 #define CAN_F0R2_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2405 #define CAN_F0R2_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2406 #define CAN_F0R2_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2407 #define CAN_F0R2_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2408 #define CAN_F0R2_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2409 #define CAN_F0R2_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2410 #define CAN_F0R2_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2411 #define CAN_F0R2_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2412 #define CAN_F0R2_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2413 #define CAN_F0R2_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2414 #define CAN_F0R2_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2415 #define CAN_F0R2_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2416 #define CAN_F0R2_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2417 #define CAN_F0R2_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2418 #define CAN_F0R2_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2419 #define CAN_F0R2_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2420 #define CAN_F0R2_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2421 #define CAN_F0R2_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2422 #define CAN_F0R2_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2423 #define CAN_F0R2_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2424 #define CAN_F0R2_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2425 #define CAN_F0R2_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2426 #define CAN_F0R2_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2427 #define CAN_F0R2_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2428 #define CAN_F0R2_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2429 #define CAN_F0R2_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2430 #define CAN_F0R2_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2431 #define CAN_F0R2_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2432 #define CAN_F0R2_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2433
Kojto 106:ba1f97679dad 2434 /******************* Bit definition for CAN_F1R2 register *******************/
Kojto 106:ba1f97679dad 2435 #define CAN_F1R2_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2436 #define CAN_F1R2_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2437 #define CAN_F1R2_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2438 #define CAN_F1R2_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2439 #define CAN_F1R2_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2440 #define CAN_F1R2_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2441 #define CAN_F1R2_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2442 #define CAN_F1R2_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2443 #define CAN_F1R2_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2444 #define CAN_F1R2_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2445 #define CAN_F1R2_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2446 #define CAN_F1R2_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2447 #define CAN_F1R2_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2448 #define CAN_F1R2_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2449 #define CAN_F1R2_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2450 #define CAN_F1R2_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2451 #define CAN_F1R2_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2452 #define CAN_F1R2_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2453 #define CAN_F1R2_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2454 #define CAN_F1R2_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2455 #define CAN_F1R2_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2456 #define CAN_F1R2_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2457 #define CAN_F1R2_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2458 #define CAN_F1R2_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2459 #define CAN_F1R2_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2460 #define CAN_F1R2_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2461 #define CAN_F1R2_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2462 #define CAN_F1R2_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2463 #define CAN_F1R2_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2464 #define CAN_F1R2_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2465 #define CAN_F1R2_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2466 #define CAN_F1R2_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2467
Kojto 106:ba1f97679dad 2468 /******************* Bit definition for CAN_F2R2 register *******************/
Kojto 106:ba1f97679dad 2469 #define CAN_F2R2_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2470 #define CAN_F2R2_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2471 #define CAN_F2R2_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2472 #define CAN_F2R2_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2473 #define CAN_F2R2_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2474 #define CAN_F2R2_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2475 #define CAN_F2R2_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2476 #define CAN_F2R2_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2477 #define CAN_F2R2_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2478 #define CAN_F2R2_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2479 #define CAN_F2R2_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2480 #define CAN_F2R2_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2481 #define CAN_F2R2_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2482 #define CAN_F2R2_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2483 #define CAN_F2R2_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2484 #define CAN_F2R2_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2485 #define CAN_F2R2_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2486 #define CAN_F2R2_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2487 #define CAN_F2R2_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2488 #define CAN_F2R2_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2489 #define CAN_F2R2_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2490 #define CAN_F2R2_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2491 #define CAN_F2R2_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2492 #define CAN_F2R2_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2493 #define CAN_F2R2_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2494 #define CAN_F2R2_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2495 #define CAN_F2R2_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2496 #define CAN_F2R2_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2497 #define CAN_F2R2_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2498 #define CAN_F2R2_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2499 #define CAN_F2R2_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2500 #define CAN_F2R2_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2501
Kojto 106:ba1f97679dad 2502 /******************* Bit definition for CAN_F3R2 register *******************/
Kojto 106:ba1f97679dad 2503 #define CAN_F3R2_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2504 #define CAN_F3R2_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2505 #define CAN_F3R2_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2506 #define CAN_F3R2_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2507 #define CAN_F3R2_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2508 #define CAN_F3R2_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2509 #define CAN_F3R2_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2510 #define CAN_F3R2_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2511 #define CAN_F3R2_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2512 #define CAN_F3R2_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2513 #define CAN_F3R2_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2514 #define CAN_F3R2_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2515 #define CAN_F3R2_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2516 #define CAN_F3R2_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2517 #define CAN_F3R2_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2518 #define CAN_F3R2_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2519 #define CAN_F3R2_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2520 #define CAN_F3R2_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2521 #define CAN_F3R2_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2522 #define CAN_F3R2_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2523 #define CAN_F3R2_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2524 #define CAN_F3R2_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2525 #define CAN_F3R2_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2526 #define CAN_F3R2_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2527 #define CAN_F3R2_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2528 #define CAN_F3R2_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2529 #define CAN_F3R2_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2530 #define CAN_F3R2_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2531 #define CAN_F3R2_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2532 #define CAN_F3R2_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2533 #define CAN_F3R2_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2534 #define CAN_F3R2_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2535
Kojto 106:ba1f97679dad 2536 /******************* Bit definition for CAN_F4R2 register *******************/
Kojto 106:ba1f97679dad 2537 #define CAN_F4R2_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2538 #define CAN_F4R2_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2539 #define CAN_F4R2_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2540 #define CAN_F4R2_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2541 #define CAN_F4R2_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2542 #define CAN_F4R2_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2543 #define CAN_F4R2_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2544 #define CAN_F4R2_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2545 #define CAN_F4R2_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2546 #define CAN_F4R2_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2547 #define CAN_F4R2_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2548 #define CAN_F4R2_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2549 #define CAN_F4R2_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2550 #define CAN_F4R2_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2551 #define CAN_F4R2_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2552 #define CAN_F4R2_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2553 #define CAN_F4R2_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2554 #define CAN_F4R2_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2555 #define CAN_F4R2_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2556 #define CAN_F4R2_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2557 #define CAN_F4R2_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2558 #define CAN_F4R2_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2559 #define CAN_F4R2_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2560 #define CAN_F4R2_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2561 #define CAN_F4R2_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2562 #define CAN_F4R2_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2563 #define CAN_F4R2_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2564 #define CAN_F4R2_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2565 #define CAN_F4R2_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2566 #define CAN_F4R2_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2567 #define CAN_F4R2_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2568 #define CAN_F4R2_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2569
Kojto 106:ba1f97679dad 2570 /******************* Bit definition for CAN_F5R2 register *******************/
Kojto 106:ba1f97679dad 2571 #define CAN_F5R2_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2572 #define CAN_F5R2_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2573 #define CAN_F5R2_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2574 #define CAN_F5R2_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2575 #define CAN_F5R2_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2576 #define CAN_F5R2_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2577 #define CAN_F5R2_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2578 #define CAN_F5R2_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2579 #define CAN_F5R2_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2580 #define CAN_F5R2_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2581 #define CAN_F5R2_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2582 #define CAN_F5R2_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2583 #define CAN_F5R2_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2584 #define CAN_F5R2_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2585 #define CAN_F5R2_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2586 #define CAN_F5R2_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2587 #define CAN_F5R2_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2588 #define CAN_F5R2_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2589 #define CAN_F5R2_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2590 #define CAN_F5R2_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2591 #define CAN_F5R2_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2592 #define CAN_F5R2_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2593 #define CAN_F5R2_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2594 #define CAN_F5R2_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2595 #define CAN_F5R2_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2596 #define CAN_F5R2_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2597 #define CAN_F5R2_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2598 #define CAN_F5R2_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2599 #define CAN_F5R2_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2600 #define CAN_F5R2_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2601 #define CAN_F5R2_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2602 #define CAN_F5R2_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2603
Kojto 106:ba1f97679dad 2604 /******************* Bit definition for CAN_F6R2 register *******************/
Kojto 106:ba1f97679dad 2605 #define CAN_F6R2_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2606 #define CAN_F6R2_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2607 #define CAN_F6R2_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2608 #define CAN_F6R2_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2609 #define CAN_F6R2_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2610 #define CAN_F6R2_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2611 #define CAN_F6R2_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2612 #define CAN_F6R2_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2613 #define CAN_F6R2_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2614 #define CAN_F6R2_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2615 #define CAN_F6R2_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2616 #define CAN_F6R2_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2617 #define CAN_F6R2_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2618 #define CAN_F6R2_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2619 #define CAN_F6R2_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2620 #define CAN_F6R2_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2621 #define CAN_F6R2_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2622 #define CAN_F6R2_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2623 #define CAN_F6R2_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2624 #define CAN_F6R2_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2625 #define CAN_F6R2_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2626 #define CAN_F6R2_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2627 #define CAN_F6R2_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2628 #define CAN_F6R2_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2629 #define CAN_F6R2_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2630 #define CAN_F6R2_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2631 #define CAN_F6R2_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2632 #define CAN_F6R2_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2633 #define CAN_F6R2_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2634 #define CAN_F6R2_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2635 #define CAN_F6R2_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2636 #define CAN_F6R2_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2637
Kojto 106:ba1f97679dad 2638 /******************* Bit definition for CAN_F7R2 register *******************/
Kojto 106:ba1f97679dad 2639 #define CAN_F7R2_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2640 #define CAN_F7R2_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2641 #define CAN_F7R2_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2642 #define CAN_F7R2_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2643 #define CAN_F7R2_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2644 #define CAN_F7R2_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2645 #define CAN_F7R2_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2646 #define CAN_F7R2_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2647 #define CAN_F7R2_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2648 #define CAN_F7R2_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2649 #define CAN_F7R2_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2650 #define CAN_F7R2_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2651 #define CAN_F7R2_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2652 #define CAN_F7R2_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2653 #define CAN_F7R2_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2654 #define CAN_F7R2_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2655 #define CAN_F7R2_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2656 #define CAN_F7R2_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2657 #define CAN_F7R2_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2658 #define CAN_F7R2_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2659 #define CAN_F7R2_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2660 #define CAN_F7R2_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2661 #define CAN_F7R2_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2662 #define CAN_F7R2_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2663 #define CAN_F7R2_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2664 #define CAN_F7R2_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2665 #define CAN_F7R2_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2666 #define CAN_F7R2_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2667 #define CAN_F7R2_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2668 #define CAN_F7R2_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2669 #define CAN_F7R2_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2670 #define CAN_F7R2_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2671
Kojto 106:ba1f97679dad 2672 /******************* Bit definition for CAN_F8R2 register *******************/
Kojto 106:ba1f97679dad 2673 #define CAN_F8R2_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2674 #define CAN_F8R2_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2675 #define CAN_F8R2_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2676 #define CAN_F8R2_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2677 #define CAN_F8R2_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2678 #define CAN_F8R2_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2679 #define CAN_F8R2_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2680 #define CAN_F8R2_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2681 #define CAN_F8R2_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2682 #define CAN_F8R2_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2683 #define CAN_F8R2_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2684 #define CAN_F8R2_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2685 #define CAN_F8R2_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2686 #define CAN_F8R2_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2687 #define CAN_F8R2_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2688 #define CAN_F8R2_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2689 #define CAN_F8R2_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2690 #define CAN_F8R2_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2691 #define CAN_F8R2_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2692 #define CAN_F8R2_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2693 #define CAN_F8R2_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2694 #define CAN_F8R2_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2695 #define CAN_F8R2_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2696 #define CAN_F8R2_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2697 #define CAN_F8R2_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2698 #define CAN_F8R2_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2699 #define CAN_F8R2_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2700 #define CAN_F8R2_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2701 #define CAN_F8R2_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2702 #define CAN_F8R2_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2703 #define CAN_F8R2_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2704 #define CAN_F8R2_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2705
Kojto 106:ba1f97679dad 2706 /******************* Bit definition for CAN_F9R2 register *******************/
Kojto 106:ba1f97679dad 2707 #define CAN_F9R2_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2708 #define CAN_F9R2_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2709 #define CAN_F9R2_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2710 #define CAN_F9R2_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2711 #define CAN_F9R2_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2712 #define CAN_F9R2_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2713 #define CAN_F9R2_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2714 #define CAN_F9R2_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2715 #define CAN_F9R2_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2716 #define CAN_F9R2_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2717 #define CAN_F9R2_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2718 #define CAN_F9R2_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2719 #define CAN_F9R2_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2720 #define CAN_F9R2_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2721 #define CAN_F9R2_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2722 #define CAN_F9R2_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2723 #define CAN_F9R2_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2724 #define CAN_F9R2_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2725 #define CAN_F9R2_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2726 #define CAN_F9R2_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2727 #define CAN_F9R2_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2728 #define CAN_F9R2_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2729 #define CAN_F9R2_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2730 #define CAN_F9R2_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2731 #define CAN_F9R2_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2732 #define CAN_F9R2_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2733 #define CAN_F9R2_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2734 #define CAN_F9R2_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2735 #define CAN_F9R2_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2736 #define CAN_F9R2_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2737 #define CAN_F9R2_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2738 #define CAN_F9R2_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2739
Kojto 106:ba1f97679dad 2740 /******************* Bit definition for CAN_F10R2 register ******************/
Kojto 106:ba1f97679dad 2741 #define CAN_F10R2_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2742 #define CAN_F10R2_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2743 #define CAN_F10R2_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2744 #define CAN_F10R2_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2745 #define CAN_F10R2_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2746 #define CAN_F10R2_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2747 #define CAN_F10R2_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2748 #define CAN_F10R2_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2749 #define CAN_F10R2_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2750 #define CAN_F10R2_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2751 #define CAN_F10R2_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2752 #define CAN_F10R2_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2753 #define CAN_F10R2_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2754 #define CAN_F10R2_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2755 #define CAN_F10R2_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2756 #define CAN_F10R2_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2757 #define CAN_F10R2_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2758 #define CAN_F10R2_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2759 #define CAN_F10R2_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2760 #define CAN_F10R2_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2761 #define CAN_F10R2_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2762 #define CAN_F10R2_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2763 #define CAN_F10R2_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2764 #define CAN_F10R2_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2765 #define CAN_F10R2_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2766 #define CAN_F10R2_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2767 #define CAN_F10R2_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2768 #define CAN_F10R2_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2769 #define CAN_F10R2_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2770 #define CAN_F10R2_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2771 #define CAN_F10R2_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2772 #define CAN_F10R2_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2773
Kojto 106:ba1f97679dad 2774 /******************* Bit definition for CAN_F11R2 register ******************/
Kojto 106:ba1f97679dad 2775 #define CAN_F11R2_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2776 #define CAN_F11R2_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2777 #define CAN_F11R2_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2778 #define CAN_F11R2_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2779 #define CAN_F11R2_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2780 #define CAN_F11R2_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2781 #define CAN_F11R2_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2782 #define CAN_F11R2_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2783 #define CAN_F11R2_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2784 #define CAN_F11R2_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2785 #define CAN_F11R2_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2786 #define CAN_F11R2_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2787 #define CAN_F11R2_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2788 #define CAN_F11R2_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2789 #define CAN_F11R2_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2790 #define CAN_F11R2_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2791 #define CAN_F11R2_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2792 #define CAN_F11R2_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2793 #define CAN_F11R2_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2794 #define CAN_F11R2_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2795 #define CAN_F11R2_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2796 #define CAN_F11R2_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2797 #define CAN_F11R2_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2798 #define CAN_F11R2_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2799 #define CAN_F11R2_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2800 #define CAN_F11R2_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2801 #define CAN_F11R2_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2802 #define CAN_F11R2_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2803 #define CAN_F11R2_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2804 #define CAN_F11R2_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2805 #define CAN_F11R2_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2806 #define CAN_F11R2_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2807
Kojto 106:ba1f97679dad 2808 /******************* Bit definition for CAN_F12R2 register ******************/
Kojto 106:ba1f97679dad 2809 #define CAN_F12R2_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2810 #define CAN_F12R2_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2811 #define CAN_F12R2_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2812 #define CAN_F12R2_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2813 #define CAN_F12R2_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2814 #define CAN_F12R2_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2815 #define CAN_F12R2_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2816 #define CAN_F12R2_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2817 #define CAN_F12R2_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2818 #define CAN_F12R2_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2819 #define CAN_F12R2_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2820 #define CAN_F12R2_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2821 #define CAN_F12R2_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2822 #define CAN_F12R2_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2823 #define CAN_F12R2_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2824 #define CAN_F12R2_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2825 #define CAN_F12R2_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2826 #define CAN_F12R2_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2827 #define CAN_F12R2_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2828 #define CAN_F12R2_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2829 #define CAN_F12R2_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2830 #define CAN_F12R2_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2831 #define CAN_F12R2_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2832 #define CAN_F12R2_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2833 #define CAN_F12R2_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2834 #define CAN_F12R2_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2835 #define CAN_F12R2_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2836 #define CAN_F12R2_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2837 #define CAN_F12R2_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2838 #define CAN_F12R2_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2839 #define CAN_F12R2_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2840 #define CAN_F12R2_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2841
Kojto 106:ba1f97679dad 2842 /******************* Bit definition for CAN_F13R2 register ******************/
Kojto 106:ba1f97679dad 2843 #define CAN_F13R2_FB0 ((uint32_t)0x00000001) /*!<Filter bit 0 */
Kojto 106:ba1f97679dad 2844 #define CAN_F13R2_FB1 ((uint32_t)0x00000002) /*!<Filter bit 1 */
Kojto 106:ba1f97679dad 2845 #define CAN_F13R2_FB2 ((uint32_t)0x00000004) /*!<Filter bit 2 */
Kojto 106:ba1f97679dad 2846 #define CAN_F13R2_FB3 ((uint32_t)0x00000008) /*!<Filter bit 3 */
Kojto 106:ba1f97679dad 2847 #define CAN_F13R2_FB4 ((uint32_t)0x00000010) /*!<Filter bit 4 */
Kojto 106:ba1f97679dad 2848 #define CAN_F13R2_FB5 ((uint32_t)0x00000020) /*!<Filter bit 5 */
Kojto 106:ba1f97679dad 2849 #define CAN_F13R2_FB6 ((uint32_t)0x00000040) /*!<Filter bit 6 */
Kojto 106:ba1f97679dad 2850 #define CAN_F13R2_FB7 ((uint32_t)0x00000080) /*!<Filter bit 7 */
Kojto 106:ba1f97679dad 2851 #define CAN_F13R2_FB8 ((uint32_t)0x00000100) /*!<Filter bit 8 */
Kojto 106:ba1f97679dad 2852 #define CAN_F13R2_FB9 ((uint32_t)0x00000200) /*!<Filter bit 9 */
Kojto 106:ba1f97679dad 2853 #define CAN_F13R2_FB10 ((uint32_t)0x00000400) /*!<Filter bit 10 */
Kojto 106:ba1f97679dad 2854 #define CAN_F13R2_FB11 ((uint32_t)0x00000800) /*!<Filter bit 11 */
Kojto 106:ba1f97679dad 2855 #define CAN_F13R2_FB12 ((uint32_t)0x00001000) /*!<Filter bit 12 */
Kojto 106:ba1f97679dad 2856 #define CAN_F13R2_FB13 ((uint32_t)0x00002000) /*!<Filter bit 13 */
Kojto 106:ba1f97679dad 2857 #define CAN_F13R2_FB14 ((uint32_t)0x00004000) /*!<Filter bit 14 */
Kojto 106:ba1f97679dad 2858 #define CAN_F13R2_FB15 ((uint32_t)0x00008000) /*!<Filter bit 15 */
Kojto 106:ba1f97679dad 2859 #define CAN_F13R2_FB16 ((uint32_t)0x00010000) /*!<Filter bit 16 */
Kojto 106:ba1f97679dad 2860 #define CAN_F13R2_FB17 ((uint32_t)0x00020000) /*!<Filter bit 17 */
Kojto 106:ba1f97679dad 2861 #define CAN_F13R2_FB18 ((uint32_t)0x00040000) /*!<Filter bit 18 */
Kojto 106:ba1f97679dad 2862 #define CAN_F13R2_FB19 ((uint32_t)0x00080000) /*!<Filter bit 19 */
Kojto 106:ba1f97679dad 2863 #define CAN_F13R2_FB20 ((uint32_t)0x00100000) /*!<Filter bit 20 */
Kojto 106:ba1f97679dad 2864 #define CAN_F13R2_FB21 ((uint32_t)0x00200000) /*!<Filter bit 21 */
Kojto 106:ba1f97679dad 2865 #define CAN_F13R2_FB22 ((uint32_t)0x00400000) /*!<Filter bit 22 */
Kojto 106:ba1f97679dad 2866 #define CAN_F13R2_FB23 ((uint32_t)0x00800000) /*!<Filter bit 23 */
Kojto 106:ba1f97679dad 2867 #define CAN_F13R2_FB24 ((uint32_t)0x01000000) /*!<Filter bit 24 */
Kojto 106:ba1f97679dad 2868 #define CAN_F13R2_FB25 ((uint32_t)0x02000000) /*!<Filter bit 25 */
Kojto 106:ba1f97679dad 2869 #define CAN_F13R2_FB26 ((uint32_t)0x04000000) /*!<Filter bit 26 */
Kojto 106:ba1f97679dad 2870 #define CAN_F13R2_FB27 ((uint32_t)0x08000000) /*!<Filter bit 27 */
Kojto 106:ba1f97679dad 2871 #define CAN_F13R2_FB28 ((uint32_t)0x10000000) /*!<Filter bit 28 */
Kojto 106:ba1f97679dad 2872 #define CAN_F13R2_FB29 ((uint32_t)0x20000000) /*!<Filter bit 29 */
Kojto 106:ba1f97679dad 2873 #define CAN_F13R2_FB30 ((uint32_t)0x40000000) /*!<Filter bit 30 */
Kojto 106:ba1f97679dad 2874 #define CAN_F13R2_FB31 ((uint32_t)0x80000000) /*!<Filter bit 31 */
Kojto 106:ba1f97679dad 2875
Kojto 106:ba1f97679dad 2876 /******************************************************************************/
Kojto 106:ba1f97679dad 2877 /* */
Kojto 106:ba1f97679dad 2878 /* HDMI-CEC (CEC) */
Kojto 106:ba1f97679dad 2879 /* */
Kojto 106:ba1f97679dad 2880 /******************************************************************************/
Kojto 106:ba1f97679dad 2881
Kojto 106:ba1f97679dad 2882 /******************* Bit definition for CEC_CR register *********************/
Kojto 106:ba1f97679dad 2883 #define CEC_CR_CECEN ((uint32_t)0x00000001) /*!< CEC Enable */
Kojto 106:ba1f97679dad 2884 #define CEC_CR_TXSOM ((uint32_t)0x00000002) /*!< CEC Tx Start Of Message */
Kojto 106:ba1f97679dad 2885 #define CEC_CR_TXEOM ((uint32_t)0x00000004) /*!< CEC Tx End Of Message */
Kojto 106:ba1f97679dad 2886
Kojto 106:ba1f97679dad 2887 /******************* Bit definition for CEC_CFGR register *******************/
Kojto 106:ba1f97679dad 2888 #define CEC_CFGR_SFT ((uint32_t)0x00000007) /*!< CEC Signal Free Time */
Kojto 106:ba1f97679dad 2889 #define CEC_CFGR_RXTOL ((uint32_t)0x00000008) /*!< CEC Tolerance */
Kojto 106:ba1f97679dad 2890 #define CEC_CFGR_BRESTP ((uint32_t)0x00000010) /*!< CEC Rx Stop */
Kojto 106:ba1f97679dad 2891 #define CEC_CFGR_BREGEN ((uint32_t)0x00000020) /*!< CEC Bit Rising Error generation */
Kojto 106:ba1f97679dad 2892 #define CEC_CFGR_LBPEGEN ((uint32_t)0x00000040) /*!< CEC Long Bit Period Error generation */
Kojto 106:ba1f97679dad 2893 #define CEC_CFGR_SFTOPT ((uint32_t)0x00000100) /*!< CEC Signal Free Time optional */
Kojto 106:ba1f97679dad 2894 #define CEC_CFGR_BRDNOGEN ((uint32_t)0x00000080) /*!< CEC Broadcast No error generation */
Kojto 106:ba1f97679dad 2895 #define CEC_CFGR_OAR ((uint32_t)0x7FFF0000) /*!< CEC Own Address */
Kojto 106:ba1f97679dad 2896 #define CEC_CFGR_LSTN ((uint32_t)0x80000000) /*!< CEC Listen mode */
Kojto 106:ba1f97679dad 2897
Kojto 106:ba1f97679dad 2898 /******************* Bit definition for CEC_TXDR register *******************/
Kojto 106:ba1f97679dad 2899 #define CEC_TXDR_TXD ((uint32_t)0x000000FF) /*!< CEC Tx Data */
Kojto 106:ba1f97679dad 2900
Kojto 106:ba1f97679dad 2901 /******************* Bit definition for CEC_RXDR register *******************/
Kojto 106:ba1f97679dad 2902 #define CEC_TXDR_RXD ((uint32_t)0x000000FF) /*!< CEC Rx Data */
Kojto 106:ba1f97679dad 2903
Kojto 106:ba1f97679dad 2904 /******************* Bit definition for CEC_ISR register ********************/
Kojto 106:ba1f97679dad 2905 #define CEC_ISR_RXBR ((uint32_t)0x00000001) /*!< CEC Rx-Byte Received */
Kojto 106:ba1f97679dad 2906 #define CEC_ISR_RXEND ((uint32_t)0x00000002) /*!< CEC End Of Reception */
Kojto 106:ba1f97679dad 2907 #define CEC_ISR_RXOVR ((uint32_t)0x00000004) /*!< CEC Rx-Overrun */
Kojto 106:ba1f97679dad 2908 #define CEC_ISR_BRE ((uint32_t)0x00000008) /*!< CEC Rx Bit Rising Error */
Kojto 106:ba1f97679dad 2909 #define CEC_ISR_SBPE ((uint32_t)0x00000010) /*!< CEC Rx Short Bit period Error */
Kojto 106:ba1f97679dad 2910 #define CEC_ISR_LBPE ((uint32_t)0x00000020) /*!< CEC Rx Long Bit period Error */
Kojto 106:ba1f97679dad 2911 #define CEC_ISR_RXACKE ((uint32_t)0x00000040) /*!< CEC Rx Missing Acknowledge */
Kojto 106:ba1f97679dad 2912 #define CEC_ISR_ARBLST ((uint32_t)0x00000080) /*!< CEC Arbitration Lost */
Kojto 106:ba1f97679dad 2913 #define CEC_ISR_TXBR ((uint32_t)0x00000100) /*!< CEC Tx Byte Request */
Kojto 106:ba1f97679dad 2914 #define CEC_ISR_TXEND ((uint32_t)0x00000200) /*!< CEC End of Transmission */
Kojto 106:ba1f97679dad 2915 #define CEC_ISR_TXUDR ((uint32_t)0x00000400) /*!< CEC Tx-Buffer Underrun */
Kojto 106:ba1f97679dad 2916 #define CEC_ISR_TXERR ((uint32_t)0x00000800) /*!< CEC Tx-Error */
Kojto 106:ba1f97679dad 2917 #define CEC_ISR_TXACKE ((uint32_t)0x00001000) /*!< CEC Tx Missing Acknowledge */
Kojto 106:ba1f97679dad 2918
Kojto 106:ba1f97679dad 2919 /******************* Bit definition for CEC_IER register ********************/
Kojto 106:ba1f97679dad 2920 #define CEC_IER_RXBRIE ((uint32_t)0x00000001) /*!< CEC Rx-Byte Received IT Enable */
Kojto 106:ba1f97679dad 2921 #define CEC_IER_RXENDIE ((uint32_t)0x00000002) /*!< CEC End Of Reception IT Enable */
Kojto 106:ba1f97679dad 2922 #define CEC_IER_RXOVRIE ((uint32_t)0x00000004) /*!< CEC Rx-Overrun IT Enable */
Kojto 106:ba1f97679dad 2923 #define CEC_IER_BREIE ((uint32_t)0x00000008) /*!< CEC Rx Bit Rising Error IT Enable */
Kojto 106:ba1f97679dad 2924 #define CEC_IER_SBPEIE ((uint32_t)0x00000010) /*!< CEC Rx Short Bit period Error IT Enable */
Kojto 106:ba1f97679dad 2925 #define CEC_IER_LBPEIE ((uint32_t)0x00000020) /*!< CEC Rx Long Bit period Error IT Enable */
Kojto 106:ba1f97679dad 2926 #define CEC_IER_RXACKEIE ((uint32_t)0x00000040) /*!< CEC Rx Missing Acknowledge IT Enable */
Kojto 106:ba1f97679dad 2927 #define CEC_IER_ARBLSTIE ((uint32_t)0x00000080) /*!< CEC Arbitration Lost IT Enable */
Kojto 106:ba1f97679dad 2928 #define CEC_IER_TXBRIE ((uint32_t)0x00000100) /*!< CEC Tx Byte Request IT Enable */
Kojto 106:ba1f97679dad 2929 #define CEC_IER_TXENDIE ((uint32_t)0x00000200) /*!< CEC End of Transmission IT Enable */
Kojto 106:ba1f97679dad 2930 #define CEC_IER_TXUDRIE ((uint32_t)0x00000400) /*!< CEC Tx-Buffer Underrun IT Enable */
Kojto 106:ba1f97679dad 2931 #define CEC_IER_TXERRIE ((uint32_t)0x00000800) /*!< CEC Tx-Error IT Enable */
Kojto 106:ba1f97679dad 2932 #define CEC_IER_TXACKEIE ((uint32_t)0x00001000) /*!< CEC Tx Missing Acknowledge IT Enable */
Kojto 106:ba1f97679dad 2933
Kojto 106:ba1f97679dad 2934 /******************************************************************************/
Kojto 106:ba1f97679dad 2935 /* */
Kojto 106:ba1f97679dad 2936 /* CRC calculation unit */
Kojto 106:ba1f97679dad 2937 /* */
Kojto 106:ba1f97679dad 2938 /******************************************************************************/
Kojto 106:ba1f97679dad 2939 /******************* Bit definition for CRC_DR register *********************/
Kojto 106:ba1f97679dad 2940 #define CRC_DR_DR ((uint32_t)0xFFFFFFFF) /*!< Data register bits */
Kojto 106:ba1f97679dad 2941
Kojto 106:ba1f97679dad 2942
Kojto 106:ba1f97679dad 2943 /******************* Bit definition for CRC_IDR register ********************/
Kojto 106:ba1f97679dad 2944 #define CRC_IDR_IDR ((uint32_t)0xFF) /*!< General-purpose 8-bit data register bits */
Kojto 106:ba1f97679dad 2945
Kojto 106:ba1f97679dad 2946
Kojto 106:ba1f97679dad 2947 /******************** Bit definition for CRC_CR register ********************/
Kojto 106:ba1f97679dad 2948 #define CRC_CR_RESET ((uint32_t)0x01) /*!< RESET bit */
Kojto 106:ba1f97679dad 2949
Kojto 106:ba1f97679dad 2950 /******************************************************************************/
Kojto 106:ba1f97679dad 2951 /* */
Kojto 106:ba1f97679dad 2952 /* Digital to Analog Converter */
Kojto 106:ba1f97679dad 2953 /* */
Kojto 106:ba1f97679dad 2954 /******************************************************************************/
Kojto 106:ba1f97679dad 2955 /******************** Bit definition for DAC_CR register ********************/
Kojto 106:ba1f97679dad 2956 #define DAC_CR_EN1 ((uint32_t)0x00000001) /*!<DAC channel1 enable */
Kojto 106:ba1f97679dad 2957 #define DAC_CR_BOFF1 ((uint32_t)0x00000002) /*!<DAC channel1 output buffer disable */
Kojto 106:ba1f97679dad 2958 #define DAC_CR_TEN1 ((uint32_t)0x00000004) /*!<DAC channel1 Trigger enable */
Kojto 106:ba1f97679dad 2959
Kojto 106:ba1f97679dad 2960 #define DAC_CR_TSEL1 ((uint32_t)0x00000038) /*!<TSEL1[2:0] (DAC channel1 Trigger selection) */
Kojto 106:ba1f97679dad 2961 #define DAC_CR_TSEL1_0 ((uint32_t)0x00000008) /*!<Bit 0 */
Kojto 106:ba1f97679dad 2962 #define DAC_CR_TSEL1_1 ((uint32_t)0x00000010) /*!<Bit 1 */
Kojto 106:ba1f97679dad 2963 #define DAC_CR_TSEL1_2 ((uint32_t)0x00000020) /*!<Bit 2 */
Kojto 106:ba1f97679dad 2964
Kojto 106:ba1f97679dad 2965 #define DAC_CR_WAVE1 ((uint32_t)0x000000C0) /*!<WAVE1[1:0] (DAC channel1 noise/triangle wave generation enable) */
Kojto 106:ba1f97679dad 2966 #define DAC_CR_WAVE1_0 ((uint32_t)0x00000040) /*!<Bit 0 */
Kojto 106:ba1f97679dad 2967 #define DAC_CR_WAVE1_1 ((uint32_t)0x00000080) /*!<Bit 1 */
Kojto 106:ba1f97679dad 2968
Kojto 106:ba1f97679dad 2969 #define DAC_CR_MAMP1 ((uint32_t)0x00000F00) /*!<MAMP1[3:0] (DAC channel1 Mask/Amplitude selector) */
Kojto 106:ba1f97679dad 2970 #define DAC_CR_MAMP1_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 2971 #define DAC_CR_MAMP1_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 2972 #define DAC_CR_MAMP1_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 2973 #define DAC_CR_MAMP1_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 2974
Kojto 106:ba1f97679dad 2975 #define DAC_CR_DMAEN1 ((uint32_t)0x00001000) /*!<DAC channel1 DMA enable */
Kojto 106:ba1f97679dad 2976 #define DAC_CR_EN2 ((uint32_t)0x00010000) /*!<DAC channel2 enable */
Kojto 106:ba1f97679dad 2977 #define DAC_CR_BOFF2 ((uint32_t)0x00020000) /*!<DAC channel2 output buffer disable */
Kojto 106:ba1f97679dad 2978 #define DAC_CR_TEN2 ((uint32_t)0x00040000) /*!<DAC channel2 Trigger enable */
Kojto 106:ba1f97679dad 2979
Kojto 106:ba1f97679dad 2980 #define DAC_CR_TSEL2 ((uint32_t)0x00380000) /*!<TSEL2[2:0] (DAC channel2 Trigger selection) */
Kojto 106:ba1f97679dad 2981 #define DAC_CR_TSEL2_0 ((uint32_t)0x00080000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 2982 #define DAC_CR_TSEL2_1 ((uint32_t)0x00100000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 2983 #define DAC_CR_TSEL2_2 ((uint32_t)0x00200000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 2984
Kojto 106:ba1f97679dad 2985 #define DAC_CR_WAVE2 ((uint32_t)0x00C00000) /*!<WAVE2[1:0] (DAC channel2 noise/triangle wave generation enable) */
Kojto 106:ba1f97679dad 2986 #define DAC_CR_WAVE2_0 ((uint32_t)0x00400000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 2987 #define DAC_CR_WAVE2_1 ((uint32_t)0x00800000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 2988
Kojto 106:ba1f97679dad 2989 #define DAC_CR_MAMP2 ((uint32_t)0x0F000000) /*!<MAMP2[3:0] (DAC channel2 Mask/Amplitude selector) */
Kojto 106:ba1f97679dad 2990 #define DAC_CR_MAMP2_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 2991 #define DAC_CR_MAMP2_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 2992 #define DAC_CR_MAMP2_2 ((uint32_t)0x04000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 2993 #define DAC_CR_MAMP2_3 ((uint32_t)0x08000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 2994
Kojto 106:ba1f97679dad 2995 #define DAC_CR_DMAEN2 ((uint32_t)0x10000000) /*!<DAC channel2 DMA enabled */
Kojto 106:ba1f97679dad 2996
Kojto 106:ba1f97679dad 2997 /***************** Bit definition for DAC_SWTRIGR register ******************/
Kojto 106:ba1f97679dad 2998 #define DAC_SWTRIGR_SWTRIG1 ((uint32_t)0x01) /*!<DAC channel1 software trigger */
Kojto 106:ba1f97679dad 2999 #define DAC_SWTRIGR_SWTRIG2 ((uint32_t)0x02) /*!<DAC channel2 software trigger */
Kojto 106:ba1f97679dad 3000
Kojto 106:ba1f97679dad 3001 /***************** Bit definition for DAC_DHR12R1 register ******************/
Kojto 106:ba1f97679dad 3002 #define DAC_DHR12R1_DACC1DHR ((uint32_t)0x0FFF) /*!<DAC channel1 12-bit Right aligned data */
Kojto 106:ba1f97679dad 3003
Kojto 106:ba1f97679dad 3004 /***************** Bit definition for DAC_DHR12L1 register ******************/
Kojto 106:ba1f97679dad 3005 #define DAC_DHR12L1_DACC1DHR ((uint32_t)0xFFF0) /*!<DAC channel1 12-bit Left aligned data */
Kojto 106:ba1f97679dad 3006
Kojto 106:ba1f97679dad 3007 /****************** Bit definition for DAC_DHR8R1 register ******************/
Kojto 106:ba1f97679dad 3008 #define DAC_DHR8R1_DACC1DHR ((uint32_t)0xFF) /*!<DAC channel1 8-bit Right aligned data */
Kojto 106:ba1f97679dad 3009
Kojto 106:ba1f97679dad 3010 /***************** Bit definition for DAC_DHR12R2 register ******************/
Kojto 106:ba1f97679dad 3011 #define DAC_DHR12R2_DACC2DHR ((uint32_t)0x0FFF) /*!<DAC channel2 12-bit Right aligned data */
Kojto 106:ba1f97679dad 3012
Kojto 106:ba1f97679dad 3013 /***************** Bit definition for DAC_DHR12L2 register ******************/
Kojto 106:ba1f97679dad 3014 #define DAC_DHR12L2_DACC2DHR ((uint32_t)0xFFF0) /*!<DAC channel2 12-bit Left aligned data */
Kojto 106:ba1f97679dad 3015
Kojto 106:ba1f97679dad 3016 /****************** Bit definition for DAC_DHR8R2 register ******************/
Kojto 106:ba1f97679dad 3017 #define DAC_DHR8R2_DACC2DHR ((uint32_t)0xFF) /*!<DAC channel2 8-bit Right aligned data */
Kojto 106:ba1f97679dad 3018
Kojto 106:ba1f97679dad 3019 /***************** Bit definition for DAC_DHR12RD register ******************/
Kojto 106:ba1f97679dad 3020 #define DAC_DHR12RD_DACC1DHR ((uint32_t)0x00000FFF) /*!<DAC channel1 12-bit Right aligned data */
Kojto 106:ba1f97679dad 3021 #define DAC_DHR12RD_DACC2DHR ((uint32_t)0x0FFF0000) /*!<DAC channel2 12-bit Right aligned data */
Kojto 106:ba1f97679dad 3022
Kojto 106:ba1f97679dad 3023 /***************** Bit definition for DAC_DHR12LD register ******************/
Kojto 106:ba1f97679dad 3024 #define DAC_DHR12LD_DACC1DHR ((uint32_t)0x0000FFF0) /*!<DAC channel1 12-bit Left aligned data */
Kojto 106:ba1f97679dad 3025 #define DAC_DHR12LD_DACC2DHR ((uint32_t)0xFFF00000) /*!<DAC channel2 12-bit Left aligned data */
Kojto 106:ba1f97679dad 3026
Kojto 106:ba1f97679dad 3027 /****************** Bit definition for DAC_DHR8RD register ******************/
Kojto 106:ba1f97679dad 3028 #define DAC_DHR8RD_DACC1DHR ((uint32_t)0x00FF) /*!<DAC channel1 8-bit Right aligned data */
Kojto 106:ba1f97679dad 3029 #define DAC_DHR8RD_DACC2DHR ((uint32_t)0xFF00) /*!<DAC channel2 8-bit Right aligned data */
Kojto 106:ba1f97679dad 3030
Kojto 106:ba1f97679dad 3031 /******************* Bit definition for DAC_DOR1 register *******************/
Kojto 106:ba1f97679dad 3032 #define DAC_DOR1_DACC1DOR ((uint32_t)0x0FFF) /*!<DAC channel1 data output */
Kojto 106:ba1f97679dad 3033
Kojto 106:ba1f97679dad 3034 /******************* Bit definition for DAC_DOR2 register *******************/
Kojto 106:ba1f97679dad 3035 #define DAC_DOR2_DACC2DOR ((uint32_t)0x0FFF) /*!<DAC channel2 data output */
Kojto 106:ba1f97679dad 3036
Kojto 106:ba1f97679dad 3037 /******************** Bit definition for DAC_SR register ********************/
Kojto 106:ba1f97679dad 3038 #define DAC_SR_DMAUDR1 ((uint32_t)0x00002000) /*!<DAC channel1 DMA underrun flag */
Kojto 106:ba1f97679dad 3039 #define DAC_SR_DMAUDR2 ((uint32_t)0x20000000) /*!<DAC channel2 DMA underrun flag */
Kojto 106:ba1f97679dad 3040
Kojto 106:ba1f97679dad 3041 /******************************************************************************/
Kojto 106:ba1f97679dad 3042 /* */
Kojto 106:ba1f97679dad 3043 /* Debug MCU */
Kojto 106:ba1f97679dad 3044 /* */
Kojto 106:ba1f97679dad 3045 /******************************************************************************/
Kojto 106:ba1f97679dad 3046
Kojto 106:ba1f97679dad 3047 /******************************************************************************/
Kojto 106:ba1f97679dad 3048 /* */
Kojto 106:ba1f97679dad 3049 /* DCMI */
Kojto 106:ba1f97679dad 3050 /* */
Kojto 106:ba1f97679dad 3051 /******************************************************************************/
Kojto 106:ba1f97679dad 3052 /******************** Bits definition for DCMI_CR register ******************/
Kojto 106:ba1f97679dad 3053 #define DCMI_CR_CAPTURE ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3054 #define DCMI_CR_CM ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 3055 #define DCMI_CR_CROP ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3056 #define DCMI_CR_JPEG ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 3057 #define DCMI_CR_ESS ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 3058 #define DCMI_CR_PCKPOL ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 3059 #define DCMI_CR_HSPOL ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 3060 #define DCMI_CR_VSPOL ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 3061 #define DCMI_CR_FCRC_0 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 3062 #define DCMI_CR_FCRC_1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 3063 #define DCMI_CR_EDM_0 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 3064 #define DCMI_CR_EDM_1 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 3065 #define DCMI_CR_OUTEN ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 3066 #define DCMI_CR_ENABLE ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 3067 #define DCMI_CR_BSM_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 3068 #define DCMI_CR_BSM_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 3069 #define DCMI_CR_OEBS ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 3070 #define DCMI_CR_LSM ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 3071 #define DCMI_CR_OELS ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 3072
Kojto 106:ba1f97679dad 3073 /******************** Bits definition for DCMI_SR register ******************/
Kojto 106:ba1f97679dad 3074 #define DCMI_SR_HSYNC ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3075 #define DCMI_SR_VSYNC ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 3076 #define DCMI_SR_FNE ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3077
Kojto 106:ba1f97679dad 3078 /******************** Bits definition for DCMI_RISR register ****************/
Kojto 106:ba1f97679dad 3079 #define DCMI_RISR_FRAME_RIS ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3080 #define DCMI_RISR_OVF_RIS ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 3081 #define DCMI_RISR_ERR_RIS ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3082 #define DCMI_RISR_VSYNC_RIS ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 3083 #define DCMI_RISR_LINE_RIS ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 3084
Kojto 106:ba1f97679dad 3085 /******************** Bits definition for DCMI_IER register *****************/
Kojto 106:ba1f97679dad 3086 #define DCMI_IER_FRAME_IE ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3087 #define DCMI_IER_OVF_IE ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 3088 #define DCMI_IER_ERR_IE ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3089 #define DCMI_IER_VSYNC_IE ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 3090 #define DCMI_IER_LINE_IE ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 3091
Kojto 106:ba1f97679dad 3092 /******************** Bits definition for DCMI_MISR register ****************/
Kojto 106:ba1f97679dad 3093 #define DCMI_MISR_FRAME_MIS ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3094 #define DCMI_MISR_OVF_MIS ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 3095 #define DCMI_MISR_ERR_MIS ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3096 #define DCMI_MISR_VSYNC_MIS ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 3097 #define DCMI_MISR_LINE_MIS ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 3098
Kojto 106:ba1f97679dad 3099 /******************** Bits definition for DCMI_ICR register *****************/
Kojto 106:ba1f97679dad 3100 #define DCMI_ICR_FRAME_ISC ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3101 #define DCMI_ICR_OVF_ISC ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 3102 #define DCMI_ICR_ERR_ISC ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3103 #define DCMI_ICR_VSYNC_ISC ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 3104 #define DCMI_ICR_LINE_ISC ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 3105
Kojto 106:ba1f97679dad 3106 /******************************************************************************/
Kojto 106:ba1f97679dad 3107 /* */
Kojto 106:ba1f97679dad 3108 /* DMA Controller */
Kojto 106:ba1f97679dad 3109 /* */
Kojto 106:ba1f97679dad 3110 /******************************************************************************/
Kojto 106:ba1f97679dad 3111 /******************** Bits definition for DMA_SxCR register *****************/
Kojto 106:ba1f97679dad 3112 #define DMA_SxCR_CHSEL ((uint32_t)0x0E000000)
Kojto 106:ba1f97679dad 3113 #define DMA_SxCR_CHSEL_0 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 3114 #define DMA_SxCR_CHSEL_1 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 3115 #define DMA_SxCR_CHSEL_2 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 3116 #define DMA_SxCR_MBURST ((uint32_t)0x01800000)
Kojto 106:ba1f97679dad 3117 #define DMA_SxCR_MBURST_0 ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 3118 #define DMA_SxCR_MBURST_1 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 3119 #define DMA_SxCR_PBURST ((uint32_t)0x00600000)
Kojto 106:ba1f97679dad 3120 #define DMA_SxCR_PBURST_0 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 3121 #define DMA_SxCR_PBURST_1 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 3122 #define DMA_SxCR_ACK ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 3123 #define DMA_SxCR_CT ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 3124 #define DMA_SxCR_DBM ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 3125 #define DMA_SxCR_PL ((uint32_t)0x00030000)
Kojto 106:ba1f97679dad 3126 #define DMA_SxCR_PL_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 3127 #define DMA_SxCR_PL_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 3128 #define DMA_SxCR_PINCOS ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 3129 #define DMA_SxCR_MSIZE ((uint32_t)0x00006000)
Kojto 106:ba1f97679dad 3130 #define DMA_SxCR_MSIZE_0 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 3131 #define DMA_SxCR_MSIZE_1 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 3132 #define DMA_SxCR_PSIZE ((uint32_t)0x00001800)
Kojto 106:ba1f97679dad 3133 #define DMA_SxCR_PSIZE_0 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 3134 #define DMA_SxCR_PSIZE_1 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 3135 #define DMA_SxCR_MINC ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 3136 #define DMA_SxCR_PINC ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 3137 #define DMA_SxCR_CIRC ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 3138 #define DMA_SxCR_DIR ((uint32_t)0x000000C0)
Kojto 106:ba1f97679dad 3139 #define DMA_SxCR_DIR_0 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 3140 #define DMA_SxCR_DIR_1 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 3141 #define DMA_SxCR_PFCTRL ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 3142 #define DMA_SxCR_TCIE ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 3143 #define DMA_SxCR_HTIE ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 3144 #define DMA_SxCR_TEIE ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3145 #define DMA_SxCR_DMEIE ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 3146 #define DMA_SxCR_EN ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3147
Kojto 106:ba1f97679dad 3148 /******************** Bits definition for DMA_SxCNDTR register **************/
Kojto 106:ba1f97679dad 3149 #define DMA_SxNDT ((uint32_t)0x0000FFFF)
Kojto 106:ba1f97679dad 3150 #define DMA_SxNDT_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3151 #define DMA_SxNDT_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 3152 #define DMA_SxNDT_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3153 #define DMA_SxNDT_3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 3154 #define DMA_SxNDT_4 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 3155 #define DMA_SxNDT_5 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 3156 #define DMA_SxNDT_6 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 3157 #define DMA_SxNDT_7 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 3158 #define DMA_SxNDT_8 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 3159 #define DMA_SxNDT_9 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 3160 #define DMA_SxNDT_10 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 3161 #define DMA_SxNDT_11 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 3162 #define DMA_SxNDT_12 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 3163 #define DMA_SxNDT_13 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 3164 #define DMA_SxNDT_14 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 3165 #define DMA_SxNDT_15 ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 3166
Kojto 106:ba1f97679dad 3167 /******************** Bits definition for DMA_SxFCR register ****************/
Kojto 106:ba1f97679dad 3168 #define DMA_SxFCR_FEIE ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 3169 #define DMA_SxFCR_FS ((uint32_t)0x00000038)
Kojto 106:ba1f97679dad 3170 #define DMA_SxFCR_FS_0 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 3171 #define DMA_SxFCR_FS_1 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 3172 #define DMA_SxFCR_FS_2 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 3173 #define DMA_SxFCR_DMDIS ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3174 #define DMA_SxFCR_FTH ((uint32_t)0x00000003)
Kojto 106:ba1f97679dad 3175 #define DMA_SxFCR_FTH_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3176 #define DMA_SxFCR_FTH_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 3177
Kojto 106:ba1f97679dad 3178 /******************** Bits definition for DMA_LISR register *****************/
Kojto 106:ba1f97679dad 3179 #define DMA_LISR_TCIF3 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 3180 #define DMA_LISR_HTIF3 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 3181 #define DMA_LISR_TEIF3 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 3182 #define DMA_LISR_DMEIF3 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 3183 #define DMA_LISR_FEIF3 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 3184 #define DMA_LISR_TCIF2 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 3185 #define DMA_LISR_HTIF2 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 3186 #define DMA_LISR_TEIF2 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 3187 #define DMA_LISR_DMEIF2 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 3188 #define DMA_LISR_FEIF2 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 3189 #define DMA_LISR_TCIF1 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 3190 #define DMA_LISR_HTIF1 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 3191 #define DMA_LISR_TEIF1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 3192 #define DMA_LISR_DMEIF1 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 3193 #define DMA_LISR_FEIF1 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 3194 #define DMA_LISR_TCIF0 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 3195 #define DMA_LISR_HTIF0 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 3196 #define DMA_LISR_TEIF0 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 3197 #define DMA_LISR_DMEIF0 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3198 #define DMA_LISR_FEIF0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3199
Kojto 106:ba1f97679dad 3200 /******************** Bits definition for DMA_HISR register *****************/
Kojto 106:ba1f97679dad 3201 #define DMA_HISR_TCIF7 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 3202 #define DMA_HISR_HTIF7 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 3203 #define DMA_HISR_TEIF7 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 3204 #define DMA_HISR_DMEIF7 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 3205 #define DMA_HISR_FEIF7 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 3206 #define DMA_HISR_TCIF6 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 3207 #define DMA_HISR_HTIF6 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 3208 #define DMA_HISR_TEIF6 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 3209 #define DMA_HISR_DMEIF6 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 3210 #define DMA_HISR_FEIF6 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 3211 #define DMA_HISR_TCIF5 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 3212 #define DMA_HISR_HTIF5 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 3213 #define DMA_HISR_TEIF5 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 3214 #define DMA_HISR_DMEIF5 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 3215 #define DMA_HISR_FEIF5 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 3216 #define DMA_HISR_TCIF4 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 3217 #define DMA_HISR_HTIF4 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 3218 #define DMA_HISR_TEIF4 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 3219 #define DMA_HISR_DMEIF4 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3220 #define DMA_HISR_FEIF4 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3221
Kojto 106:ba1f97679dad 3222 /******************** Bits definition for DMA_LIFCR register ****************/
Kojto 106:ba1f97679dad 3223 #define DMA_LIFCR_CTCIF3 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 3224 #define DMA_LIFCR_CHTIF3 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 3225 #define DMA_LIFCR_CTEIF3 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 3226 #define DMA_LIFCR_CDMEIF3 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 3227 #define DMA_LIFCR_CFEIF3 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 3228 #define DMA_LIFCR_CTCIF2 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 3229 #define DMA_LIFCR_CHTIF2 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 3230 #define DMA_LIFCR_CTEIF2 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 3231 #define DMA_LIFCR_CDMEIF2 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 3232 #define DMA_LIFCR_CFEIF2 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 3233 #define DMA_LIFCR_CTCIF1 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 3234 #define DMA_LIFCR_CHTIF1 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 3235 #define DMA_LIFCR_CTEIF1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 3236 #define DMA_LIFCR_CDMEIF1 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 3237 #define DMA_LIFCR_CFEIF1 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 3238 #define DMA_LIFCR_CTCIF0 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 3239 #define DMA_LIFCR_CHTIF0 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 3240 #define DMA_LIFCR_CTEIF0 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 3241 #define DMA_LIFCR_CDMEIF0 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3242 #define DMA_LIFCR_CFEIF0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3243
Kojto 106:ba1f97679dad 3244 /******************** Bits definition for DMA_HIFCR register ****************/
Kojto 106:ba1f97679dad 3245 #define DMA_HIFCR_CTCIF7 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 3246 #define DMA_HIFCR_CHTIF7 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 3247 #define DMA_HIFCR_CTEIF7 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 3248 #define DMA_HIFCR_CDMEIF7 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 3249 #define DMA_HIFCR_CFEIF7 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 3250 #define DMA_HIFCR_CTCIF6 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 3251 #define DMA_HIFCR_CHTIF6 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 3252 #define DMA_HIFCR_CTEIF6 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 3253 #define DMA_HIFCR_CDMEIF6 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 3254 #define DMA_HIFCR_CFEIF6 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 3255 #define DMA_HIFCR_CTCIF5 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 3256 #define DMA_HIFCR_CHTIF5 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 3257 #define DMA_HIFCR_CTEIF5 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 3258 #define DMA_HIFCR_CDMEIF5 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 3259 #define DMA_HIFCR_CFEIF5 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 3260 #define DMA_HIFCR_CTCIF4 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 3261 #define DMA_HIFCR_CHTIF4 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 3262 #define DMA_HIFCR_CTEIF4 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 3263 #define DMA_HIFCR_CDMEIF4 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3264 #define DMA_HIFCR_CFEIF4 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3265
Kojto 106:ba1f97679dad 3266
Kojto 106:ba1f97679dad 3267 /******************************************************************************/
Kojto 106:ba1f97679dad 3268 /* */
Kojto 106:ba1f97679dad 3269 /* External Interrupt/Event Controller */
Kojto 106:ba1f97679dad 3270 /* */
Kojto 106:ba1f97679dad 3271 /******************************************************************************/
Kojto 106:ba1f97679dad 3272 /******************* Bit definition for EXTI_IMR register *******************/
Kojto 106:ba1f97679dad 3273 #define EXTI_IMR_MR0 ((uint32_t)0x00000001) /*!< Interrupt Mask on line 0 */
Kojto 106:ba1f97679dad 3274 #define EXTI_IMR_MR1 ((uint32_t)0x00000002) /*!< Interrupt Mask on line 1 */
Kojto 106:ba1f97679dad 3275 #define EXTI_IMR_MR2 ((uint32_t)0x00000004) /*!< Interrupt Mask on line 2 */
Kojto 106:ba1f97679dad 3276 #define EXTI_IMR_MR3 ((uint32_t)0x00000008) /*!< Interrupt Mask on line 3 */
Kojto 106:ba1f97679dad 3277 #define EXTI_IMR_MR4 ((uint32_t)0x00000010) /*!< Interrupt Mask on line 4 */
Kojto 106:ba1f97679dad 3278 #define EXTI_IMR_MR5 ((uint32_t)0x00000020) /*!< Interrupt Mask on line 5 */
Kojto 106:ba1f97679dad 3279 #define EXTI_IMR_MR6 ((uint32_t)0x00000040) /*!< Interrupt Mask on line 6 */
Kojto 106:ba1f97679dad 3280 #define EXTI_IMR_MR7 ((uint32_t)0x00000080) /*!< Interrupt Mask on line 7 */
Kojto 106:ba1f97679dad 3281 #define EXTI_IMR_MR8 ((uint32_t)0x00000100) /*!< Interrupt Mask on line 8 */
Kojto 106:ba1f97679dad 3282 #define EXTI_IMR_MR9 ((uint32_t)0x00000200) /*!< Interrupt Mask on line 9 */
Kojto 106:ba1f97679dad 3283 #define EXTI_IMR_MR10 ((uint32_t)0x00000400) /*!< Interrupt Mask on line 10 */
Kojto 106:ba1f97679dad 3284 #define EXTI_IMR_MR11 ((uint32_t)0x00000800) /*!< Interrupt Mask on line 11 */
Kojto 106:ba1f97679dad 3285 #define EXTI_IMR_MR12 ((uint32_t)0x00001000) /*!< Interrupt Mask on line 12 */
Kojto 106:ba1f97679dad 3286 #define EXTI_IMR_MR13 ((uint32_t)0x00002000) /*!< Interrupt Mask on line 13 */
Kojto 106:ba1f97679dad 3287 #define EXTI_IMR_MR14 ((uint32_t)0x00004000) /*!< Interrupt Mask on line 14 */
Kojto 106:ba1f97679dad 3288 #define EXTI_IMR_MR15 ((uint32_t)0x00008000) /*!< Interrupt Mask on line 15 */
Kojto 106:ba1f97679dad 3289 #define EXTI_IMR_MR16 ((uint32_t)0x00010000) /*!< Interrupt Mask on line 16 */
Kojto 106:ba1f97679dad 3290 #define EXTI_IMR_MR17 ((uint32_t)0x00020000) /*!< Interrupt Mask on line 17 */
Kojto 106:ba1f97679dad 3291 #define EXTI_IMR_MR18 ((uint32_t)0x00040000) /*!< Interrupt Mask on line 18 */
Kojto 106:ba1f97679dad 3292 #define EXTI_IMR_MR19 ((uint32_t)0x00080000) /*!< Interrupt Mask on line 19 */
Kojto 106:ba1f97679dad 3293 #define EXTI_IMR_MR20 ((uint32_t)0x00100000) /*!< Interrupt Mask on line 20 */
Kojto 106:ba1f97679dad 3294 #define EXTI_IMR_MR21 ((uint32_t)0x00200000) /*!< Interrupt Mask on line 21 */
Kojto 106:ba1f97679dad 3295 #define EXTI_IMR_MR22 ((uint32_t)0x00400000) /*!< Interrupt Mask on line 22 */
Kojto 106:ba1f97679dad 3296
Kojto 106:ba1f97679dad 3297 /******************* Bit definition for EXTI_EMR register *******************/
Kojto 106:ba1f97679dad 3298 #define EXTI_EMR_MR0 ((uint32_t)0x00000001) /*!< Event Mask on line 0 */
Kojto 106:ba1f97679dad 3299 #define EXTI_EMR_MR1 ((uint32_t)0x00000002) /*!< Event Mask on line 1 */
Kojto 106:ba1f97679dad 3300 #define EXTI_EMR_MR2 ((uint32_t)0x00000004) /*!< Event Mask on line 2 */
Kojto 106:ba1f97679dad 3301 #define EXTI_EMR_MR3 ((uint32_t)0x00000008) /*!< Event Mask on line 3 */
Kojto 106:ba1f97679dad 3302 #define EXTI_EMR_MR4 ((uint32_t)0x00000010) /*!< Event Mask on line 4 */
Kojto 106:ba1f97679dad 3303 #define EXTI_EMR_MR5 ((uint32_t)0x00000020) /*!< Event Mask on line 5 */
Kojto 106:ba1f97679dad 3304 #define EXTI_EMR_MR6 ((uint32_t)0x00000040) /*!< Event Mask on line 6 */
Kojto 106:ba1f97679dad 3305 #define EXTI_EMR_MR7 ((uint32_t)0x00000080) /*!< Event Mask on line 7 */
Kojto 106:ba1f97679dad 3306 #define EXTI_EMR_MR8 ((uint32_t)0x00000100) /*!< Event Mask on line 8 */
Kojto 106:ba1f97679dad 3307 #define EXTI_EMR_MR9 ((uint32_t)0x00000200) /*!< Event Mask on line 9 */
Kojto 106:ba1f97679dad 3308 #define EXTI_EMR_MR10 ((uint32_t)0x00000400) /*!< Event Mask on line 10 */
Kojto 106:ba1f97679dad 3309 #define EXTI_EMR_MR11 ((uint32_t)0x00000800) /*!< Event Mask on line 11 */
Kojto 106:ba1f97679dad 3310 #define EXTI_EMR_MR12 ((uint32_t)0x00001000) /*!< Event Mask on line 12 */
Kojto 106:ba1f97679dad 3311 #define EXTI_EMR_MR13 ((uint32_t)0x00002000) /*!< Event Mask on line 13 */
Kojto 106:ba1f97679dad 3312 #define EXTI_EMR_MR14 ((uint32_t)0x00004000) /*!< Event Mask on line 14 */
Kojto 106:ba1f97679dad 3313 #define EXTI_EMR_MR15 ((uint32_t)0x00008000) /*!< Event Mask on line 15 */
Kojto 106:ba1f97679dad 3314 #define EXTI_EMR_MR16 ((uint32_t)0x00010000) /*!< Event Mask on line 16 */
Kojto 106:ba1f97679dad 3315 #define EXTI_EMR_MR17 ((uint32_t)0x00020000) /*!< Event Mask on line 17 */
Kojto 106:ba1f97679dad 3316 #define EXTI_EMR_MR18 ((uint32_t)0x00040000) /*!< Event Mask on line 18 */
Kojto 106:ba1f97679dad 3317 #define EXTI_EMR_MR19 ((uint32_t)0x00080000) /*!< Event Mask on line 19 */
Kojto 106:ba1f97679dad 3318 #define EXTI_EMR_MR20 ((uint32_t)0x00100000) /*!< Event Mask on line 20 */
Kojto 106:ba1f97679dad 3319 #define EXTI_EMR_MR21 ((uint32_t)0x00200000) /*!< Event Mask on line 21 */
Kojto 106:ba1f97679dad 3320 #define EXTI_EMR_MR22 ((uint32_t)0x00400000) /*!< Event Mask on line 22 */
Kojto 106:ba1f97679dad 3321
Kojto 106:ba1f97679dad 3322 /****************** Bit definition for EXTI_RTSR register *******************/
Kojto 106:ba1f97679dad 3323 #define EXTI_RTSR_TR0 ((uint32_t)0x00000001) /*!< Rising trigger event configuration bit of line 0 */
Kojto 106:ba1f97679dad 3324 #define EXTI_RTSR_TR1 ((uint32_t)0x00000002) /*!< Rising trigger event configuration bit of line 1 */
Kojto 106:ba1f97679dad 3325 #define EXTI_RTSR_TR2 ((uint32_t)0x00000004) /*!< Rising trigger event configuration bit of line 2 */
Kojto 106:ba1f97679dad 3326 #define EXTI_RTSR_TR3 ((uint32_t)0x00000008) /*!< Rising trigger event configuration bit of line 3 */
Kojto 106:ba1f97679dad 3327 #define EXTI_RTSR_TR4 ((uint32_t)0x00000010) /*!< Rising trigger event configuration bit of line 4 */
Kojto 106:ba1f97679dad 3328 #define EXTI_RTSR_TR5 ((uint32_t)0x00000020) /*!< Rising trigger event configuration bit of line 5 */
Kojto 106:ba1f97679dad 3329 #define EXTI_RTSR_TR6 ((uint32_t)0x00000040) /*!< Rising trigger event configuration bit of line 6 */
Kojto 106:ba1f97679dad 3330 #define EXTI_RTSR_TR7 ((uint32_t)0x00000080) /*!< Rising trigger event configuration bit of line 7 */
Kojto 106:ba1f97679dad 3331 #define EXTI_RTSR_TR8 ((uint32_t)0x00000100) /*!< Rising trigger event configuration bit of line 8 */
Kojto 106:ba1f97679dad 3332 #define EXTI_RTSR_TR9 ((uint32_t)0x00000200) /*!< Rising trigger event configuration bit of line 9 */
Kojto 106:ba1f97679dad 3333 #define EXTI_RTSR_TR10 ((uint32_t)0x00000400) /*!< Rising trigger event configuration bit of line 10 */
Kojto 106:ba1f97679dad 3334 #define EXTI_RTSR_TR11 ((uint32_t)0x00000800) /*!< Rising trigger event configuration bit of line 11 */
Kojto 106:ba1f97679dad 3335 #define EXTI_RTSR_TR12 ((uint32_t)0x00001000) /*!< Rising trigger event configuration bit of line 12 */
Kojto 106:ba1f97679dad 3336 #define EXTI_RTSR_TR13 ((uint32_t)0x00002000) /*!< Rising trigger event configuration bit of line 13 */
Kojto 106:ba1f97679dad 3337 #define EXTI_RTSR_TR14 ((uint32_t)0x00004000) /*!< Rising trigger event configuration bit of line 14 */
Kojto 106:ba1f97679dad 3338 #define EXTI_RTSR_TR15 ((uint32_t)0x00008000) /*!< Rising trigger event configuration bit of line 15 */
Kojto 106:ba1f97679dad 3339 #define EXTI_RTSR_TR16 ((uint32_t)0x00010000) /*!< Rising trigger event configuration bit of line 16 */
Kojto 106:ba1f97679dad 3340 #define EXTI_RTSR_TR17 ((uint32_t)0x00020000) /*!< Rising trigger event configuration bit of line 17 */
Kojto 106:ba1f97679dad 3341 #define EXTI_RTSR_TR18 ((uint32_t)0x00040000) /*!< Rising trigger event configuration bit of line 18 */
Kojto 106:ba1f97679dad 3342 #define EXTI_RTSR_TR19 ((uint32_t)0x00080000) /*!< Rising trigger event configuration bit of line 19 */
Kojto 106:ba1f97679dad 3343 #define EXTI_RTSR_TR20 ((uint32_t)0x00100000) /*!< Rising trigger event configuration bit of line 20 */
Kojto 106:ba1f97679dad 3344 #define EXTI_RTSR_TR21 ((uint32_t)0x00200000) /*!< Rising trigger event configuration bit of line 21 */
Kojto 106:ba1f97679dad 3345 #define EXTI_RTSR_TR22 ((uint32_t)0x00400000) /*!< Rising trigger event configuration bit of line 22 */
Kojto 106:ba1f97679dad 3346
Kojto 106:ba1f97679dad 3347 /****************** Bit definition for EXTI_FTSR register *******************/
Kojto 106:ba1f97679dad 3348 #define EXTI_FTSR_TR0 ((uint32_t)0x00000001) /*!< Falling trigger event configuration bit of line 0 */
Kojto 106:ba1f97679dad 3349 #define EXTI_FTSR_TR1 ((uint32_t)0x00000002) /*!< Falling trigger event configuration bit of line 1 */
Kojto 106:ba1f97679dad 3350 #define EXTI_FTSR_TR2 ((uint32_t)0x00000004) /*!< Falling trigger event configuration bit of line 2 */
Kojto 106:ba1f97679dad 3351 #define EXTI_FTSR_TR3 ((uint32_t)0x00000008) /*!< Falling trigger event configuration bit of line 3 */
Kojto 106:ba1f97679dad 3352 #define EXTI_FTSR_TR4 ((uint32_t)0x00000010) /*!< Falling trigger event configuration bit of line 4 */
Kojto 106:ba1f97679dad 3353 #define EXTI_FTSR_TR5 ((uint32_t)0x00000020) /*!< Falling trigger event configuration bit of line 5 */
Kojto 106:ba1f97679dad 3354 #define EXTI_FTSR_TR6 ((uint32_t)0x00000040) /*!< Falling trigger event configuration bit of line 6 */
Kojto 106:ba1f97679dad 3355 #define EXTI_FTSR_TR7 ((uint32_t)0x00000080) /*!< Falling trigger event configuration bit of line 7 */
Kojto 106:ba1f97679dad 3356 #define EXTI_FTSR_TR8 ((uint32_t)0x00000100) /*!< Falling trigger event configuration bit of line 8 */
Kojto 106:ba1f97679dad 3357 #define EXTI_FTSR_TR9 ((uint32_t)0x00000200) /*!< Falling trigger event configuration bit of line 9 */
Kojto 106:ba1f97679dad 3358 #define EXTI_FTSR_TR10 ((uint32_t)0x00000400) /*!< Falling trigger event configuration bit of line 10 */
Kojto 106:ba1f97679dad 3359 #define EXTI_FTSR_TR11 ((uint32_t)0x00000800) /*!< Falling trigger event configuration bit of line 11 */
Kojto 106:ba1f97679dad 3360 #define EXTI_FTSR_TR12 ((uint32_t)0x00001000) /*!< Falling trigger event configuration bit of line 12 */
Kojto 106:ba1f97679dad 3361 #define EXTI_FTSR_TR13 ((uint32_t)0x00002000) /*!< Falling trigger event configuration bit of line 13 */
Kojto 106:ba1f97679dad 3362 #define EXTI_FTSR_TR14 ((uint32_t)0x00004000) /*!< Falling trigger event configuration bit of line 14 */
Kojto 106:ba1f97679dad 3363 #define EXTI_FTSR_TR15 ((uint32_t)0x00008000) /*!< Falling trigger event configuration bit of line 15 */
Kojto 106:ba1f97679dad 3364 #define EXTI_FTSR_TR16 ((uint32_t)0x00010000) /*!< Falling trigger event configuration bit of line 16 */
Kojto 106:ba1f97679dad 3365 #define EXTI_FTSR_TR17 ((uint32_t)0x00020000) /*!< Falling trigger event configuration bit of line 17 */
Kojto 106:ba1f97679dad 3366 #define EXTI_FTSR_TR18 ((uint32_t)0x00040000) /*!< Falling trigger event configuration bit of line 18 */
Kojto 106:ba1f97679dad 3367 #define EXTI_FTSR_TR19 ((uint32_t)0x00080000) /*!< Falling trigger event configuration bit of line 19 */
Kojto 106:ba1f97679dad 3368 #define EXTI_FTSR_TR20 ((uint32_t)0x00100000) /*!< Falling trigger event configuration bit of line 20 */
Kojto 106:ba1f97679dad 3369 #define EXTI_FTSR_TR21 ((uint32_t)0x00200000) /*!< Falling trigger event configuration bit of line 21 */
Kojto 106:ba1f97679dad 3370 #define EXTI_FTSR_TR22 ((uint32_t)0x00400000) /*!< Falling trigger event configuration bit of line 22 */
Kojto 106:ba1f97679dad 3371
Kojto 106:ba1f97679dad 3372 /****************** Bit definition for EXTI_SWIER register ******************/
Kojto 106:ba1f97679dad 3373 #define EXTI_SWIER_SWIER0 ((uint32_t)0x00000001) /*!< Software Interrupt on line 0 */
Kojto 106:ba1f97679dad 3374 #define EXTI_SWIER_SWIER1 ((uint32_t)0x00000002) /*!< Software Interrupt on line 1 */
Kojto 106:ba1f97679dad 3375 #define EXTI_SWIER_SWIER2 ((uint32_t)0x00000004) /*!< Software Interrupt on line 2 */
Kojto 106:ba1f97679dad 3376 #define EXTI_SWIER_SWIER3 ((uint32_t)0x00000008) /*!< Software Interrupt on line 3 */
Kojto 106:ba1f97679dad 3377 #define EXTI_SWIER_SWIER4 ((uint32_t)0x00000010) /*!< Software Interrupt on line 4 */
Kojto 106:ba1f97679dad 3378 #define EXTI_SWIER_SWIER5 ((uint32_t)0x00000020) /*!< Software Interrupt on line 5 */
Kojto 106:ba1f97679dad 3379 #define EXTI_SWIER_SWIER6 ((uint32_t)0x00000040) /*!< Software Interrupt on line 6 */
Kojto 106:ba1f97679dad 3380 #define EXTI_SWIER_SWIER7 ((uint32_t)0x00000080) /*!< Software Interrupt on line 7 */
Kojto 106:ba1f97679dad 3381 #define EXTI_SWIER_SWIER8 ((uint32_t)0x00000100) /*!< Software Interrupt on line 8 */
Kojto 106:ba1f97679dad 3382 #define EXTI_SWIER_SWIER9 ((uint32_t)0x00000200) /*!< Software Interrupt on line 9 */
Kojto 106:ba1f97679dad 3383 #define EXTI_SWIER_SWIER10 ((uint32_t)0x00000400) /*!< Software Interrupt on line 10 */
Kojto 106:ba1f97679dad 3384 #define EXTI_SWIER_SWIER11 ((uint32_t)0x00000800) /*!< Software Interrupt on line 11 */
Kojto 106:ba1f97679dad 3385 #define EXTI_SWIER_SWIER12 ((uint32_t)0x00001000) /*!< Software Interrupt on line 12 */
Kojto 106:ba1f97679dad 3386 #define EXTI_SWIER_SWIER13 ((uint32_t)0x00002000) /*!< Software Interrupt on line 13 */
Kojto 106:ba1f97679dad 3387 #define EXTI_SWIER_SWIER14 ((uint32_t)0x00004000) /*!< Software Interrupt on line 14 */
Kojto 106:ba1f97679dad 3388 #define EXTI_SWIER_SWIER15 ((uint32_t)0x00008000) /*!< Software Interrupt on line 15 */
Kojto 106:ba1f97679dad 3389 #define EXTI_SWIER_SWIER16 ((uint32_t)0x00010000) /*!< Software Interrupt on line 16 */
Kojto 106:ba1f97679dad 3390 #define EXTI_SWIER_SWIER17 ((uint32_t)0x00020000) /*!< Software Interrupt on line 17 */
Kojto 106:ba1f97679dad 3391 #define EXTI_SWIER_SWIER18 ((uint32_t)0x00040000) /*!< Software Interrupt on line 18 */
Kojto 106:ba1f97679dad 3392 #define EXTI_SWIER_SWIER19 ((uint32_t)0x00080000) /*!< Software Interrupt on line 19 */
Kojto 106:ba1f97679dad 3393 #define EXTI_SWIER_SWIER20 ((uint32_t)0x00100000) /*!< Software Interrupt on line 20 */
Kojto 106:ba1f97679dad 3394 #define EXTI_SWIER_SWIER21 ((uint32_t)0x00200000) /*!< Software Interrupt on line 21 */
Kojto 106:ba1f97679dad 3395 #define EXTI_SWIER_SWIER22 ((uint32_t)0x00400000) /*!< Software Interrupt on line 22 */
Kojto 106:ba1f97679dad 3396
Kojto 106:ba1f97679dad 3397 /******************* Bit definition for EXTI_PR register ********************/
Kojto 106:ba1f97679dad 3398 #define EXTI_PR_PR0 ((uint32_t)0x00000001) /*!< Pending bit for line 0 */
Kojto 106:ba1f97679dad 3399 #define EXTI_PR_PR1 ((uint32_t)0x00000002) /*!< Pending bit for line 1 */
Kojto 106:ba1f97679dad 3400 #define EXTI_PR_PR2 ((uint32_t)0x00000004) /*!< Pending bit for line 2 */
Kojto 106:ba1f97679dad 3401 #define EXTI_PR_PR3 ((uint32_t)0x00000008) /*!< Pending bit for line 3 */
Kojto 106:ba1f97679dad 3402 #define EXTI_PR_PR4 ((uint32_t)0x00000010) /*!< Pending bit for line 4 */
Kojto 106:ba1f97679dad 3403 #define EXTI_PR_PR5 ((uint32_t)0x00000020) /*!< Pending bit for line 5 */
Kojto 106:ba1f97679dad 3404 #define EXTI_PR_PR6 ((uint32_t)0x00000040) /*!< Pending bit for line 6 */
Kojto 106:ba1f97679dad 3405 #define EXTI_PR_PR7 ((uint32_t)0x00000080) /*!< Pending bit for line 7 */
Kojto 106:ba1f97679dad 3406 #define EXTI_PR_PR8 ((uint32_t)0x00000100) /*!< Pending bit for line 8 */
Kojto 106:ba1f97679dad 3407 #define EXTI_PR_PR9 ((uint32_t)0x00000200) /*!< Pending bit for line 9 */
Kojto 106:ba1f97679dad 3408 #define EXTI_PR_PR10 ((uint32_t)0x00000400) /*!< Pending bit for line 10 */
Kojto 106:ba1f97679dad 3409 #define EXTI_PR_PR11 ((uint32_t)0x00000800) /*!< Pending bit for line 11 */
Kojto 106:ba1f97679dad 3410 #define EXTI_PR_PR12 ((uint32_t)0x00001000) /*!< Pending bit for line 12 */
Kojto 106:ba1f97679dad 3411 #define EXTI_PR_PR13 ((uint32_t)0x00002000) /*!< Pending bit for line 13 */
Kojto 106:ba1f97679dad 3412 #define EXTI_PR_PR14 ((uint32_t)0x00004000) /*!< Pending bit for line 14 */
Kojto 106:ba1f97679dad 3413 #define EXTI_PR_PR15 ((uint32_t)0x00008000) /*!< Pending bit for line 15 */
Kojto 106:ba1f97679dad 3414 #define EXTI_PR_PR16 ((uint32_t)0x00010000) /*!< Pending bit for line 16 */
Kojto 106:ba1f97679dad 3415 #define EXTI_PR_PR17 ((uint32_t)0x00020000) /*!< Pending bit for line 17 */
Kojto 106:ba1f97679dad 3416 #define EXTI_PR_PR18 ((uint32_t)0x00040000) /*!< Pending bit for line 18 */
Kojto 106:ba1f97679dad 3417 #define EXTI_PR_PR19 ((uint32_t)0x00080000) /*!< Pending bit for line 19 */
Kojto 106:ba1f97679dad 3418 #define EXTI_PR_PR20 ((uint32_t)0x00100000) /*!< Pending bit for line 20 */
Kojto 106:ba1f97679dad 3419 #define EXTI_PR_PR21 ((uint32_t)0x00200000) /*!< Pending bit for line 21 */
Kojto 106:ba1f97679dad 3420 #define EXTI_PR_PR22 ((uint32_t)0x00400000) /*!< Pending bit for line 22 */
Kojto 106:ba1f97679dad 3421
Kojto 106:ba1f97679dad 3422 /******************************************************************************/
Kojto 106:ba1f97679dad 3423 /* */
Kojto 106:ba1f97679dad 3424 /* FLASH */
Kojto 106:ba1f97679dad 3425 /* */
Kojto 106:ba1f97679dad 3426 /******************************************************************************/
Kojto 106:ba1f97679dad 3427 /******************* Bits definition for FLASH_ACR register *****************/
Kojto 106:ba1f97679dad 3428 #define FLASH_ACR_LATENCY ((uint32_t)0x0000000F)
Kojto 106:ba1f97679dad 3429 #define FLASH_ACR_LATENCY_0WS ((uint32_t)0x00000000)
Kojto 106:ba1f97679dad 3430 #define FLASH_ACR_LATENCY_1WS ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3431 #define FLASH_ACR_LATENCY_2WS ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 3432 #define FLASH_ACR_LATENCY_3WS ((uint32_t)0x00000003)
Kojto 106:ba1f97679dad 3433 #define FLASH_ACR_LATENCY_4WS ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3434 #define FLASH_ACR_LATENCY_5WS ((uint32_t)0x00000005)
Kojto 106:ba1f97679dad 3435 #define FLASH_ACR_LATENCY_6WS ((uint32_t)0x00000006)
Kojto 106:ba1f97679dad 3436 #define FLASH_ACR_LATENCY_7WS ((uint32_t)0x00000007)
Kojto 106:ba1f97679dad 3437 #define FLASH_ACR_LATENCY_8WS ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 3438 #define FLASH_ACR_LATENCY_9WS ((uint32_t)0x00000009)
Kojto 106:ba1f97679dad 3439 #define FLASH_ACR_LATENCY_10WS ((uint32_t)0x0000000A)
Kojto 106:ba1f97679dad 3440 #define FLASH_ACR_LATENCY_11WS ((uint32_t)0x0000000B)
Kojto 106:ba1f97679dad 3441 #define FLASH_ACR_LATENCY_12WS ((uint32_t)0x0000000C)
Kojto 106:ba1f97679dad 3442 #define FLASH_ACR_LATENCY_13WS ((uint32_t)0x0000000D)
Kojto 106:ba1f97679dad 3443 #define FLASH_ACR_LATENCY_14WS ((uint32_t)0x0000000E)
Kojto 106:ba1f97679dad 3444 #define FLASH_ACR_LATENCY_15WS ((uint32_t)0x0000000F)
Kojto 106:ba1f97679dad 3445 #define FLASH_ACR_PRFTEN ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 3446 #define FLASH_ACR_ICEN ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 3447 #define FLASH_ACR_DCEN ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 3448 #define FLASH_ACR_ICRST ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 3449 #define FLASH_ACR_DCRST ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 3450 #define FLASH_ACR_BYTE0_ADDRESS ((uint32_t)0x40023C00)
Kojto 106:ba1f97679dad 3451 #define FLASH_ACR_BYTE2_ADDRESS ((uint32_t)0x40023C03)
Kojto 106:ba1f97679dad 3452
Kojto 106:ba1f97679dad 3453 /******************* Bits definition for FLASH_SR register ******************/
Kojto 106:ba1f97679dad 3454 #define FLASH_SR_EOP ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3455 #define FLASH_SR_SOP ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 3456 #define FLASH_SR_WRPERR ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 3457 #define FLASH_SR_PGAERR ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 3458 #define FLASH_SR_PGPERR ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 3459 #define FLASH_SR_PGSERR ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 3460 #define FLASH_SR_BSY ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 3461
Kojto 106:ba1f97679dad 3462 /******************* Bits definition for FLASH_CR register ******************/
Kojto 106:ba1f97679dad 3463 #define FLASH_CR_PG ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3464 #define FLASH_CR_SER ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 3465 #define FLASH_CR_MER ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3466 #define FLASH_CR_MER1 FLASH_CR_MER
Kojto 106:ba1f97679dad 3467 #define FLASH_CR_SNB ((uint32_t)0x000000F8)
Kojto 106:ba1f97679dad 3468 #define FLASH_CR_SNB_0 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 3469 #define FLASH_CR_SNB_1 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 3470 #define FLASH_CR_SNB_2 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 3471 #define FLASH_CR_SNB_3 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 3472 #define FLASH_CR_SNB_4 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 3473 #define FLASH_CR_PSIZE ((uint32_t)0x00000300)
Kojto 106:ba1f97679dad 3474 #define FLASH_CR_PSIZE_0 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 3475 #define FLASH_CR_PSIZE_1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 3476 #define FLASH_CR_MER2 ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 3477 #define FLASH_CR_STRT ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 3478 #define FLASH_CR_EOPIE ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 3479 #define FLASH_CR_LOCK ((uint32_t)0x80000000)
Kojto 106:ba1f97679dad 3480
Kojto 106:ba1f97679dad 3481 /******************* Bits definition for FLASH_OPTCR register ***************/
Kojto 106:ba1f97679dad 3482 #define FLASH_OPTCR_OPTLOCK ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 3483 #define FLASH_OPTCR_OPTSTRT ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 3484 #define FLASH_OPTCR_BOR_LEV_0 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 3485 #define FLASH_OPTCR_BOR_LEV_1 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 3486 #define FLASH_OPTCR_BOR_LEV ((uint32_t)0x0000000C)
Kojto 106:ba1f97679dad 3487 #define FLASH_OPTCR_BFB2 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 3488 #define FLASH_OPTCR_WDG_SW ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 3489 #define FLASH_OPTCR_nRST_STOP ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 3490 #define FLASH_OPTCR_nRST_STDBY ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 3491 #define FLASH_OPTCR_RDP ((uint32_t)0x0000FF00)
Kojto 106:ba1f97679dad 3492 #define FLASH_OPTCR_RDP_0 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 3493 #define FLASH_OPTCR_RDP_1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 3494 #define FLASH_OPTCR_RDP_2 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 3495 #define FLASH_OPTCR_RDP_3 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 3496 #define FLASH_OPTCR_RDP_4 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 3497 #define FLASH_OPTCR_RDP_5 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 3498 #define FLASH_OPTCR_RDP_6 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 3499 #define FLASH_OPTCR_RDP_7 ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 3500 #define FLASH_OPTCR_nWRP ((uint32_t)0x0FFF0000)
Kojto 106:ba1f97679dad 3501 #define FLASH_OPTCR_nWRP_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 3502 #define FLASH_OPTCR_nWRP_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 3503 #define FLASH_OPTCR_nWRP_2 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 3504 #define FLASH_OPTCR_nWRP_3 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 3505 #define FLASH_OPTCR_nWRP_4 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 3506 #define FLASH_OPTCR_nWRP_5 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 3507 #define FLASH_OPTCR_nWRP_6 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 3508 #define FLASH_OPTCR_nWRP_7 ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 3509 #define FLASH_OPTCR_nWRP_8 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 3510 #define FLASH_OPTCR_nWRP_9 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 3511 #define FLASH_OPTCR_nWRP_10 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 3512 #define FLASH_OPTCR_nWRP_11 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 3513 #define FLASH_OPTCR_DB1M ((uint32_t)0x40000000)
Kojto 106:ba1f97679dad 3514 #define FLASH_OPTCR_SPRMOD ((uint32_t)0x80000000)
Kojto 106:ba1f97679dad 3515
Kojto 106:ba1f97679dad 3516 /****************** Bits definition for FLASH_OPTCR1 register ***************/
Kojto 106:ba1f97679dad 3517 #define FLASH_OPTCR1_nWRP ((uint32_t)0x0FFF0000)
Kojto 106:ba1f97679dad 3518 #define FLASH_OPTCR1_nWRP_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 3519 #define FLASH_OPTCR1_nWRP_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 3520 #define FLASH_OPTCR1_nWRP_2 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 3521 #define FLASH_OPTCR1_nWRP_3 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 3522 #define FLASH_OPTCR1_nWRP_4 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 3523 #define FLASH_OPTCR1_nWRP_5 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 3524 #define FLASH_OPTCR1_nWRP_6 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 3525 #define FLASH_OPTCR1_nWRP_7 ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 3526 #define FLASH_OPTCR1_nWRP_8 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 3527 #define FLASH_OPTCR1_nWRP_9 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 3528 #define FLASH_OPTCR1_nWRP_10 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 3529 #define FLASH_OPTCR1_nWRP_11 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 3530
Kojto 106:ba1f97679dad 3531 /******************************************************************************/
Kojto 106:ba1f97679dad 3532 /* */
Kojto 106:ba1f97679dad 3533 /* Flexible Memory Controller */
Kojto 106:ba1f97679dad 3534 /* */
Kojto 106:ba1f97679dad 3535 /******************************************************************************/
Kojto 106:ba1f97679dad 3536 /****************** Bit definition for FMC_BCR1 register *******************/
Kojto 106:ba1f97679dad 3537 #define FMC_BCR1_MBKEN ((uint32_t)0x00000001) /*!<Memory bank enable bit */
Kojto 106:ba1f97679dad 3538 #define FMC_BCR1_MUXEN ((uint32_t)0x00000002) /*!<Address/data multiplexing enable bit */
Kojto 106:ba1f97679dad 3539
Kojto 106:ba1f97679dad 3540 #define FMC_BCR1_MTYP ((uint32_t)0x0000000C) /*!<MTYP[1:0] bits (Memory type) */
Kojto 106:ba1f97679dad 3541 #define FMC_BCR1_MTYP_0 ((uint32_t)0x00000004) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3542 #define FMC_BCR1_MTYP_1 ((uint32_t)0x00000008) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3543
Kojto 106:ba1f97679dad 3544 #define FMC_BCR1_MWID ((uint32_t)0x00000030) /*!<MWID[1:0] bits (Memory data bus width) */
Kojto 106:ba1f97679dad 3545 #define FMC_BCR1_MWID_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3546 #define FMC_BCR1_MWID_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3547
Kojto 106:ba1f97679dad 3548 #define FMC_BCR1_FACCEN ((uint32_t)0x00000040) /*!<Flash access enable */
Kojto 106:ba1f97679dad 3549 #define FMC_BCR1_BURSTEN ((uint32_t)0x00000100) /*!<Burst enable bit */
Kojto 106:ba1f97679dad 3550 #define FMC_BCR1_WAITPOL ((uint32_t)0x00000200) /*!<Wait signal polarity bit */
Kojto 106:ba1f97679dad 3551 #define FMC_BCR1_WAITCFG ((uint32_t)0x00000800) /*!<Wait timing configuration */
Kojto 106:ba1f97679dad 3552 #define FMC_BCR1_WREN ((uint32_t)0x00001000) /*!<Write enable bit */
Kojto 106:ba1f97679dad 3553 #define FMC_BCR1_WAITEN ((uint32_t)0x00002000) /*!<Wait enable bit */
Kojto 106:ba1f97679dad 3554 #define FMC_BCR1_EXTMOD ((uint32_t)0x00004000) /*!<Extended mode enable */
Kojto 106:ba1f97679dad 3555 #define FMC_BCR1_ASYNCWAIT ((uint32_t)0x00008000) /*!<Asynchronous wait */
Kojto 106:ba1f97679dad 3556 #define FMC_BCR1_CPSIZE ((uint32_t)0x00070000) /*!<CRAM page size */
Kojto 106:ba1f97679dad 3557 #define FMC_BCR1_CPSIZE_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3558 #define FMC_BCR1_CPSIZE_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3559 #define FMC_BCR1_CPSIZE_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3560 #define FMC_BCR1_CBURSTRW ((uint32_t)0x00080000) /*!<Write burst enable */
Kojto 106:ba1f97679dad 3561 #define FMC_BCR1_CCLKEN ((uint32_t)0x00100000) /*!<Continous clock enable */
Kojto 106:ba1f97679dad 3562 #define FMC_BCR1_WFDIS ((uint32_t)0x00200000) /*!<Write FIFO Disable */
Kojto 106:ba1f97679dad 3563
Kojto 106:ba1f97679dad 3564 /****************** Bit definition for FMC_BCR2 register *******************/
Kojto 106:ba1f97679dad 3565 #define FMC_BCR2_MBKEN ((uint32_t)0x00000001) /*!<Memory bank enable bit */
Kojto 106:ba1f97679dad 3566 #define FMC_BCR2_MUXEN ((uint32_t)0x00000002) /*!<Address/data multiplexing enable bit */
Kojto 106:ba1f97679dad 3567
Kojto 106:ba1f97679dad 3568 #define FMC_BCR2_MTYP ((uint32_t)0x0000000C) /*!<MTYP[1:0] bits (Memory type) */
Kojto 106:ba1f97679dad 3569 #define FMC_BCR2_MTYP_0 ((uint32_t)0x00000004) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3570 #define FMC_BCR2_MTYP_1 ((uint32_t)0x00000008) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3571
Kojto 106:ba1f97679dad 3572 #define FMC_BCR2_MWID ((uint32_t)0x00000030) /*!<MWID[1:0] bits (Memory data bus width) */
Kojto 106:ba1f97679dad 3573 #define FMC_BCR2_MWID_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3574 #define FMC_BCR2_MWID_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3575
Kojto 106:ba1f97679dad 3576 #define FMC_BCR2_FACCEN ((uint32_t)0x00000040) /*!<Flash access enable */
Kojto 106:ba1f97679dad 3577 #define FMC_BCR2_BURSTEN ((uint32_t)0x00000100) /*!<Burst enable bit */
Kojto 106:ba1f97679dad 3578 #define FMC_BCR2_WAITPOL ((uint32_t)0x00000200) /*!<Wait signal polarity bit */
Kojto 106:ba1f97679dad 3579 #define FMC_BCR2_WAITCFG ((uint32_t)0x00000800) /*!<Wait timing configuration */
Kojto 106:ba1f97679dad 3580 #define FMC_BCR2_WREN ((uint32_t)0x00001000) /*!<Write enable bit */
Kojto 106:ba1f97679dad 3581 #define FMC_BCR2_WAITEN ((uint32_t)0x00002000) /*!<Wait enable bit */
Kojto 106:ba1f97679dad 3582 #define FMC_BCR2_EXTMOD ((uint32_t)0x00004000) /*!<Extended mode enable */
Kojto 106:ba1f97679dad 3583 #define FMC_BCR2_ASYNCWAIT ((uint32_t)0x00008000) /*!<Asynchronous wait */
Kojto 106:ba1f97679dad 3584 #define FMC_BCR2_CBURSTRW ((uint32_t)0x00080000) /*!<Write burst enable */
Kojto 106:ba1f97679dad 3585
Kojto 106:ba1f97679dad 3586 /****************** Bit definition for FMC_BCR3 register *******************/
Kojto 106:ba1f97679dad 3587 #define FMC_BCR3_MBKEN ((uint32_t)0x00000001) /*!<Memory bank enable bit */
Kojto 106:ba1f97679dad 3588 #define FMC_BCR3_MUXEN ((uint32_t)0x00000002) /*!<Address/data multiplexing enable bit */
Kojto 106:ba1f97679dad 3589
Kojto 106:ba1f97679dad 3590 #define FMC_BCR3_MTYP ((uint32_t)0x0000000C) /*!<MTYP[1:0] bits (Memory type) */
Kojto 106:ba1f97679dad 3591 #define FMC_BCR3_MTYP_0 ((uint32_t)0x00000004) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3592 #define FMC_BCR3_MTYP_1 ((uint32_t)0x00000008) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3593
Kojto 106:ba1f97679dad 3594 #define FMC_BCR3_MWID ((uint32_t)0x00000030) /*!<MWID[1:0] bits (Memory data bus width) */
Kojto 106:ba1f97679dad 3595 #define FMC_BCR3_MWID_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3596 #define FMC_BCR3_MWID_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3597
Kojto 106:ba1f97679dad 3598 #define FMC_BCR3_FACCEN ((uint32_t)0x00000040) /*!<Flash access enable */
Kojto 106:ba1f97679dad 3599 #define FMC_BCR3_BURSTEN ((uint32_t)0x00000100) /*!<Burst enable bit */
Kojto 106:ba1f97679dad 3600 #define FMC_BCR3_WAITPOL ((uint32_t)0x00000200) /*!<Wait signal polarity bit */
Kojto 106:ba1f97679dad 3601 #define FMC_BCR3_WAITCFG ((uint32_t)0x00000800) /*!<Wait timing configuration */
Kojto 106:ba1f97679dad 3602 #define FMC_BCR3_WREN ((uint32_t)0x00001000) /*!<Write enable bit */
Kojto 106:ba1f97679dad 3603 #define FMC_BCR3_WAITEN ((uint32_t)0x00002000) /*!<Wait enable bit */
Kojto 106:ba1f97679dad 3604 #define FMC_BCR3_EXTMOD ((uint32_t)0x00004000) /*!<Extended mode enable */
Kojto 106:ba1f97679dad 3605 #define FMC_BCR3_ASYNCWAIT ((uint32_t)0x00008000) /*!<Asynchronous wait */
Kojto 106:ba1f97679dad 3606 #define FMC_BCR3_CBURSTRW ((uint32_t)0x00080000) /*!<Write burst enable */
Kojto 106:ba1f97679dad 3607
Kojto 106:ba1f97679dad 3608 /****************** Bit definition for FMC_BCR4 register *******************/
Kojto 106:ba1f97679dad 3609 #define FMC_BCR4_MBKEN ((uint32_t)0x00000001) /*!<Memory bank enable bit */
Kojto 106:ba1f97679dad 3610 #define FMC_BCR4_MUXEN ((uint32_t)0x00000002) /*!<Address/data multiplexing enable bit */
Kojto 106:ba1f97679dad 3611
Kojto 106:ba1f97679dad 3612 #define FMC_BCR4_MTYP ((uint32_t)0x0000000C) /*!<MTYP[1:0] bits (Memory type) */
Kojto 106:ba1f97679dad 3613 #define FMC_BCR4_MTYP_0 ((uint32_t)0x00000004) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3614 #define FMC_BCR4_MTYP_1 ((uint32_t)0x00000008) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3615
Kojto 106:ba1f97679dad 3616 #define FMC_BCR4_MWID ((uint32_t)0x00000030) /*!<MWID[1:0] bits (Memory data bus width) */
Kojto 106:ba1f97679dad 3617 #define FMC_BCR4_MWID_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3618 #define FMC_BCR4_MWID_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3619
Kojto 106:ba1f97679dad 3620 #define FMC_BCR4_FACCEN ((uint32_t)0x00000040) /*!<Flash access enable */
Kojto 106:ba1f97679dad 3621 #define FMC_BCR4_BURSTEN ((uint32_t)0x00000100) /*!<Burst enable bit */
Kojto 106:ba1f97679dad 3622 #define FMC_BCR4_WAITPOL ((uint32_t)0x00000200) /*!<Wait signal polarity bit */
Kojto 106:ba1f97679dad 3623 #define FMC_BCR4_WAITCFG ((uint32_t)0x00000800) /*!<Wait timing configuration */
Kojto 106:ba1f97679dad 3624 #define FMC_BCR4_WREN ((uint32_t)0x00001000) /*!<Write enable bit */
Kojto 106:ba1f97679dad 3625 #define FMC_BCR4_WAITEN ((uint32_t)0x00002000) /*!<Wait enable bit */
Kojto 106:ba1f97679dad 3626 #define FMC_BCR4_EXTMOD ((uint32_t)0x00004000) /*!<Extended mode enable */
Kojto 106:ba1f97679dad 3627 #define FMC_BCR4_ASYNCWAIT ((uint32_t)0x00008000) /*!<Asynchronous wait */
Kojto 106:ba1f97679dad 3628 #define FMC_BCR4_CBURSTRW ((uint32_t)0x00080000) /*!<Write burst enable */
Kojto 106:ba1f97679dad 3629
Kojto 106:ba1f97679dad 3630 /****************** Bit definition for FMC_BTR1 register ******************/
Kojto 106:ba1f97679dad 3631 #define FMC_BTR1_ADDSET ((uint32_t)0x0000000F) /*!<ADDSET[3:0] bits (Address setup phase duration) */
Kojto 106:ba1f97679dad 3632 #define FMC_BTR1_ADDSET_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3633 #define FMC_BTR1_ADDSET_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3634 #define FMC_BTR1_ADDSET_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3635 #define FMC_BTR1_ADDSET_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3636
Kojto 106:ba1f97679dad 3637 #define FMC_BTR1_ADDHLD ((uint32_t)0x000000F0) /*!<ADDHLD[3:0] bits (Address-hold phase duration) */
Kojto 106:ba1f97679dad 3638 #define FMC_BTR1_ADDHLD_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3639 #define FMC_BTR1_ADDHLD_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3640 #define FMC_BTR1_ADDHLD_2 ((uint32_t)0x00000040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3641 #define FMC_BTR1_ADDHLD_3 ((uint32_t)0x00000080) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3642
Kojto 106:ba1f97679dad 3643 #define FMC_BTR1_DATAST ((uint32_t)0x0000FF00) /*!<DATAST [3:0] bits (Data-phase duration) */
Kojto 106:ba1f97679dad 3644 #define FMC_BTR1_DATAST_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3645 #define FMC_BTR1_DATAST_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3646 #define FMC_BTR1_DATAST_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3647 #define FMC_BTR1_DATAST_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3648 #define FMC_BTR1_DATAST_4 ((uint32_t)0x00001000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 3649 #define FMC_BTR1_DATAST_5 ((uint32_t)0x00002000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 3650 #define FMC_BTR1_DATAST_6 ((uint32_t)0x00004000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 3651 #define FMC_BTR1_DATAST_7 ((uint32_t)0x00008000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 3652
Kojto 106:ba1f97679dad 3653 #define FMC_BTR1_BUSTURN ((uint32_t)0x000F0000) /*!<BUSTURN[3:0] bits (Bus turnaround phase duration) */
Kojto 106:ba1f97679dad 3654 #define FMC_BTR1_BUSTURN_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3655 #define FMC_BTR1_BUSTURN_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3656 #define FMC_BTR1_BUSTURN_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3657 #define FMC_BTR1_BUSTURN_3 ((uint32_t)0x00080000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3658
Kojto 106:ba1f97679dad 3659 #define FMC_BTR1_CLKDIV ((uint32_t)0x00F00000) /*!<CLKDIV[3:0] bits (Clock divide ratio) */
Kojto 106:ba1f97679dad 3660 #define FMC_BTR1_CLKDIV_0 ((uint32_t)0x00100000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3661 #define FMC_BTR1_CLKDIV_1 ((uint32_t)0x00200000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3662 #define FMC_BTR1_CLKDIV_2 ((uint32_t)0x00400000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3663 #define FMC_BTR1_CLKDIV_3 ((uint32_t)0x00800000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3664
Kojto 106:ba1f97679dad 3665 #define FMC_BTR1_DATLAT ((uint32_t)0x0F000000) /*!<DATLA[3:0] bits (Data latency) */
Kojto 106:ba1f97679dad 3666 #define FMC_BTR1_DATLAT_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3667 #define FMC_BTR1_DATLAT_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3668 #define FMC_BTR1_DATLAT_2 ((uint32_t)0x04000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3669 #define FMC_BTR1_DATLAT_3 ((uint32_t)0x08000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3670
Kojto 106:ba1f97679dad 3671 #define FMC_BTR1_ACCMOD ((uint32_t)0x30000000) /*!<ACCMOD[1:0] bits (Access mode) */
Kojto 106:ba1f97679dad 3672 #define FMC_BTR1_ACCMOD_0 ((uint32_t)0x10000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3673 #define FMC_BTR1_ACCMOD_1 ((uint32_t)0x20000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3674
Kojto 106:ba1f97679dad 3675 /****************** Bit definition for FMC_BTR2 register *******************/
Kojto 106:ba1f97679dad 3676 #define FMC_BTR2_ADDSET ((uint32_t)0x0000000F) /*!<ADDSET[3:0] bits (Address setup phase duration) */
Kojto 106:ba1f97679dad 3677 #define FMC_BTR2_ADDSET_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3678 #define FMC_BTR2_ADDSET_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3679 #define FMC_BTR2_ADDSET_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3680 #define FMC_BTR2_ADDSET_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3681
Kojto 106:ba1f97679dad 3682 #define FMC_BTR2_ADDHLD ((uint32_t)0x000000F0) /*!<ADDHLD[3:0] bits (Address-hold phase duration) */
Kojto 106:ba1f97679dad 3683 #define FMC_BTR2_ADDHLD_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3684 #define FMC_BTR2_ADDHLD_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3685 #define FMC_BTR2_ADDHLD_2 ((uint32_t)0x00000040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3686 #define FMC_BTR2_ADDHLD_3 ((uint32_t)0x00000080) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3687
Kojto 106:ba1f97679dad 3688 #define FMC_BTR2_DATAST ((uint32_t)0x0000FF00) /*!<DATAST [3:0] bits (Data-phase duration) */
Kojto 106:ba1f97679dad 3689 #define FMC_BTR2_DATAST_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3690 #define FMC_BTR2_DATAST_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3691 #define FMC_BTR2_DATAST_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3692 #define FMC_BTR2_DATAST_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3693 #define FMC_BTR2_DATAST_4 ((uint32_t)0x00001000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 3694 #define FMC_BTR2_DATAST_5 ((uint32_t)0x00002000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 3695 #define FMC_BTR2_DATAST_6 ((uint32_t)0x00004000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 3696 #define FMC_BTR2_DATAST_7 ((uint32_t)0x00008000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 3697
Kojto 106:ba1f97679dad 3698 #define FMC_BTR2_BUSTURN ((uint32_t)0x000F0000) /*!<BUSTURN[3:0] bits (Bus turnaround phase duration) */
Kojto 106:ba1f97679dad 3699 #define FMC_BTR2_BUSTURN_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3700 #define FMC_BTR2_BUSTURN_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3701 #define FMC_BTR2_BUSTURN_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3702 #define FMC_BTR2_BUSTURN_3 ((uint32_t)0x00080000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3703
Kojto 106:ba1f97679dad 3704 #define FMC_BTR2_CLKDIV ((uint32_t)0x00F00000) /*!<CLKDIV[3:0] bits (Clock divide ratio) */
Kojto 106:ba1f97679dad 3705 #define FMC_BTR2_CLKDIV_0 ((uint32_t)0x00100000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3706 #define FMC_BTR2_CLKDIV_1 ((uint32_t)0x00200000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3707 #define FMC_BTR2_CLKDIV_2 ((uint32_t)0x00400000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3708 #define FMC_BTR2_CLKDIV_3 ((uint32_t)0x00800000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3709
Kojto 106:ba1f97679dad 3710 #define FMC_BTR2_DATLAT ((uint32_t)0x0F000000) /*!<DATLA[3:0] bits (Data latency) */
Kojto 106:ba1f97679dad 3711 #define FMC_BTR2_DATLAT_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3712 #define FMC_BTR2_DATLAT_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3713 #define FMC_BTR2_DATLAT_2 ((uint32_t)0x04000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3714 #define FMC_BTR2_DATLAT_3 ((uint32_t)0x08000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3715
Kojto 106:ba1f97679dad 3716 #define FMC_BTR2_ACCMOD ((uint32_t)0x30000000) /*!<ACCMOD[1:0] bits (Access mode) */
Kojto 106:ba1f97679dad 3717 #define FMC_BTR2_ACCMOD_0 ((uint32_t)0x10000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3718 #define FMC_BTR2_ACCMOD_1 ((uint32_t)0x20000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3719
Kojto 106:ba1f97679dad 3720 /******************* Bit definition for FMC_BTR3 register *******************/
Kojto 106:ba1f97679dad 3721 #define FMC_BTR3_ADDSET ((uint32_t)0x0000000F) /*!<ADDSET[3:0] bits (Address setup phase duration) */
Kojto 106:ba1f97679dad 3722 #define FMC_BTR3_ADDSET_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3723 #define FMC_BTR3_ADDSET_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3724 #define FMC_BTR3_ADDSET_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3725 #define FMC_BTR3_ADDSET_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3726
Kojto 106:ba1f97679dad 3727 #define FMC_BTR3_ADDHLD ((uint32_t)0x000000F0) /*!<ADDHLD[3:0] bits (Address-hold phase duration) */
Kojto 106:ba1f97679dad 3728 #define FMC_BTR3_ADDHLD_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3729 #define FMC_BTR3_ADDHLD_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3730 #define FMC_BTR3_ADDHLD_2 ((uint32_t)0x00000040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3731 #define FMC_BTR3_ADDHLD_3 ((uint32_t)0x00000080) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3732
Kojto 106:ba1f97679dad 3733 #define FMC_BTR3_DATAST ((uint32_t)0x0000FF00) /*!<DATAST [3:0] bits (Data-phase duration) */
Kojto 106:ba1f97679dad 3734 #define FMC_BTR3_DATAST_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3735 #define FMC_BTR3_DATAST_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3736 #define FMC_BTR3_DATAST_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3737 #define FMC_BTR3_DATAST_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3738 #define FMC_BTR3_DATAST_4 ((uint32_t)0x00001000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 3739 #define FMC_BTR3_DATAST_5 ((uint32_t)0x00002000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 3740 #define FMC_BTR3_DATAST_6 ((uint32_t)0x00004000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 3741 #define FMC_BTR3_DATAST_7 ((uint32_t)0x00008000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 3742
Kojto 106:ba1f97679dad 3743 #define FMC_BTR3_BUSTURN ((uint32_t)0x000F0000) /*!<BUSTURN[3:0] bits (Bus turnaround phase duration) */
Kojto 106:ba1f97679dad 3744 #define FMC_BTR3_BUSTURN_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3745 #define FMC_BTR3_BUSTURN_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3746 #define FMC_BTR3_BUSTURN_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3747 #define FMC_BTR3_BUSTURN_3 ((uint32_t)0x00080000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3748
Kojto 106:ba1f97679dad 3749 #define FMC_BTR3_CLKDIV ((uint32_t)0x00F00000) /*!<CLKDIV[3:0] bits (Clock divide ratio) */
Kojto 106:ba1f97679dad 3750 #define FMC_BTR3_CLKDIV_0 ((uint32_t)0x00100000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3751 #define FMC_BTR3_CLKDIV_1 ((uint32_t)0x00200000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3752 #define FMC_BTR3_CLKDIV_2 ((uint32_t)0x00400000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3753 #define FMC_BTR3_CLKDIV_3 ((uint32_t)0x00800000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3754
Kojto 106:ba1f97679dad 3755 #define FMC_BTR3_DATLAT ((uint32_t)0x0F000000) /*!<DATLA[3:0] bits (Data latency) */
Kojto 106:ba1f97679dad 3756 #define FMC_BTR3_DATLAT_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3757 #define FMC_BTR3_DATLAT_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3758 #define FMC_BTR3_DATLAT_2 ((uint32_t)0x04000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3759 #define FMC_BTR3_DATLAT_3 ((uint32_t)0x08000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3760
Kojto 106:ba1f97679dad 3761 #define FMC_BTR3_ACCMOD ((uint32_t)0x30000000) /*!<ACCMOD[1:0] bits (Access mode) */
Kojto 106:ba1f97679dad 3762 #define FMC_BTR3_ACCMOD_0 ((uint32_t)0x10000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3763 #define FMC_BTR3_ACCMOD_1 ((uint32_t)0x20000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3764
Kojto 106:ba1f97679dad 3765 /****************** Bit definition for FMC_BTR4 register *******************/
Kojto 106:ba1f97679dad 3766 #define FMC_BTR4_ADDSET ((uint32_t)0x0000000F) /*!<ADDSET[3:0] bits (Address setup phase duration) */
Kojto 106:ba1f97679dad 3767 #define FMC_BTR4_ADDSET_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3768 #define FMC_BTR4_ADDSET_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3769 #define FMC_BTR4_ADDSET_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3770 #define FMC_BTR4_ADDSET_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3771
Kojto 106:ba1f97679dad 3772 #define FMC_BTR4_ADDHLD ((uint32_t)0x000000F0) /*!<ADDHLD[3:0] bits (Address-hold phase duration) */
Kojto 106:ba1f97679dad 3773 #define FMC_BTR4_ADDHLD_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3774 #define FMC_BTR4_ADDHLD_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3775 #define FMC_BTR4_ADDHLD_2 ((uint32_t)0x00000040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3776 #define FMC_BTR4_ADDHLD_3 ((uint32_t)0x00000080) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3777
Kojto 106:ba1f97679dad 3778 #define FMC_BTR4_DATAST ((uint32_t)0x0000FF00) /*!<DATAST [3:0] bits (Data-phase duration) */
Kojto 106:ba1f97679dad 3779 #define FMC_BTR4_DATAST_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3780 #define FMC_BTR4_DATAST_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3781 #define FMC_BTR4_DATAST_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3782 #define FMC_BTR4_DATAST_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3783 #define FMC_BTR4_DATAST_4 ((uint32_t)0x00001000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 3784 #define FMC_BTR4_DATAST_5 ((uint32_t)0x00002000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 3785 #define FMC_BTR4_DATAST_6 ((uint32_t)0x00004000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 3786 #define FMC_BTR4_DATAST_7 ((uint32_t)0x00008000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 3787
Kojto 106:ba1f97679dad 3788 #define FMC_BTR4_BUSTURN ((uint32_t)0x000F0000) /*!<BUSTURN[3:0] bits (Bus turnaround phase duration) */
Kojto 106:ba1f97679dad 3789 #define FMC_BTR4_BUSTURN_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3790 #define FMC_BTR4_BUSTURN_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3791 #define FMC_BTR4_BUSTURN_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3792 #define FMC_BTR4_BUSTURN_3 ((uint32_t)0x00080000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3793
Kojto 106:ba1f97679dad 3794 #define FMC_BTR4_CLKDIV ((uint32_t)0x00F00000) /*!<CLKDIV[3:0] bits (Clock divide ratio) */
Kojto 106:ba1f97679dad 3795 #define FMC_BTR4_CLKDIV_0 ((uint32_t)0x00100000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3796 #define FMC_BTR4_CLKDIV_1 ((uint32_t)0x00200000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3797 #define FMC_BTR4_CLKDIV_2 ((uint32_t)0x00400000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3798 #define FMC_BTR4_CLKDIV_3 ((uint32_t)0x00800000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3799
Kojto 106:ba1f97679dad 3800 #define FMC_BTR4_DATLAT ((uint32_t)0x0F000000) /*!<DATLA[3:0] bits (Data latency) */
Kojto 106:ba1f97679dad 3801 #define FMC_BTR4_DATLAT_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3802 #define FMC_BTR4_DATLAT_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3803 #define FMC_BTR4_DATLAT_2 ((uint32_t)0x04000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3804 #define FMC_BTR4_DATLAT_3 ((uint32_t)0x08000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3805
Kojto 106:ba1f97679dad 3806 #define FMC_BTR4_ACCMOD ((uint32_t)0x30000000) /*!<ACCMOD[1:0] bits (Access mode) */
Kojto 106:ba1f97679dad 3807 #define FMC_BTR4_ACCMOD_0 ((uint32_t)0x10000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3808 #define FMC_BTR4_ACCMOD_1 ((uint32_t)0x20000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3809
Kojto 106:ba1f97679dad 3810 /****************** Bit definition for FMC_BWTR1 register ******************/
Kojto 106:ba1f97679dad 3811 #define FMC_BWTR1_ADDSET ((uint32_t)0x0000000F) /*!<ADDSET[3:0] bits (Address setup phase duration) */
Kojto 106:ba1f97679dad 3812 #define FMC_BWTR1_ADDSET_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3813 #define FMC_BWTR1_ADDSET_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3814 #define FMC_BWTR1_ADDSET_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3815 #define FMC_BWTR1_ADDSET_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3816
Kojto 106:ba1f97679dad 3817 #define FMC_BWTR1_ADDHLD ((uint32_t)0x000000F0) /*!<ADDHLD[3:0] bits (Address-hold phase duration) */
Kojto 106:ba1f97679dad 3818 #define FMC_BWTR1_ADDHLD_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3819 #define FMC_BWTR1_ADDHLD_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3820 #define FMC_BWTR1_ADDHLD_2 ((uint32_t)0x00000040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3821 #define FMC_BWTR1_ADDHLD_3 ((uint32_t)0x00000080) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3822
Kojto 106:ba1f97679dad 3823 #define FMC_BWTR1_DATAST ((uint32_t)0x0000FF00) /*!<DATAST [3:0] bits (Data-phase duration) */
Kojto 106:ba1f97679dad 3824 #define FMC_BWTR1_DATAST_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3825 #define FMC_BWTR1_DATAST_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3826 #define FMC_BWTR1_DATAST_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3827 #define FMC_BWTR1_DATAST_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3828 #define FMC_BWTR1_DATAST_4 ((uint32_t)0x00001000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 3829 #define FMC_BWTR1_DATAST_5 ((uint32_t)0x00002000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 3830 #define FMC_BWTR1_DATAST_6 ((uint32_t)0x00004000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 3831 #define FMC_BWTR1_DATAST_7 ((uint32_t)0x00008000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 3832
Kojto 106:ba1f97679dad 3833 #define FMC_BWTR1_BUSTURN ((uint32_t)0x000F0000) /*!<BUSTURN[3:0] bits (Bus turnaround duration) */
Kojto 106:ba1f97679dad 3834 #define FMC_BWTR1_BUSTURN_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3835 #define FMC_BWTR1_BUSTURN_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3836 #define FMC_BWTR1_BUSTURN_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3837 #define FMC_BWTR1_BUSTURN_3 ((uint32_t)0x00080000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3838
Kojto 106:ba1f97679dad 3839 #define FMC_BWTR1_ACCMOD ((uint32_t)0x30000000) /*!<ACCMOD[1:0] bits (Access mode) */
Kojto 106:ba1f97679dad 3840 #define FMC_BWTR1_ACCMOD_0 ((uint32_t)0x10000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3841 #define FMC_BWTR1_ACCMOD_1 ((uint32_t)0x20000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3842
Kojto 106:ba1f97679dad 3843 /****************** Bit definition for FMC_BWTR2 register ******************/
Kojto 106:ba1f97679dad 3844 #define FMC_BWTR2_ADDSET ((uint32_t)0x0000000F) /*!<ADDSET[3:0] bits (Address setup phase duration) */
Kojto 106:ba1f97679dad 3845 #define FMC_BWTR2_ADDSET_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3846 #define FMC_BWTR2_ADDSET_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3847 #define FMC_BWTR2_ADDSET_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3848 #define FMC_BWTR2_ADDSET_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3849
Kojto 106:ba1f97679dad 3850 #define FMC_BWTR2_ADDHLD ((uint32_t)0x000000F0) /*!<ADDHLD[3:0] bits (Address-hold phase duration) */
Kojto 106:ba1f97679dad 3851 #define FMC_BWTR2_ADDHLD_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3852 #define FMC_BWTR2_ADDHLD_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3853 #define FMC_BWTR2_ADDHLD_2 ((uint32_t)0x00000040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3854 #define FMC_BWTR2_ADDHLD_3 ((uint32_t)0x00000080) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3855
Kojto 106:ba1f97679dad 3856 #define FMC_BWTR2_DATAST ((uint32_t)0x0000FF00) /*!<DATAST [3:0] bits (Data-phase duration) */
Kojto 106:ba1f97679dad 3857 #define FMC_BWTR2_DATAST_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3858 #define FMC_BWTR2_DATAST_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3859 #define FMC_BWTR2_DATAST_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3860 #define FMC_BWTR2_DATAST_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3861 #define FMC_BWTR2_DATAST_4 ((uint32_t)0x00001000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 3862 #define FMC_BWTR2_DATAST_5 ((uint32_t)0x00002000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 3863 #define FMC_BWTR2_DATAST_6 ((uint32_t)0x00004000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 3864 #define FMC_BWTR2_DATAST_7 ((uint32_t)0x00008000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 3865
Kojto 106:ba1f97679dad 3866 #define FMC_BWTR2_BUSTURN ((uint32_t)0x000F0000) /*!<BUSTURN[3:0] bits (Bus turnaround duration) */
Kojto 106:ba1f97679dad 3867 #define FMC_BWTR2_BUSTURN_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3868 #define FMC_BWTR2_BUSTURN_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3869 #define FMC_BWTR2_BUSTURN_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3870 #define FMC_BWTR2_BUSTURN_3 ((uint32_t)0x00080000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3871
Kojto 106:ba1f97679dad 3872 #define FMC_BWTR2_ACCMOD ((uint32_t)0x30000000) /*!<ACCMOD[1:0] bits (Access mode) */
Kojto 106:ba1f97679dad 3873 #define FMC_BWTR2_ACCMOD_0 ((uint32_t)0x10000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3874 #define FMC_BWTR2_ACCMOD_1 ((uint32_t)0x20000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3875
Kojto 106:ba1f97679dad 3876 /****************** Bit definition for FMC_BWTR3 register ******************/
Kojto 106:ba1f97679dad 3877 #define FMC_BWTR3_ADDSET ((uint32_t)0x0000000F) /*!<ADDSET[3:0] bits (Address setup phase duration) */
Kojto 106:ba1f97679dad 3878 #define FMC_BWTR3_ADDSET_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3879 #define FMC_BWTR3_ADDSET_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3880 #define FMC_BWTR3_ADDSET_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3881 #define FMC_BWTR3_ADDSET_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3882
Kojto 106:ba1f97679dad 3883 #define FMC_BWTR3_ADDHLD ((uint32_t)0x000000F0) /*!<ADDHLD[3:0] bits (Address-hold phase duration) */
Kojto 106:ba1f97679dad 3884 #define FMC_BWTR3_ADDHLD_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3885 #define FMC_BWTR3_ADDHLD_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3886 #define FMC_BWTR3_ADDHLD_2 ((uint32_t)0x00000040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3887 #define FMC_BWTR3_ADDHLD_3 ((uint32_t)0x00000080) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3888
Kojto 106:ba1f97679dad 3889 #define FMC_BWTR3_DATAST ((uint32_t)0x0000FF00) /*!<DATAST [3:0] bits (Data-phase duration) */
Kojto 106:ba1f97679dad 3890 #define FMC_BWTR3_DATAST_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3891 #define FMC_BWTR3_DATAST_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3892 #define FMC_BWTR3_DATAST_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3893 #define FMC_BWTR3_DATAST_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3894 #define FMC_BWTR3_DATAST_4 ((uint32_t)0x00001000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 3895 #define FMC_BWTR3_DATAST_5 ((uint32_t)0x00002000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 3896 #define FMC_BWTR3_DATAST_6 ((uint32_t)0x00004000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 3897 #define FMC_BWTR3_DATAST_7 ((uint32_t)0x00008000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 3898
Kojto 106:ba1f97679dad 3899 #define FMC_BWTR3_BUSTURN ((uint32_t)0x000F0000) /*!<BUSTURN[3:0] bits (Bus turnaround duration) */
Kojto 106:ba1f97679dad 3900 #define FMC_BWTR3_BUSTURN_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3901 #define FMC_BWTR3_BUSTURN_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3902 #define FMC_BWTR3_BUSTURN_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3903 #define FMC_BWTR3_BUSTURN_3 ((uint32_t)0x00080000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3904
Kojto 106:ba1f97679dad 3905 #define FMC_BWTR3_ACCMOD ((uint32_t)0x30000000) /*!<ACCMOD[1:0] bits (Access mode) */
Kojto 106:ba1f97679dad 3906 #define FMC_BWTR3_ACCMOD_0 ((uint32_t)0x10000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3907 #define FMC_BWTR3_ACCMOD_1 ((uint32_t)0x20000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3908
Kojto 106:ba1f97679dad 3909 /****************** Bit definition for FMC_BWTR4 register ******************/
Kojto 106:ba1f97679dad 3910 #define FMC_BWTR4_ADDSET ((uint32_t)0x0000000F) /*!<ADDSET[3:0] bits (Address setup phase duration) */
Kojto 106:ba1f97679dad 3911 #define FMC_BWTR4_ADDSET_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3912 #define FMC_BWTR4_ADDSET_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3913 #define FMC_BWTR4_ADDSET_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3914 #define FMC_BWTR4_ADDSET_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3915
Kojto 106:ba1f97679dad 3916 #define FMC_BWTR4_ADDHLD ((uint32_t)0x000000F0) /*!<ADDHLD[3:0] bits (Address-hold phase duration) */
Kojto 106:ba1f97679dad 3917 #define FMC_BWTR4_ADDHLD_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3918 #define FMC_BWTR4_ADDHLD_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3919 #define FMC_BWTR4_ADDHLD_2 ((uint32_t)0x00000040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3920 #define FMC_BWTR4_ADDHLD_3 ((uint32_t)0x00000080) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3921
Kojto 106:ba1f97679dad 3922 #define FMC_BWTR4_DATAST ((uint32_t)0x0000FF00) /*!<DATAST [3:0] bits (Data-phase duration) */
Kojto 106:ba1f97679dad 3923 #define FMC_BWTR4_DATAST_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3924 #define FMC_BWTR4_DATAST_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3925 #define FMC_BWTR4_DATAST_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3926 #define FMC_BWTR4_DATAST_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3927 #define FMC_BWTR4_DATAST_4 ((uint32_t)0x00001000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 3928 #define FMC_BWTR4_DATAST_5 ((uint32_t)0x00002000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 3929 #define FMC_BWTR4_DATAST_6 ((uint32_t)0x00004000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 3930 #define FMC_BWTR4_DATAST_7 ((uint32_t)0x00008000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 3931
Kojto 106:ba1f97679dad 3932 #define FMC_BWTR4_BUSTURN ((uint32_t)0x000F0000) /*!<BUSTURN[3:0] bits (Bus turnaround duration) */
Kojto 106:ba1f97679dad 3933 #define FMC_BWTR4_BUSTURN_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3934 #define FMC_BWTR4_BUSTURN_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3935 #define FMC_BWTR4_BUSTURN_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3936 #define FMC_BWTR4_BUSTURN_3 ((uint32_t)0x00080000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3937
Kojto 106:ba1f97679dad 3938 #define FMC_BWTR4_ACCMOD ((uint32_t)0x30000000) /*!<ACCMOD[1:0] bits (Access mode) */
Kojto 106:ba1f97679dad 3939 #define FMC_BWTR4_ACCMOD_0 ((uint32_t)0x10000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3940 #define FMC_BWTR4_ACCMOD_1 ((uint32_t)0x20000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3941
Kojto 106:ba1f97679dad 3942 /****************** Bit definition for FMC_PCR register *******************/
Kojto 106:ba1f97679dad 3943 #define FMC_PCR_PWAITEN ((uint32_t)0x00000002) /*!<Wait feature enable bit */
Kojto 106:ba1f97679dad 3944 #define FMC_PCR_PBKEN ((uint32_t)0x00000004) /*!<PC Card/NAND Flash memory bank enable bit */
Kojto 106:ba1f97679dad 3945 #define FMC_PCR_PTYP ((uint32_t)0x00000008) /*!<Memory type */
Kojto 106:ba1f97679dad 3946
Kojto 106:ba1f97679dad 3947 #define FMC_PCR_PWID ((uint32_t)0x00000030) /*!<PWID[1:0] bits (NAND Flash databus width) */
Kojto 106:ba1f97679dad 3948 #define FMC_PCR_PWID_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3949 #define FMC_PCR_PWID_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3950
Kojto 106:ba1f97679dad 3951 #define FMC_PCR_ECCEN ((uint32_t)0x00000040) /*!<ECC computation logic enable bit */
Kojto 106:ba1f97679dad 3952
Kojto 106:ba1f97679dad 3953 #define FMC_PCR_TCLR ((uint32_t)0x00001E00) /*!<TCLR[3:0] bits (CLE to RE delay) */
Kojto 106:ba1f97679dad 3954 #define FMC_PCR_TCLR_0 ((uint32_t)0x00000200) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3955 #define FMC_PCR_TCLR_1 ((uint32_t)0x00000400) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3956 #define FMC_PCR_TCLR_2 ((uint32_t)0x00000800) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3957 #define FMC_PCR_TCLR_3 ((uint32_t)0x00001000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3958
Kojto 106:ba1f97679dad 3959 #define FMC_PCR_TAR ((uint32_t)0x0001E000) /*!<TAR[3:0] bits (ALE to RE delay) */
Kojto 106:ba1f97679dad 3960 #define FMC_PCR_TAR_0 ((uint32_t)0x00002000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3961 #define FMC_PCR_TAR_1 ((uint32_t)0x00004000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3962 #define FMC_PCR_TAR_2 ((uint32_t)0x00008000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3963 #define FMC_PCR_TAR_3 ((uint32_t)0x00010000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3964
Kojto 106:ba1f97679dad 3965 #define FMC_PCR_ECCPS ((uint32_t)0x000E0000) /*!<ECCPS[1:0] bits (ECC page size) */
Kojto 106:ba1f97679dad 3966 #define FMC_PCR_ECCPS_0 ((uint32_t)0x00020000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3967 #define FMC_PCR_ECCPS_1 ((uint32_t)0x00040000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3968 #define FMC_PCR_ECCPS_2 ((uint32_t)0x00080000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3969
Kojto 106:ba1f97679dad 3970 /******************* Bit definition for FMC_SR register *******************/
Kojto 106:ba1f97679dad 3971 #define FMC_SR_IRS ((uint32_t)0x01) /*!<Interrupt Rising Edge status */
Kojto 106:ba1f97679dad 3972 #define FMC_SR_ILS ((uint32_t)0x02) /*!<Interrupt Level status */
Kojto 106:ba1f97679dad 3973 #define FMC_SR_IFS ((uint32_t)0x04) /*!<Interrupt Falling Edge status */
Kojto 106:ba1f97679dad 3974 #define FMC_SR_IREN ((uint32_t)0x08) /*!<Interrupt Rising Edge detection Enable bit */
Kojto 106:ba1f97679dad 3975 #define FMC_SR_ILEN ((uint32_t)0x10) /*!<Interrupt Level detection Enable bit */
Kojto 106:ba1f97679dad 3976 #define FMC_SR_IFEN ((uint32_t)0x20) /*!<Interrupt Falling Edge detection Enable bit */
Kojto 106:ba1f97679dad 3977 #define FMC_SR_FEMPT ((uint32_t)0x40) /*!<FIFO empty */
Kojto 106:ba1f97679dad 3978
Kojto 106:ba1f97679dad 3979 /****************** Bit definition for FMC_PMEM register ******************/
Kojto 106:ba1f97679dad 3980 #define FMC_PMEM_MEMSET2 ((uint32_t)0x000000FF) /*!<MEMSET2[7:0] bits (Common memory 2 setup time) */
Kojto 106:ba1f97679dad 3981 #define FMC_PMEM_MEMSET2_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3982 #define FMC_PMEM_MEMSET2_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3983 #define FMC_PMEM_MEMSET2_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3984 #define FMC_PMEM_MEMSET2_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3985 #define FMC_PMEM_MEMSET2_4 ((uint32_t)0x00000010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 3986 #define FMC_PMEM_MEMSET2_5 ((uint32_t)0x00000020) /*!<Bit 5 */
Kojto 106:ba1f97679dad 3987 #define FMC_PMEM_MEMSET2_6 ((uint32_t)0x00000040) /*!<Bit 6 */
Kojto 106:ba1f97679dad 3988 #define FMC_PMEM_MEMSET2_7 ((uint32_t)0x00000080) /*!<Bit 7 */
Kojto 106:ba1f97679dad 3989
Kojto 106:ba1f97679dad 3990 #define FMC_PMEM_MEMWAIT2 ((uint32_t)0x0000FF00) /*!<MEMWAIT2[7:0] bits (Common memory 2 wait time) */
Kojto 106:ba1f97679dad 3991 #define FMC_PMEM_MEMWAIT2_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 3992 #define FMC_PMEM_MEMWAIT2_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 3993 #define FMC_PMEM_MEMWAIT2_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 3994 #define FMC_PMEM_MEMWAIT2_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 3995 #define FMC_PMEM_MEMWAIT2_4 ((uint32_t)0x00001000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 3996 #define FMC_PMEM_MEMWAIT2_5 ((uint32_t)0x00002000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 3997 #define FMC_PMEM_MEMWAIT2_6 ((uint32_t)0x00004000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 3998 #define FMC_PMEM_MEMWAIT2_7 ((uint32_t)0x00008000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 3999
Kojto 106:ba1f97679dad 4000 #define FMC_PMEM_MEMHOLD2 ((uint32_t)0x00FF0000) /*!<MEMHOLD2[7:0] bits (Common memory 2 hold time) */
Kojto 106:ba1f97679dad 4001 #define FMC_PMEM_MEMHOLD2_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4002 #define FMC_PMEM_MEMHOLD2_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4003 #define FMC_PMEM_MEMHOLD2_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4004 #define FMC_PMEM_MEMHOLD2_3 ((uint32_t)0x00080000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 4005 #define FMC_PMEM_MEMHOLD2_4 ((uint32_t)0x00100000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 4006 #define FMC_PMEM_MEMHOLD2_5 ((uint32_t)0x00200000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 4007 #define FMC_PMEM_MEMHOLD2_6 ((uint32_t)0x00400000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 4008 #define FMC_PMEM_MEMHOLD2_7 ((uint32_t)0x00800000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 4009
Kojto 106:ba1f97679dad 4010 #define FMC_PMEM_MEMHIZ2 ((uint32_t)0xFF000000) /*!<MEMHIZ2[7:0] bits (Common memory 2 databus HiZ time) */
Kojto 106:ba1f97679dad 4011 #define FMC_PMEM_MEMHIZ2_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4012 #define FMC_PMEM_MEMHIZ2_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4013 #define FMC_PMEM_MEMHIZ2_2 ((uint32_t)0x04000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4014 #define FMC_PMEM_MEMHIZ2_3 ((uint32_t)0x08000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 4015 #define FMC_PMEM_MEMHIZ2_4 ((uint32_t)0x10000000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 4016 #define FMC_PMEM_MEMHIZ2_5 ((uint32_t)0x20000000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 4017 #define FMC_PMEM_MEMHIZ2_6 ((uint32_t)0x40000000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 4018 #define FMC_PMEM_MEMHIZ2_7 ((uint32_t)0x80000000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 4019
Kojto 106:ba1f97679dad 4020 /****************** Bit definition for FMC_PATT register ******************/
Kojto 106:ba1f97679dad 4021 #define FMC_PATT_ATTSET2 ((uint32_t)0x000000FF) /*!<ATTSET2[7:0] bits (Attribute memory 2 setup time) */
Kojto 106:ba1f97679dad 4022 #define FMC_PATT_ATTSET2_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4023 #define FMC_PATT_ATTSET2_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4024 #define FMC_PATT_ATTSET2_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4025 #define FMC_PATT_ATTSET2_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 4026 #define FMC_PATT_ATTSET2_4 ((uint32_t)0x00000010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 4027 #define FMC_PATT_ATTSET2_5 ((uint32_t)0x00000020) /*!<Bit 5 */
Kojto 106:ba1f97679dad 4028 #define FMC_PATT_ATTSET2_6 ((uint32_t)0x00000040) /*!<Bit 6 */
Kojto 106:ba1f97679dad 4029 #define FMC_PATT_ATTSET2_7 ((uint32_t)0x00000080) /*!<Bit 7 */
Kojto 106:ba1f97679dad 4030
Kojto 106:ba1f97679dad 4031 #define FMC_PATT_ATTWAIT2 ((uint32_t)0x0000FF00) /*!<ATTWAIT2[7:0] bits (Attribute memory 2 wait time) */
Kojto 106:ba1f97679dad 4032 #define FMC_PATT_ATTWAIT2_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4033 #define FMC_PATT_ATTWAIT2_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4034 #define FMC_PATT_ATTWAIT2_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4035 #define FMC_PATT_ATTWAIT2_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 4036 #define FMC_PATT_ATTWAIT2_4 ((uint32_t)0x00001000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 4037 #define FMC_PATT_ATTWAIT2_5 ((uint32_t)0x00002000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 4038 #define FMC_PATT_ATTWAIT2_6 ((uint32_t)0x00004000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 4039 #define FMC_PATT_ATTWAIT2_7 ((uint32_t)0x00008000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 4040
Kojto 106:ba1f97679dad 4041 #define FMC_PATT_ATTHOLD2 ((uint32_t)0x00FF0000) /*!<ATTHOLD2[7:0] bits (Attribute memory 2 hold time) */
Kojto 106:ba1f97679dad 4042 #define FMC_PATT_ATTHOLD2_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4043 #define FMC_PATT_ATTHOLD2_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4044 #define FMC_PATT_ATTHOLD2_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4045 #define FMC_PATT_ATTHOLD2_3 ((uint32_t)0x00080000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 4046 #define FMC_PATT_ATTHOLD2_4 ((uint32_t)0x00100000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 4047 #define FMC_PATT_ATTHOLD2_5 ((uint32_t)0x00200000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 4048 #define FMC_PATT_ATTHOLD2_6 ((uint32_t)0x00400000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 4049 #define FMC_PATT_ATTHOLD2_7 ((uint32_t)0x00800000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 4050
Kojto 106:ba1f97679dad 4051 #define FMC_PATT_ATTHIZ2 ((uint32_t)0xFF000000) /*!<ATTHIZ2[7:0] bits (Attribute memory 2 databus HiZ time) */
Kojto 106:ba1f97679dad 4052 #define FMC_PATT_ATTHIZ2_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4053 #define FMC_PATT_ATTHIZ2_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4054 #define FMC_PATT_ATTHIZ2_2 ((uint32_t)0x04000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4055 #define FMC_PATT_ATTHIZ2_3 ((uint32_t)0x08000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 4056 #define FMC_PATT_ATTHIZ2_4 ((uint32_t)0x10000000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 4057 #define FMC_PATT_ATTHIZ2_5 ((uint32_t)0x20000000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 4058 #define FMC_PATT_ATTHIZ2_6 ((uint32_t)0x40000000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 4059 #define FMC_PATT_ATTHIZ2_7 ((uint32_t)0x80000000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 4060
Kojto 106:ba1f97679dad 4061 /****************** Bit definition for FMC_ECCR register ******************/
Kojto 106:ba1f97679dad 4062 #define FMC_ECCR_ECC2 ((uint32_t)0xFFFFFFFF) /*!<ECC result */
Kojto 106:ba1f97679dad 4063
Kojto 106:ba1f97679dad 4064 /****************** Bit definition for FMC_SDCR1 register ******************/
Kojto 106:ba1f97679dad 4065 #define FMC_SDCR1_NC ((uint32_t)0x00000003) /*!<NC[1:0] bits (Number of column bits) */
Kojto 106:ba1f97679dad 4066 #define FMC_SDCR1_NC_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4067 #define FMC_SDCR1_NC_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4068
Kojto 106:ba1f97679dad 4069 #define FMC_SDCR1_NR ((uint32_t)0x0000000C) /*!<NR[1:0] bits (Number of row bits) */
Kojto 106:ba1f97679dad 4070 #define FMC_SDCR1_NR_0 ((uint32_t)0x00000004) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4071 #define FMC_SDCR1_NR_1 ((uint32_t)0x00000008) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4072
Kojto 106:ba1f97679dad 4073 #define FMC_SDCR1_MWID ((uint32_t)0x00000030) /*!<NR[1:0] bits (Number of row bits) */
Kojto 106:ba1f97679dad 4074 #define FMC_SDCR1_MWID_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4075 #define FMC_SDCR1_MWID_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4076
Kojto 106:ba1f97679dad 4077 #define FMC_SDCR1_NB ((uint32_t)0x00000040) /*!<Number of internal bank */
Kojto 106:ba1f97679dad 4078
Kojto 106:ba1f97679dad 4079 #define FMC_SDCR1_CAS ((uint32_t)0x00000180) /*!<CAS[1:0] bits (CAS latency) */
Kojto 106:ba1f97679dad 4080 #define FMC_SDCR1_CAS_0 ((uint32_t)0x00000080) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4081 #define FMC_SDCR1_CAS_1 ((uint32_t)0x00000100) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4082
Kojto 106:ba1f97679dad 4083 #define FMC_SDCR1_WP ((uint32_t)0x00000200) /*!<Write protection */
Kojto 106:ba1f97679dad 4084
Kojto 106:ba1f97679dad 4085 #define FMC_SDCR1_SDCLK ((uint32_t)0x00000C00) /*!<SDRAM clock configuration */
Kojto 106:ba1f97679dad 4086 #define FMC_SDCR1_SDCLK_0 ((uint32_t)0x00000400) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4087 #define FMC_SDCR1_SDCLK_1 ((uint32_t)0x00000800) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4088
Kojto 106:ba1f97679dad 4089 #define FMC_SDCR1_RBURST ((uint32_t)0x00001000) /*!<Read burst */
Kojto 106:ba1f97679dad 4090
Kojto 106:ba1f97679dad 4091 #define FMC_SDCR1_RPIPE ((uint32_t)0x00006000) /*!<Write protection */
Kojto 106:ba1f97679dad 4092 #define FMC_SDCR1_RPIPE_0 ((uint32_t)0x00002000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4093 #define FMC_SDCR1_RPIPE_1 ((uint32_t)0x00004000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4094
Kojto 106:ba1f97679dad 4095 /****************** Bit definition for FMC_SDCR2 register ******************/
Kojto 106:ba1f97679dad 4096 #define FMC_SDCR2_NC ((uint32_t)0x00000003) /*!<NC[1:0] bits (Number of column bits) */
Kojto 106:ba1f97679dad 4097 #define FMC_SDCR2_NC_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4098 #define FMC_SDCR2_NC_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4099
Kojto 106:ba1f97679dad 4100 #define FMC_SDCR2_NR ((uint32_t)0x0000000C) /*!<NR[1:0] bits (Number of row bits) */
Kojto 106:ba1f97679dad 4101 #define FMC_SDCR2_NR_0 ((uint32_t)0x00000004) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4102 #define FMC_SDCR2_NR_1 ((uint32_t)0x00000008) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4103
Kojto 106:ba1f97679dad 4104 #define FMC_SDCR2_MWID ((uint32_t)0x00000030) /*!<NR[1:0] bits (Number of row bits) */
Kojto 106:ba1f97679dad 4105 #define FMC_SDCR2_MWID_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4106 #define FMC_SDCR2_MWID_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4107
Kojto 106:ba1f97679dad 4108 #define FMC_SDCR2_NB ((uint32_t)0x00000040) /*!<Number of internal bank */
Kojto 106:ba1f97679dad 4109
Kojto 106:ba1f97679dad 4110 #define FMC_SDCR2_CAS ((uint32_t)0x00000180) /*!<CAS[1:0] bits (CAS latency) */
Kojto 106:ba1f97679dad 4111 #define FMC_SDCR2_CAS_0 ((uint32_t)0x00000080) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4112 #define FMC_SDCR2_CAS_1 ((uint32_t)0x00000100) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4113
Kojto 106:ba1f97679dad 4114 #define FMC_SDCR2_WP ((uint32_t)0x00000200) /*!<Write protection */
Kojto 106:ba1f97679dad 4115
Kojto 106:ba1f97679dad 4116 #define FMC_SDCR2_SDCLK ((uint32_t)0x00000C00) /*!<SDCLK[1:0] (SDRAM clock configuration) */
Kojto 106:ba1f97679dad 4117 #define FMC_SDCR2_SDCLK_0 ((uint32_t)0x00000400) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4118 #define FMC_SDCR2_SDCLK_1 ((uint32_t)0x00000800) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4119
Kojto 106:ba1f97679dad 4120 #define FMC_SDCR2_RBURST ((uint32_t)0x00001000) /*!<Read burst */
Kojto 106:ba1f97679dad 4121
Kojto 106:ba1f97679dad 4122 #define FMC_SDCR2_RPIPE ((uint32_t)0x00006000) /*!<RPIPE[1:0](Read pipe) */
Kojto 106:ba1f97679dad 4123 #define FMC_SDCR2_RPIPE_0 ((uint32_t)0x00002000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4124 #define FMC_SDCR2_RPIPE_1 ((uint32_t)0x00004000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4125
Kojto 106:ba1f97679dad 4126 /****************** Bit definition for FMC_SDTR1 register ******************/
Kojto 106:ba1f97679dad 4127 #define FMC_SDTR1_TMRD ((uint32_t)0x0000000F) /*!<TMRD[3:0] bits (Load mode register to active) */
Kojto 106:ba1f97679dad 4128 #define FMC_SDTR1_TMRD_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4129 #define FMC_SDTR1_TMRD_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4130 #define FMC_SDTR1_TMRD_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4131 #define FMC_SDTR1_TMRD_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 4132
Kojto 106:ba1f97679dad 4133 #define FMC_SDTR1_TXSR ((uint32_t)0x000000F0) /*!<TXSR[3:0] bits (Exit self refresh) */
Kojto 106:ba1f97679dad 4134 #define FMC_SDTR1_TXSR_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4135 #define FMC_SDTR1_TXSR_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4136 #define FMC_SDTR1_TXSR_2 ((uint32_t)0x00000040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4137 #define FMC_SDTR1_TXSR_3 ((uint32_t)0x00000080) /*!<Bit 3 */
Kojto 106:ba1f97679dad 4138
Kojto 106:ba1f97679dad 4139 #define FMC_SDTR1_TRAS ((uint32_t)0x00000F00) /*!<TRAS[3:0] bits (Self refresh time) */
Kojto 106:ba1f97679dad 4140 #define FMC_SDTR1_TRAS_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4141 #define FMC_SDTR1_TRAS_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4142 #define FMC_SDTR1_TRAS_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4143 #define FMC_SDTR1_TRAS_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 4144
Kojto 106:ba1f97679dad 4145 #define FMC_SDTR1_TRC ((uint32_t)0x0000F000) /*!<TRC[2:0] bits (Row cycle delay) */
Kojto 106:ba1f97679dad 4146 #define FMC_SDTR1_TRC_0 ((uint32_t)0x00001000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4147 #define FMC_SDTR1_TRC_1 ((uint32_t)0x00002000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4148 #define FMC_SDTR1_TRC_2 ((uint32_t)0x00004000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4149
Kojto 106:ba1f97679dad 4150 #define FMC_SDTR1_TWR ((uint32_t)0x000F0000) /*!<TRC[2:0] bits (Write recovery delay) */
Kojto 106:ba1f97679dad 4151 #define FMC_SDTR1_TWR_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4152 #define FMC_SDTR1_TWR_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4153 #define FMC_SDTR1_TWR_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4154
Kojto 106:ba1f97679dad 4155 #define FMC_SDTR1_TRP ((uint32_t)0x00F00000) /*!<TRP[2:0] bits (Row precharge delay) */
Kojto 106:ba1f97679dad 4156 #define FMC_SDTR1_TRP_0 ((uint32_t)0x00100000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4157 #define FMC_SDTR1_TRP_1 ((uint32_t)0x00200000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4158 #define FMC_SDTR1_TRP_2 ((uint32_t)0x00400000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4159
Kojto 106:ba1f97679dad 4160 #define FMC_SDTR1_TRCD ((uint32_t)0x0F000000) /*!<TRP[2:0] bits (Row to column delay) */
Kojto 106:ba1f97679dad 4161 #define FMC_SDTR1_TRCD_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4162 #define FMC_SDTR1_TRCD_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4163 #define FMC_SDTR1_TRCD_2 ((uint32_t)0x04000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4164
Kojto 106:ba1f97679dad 4165 /****************** Bit definition for FMC_SDTR2 register ******************/
Kojto 106:ba1f97679dad 4166 #define FMC_SDTR2_TMRD ((uint32_t)0x0000000F) /*!<TMRD[3:0] bits (Load mode register to active) */
Kojto 106:ba1f97679dad 4167 #define FMC_SDTR2_TMRD_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4168 #define FMC_SDTR2_TMRD_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4169 #define FMC_SDTR2_TMRD_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4170 #define FMC_SDTR2_TMRD_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 4171
Kojto 106:ba1f97679dad 4172 #define FMC_SDTR2_TXSR ((uint32_t)0x000000F0) /*!<TXSR[3:0] bits (Exit self refresh) */
Kojto 106:ba1f97679dad 4173 #define FMC_SDTR2_TXSR_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4174 #define FMC_SDTR2_TXSR_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4175 #define FMC_SDTR2_TXSR_2 ((uint32_t)0x00000040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4176 #define FMC_SDTR2_TXSR_3 ((uint32_t)0x00000080) /*!<Bit 3 */
Kojto 106:ba1f97679dad 4177
Kojto 106:ba1f97679dad 4178 #define FMC_SDTR2_TRAS ((uint32_t)0x00000F00) /*!<TRAS[3:0] bits (Self refresh time) */
Kojto 106:ba1f97679dad 4179 #define FMC_SDTR2_TRAS_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4180 #define FMC_SDTR2_TRAS_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4181 #define FMC_SDTR2_TRAS_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4182 #define FMC_SDTR2_TRAS_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 4183
Kojto 106:ba1f97679dad 4184 #define FMC_SDTR2_TRC ((uint32_t)0x0000F000) /*!<TRC[2:0] bits (Row cycle delay) */
Kojto 106:ba1f97679dad 4185 #define FMC_SDTR2_TRC_0 ((uint32_t)0x00001000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4186 #define FMC_SDTR2_TRC_1 ((uint32_t)0x00002000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4187 #define FMC_SDTR2_TRC_2 ((uint32_t)0x00004000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4188
Kojto 106:ba1f97679dad 4189 #define FMC_SDTR2_TWR ((uint32_t)0x000F0000) /*!<TRC[2:0] bits (Write recovery delay) */
Kojto 106:ba1f97679dad 4190 #define FMC_SDTR2_TWR_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4191 #define FMC_SDTR2_TWR_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4192 #define FMC_SDTR2_TWR_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4193
Kojto 106:ba1f97679dad 4194 #define FMC_SDTR2_TRP ((uint32_t)0x00F00000) /*!<TRP[2:0] bits (Row precharge delay) */
Kojto 106:ba1f97679dad 4195 #define FMC_SDTR2_TRP_0 ((uint32_t)0x00100000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4196 #define FMC_SDTR2_TRP_1 ((uint32_t)0x00200000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4197 #define FMC_SDTR2_TRP_2 ((uint32_t)0x00400000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4198
Kojto 106:ba1f97679dad 4199 #define FMC_SDTR2_TRCD ((uint32_t)0x0F000000) /*!<TRP[2:0] bits (Row to column delay) */
Kojto 106:ba1f97679dad 4200 #define FMC_SDTR2_TRCD_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4201 #define FMC_SDTR2_TRCD_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4202 #define FMC_SDTR2_TRCD_2 ((uint32_t)0x04000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4203
Kojto 106:ba1f97679dad 4204 /****************** Bit definition for FMC_SDCMR register ******************/
Kojto 106:ba1f97679dad 4205 #define FMC_SDCMR_MODE ((uint32_t)0x00000007) /*!<MODE[2:0] bits (Command mode) */
Kojto 106:ba1f97679dad 4206 #define FMC_SDCMR_MODE_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4207 #define FMC_SDCMR_MODE_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4208 #define FMC_SDCMR_MODE_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4209
Kojto 106:ba1f97679dad 4210 #define FMC_SDCMR_CTB2 ((uint32_t)0x00000008) /*!<Command target 2 */
Kojto 106:ba1f97679dad 4211
Kojto 106:ba1f97679dad 4212 #define FMC_SDCMR_CTB1 ((uint32_t)0x00000010) /*!<Command target 1 */
Kojto 106:ba1f97679dad 4213
Kojto 106:ba1f97679dad 4214 #define FMC_SDCMR_NRFS ((uint32_t)0x000001E0) /*!<NRFS[3:0] bits (Number of auto-refresh) */
Kojto 106:ba1f97679dad 4215 #define FMC_SDCMR_NRFS_0 ((uint32_t)0x00000020) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4216 #define FMC_SDCMR_NRFS_1 ((uint32_t)0x00000040) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4217 #define FMC_SDCMR_NRFS_2 ((uint32_t)0x00000080) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4218 #define FMC_SDCMR_NRFS_3 ((uint32_t)0x00000100) /*!<Bit 3 */
Kojto 106:ba1f97679dad 4219
Kojto 106:ba1f97679dad 4220 #define FMC_SDCMR_MRD ((uint32_t)0x003FFE00) /*!<MRD[12:0] bits (Mode register definition) */
Kojto 106:ba1f97679dad 4221
Kojto 106:ba1f97679dad 4222 /****************** Bit definition for FMC_SDRTR register ******************/
Kojto 106:ba1f97679dad 4223 #define FMC_SDRTR_CRE ((uint32_t)0x00000001) /*!<Clear refresh error flag */
Kojto 106:ba1f97679dad 4224
Kojto 106:ba1f97679dad 4225 #define FMC_SDRTR_COUNT ((uint32_t)0x00003FFE) /*!<COUNT[12:0] bits (Refresh timer count) */
Kojto 106:ba1f97679dad 4226
Kojto 106:ba1f97679dad 4227 #define FMC_SDRTR_REIE ((uint32_t)0x00004000) /*!<RES interupt enable */
Kojto 106:ba1f97679dad 4228
Kojto 106:ba1f97679dad 4229 /****************** Bit definition for FMC_SDSR register ******************/
Kojto 106:ba1f97679dad 4230 #define FMC_SDSR_RE ((uint32_t)0x00000001) /*!<Refresh error flag */
Kojto 106:ba1f97679dad 4231
Kojto 106:ba1f97679dad 4232 #define FMC_SDSR_MODES1 ((uint32_t)0x00000006) /*!<MODES1[1:0]bits (Status mode for bank 1) */
Kojto 106:ba1f97679dad 4233 #define FMC_SDSR_MODES1_0 ((uint32_t)0x00000002) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4234 #define FMC_SDSR_MODES1_1 ((uint32_t)0x00000004) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4235
Kojto 106:ba1f97679dad 4236 #define FMC_SDSR_MODES2 ((uint32_t)0x00000018) /*!<MODES2[1:0]bits (Status mode for bank 2) */
Kojto 106:ba1f97679dad 4237 #define FMC_SDSR_MODES2_0 ((uint32_t)0x00000008) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4238 #define FMC_SDSR_MODES2_1 ((uint32_t)0x00000010) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4239 #define FMC_SDSR_BUSY ((uint32_t)0x00000020) /*!<Busy status */
Kojto 106:ba1f97679dad 4240
Kojto 106:ba1f97679dad 4241 /******************************************************************************/
Kojto 106:ba1f97679dad 4242 /* */
Kojto 106:ba1f97679dad 4243 /* General Purpose I/O */
Kojto 106:ba1f97679dad 4244 /* */
Kojto 106:ba1f97679dad 4245 /******************************************************************************/
Kojto 106:ba1f97679dad 4246 /****************** Bits definition for GPIO_MODER register *****************/
Kojto 106:ba1f97679dad 4247 #define GPIO_MODER_MODER0 ((uint32_t)0x00000003)
Kojto 106:ba1f97679dad 4248 #define GPIO_MODER_MODER0_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 4249 #define GPIO_MODER_MODER0_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 4250
Kojto 106:ba1f97679dad 4251 #define GPIO_MODER_MODER1 ((uint32_t)0x0000000C)
Kojto 106:ba1f97679dad 4252 #define GPIO_MODER_MODER1_0 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 4253 #define GPIO_MODER_MODER1_1 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 4254
Kojto 106:ba1f97679dad 4255 #define GPIO_MODER_MODER2 ((uint32_t)0x00000030)
Kojto 106:ba1f97679dad 4256 #define GPIO_MODER_MODER2_0 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 4257 #define GPIO_MODER_MODER2_1 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 4258
Kojto 106:ba1f97679dad 4259 #define GPIO_MODER_MODER3 ((uint32_t)0x000000C0)
Kojto 106:ba1f97679dad 4260 #define GPIO_MODER_MODER3_0 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 4261 #define GPIO_MODER_MODER3_1 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 4262
Kojto 106:ba1f97679dad 4263 #define GPIO_MODER_MODER4 ((uint32_t)0x00000300)
Kojto 106:ba1f97679dad 4264 #define GPIO_MODER_MODER4_0 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 4265 #define GPIO_MODER_MODER4_1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 4266
Kojto 106:ba1f97679dad 4267 #define GPIO_MODER_MODER5 ((uint32_t)0x00000C00)
Kojto 106:ba1f97679dad 4268 #define GPIO_MODER_MODER5_0 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 4269 #define GPIO_MODER_MODER5_1 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 4270
Kojto 106:ba1f97679dad 4271 #define GPIO_MODER_MODER6 ((uint32_t)0x00003000)
Kojto 106:ba1f97679dad 4272 #define GPIO_MODER_MODER6_0 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 4273 #define GPIO_MODER_MODER6_1 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 4274
Kojto 106:ba1f97679dad 4275 #define GPIO_MODER_MODER7 ((uint32_t)0x0000C000)
Kojto 106:ba1f97679dad 4276 #define GPIO_MODER_MODER7_0 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 4277 #define GPIO_MODER_MODER7_1 ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 4278
Kojto 106:ba1f97679dad 4279 #define GPIO_MODER_MODER8 ((uint32_t)0x00030000)
Kojto 106:ba1f97679dad 4280 #define GPIO_MODER_MODER8_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 4281 #define GPIO_MODER_MODER8_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 4282
Kojto 106:ba1f97679dad 4283 #define GPIO_MODER_MODER9 ((uint32_t)0x000C0000)
Kojto 106:ba1f97679dad 4284 #define GPIO_MODER_MODER9_0 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 4285 #define GPIO_MODER_MODER9_1 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 4286
Kojto 106:ba1f97679dad 4287 #define GPIO_MODER_MODER10 ((uint32_t)0x00300000)
Kojto 106:ba1f97679dad 4288 #define GPIO_MODER_MODER10_0 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 4289 #define GPIO_MODER_MODER10_1 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 4290
Kojto 106:ba1f97679dad 4291 #define GPIO_MODER_MODER11 ((uint32_t)0x00C00000)
Kojto 106:ba1f97679dad 4292 #define GPIO_MODER_MODER11_0 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 4293 #define GPIO_MODER_MODER11_1 ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 4294
Kojto 106:ba1f97679dad 4295 #define GPIO_MODER_MODER12 ((uint32_t)0x03000000)
Kojto 106:ba1f97679dad 4296 #define GPIO_MODER_MODER12_0 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 4297 #define GPIO_MODER_MODER12_1 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 4298
Kojto 106:ba1f97679dad 4299 #define GPIO_MODER_MODER13 ((uint32_t)0x0C000000)
Kojto 106:ba1f97679dad 4300 #define GPIO_MODER_MODER13_0 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 4301 #define GPIO_MODER_MODER13_1 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 4302
Kojto 106:ba1f97679dad 4303 #define GPIO_MODER_MODER14 ((uint32_t)0x30000000)
Kojto 106:ba1f97679dad 4304 #define GPIO_MODER_MODER14_0 ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 4305 #define GPIO_MODER_MODER14_1 ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 4306
Kojto 106:ba1f97679dad 4307 #define GPIO_MODER_MODER15 ((uint32_t)0xC0000000)
Kojto 106:ba1f97679dad 4308 #define GPIO_MODER_MODER15_0 ((uint32_t)0x40000000)
Kojto 106:ba1f97679dad 4309 #define GPIO_MODER_MODER15_1 ((uint32_t)0x80000000)
Kojto 106:ba1f97679dad 4310
Kojto 106:ba1f97679dad 4311 /****************** Bits definition for GPIO_OTYPER register ****************/
Kojto 106:ba1f97679dad 4312 #define GPIO_OTYPER_OT_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 4313 #define GPIO_OTYPER_OT_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 4314 #define GPIO_OTYPER_OT_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 4315 #define GPIO_OTYPER_OT_3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 4316 #define GPIO_OTYPER_OT_4 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 4317 #define GPIO_OTYPER_OT_5 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 4318 #define GPIO_OTYPER_OT_6 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 4319 #define GPIO_OTYPER_OT_7 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 4320 #define GPIO_OTYPER_OT_8 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 4321 #define GPIO_OTYPER_OT_9 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 4322 #define GPIO_OTYPER_OT_10 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 4323 #define GPIO_OTYPER_OT_11 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 4324 #define GPIO_OTYPER_OT_12 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 4325 #define GPIO_OTYPER_OT_13 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 4326 #define GPIO_OTYPER_OT_14 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 4327 #define GPIO_OTYPER_OT_15 ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 4328
Kojto 106:ba1f97679dad 4329 /****************** Bits definition for GPIO_OSPEEDR register ***************/
Kojto 106:ba1f97679dad 4330 #define GPIO_OSPEEDER_OSPEEDR0 ((uint32_t)0x00000003)
Kojto 106:ba1f97679dad 4331 #define GPIO_OSPEEDER_OSPEEDR0_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 4332 #define GPIO_OSPEEDER_OSPEEDR0_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 4333
Kojto 106:ba1f97679dad 4334 #define GPIO_OSPEEDER_OSPEEDR1 ((uint32_t)0x0000000C)
Kojto 106:ba1f97679dad 4335 #define GPIO_OSPEEDER_OSPEEDR1_0 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 4336 #define GPIO_OSPEEDER_OSPEEDR1_1 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 4337
Kojto 106:ba1f97679dad 4338 #define GPIO_OSPEEDER_OSPEEDR2 ((uint32_t)0x00000030)
Kojto 106:ba1f97679dad 4339 #define GPIO_OSPEEDER_OSPEEDR2_0 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 4340 #define GPIO_OSPEEDER_OSPEEDR2_1 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 4341
Kojto 106:ba1f97679dad 4342 #define GPIO_OSPEEDER_OSPEEDR3 ((uint32_t)0x000000C0)
Kojto 106:ba1f97679dad 4343 #define GPIO_OSPEEDER_OSPEEDR3_0 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 4344 #define GPIO_OSPEEDER_OSPEEDR3_1 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 4345
Kojto 106:ba1f97679dad 4346 #define GPIO_OSPEEDER_OSPEEDR4 ((uint32_t)0x00000300)
Kojto 106:ba1f97679dad 4347 #define GPIO_OSPEEDER_OSPEEDR4_0 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 4348 #define GPIO_OSPEEDER_OSPEEDR4_1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 4349
Kojto 106:ba1f97679dad 4350 #define GPIO_OSPEEDER_OSPEEDR5 ((uint32_t)0x00000C00)
Kojto 106:ba1f97679dad 4351 #define GPIO_OSPEEDER_OSPEEDR5_0 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 4352 #define GPIO_OSPEEDER_OSPEEDR5_1 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 4353
Kojto 106:ba1f97679dad 4354 #define GPIO_OSPEEDER_OSPEEDR6 ((uint32_t)0x00003000)
Kojto 106:ba1f97679dad 4355 #define GPIO_OSPEEDER_OSPEEDR6_0 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 4356 #define GPIO_OSPEEDER_OSPEEDR6_1 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 4357
Kojto 106:ba1f97679dad 4358 #define GPIO_OSPEEDER_OSPEEDR7 ((uint32_t)0x0000C000)
Kojto 106:ba1f97679dad 4359 #define GPIO_OSPEEDER_OSPEEDR7_0 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 4360 #define GPIO_OSPEEDER_OSPEEDR7_1 ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 4361
Kojto 106:ba1f97679dad 4362 #define GPIO_OSPEEDER_OSPEEDR8 ((uint32_t)0x00030000)
Kojto 106:ba1f97679dad 4363 #define GPIO_OSPEEDER_OSPEEDR8_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 4364 #define GPIO_OSPEEDER_OSPEEDR8_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 4365
Kojto 106:ba1f97679dad 4366 #define GPIO_OSPEEDER_OSPEEDR9 ((uint32_t)0x000C0000)
Kojto 106:ba1f97679dad 4367 #define GPIO_OSPEEDER_OSPEEDR9_0 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 4368 #define GPIO_OSPEEDER_OSPEEDR9_1 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 4369
Kojto 106:ba1f97679dad 4370 #define GPIO_OSPEEDER_OSPEEDR10 ((uint32_t)0x00300000)
Kojto 106:ba1f97679dad 4371 #define GPIO_OSPEEDER_OSPEEDR10_0 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 4372 #define GPIO_OSPEEDER_OSPEEDR10_1 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 4373
Kojto 106:ba1f97679dad 4374 #define GPIO_OSPEEDER_OSPEEDR11 ((uint32_t)0x00C00000)
Kojto 106:ba1f97679dad 4375 #define GPIO_OSPEEDER_OSPEEDR11_0 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 4376 #define GPIO_OSPEEDER_OSPEEDR11_1 ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 4377
Kojto 106:ba1f97679dad 4378 #define GPIO_OSPEEDER_OSPEEDR12 ((uint32_t)0x03000000)
Kojto 106:ba1f97679dad 4379 #define GPIO_OSPEEDER_OSPEEDR12_0 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 4380 #define GPIO_OSPEEDER_OSPEEDR12_1 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 4381
Kojto 106:ba1f97679dad 4382 #define GPIO_OSPEEDER_OSPEEDR13 ((uint32_t)0x0C000000)
Kojto 106:ba1f97679dad 4383 #define GPIO_OSPEEDER_OSPEEDR13_0 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 4384 #define GPIO_OSPEEDER_OSPEEDR13_1 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 4385
Kojto 106:ba1f97679dad 4386 #define GPIO_OSPEEDER_OSPEEDR14 ((uint32_t)0x30000000)
Kojto 106:ba1f97679dad 4387 #define GPIO_OSPEEDER_OSPEEDR14_0 ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 4388 #define GPIO_OSPEEDER_OSPEEDR14_1 ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 4389
Kojto 106:ba1f97679dad 4390 #define GPIO_OSPEEDER_OSPEEDR15 ((uint32_t)0xC0000000)
Kojto 106:ba1f97679dad 4391 #define GPIO_OSPEEDER_OSPEEDR15_0 ((uint32_t)0x40000000)
Kojto 106:ba1f97679dad 4392 #define GPIO_OSPEEDER_OSPEEDR15_1 ((uint32_t)0x80000000)
Kojto 106:ba1f97679dad 4393
Kojto 106:ba1f97679dad 4394 /****************** Bits definition for GPIO_PUPDR register *****************/
Kojto 106:ba1f97679dad 4395 #define GPIO_PUPDR_PUPDR0 ((uint32_t)0x00000003)
Kojto 106:ba1f97679dad 4396 #define GPIO_PUPDR_PUPDR0_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 4397 #define GPIO_PUPDR_PUPDR0_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 4398
Kojto 106:ba1f97679dad 4399 #define GPIO_PUPDR_PUPDR1 ((uint32_t)0x0000000C)
Kojto 106:ba1f97679dad 4400 #define GPIO_PUPDR_PUPDR1_0 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 4401 #define GPIO_PUPDR_PUPDR1_1 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 4402
Kojto 106:ba1f97679dad 4403 #define GPIO_PUPDR_PUPDR2 ((uint32_t)0x00000030)
Kojto 106:ba1f97679dad 4404 #define GPIO_PUPDR_PUPDR2_0 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 4405 #define GPIO_PUPDR_PUPDR2_1 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 4406
Kojto 106:ba1f97679dad 4407 #define GPIO_PUPDR_PUPDR3 ((uint32_t)0x000000C0)
Kojto 106:ba1f97679dad 4408 #define GPIO_PUPDR_PUPDR3_0 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 4409 #define GPIO_PUPDR_PUPDR3_1 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 4410
Kojto 106:ba1f97679dad 4411 #define GPIO_PUPDR_PUPDR4 ((uint32_t)0x00000300)
Kojto 106:ba1f97679dad 4412 #define GPIO_PUPDR_PUPDR4_0 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 4413 #define GPIO_PUPDR_PUPDR4_1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 4414
Kojto 106:ba1f97679dad 4415 #define GPIO_PUPDR_PUPDR5 ((uint32_t)0x00000C00)
Kojto 106:ba1f97679dad 4416 #define GPIO_PUPDR_PUPDR5_0 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 4417 #define GPIO_PUPDR_PUPDR5_1 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 4418
Kojto 106:ba1f97679dad 4419 #define GPIO_PUPDR_PUPDR6 ((uint32_t)0x00003000)
Kojto 106:ba1f97679dad 4420 #define GPIO_PUPDR_PUPDR6_0 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 4421 #define GPIO_PUPDR_PUPDR6_1 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 4422
Kojto 106:ba1f97679dad 4423 #define GPIO_PUPDR_PUPDR7 ((uint32_t)0x0000C000)
Kojto 106:ba1f97679dad 4424 #define GPIO_PUPDR_PUPDR7_0 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 4425 #define GPIO_PUPDR_PUPDR7_1 ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 4426
Kojto 106:ba1f97679dad 4427 #define GPIO_PUPDR_PUPDR8 ((uint32_t)0x00030000)
Kojto 106:ba1f97679dad 4428 #define GPIO_PUPDR_PUPDR8_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 4429 #define GPIO_PUPDR_PUPDR8_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 4430
Kojto 106:ba1f97679dad 4431 #define GPIO_PUPDR_PUPDR9 ((uint32_t)0x000C0000)
Kojto 106:ba1f97679dad 4432 #define GPIO_PUPDR_PUPDR9_0 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 4433 #define GPIO_PUPDR_PUPDR9_1 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 4434
Kojto 106:ba1f97679dad 4435 #define GPIO_PUPDR_PUPDR10 ((uint32_t)0x00300000)
Kojto 106:ba1f97679dad 4436 #define GPIO_PUPDR_PUPDR10_0 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 4437 #define GPIO_PUPDR_PUPDR10_1 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 4438
Kojto 106:ba1f97679dad 4439 #define GPIO_PUPDR_PUPDR11 ((uint32_t)0x00C00000)
Kojto 106:ba1f97679dad 4440 #define GPIO_PUPDR_PUPDR11_0 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 4441 #define GPIO_PUPDR_PUPDR11_1 ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 4442
Kojto 106:ba1f97679dad 4443 #define GPIO_PUPDR_PUPDR12 ((uint32_t)0x03000000)
Kojto 106:ba1f97679dad 4444 #define GPIO_PUPDR_PUPDR12_0 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 4445 #define GPIO_PUPDR_PUPDR12_1 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 4446
Kojto 106:ba1f97679dad 4447 #define GPIO_PUPDR_PUPDR13 ((uint32_t)0x0C000000)
Kojto 106:ba1f97679dad 4448 #define GPIO_PUPDR_PUPDR13_0 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 4449 #define GPIO_PUPDR_PUPDR13_1 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 4450
Kojto 106:ba1f97679dad 4451 #define GPIO_PUPDR_PUPDR14 ((uint32_t)0x30000000)
Kojto 106:ba1f97679dad 4452 #define GPIO_PUPDR_PUPDR14_0 ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 4453 #define GPIO_PUPDR_PUPDR14_1 ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 4454
Kojto 106:ba1f97679dad 4455 #define GPIO_PUPDR_PUPDR15 ((uint32_t)0xC0000000)
Kojto 106:ba1f97679dad 4456 #define GPIO_PUPDR_PUPDR15_0 ((uint32_t)0x40000000)
Kojto 106:ba1f97679dad 4457 #define GPIO_PUPDR_PUPDR15_1 ((uint32_t)0x80000000)
Kojto 106:ba1f97679dad 4458
Kojto 106:ba1f97679dad 4459 /****************** Bits definition for GPIO_IDR register *******************/
Kojto 106:ba1f97679dad 4460 #define GPIO_IDR_IDR_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 4461 #define GPIO_IDR_IDR_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 4462 #define GPIO_IDR_IDR_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 4463 #define GPIO_IDR_IDR_3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 4464 #define GPIO_IDR_IDR_4 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 4465 #define GPIO_IDR_IDR_5 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 4466 #define GPIO_IDR_IDR_6 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 4467 #define GPIO_IDR_IDR_7 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 4468 #define GPIO_IDR_IDR_8 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 4469 #define GPIO_IDR_IDR_9 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 4470 #define GPIO_IDR_IDR_10 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 4471 #define GPIO_IDR_IDR_11 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 4472 #define GPIO_IDR_IDR_12 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 4473 #define GPIO_IDR_IDR_13 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 4474 #define GPIO_IDR_IDR_14 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 4475 #define GPIO_IDR_IDR_15 ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 4476 /* Old GPIO_IDR register bits definition, maintained for legacy purpose */
Kojto 106:ba1f97679dad 4477 #define GPIO_OTYPER_IDR_0 GPIO_IDR_IDR_0
Kojto 106:ba1f97679dad 4478 #define GPIO_OTYPER_IDR_1 GPIO_IDR_IDR_1
Kojto 106:ba1f97679dad 4479 #define GPIO_OTYPER_IDR_2 GPIO_IDR_IDR_2
Kojto 106:ba1f97679dad 4480 #define GPIO_OTYPER_IDR_3 GPIO_IDR_IDR_3
Kojto 106:ba1f97679dad 4481 #define GPIO_OTYPER_IDR_4 GPIO_IDR_IDR_4
Kojto 106:ba1f97679dad 4482 #define GPIO_OTYPER_IDR_5 GPIO_IDR_IDR_5
Kojto 106:ba1f97679dad 4483 #define GPIO_OTYPER_IDR_6 GPIO_IDR_IDR_6
Kojto 106:ba1f97679dad 4484 #define GPIO_OTYPER_IDR_7 GPIO_IDR_IDR_7
Kojto 106:ba1f97679dad 4485 #define GPIO_OTYPER_IDR_8 GPIO_IDR_IDR_8
Kojto 106:ba1f97679dad 4486 #define GPIO_OTYPER_IDR_9 GPIO_IDR_IDR_9
Kojto 106:ba1f97679dad 4487 #define GPIO_OTYPER_IDR_10 GPIO_IDR_IDR_10
Kojto 106:ba1f97679dad 4488 #define GPIO_OTYPER_IDR_11 GPIO_IDR_IDR_11
Kojto 106:ba1f97679dad 4489 #define GPIO_OTYPER_IDR_12 GPIO_IDR_IDR_12
Kojto 106:ba1f97679dad 4490 #define GPIO_OTYPER_IDR_13 GPIO_IDR_IDR_13
Kojto 106:ba1f97679dad 4491 #define GPIO_OTYPER_IDR_14 GPIO_IDR_IDR_14
Kojto 106:ba1f97679dad 4492 #define GPIO_OTYPER_IDR_15 GPIO_IDR_IDR_15
Kojto 106:ba1f97679dad 4493
Kojto 106:ba1f97679dad 4494 /****************** Bits definition for GPIO_ODR register *******************/
Kojto 106:ba1f97679dad 4495 #define GPIO_ODR_ODR_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 4496 #define GPIO_ODR_ODR_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 4497 #define GPIO_ODR_ODR_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 4498 #define GPIO_ODR_ODR_3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 4499 #define GPIO_ODR_ODR_4 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 4500 #define GPIO_ODR_ODR_5 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 4501 #define GPIO_ODR_ODR_6 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 4502 #define GPIO_ODR_ODR_7 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 4503 #define GPIO_ODR_ODR_8 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 4504 #define GPIO_ODR_ODR_9 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 4505 #define GPIO_ODR_ODR_10 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 4506 #define GPIO_ODR_ODR_11 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 4507 #define GPIO_ODR_ODR_12 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 4508 #define GPIO_ODR_ODR_13 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 4509 #define GPIO_ODR_ODR_14 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 4510 #define GPIO_ODR_ODR_15 ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 4511 /* Old GPIO_ODR register bits definition, maintained for legacy purpose */
Kojto 106:ba1f97679dad 4512 #define GPIO_OTYPER_ODR_0 GPIO_ODR_ODR_0
Kojto 106:ba1f97679dad 4513 #define GPIO_OTYPER_ODR_1 GPIO_ODR_ODR_1
Kojto 106:ba1f97679dad 4514 #define GPIO_OTYPER_ODR_2 GPIO_ODR_ODR_2
Kojto 106:ba1f97679dad 4515 #define GPIO_OTYPER_ODR_3 GPIO_ODR_ODR_3
Kojto 106:ba1f97679dad 4516 #define GPIO_OTYPER_ODR_4 GPIO_ODR_ODR_4
Kojto 106:ba1f97679dad 4517 #define GPIO_OTYPER_ODR_5 GPIO_ODR_ODR_5
Kojto 106:ba1f97679dad 4518 #define GPIO_OTYPER_ODR_6 GPIO_ODR_ODR_6
Kojto 106:ba1f97679dad 4519 #define GPIO_OTYPER_ODR_7 GPIO_ODR_ODR_7
Kojto 106:ba1f97679dad 4520 #define GPIO_OTYPER_ODR_8 GPIO_ODR_ODR_8
Kojto 106:ba1f97679dad 4521 #define GPIO_OTYPER_ODR_9 GPIO_ODR_ODR_9
Kojto 106:ba1f97679dad 4522 #define GPIO_OTYPER_ODR_10 GPIO_ODR_ODR_10
Kojto 106:ba1f97679dad 4523 #define GPIO_OTYPER_ODR_11 GPIO_ODR_ODR_11
Kojto 106:ba1f97679dad 4524 #define GPIO_OTYPER_ODR_12 GPIO_ODR_ODR_12
Kojto 106:ba1f97679dad 4525 #define GPIO_OTYPER_ODR_13 GPIO_ODR_ODR_13
Kojto 106:ba1f97679dad 4526 #define GPIO_OTYPER_ODR_14 GPIO_ODR_ODR_14
Kojto 106:ba1f97679dad 4527 #define GPIO_OTYPER_ODR_15 GPIO_ODR_ODR_15
Kojto 106:ba1f97679dad 4528
Kojto 106:ba1f97679dad 4529 /****************** Bits definition for GPIO_BSRR register ******************/
Kojto 106:ba1f97679dad 4530 #define GPIO_BSRR_BS_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 4531 #define GPIO_BSRR_BS_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 4532 #define GPIO_BSRR_BS_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 4533 #define GPIO_BSRR_BS_3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 4534 #define GPIO_BSRR_BS_4 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 4535 #define GPIO_BSRR_BS_5 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 4536 #define GPIO_BSRR_BS_6 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 4537 #define GPIO_BSRR_BS_7 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 4538 #define GPIO_BSRR_BS_8 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 4539 #define GPIO_BSRR_BS_9 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 4540 #define GPIO_BSRR_BS_10 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 4541 #define GPIO_BSRR_BS_11 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 4542 #define GPIO_BSRR_BS_12 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 4543 #define GPIO_BSRR_BS_13 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 4544 #define GPIO_BSRR_BS_14 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 4545 #define GPIO_BSRR_BS_15 ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 4546 #define GPIO_BSRR_BR_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 4547 #define GPIO_BSRR_BR_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 4548 #define GPIO_BSRR_BR_2 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 4549 #define GPIO_BSRR_BR_3 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 4550 #define GPIO_BSRR_BR_4 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 4551 #define GPIO_BSRR_BR_5 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 4552 #define GPIO_BSRR_BR_6 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 4553 #define GPIO_BSRR_BR_7 ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 4554 #define GPIO_BSRR_BR_8 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 4555 #define GPIO_BSRR_BR_9 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 4556 #define GPIO_BSRR_BR_10 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 4557 #define GPIO_BSRR_BR_11 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 4558 #define GPIO_BSRR_BR_12 ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 4559 #define GPIO_BSRR_BR_13 ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 4560 #define GPIO_BSRR_BR_14 ((uint32_t)0x40000000)
Kojto 106:ba1f97679dad 4561 #define GPIO_BSRR_BR_15 ((uint32_t)0x80000000)
Kojto 106:ba1f97679dad 4562
Kojto 106:ba1f97679dad 4563 /****************** Bit definition for GPIO_LCKR register *********************/
Kojto 106:ba1f97679dad 4564 #define GPIO_LCKR_LCK0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 4565 #define GPIO_LCKR_LCK1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 4566 #define GPIO_LCKR_LCK2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 4567 #define GPIO_LCKR_LCK3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 4568 #define GPIO_LCKR_LCK4 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 4569 #define GPIO_LCKR_LCK5 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 4570 #define GPIO_LCKR_LCK6 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 4571 #define GPIO_LCKR_LCK7 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 4572 #define GPIO_LCKR_LCK8 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 4573 #define GPIO_LCKR_LCK9 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 4574 #define GPIO_LCKR_LCK10 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 4575 #define GPIO_LCKR_LCK11 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 4576 #define GPIO_LCKR_LCK12 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 4577 #define GPIO_LCKR_LCK13 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 4578 #define GPIO_LCKR_LCK14 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 4579 #define GPIO_LCKR_LCK15 ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 4580 #define GPIO_LCKR_LCKK ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 4581
Kojto 106:ba1f97679dad 4582 /******************************************************************************/
Kojto 106:ba1f97679dad 4583 /* */
Kojto 106:ba1f97679dad 4584 /* Inter-integrated Circuit Interface */
Kojto 106:ba1f97679dad 4585 /* */
Kojto 106:ba1f97679dad 4586 /******************************************************************************/
Kojto 106:ba1f97679dad 4587 /******************* Bit definition for I2C_CR1 register ********************/
Kojto 106:ba1f97679dad 4588 #define I2C_CR1_PE ((uint32_t)0x00000001) /*!<Peripheral Enable */
Kojto 106:ba1f97679dad 4589 #define I2C_CR1_SMBUS ((uint32_t)0x00000002) /*!<SMBus Mode */
Kojto 106:ba1f97679dad 4590 #define I2C_CR1_SMBTYPE ((uint32_t)0x00000008) /*!<SMBus Type */
Kojto 106:ba1f97679dad 4591 #define I2C_CR1_ENARP ((uint32_t)0x00000010) /*!<ARP Enable */
Kojto 106:ba1f97679dad 4592 #define I2C_CR1_ENPEC ((uint32_t)0x00000020) /*!<PEC Enable */
Kojto 106:ba1f97679dad 4593 #define I2C_CR1_ENGC ((uint32_t)0x00000040) /*!<General Call Enable */
Kojto 106:ba1f97679dad 4594 #define I2C_CR1_NOSTRETCH ((uint32_t)0x00000080) /*!<Clock Stretching Disable (Slave mode) */
Kojto 106:ba1f97679dad 4595 #define I2C_CR1_START ((uint32_t)0x00000100) /*!<Start Generation */
Kojto 106:ba1f97679dad 4596 #define I2C_CR1_STOP ((uint32_t)0x00000200) /*!<Stop Generation */
Kojto 106:ba1f97679dad 4597 #define I2C_CR1_ACK ((uint32_t)0x00000400) /*!<Acknowledge Enable */
Kojto 106:ba1f97679dad 4598 #define I2C_CR1_POS ((uint32_t)0x00000800) /*!<Acknowledge/PEC Position (for data reception) */
Kojto 106:ba1f97679dad 4599 #define I2C_CR1_PEC ((uint32_t)0x00001000) /*!<Packet Error Checking */
Kojto 106:ba1f97679dad 4600 #define I2C_CR1_ALERT ((uint32_t)0x00002000) /*!<SMBus Alert */
Kojto 106:ba1f97679dad 4601 #define I2C_CR1_SWRST ((uint32_t)0x00008000) /*!<Software Reset */
Kojto 106:ba1f97679dad 4602
Kojto 106:ba1f97679dad 4603 /******************* Bit definition for I2C_CR2 register ********************/
Kojto 106:ba1f97679dad 4604 #define I2C_CR2_FREQ ((uint32_t)0x0000003F) /*!<FREQ[5:0] bits (Peripheral Clock Frequency) */
Kojto 106:ba1f97679dad 4605 #define I2C_CR2_FREQ_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4606 #define I2C_CR2_FREQ_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4607 #define I2C_CR2_FREQ_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4608 #define I2C_CR2_FREQ_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 4609 #define I2C_CR2_FREQ_4 ((uint32_t)0x00000010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 4610 #define I2C_CR2_FREQ_5 ((uint32_t)0x00000020) /*!<Bit 5 */
Kojto 106:ba1f97679dad 4611
Kojto 106:ba1f97679dad 4612 #define I2C_CR2_ITERREN ((uint32_t)0x00000100) /*!<Error Interrupt Enable */
Kojto 106:ba1f97679dad 4613 #define I2C_CR2_ITEVTEN ((uint32_t)0x00000200) /*!<Event Interrupt Enable */
Kojto 106:ba1f97679dad 4614 #define I2C_CR2_ITBUFEN ((uint32_t)0x00000400) /*!<Buffer Interrupt Enable */
Kojto 106:ba1f97679dad 4615 #define I2C_CR2_DMAEN ((uint32_t)0x00000800) /*!<DMA Requests Enable */
Kojto 106:ba1f97679dad 4616 #define I2C_CR2_LAST ((uint32_t)0x00001000) /*!<DMA Last Transfer */
Kojto 106:ba1f97679dad 4617
Kojto 106:ba1f97679dad 4618 /******************* Bit definition for I2C_OAR1 register *******************/
Kojto 106:ba1f97679dad 4619 #define I2C_OAR1_ADD1_7 ((uint32_t)0x000000FE) /*!<Interface Address */
Kojto 106:ba1f97679dad 4620 #define I2C_OAR1_ADD8_9 ((uint32_t)0x00000300) /*!<Interface Address */
Kojto 106:ba1f97679dad 4621
Kojto 106:ba1f97679dad 4622 #define I2C_OAR1_ADD0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4623 #define I2C_OAR1_ADD1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4624 #define I2C_OAR1_ADD2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4625 #define I2C_OAR1_ADD3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 4626 #define I2C_OAR1_ADD4 ((uint32_t)0x00000010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 4627 #define I2C_OAR1_ADD5 ((uint32_t)0x00000020) /*!<Bit 5 */
Kojto 106:ba1f97679dad 4628 #define I2C_OAR1_ADD6 ((uint32_t)0x00000040) /*!<Bit 6 */
Kojto 106:ba1f97679dad 4629 #define I2C_OAR1_ADD7 ((uint32_t)0x00000080) /*!<Bit 7 */
Kojto 106:ba1f97679dad 4630 #define I2C_OAR1_ADD8 ((uint32_t)0x00000100) /*!<Bit 8 */
Kojto 106:ba1f97679dad 4631 #define I2C_OAR1_ADD9 ((uint32_t)0x00000200) /*!<Bit 9 */
Kojto 106:ba1f97679dad 4632
Kojto 106:ba1f97679dad 4633 #define I2C_OAR1_ADDMODE ((uint32_t)0x00008000) /*!<Addressing Mode (Slave mode) */
Kojto 106:ba1f97679dad 4634
Kojto 106:ba1f97679dad 4635 /******************* Bit definition for I2C_OAR2 register *******************/
Kojto 106:ba1f97679dad 4636 #define I2C_OAR2_ENDUAL ((uint32_t)0x00000001) /*!<Dual addressing mode enable */
Kojto 106:ba1f97679dad 4637 #define I2C_OAR2_ADD2 ((uint32_t)0x000000FE) /*!<Interface address */
Kojto 106:ba1f97679dad 4638
Kojto 106:ba1f97679dad 4639 /******************** Bit definition for I2C_DR register ********************/
Kojto 106:ba1f97679dad 4640 #define I2C_DR_DR ((uint32_t)0x000000FF) /*!<8-bit Data Register */
Kojto 106:ba1f97679dad 4641
Kojto 106:ba1f97679dad 4642 /******************* Bit definition for I2C_SR1 register ********************/
Kojto 106:ba1f97679dad 4643 #define I2C_SR1_SB ((uint32_t)0x00000001) /*!<Start Bit (Master mode) */
Kojto 106:ba1f97679dad 4644 #define I2C_SR1_ADDR ((uint32_t)0x00000002) /*!<Address sent (master mode)/matched (slave mode) */
Kojto 106:ba1f97679dad 4645 #define I2C_SR1_BTF ((uint32_t)0x00000004) /*!<Byte Transfer Finished */
Kojto 106:ba1f97679dad 4646 #define I2C_SR1_ADD10 ((uint32_t)0x00000008) /*!<10-bit header sent (Master mode) */
Kojto 106:ba1f97679dad 4647 #define I2C_SR1_STOPF ((uint32_t)0x00000010) /*!<Stop detection (Slave mode) */
Kojto 106:ba1f97679dad 4648 #define I2C_SR1_RXNE ((uint32_t)0x00000040) /*!<Data Register not Empty (receivers) */
Kojto 106:ba1f97679dad 4649 #define I2C_SR1_TXE ((uint32_t)0x00000080) /*!<Data Register Empty (transmitters) */
Kojto 106:ba1f97679dad 4650 #define I2C_SR1_BERR ((uint32_t)0x00000100) /*!<Bus Error */
Kojto 106:ba1f97679dad 4651 #define I2C_SR1_ARLO ((uint32_t)0x00000200) /*!<Arbitration Lost (master mode) */
Kojto 106:ba1f97679dad 4652 #define I2C_SR1_AF ((uint32_t)0x00000400) /*!<Acknowledge Failure */
Kojto 106:ba1f97679dad 4653 #define I2C_SR1_OVR ((uint32_t)0x00000800) /*!<Overrun/Underrun */
Kojto 106:ba1f97679dad 4654 #define I2C_SR1_PECERR ((uint32_t)0x00001000) /*!<PEC Error in reception */
Kojto 106:ba1f97679dad 4655 #define I2C_SR1_TIMEOUT ((uint32_t)0x00004000) /*!<Timeout or Tlow Error */
Kojto 106:ba1f97679dad 4656 #define I2C_SR1_SMBALERT ((uint32_t)0x00008000) /*!<SMBus Alert */
Kojto 106:ba1f97679dad 4657
Kojto 106:ba1f97679dad 4658 /******************* Bit definition for I2C_SR2 register ********************/
Kojto 106:ba1f97679dad 4659 #define I2C_SR2_MSL ((uint32_t)0x00000001) /*!<Master/Slave */
Kojto 106:ba1f97679dad 4660 #define I2C_SR2_BUSY ((uint32_t)0x00000002) /*!<Bus Busy */
Kojto 106:ba1f97679dad 4661 #define I2C_SR2_TRA ((uint32_t)0x00000004) /*!<Transmitter/Receiver */
Kojto 106:ba1f97679dad 4662 #define I2C_SR2_GENCALL ((uint32_t)0x00000010) /*!<General Call Address (Slave mode) */
Kojto 106:ba1f97679dad 4663 #define I2C_SR2_SMBDEFAULT ((uint32_t)0x00000020) /*!<SMBus Device Default Address (Slave mode) */
Kojto 106:ba1f97679dad 4664 #define I2C_SR2_SMBHOST ((uint32_t)0x00000040) /*!<SMBus Host Header (Slave mode) */
Kojto 106:ba1f97679dad 4665 #define I2C_SR2_DUALF ((uint32_t)0x00000080) /*!<Dual Flag (Slave mode) */
Kojto 106:ba1f97679dad 4666 #define I2C_SR2_PEC ((uint32_t)0x0000FF00) /*!<Packet Error Checking Register */
Kojto 106:ba1f97679dad 4667
Kojto 106:ba1f97679dad 4668 /******************* Bit definition for I2C_CCR register ********************/
Kojto 106:ba1f97679dad 4669 #define I2C_CCR_CCR ((uint32_t)0x00000FFF) /*!<Clock Control Register in Fast/Standard mode (Master mode) */
Kojto 106:ba1f97679dad 4670 #define I2C_CCR_DUTY ((uint32_t)0x00004000) /*!<Fast Mode Duty Cycle */
Kojto 106:ba1f97679dad 4671 #define I2C_CCR_FS ((uint32_t)0x00008000) /*!<I2C Master Mode Selection */
Kojto 106:ba1f97679dad 4672
Kojto 106:ba1f97679dad 4673 /****************** Bit definition for I2C_TRISE register *******************/
Kojto 106:ba1f97679dad 4674 #define I2C_TRISE_TRISE ((uint32_t)0x0000003F) /*!<Maximum Rise Time in Fast/Standard mode (Master mode) */
Kojto 106:ba1f97679dad 4675
Kojto 106:ba1f97679dad 4676 /****************** Bit definition for I2C_FLTR register *******************/
Kojto 106:ba1f97679dad 4677 #define I2C_FLTR_DNF ((uint32_t)0x0000000F) /*!<Digital Noise Filter */
Kojto 106:ba1f97679dad 4678 #define I2C_FLTR_ANOFF ((uint32_t)0x00000010) /*!<Analog Noise Filter OFF */
Kojto 106:ba1f97679dad 4679
Kojto 106:ba1f97679dad 4680 /******************************************************************************/
Kojto 106:ba1f97679dad 4681 /* */
Kojto 106:ba1f97679dad 4682 /* Fast Mode Plus Inter-integrated Circuit Interface (I2C) */
Kojto 106:ba1f97679dad 4683 /* */
Kojto 106:ba1f97679dad 4684 /******************************************************************************/
Kojto 106:ba1f97679dad 4685 /******************* Bit definition for I2C_CR1 register *******************/
Kojto 106:ba1f97679dad 4686 #define FMPI2C_CR1_PE ((uint32_t)0x00000001) /*!< Peripheral enable */
Kojto 106:ba1f97679dad 4687 #define FMPI2C_CR1_TXIE ((uint32_t)0x00000002) /*!< TX interrupt enable */
Kojto 106:ba1f97679dad 4688 #define FMPI2C_CR1_RXIE ((uint32_t)0x00000004) /*!< RX interrupt enable */
Kojto 106:ba1f97679dad 4689 #define FMPI2C_CR1_ADDRIE ((uint32_t)0x00000008) /*!< Address match interrupt enable */
Kojto 106:ba1f97679dad 4690 #define FMPI2C_CR1_NACKIE ((uint32_t)0x00000010) /*!< NACK received interrupt enable */
Kojto 106:ba1f97679dad 4691 #define FMPI2C_CR1_STOPIE ((uint32_t)0x00000020) /*!< STOP detection interrupt enable */
Kojto 106:ba1f97679dad 4692 #define FMPI2C_CR1_TCIE ((uint32_t)0x00000040) /*!< Transfer complete interrupt enable */
Kojto 106:ba1f97679dad 4693 #define FMPI2C_CR1_ERRIE ((uint32_t)0x00000080) /*!< Errors interrupt enable */
Kojto 106:ba1f97679dad 4694 #define FMPI2C_CR1_DFN ((uint32_t)0x00000F00) /*!< Digital noise filter */
Kojto 106:ba1f97679dad 4695 #define FMPI2C_CR1_ANFOFF ((uint32_t)0x00001000) /*!< Analog noise filter OFF */
Kojto 106:ba1f97679dad 4696 #define FMPI2C_CR1_SWRST ((uint32_t)0x00002000) /*!< Software reset */
Kojto 106:ba1f97679dad 4697 #define FMPI2C_CR1_TXDMAEN ((uint32_t)0x00004000) /*!< DMA transmission requests enable */
Kojto 106:ba1f97679dad 4698 #define FMPI2C_CR1_RXDMAEN ((uint32_t)0x00008000) /*!< DMA reception requests enable */
Kojto 106:ba1f97679dad 4699 #define FMPI2C_CR1_SBC ((uint32_t)0x00010000) /*!< Slave byte control */
Kojto 106:ba1f97679dad 4700 #define FMPI2C_CR1_NOSTRETCH ((uint32_t)0x00020000) /*!< Clock stretching disable */
Kojto 106:ba1f97679dad 4701 #define FMPI2C_CR1_WUPEN ((uint32_t)0x00040000) /*!< Wakeup from STOP enable */
Kojto 106:ba1f97679dad 4702 #define FMPI2C_CR1_GCEN ((uint32_t)0x00080000) /*!< General call enable */
Kojto 106:ba1f97679dad 4703 #define FMPI2C_CR1_SMBHEN ((uint32_t)0x00100000) /*!< SMBus host address enable */
Kojto 106:ba1f97679dad 4704 #define FMPI2C_CR1_SMBDEN ((uint32_t)0x00200000) /*!< SMBus device default address enable */
Kojto 106:ba1f97679dad 4705 #define FMPI2C_CR1_ALERTEN ((uint32_t)0x00400000) /*!< SMBus alert enable */
Kojto 106:ba1f97679dad 4706 #define FMPI2C_CR1_PECEN ((uint32_t)0x00800000) /*!< PEC enable */
Kojto 106:ba1f97679dad 4707
Kojto 106:ba1f97679dad 4708 /****************** Bit definition for I2C_CR2 register ********************/
Kojto 106:ba1f97679dad 4709 #define FMPI2C_CR2_SADD ((uint32_t)0x000003FF) /*!< Slave address (master mode) */
Kojto 106:ba1f97679dad 4710 #define FMPI2C_CR2_RD_WRN ((uint32_t)0x00000400) /*!< Transfer direction (master mode) */
Kojto 106:ba1f97679dad 4711 #define FMPI2C_CR2_ADD10 ((uint32_t)0x00000800) /*!< 10-bit addressing mode (master mode) */
Kojto 106:ba1f97679dad 4712 #define FMPI2C_CR2_HEAD10R ((uint32_t)0x00001000) /*!< 10-bit address header only read direction (master mode) */
Kojto 106:ba1f97679dad 4713 #define FMPI2C_CR2_START ((uint32_t)0x00002000) /*!< START generation */
Kojto 106:ba1f97679dad 4714 #define FMPI2C_CR2_STOP ((uint32_t)0x00004000) /*!< STOP generation (master mode) */
Kojto 106:ba1f97679dad 4715 #define FMPI2C_CR2_NACK ((uint32_t)0x00008000) /*!< NACK generation (slave mode) */
Kojto 106:ba1f97679dad 4716 #define FMPI2C_CR2_NBYTES ((uint32_t)0x00FF0000) /*!< Number of bytes */
Kojto 106:ba1f97679dad 4717 #define FMPI2C_CR2_RELOAD ((uint32_t)0x01000000) /*!< NBYTES reload mode */
Kojto 106:ba1f97679dad 4718 #define FMPI2C_CR2_AUTOEND ((uint32_t)0x02000000) /*!< Automatic end mode (master mode) */
Kojto 106:ba1f97679dad 4719 #define FMPI2C_CR2_PECBYTE ((uint32_t)0x04000000) /*!< Packet error checking byte */
Kojto 106:ba1f97679dad 4720
Kojto 106:ba1f97679dad 4721 /******************* Bit definition for I2C_OAR1 register ******************/
Kojto 106:ba1f97679dad 4722 #define FMPI2C_OAR1_OA1 ((uint32_t)0x000003FF) /*!< Interface own address 1 */
Kojto 106:ba1f97679dad 4723 #define FMPI2C_OAR1_OA1MODE ((uint32_t)0x00000400) /*!< Own address 1 10-bit mode */
Kojto 106:ba1f97679dad 4724 #define FMPI2C_OAR1_OA1EN ((uint32_t)0x00008000) /*!< Own address 1 enable */
Kojto 106:ba1f97679dad 4725
Kojto 106:ba1f97679dad 4726 /******************* Bit definition for I2C_OAR2 register ******************/
Kojto 106:ba1f97679dad 4727 #define FMPI2C_OAR2_OA2 ((uint32_t)0x000000FE) /*!< Interface own address 2 */
Kojto 106:ba1f97679dad 4728 #define FMPI2C_OAR2_OA2MSK ((uint32_t)0x00000700) /*!< Own address 2 masks */
Kojto 106:ba1f97679dad 4729 #define FMPI2C_OAR2_OA2EN ((uint32_t)0x00008000) /*!< Own address 2 enable */
Kojto 106:ba1f97679dad 4730
Kojto 106:ba1f97679dad 4731 /******************* Bit definition for I2C_TIMINGR register *******************/
Kojto 106:ba1f97679dad 4732 #define FMPI2C_TIMINGR_SCLL ((uint32_t)0x000000FF) /*!< SCL low period (master mode) */
Kojto 106:ba1f97679dad 4733 #define FMPI2C_TIMINGR_SCLH ((uint32_t)0x0000FF00) /*!< SCL high period (master mode) */
Kojto 106:ba1f97679dad 4734 #define FMPI2C_TIMINGR_SDADEL ((uint32_t)0x000F0000) /*!< Data hold time */
Kojto 106:ba1f97679dad 4735 #define FMPI2C_TIMINGR_SCLDEL ((uint32_t)0x00F00000) /*!< Data setup time */
Kojto 106:ba1f97679dad 4736 #define FMPI2C_TIMINGR_PRESC ((uint32_t)0xF0000000) /*!< Timings prescaler */
Kojto 106:ba1f97679dad 4737
Kojto 106:ba1f97679dad 4738 /******************* Bit definition for I2C_TIMEOUTR register *******************/
Kojto 106:ba1f97679dad 4739 #define FMPI2C_TIMEOUTR_TIMEOUTA ((uint32_t)0x00000FFF) /*!< Bus timeout A */
Kojto 106:ba1f97679dad 4740 #define FMPI2C_TIMEOUTR_TIDLE ((uint32_t)0x00001000) /*!< Idle clock timeout detection */
Kojto 106:ba1f97679dad 4741 #define FMPI2C_TIMEOUTR_TIMOUTEN ((uint32_t)0x00008000) /*!< Clock timeout enable */
Kojto 106:ba1f97679dad 4742 #define FMPI2C_TIMEOUTR_TIMEOUTB ((uint32_t)0x0FFF0000) /*!< Bus timeout B */
Kojto 106:ba1f97679dad 4743 #define FMPI2C_TIMEOUTR_TEXTEN ((uint32_t)0x80000000) /*!< Extended clock timeout enable */
Kojto 106:ba1f97679dad 4744
Kojto 106:ba1f97679dad 4745 /****************** Bit definition for I2C_ISR register *********************/
Kojto 106:ba1f97679dad 4746 #define FMPI2C_ISR_TXE ((uint32_t)0x00000001) /*!< Transmit data register empty */
Kojto 106:ba1f97679dad 4747 #define FMPI2C_ISR_TXIS ((uint32_t)0x00000002) /*!< Transmit interrupt status */
Kojto 106:ba1f97679dad 4748 #define FMPI2C_ISR_RXNE ((uint32_t)0x00000004) /*!< Receive data register not empty */
Kojto 106:ba1f97679dad 4749 #define FMPI2C_ISR_ADDR ((uint32_t)0x00000008) /*!< Address matched (slave mode) */
Kojto 106:ba1f97679dad 4750 #define FMPI2C_ISR_NACKF ((uint32_t)0x00000010) /*!< NACK received flag */
Kojto 106:ba1f97679dad 4751 #define FMPI2C_ISR_STOPF ((uint32_t)0x00000020) /*!< STOP detection flag */
Kojto 106:ba1f97679dad 4752 #define FMPI2C_ISR_TC ((uint32_t)0x00000040) /*!< Transfer complete (master mode) */
Kojto 106:ba1f97679dad 4753 #define FMPI2C_ISR_TCR ((uint32_t)0x00000080) /*!< Transfer complete reload */
Kojto 106:ba1f97679dad 4754 #define FMPI2C_ISR_BERR ((uint32_t)0x00000100) /*!< Bus error */
Kojto 106:ba1f97679dad 4755 #define FMPI2C_ISR_ARLO ((uint32_t)0x00000200) /*!< Arbitration lost */
Kojto 106:ba1f97679dad 4756 #define FMPI2C_ISR_OVR ((uint32_t)0x00000400) /*!< Overrun/Underrun */
Kojto 106:ba1f97679dad 4757 #define FMPI2C_ISR_PECERR ((uint32_t)0x00000800) /*!< PEC error in reception */
Kojto 106:ba1f97679dad 4758 #define FMPI2C_ISR_TIMEOUT ((uint32_t)0x00001000) /*!< Timeout or Tlow detection flag */
Kojto 106:ba1f97679dad 4759 #define FMPI2C_ISR_ALERT ((uint32_t)0x00002000) /*!< SMBus alert */
Kojto 106:ba1f97679dad 4760 #define FMPI2C_ISR_BUSY ((uint32_t)0x00008000) /*!< Bus busy */
Kojto 106:ba1f97679dad 4761 #define FMPI2C_ISR_DIR ((uint32_t)0x00010000) /*!< Transfer direction (slave mode) */
Kojto 106:ba1f97679dad 4762 #define FMPI2C_ISR_ADDCODE ((uint32_t)0x00FE0000) /*!< Address match code (slave mode) */
Kojto 106:ba1f97679dad 4763
Kojto 106:ba1f97679dad 4764 /****************** Bit definition for I2C_ICR register *********************/
Kojto 106:ba1f97679dad 4765 #define FMPI2C_ICR_ADDRCF ((uint32_t)0x00000008) /*!< Address matched clear flag */
Kojto 106:ba1f97679dad 4766 #define FMPI2C_ICR_NACKCF ((uint32_t)0x00000010) /*!< NACK clear flag */
Kojto 106:ba1f97679dad 4767 #define FMPI2C_ICR_STOPCF ((uint32_t)0x00000020) /*!< STOP detection clear flag */
Kojto 106:ba1f97679dad 4768 #define FMPI2C_ICR_BERRCF ((uint32_t)0x00000100) /*!< Bus error clear flag */
Kojto 106:ba1f97679dad 4769 #define FMPI2C_ICR_ARLOCF ((uint32_t)0x00000200) /*!< Arbitration lost clear flag */
Kojto 106:ba1f97679dad 4770 #define FMPI2C_ICR_OVRCF ((uint32_t)0x00000400) /*!< Overrun/Underrun clear flag */
Kojto 106:ba1f97679dad 4771 #define FMPI2C_ICR_PECCF ((uint32_t)0x00000800) /*!< PAC error clear flag */
Kojto 106:ba1f97679dad 4772 #define FMPI2C_ICR_TIMOUTCF ((uint32_t)0x00001000) /*!< Timeout clear flag */
Kojto 106:ba1f97679dad 4773 #define FMPI2C_ICR_ALERTCF ((uint32_t)0x00002000) /*!< Alert clear flag */
Kojto 106:ba1f97679dad 4774
Kojto 106:ba1f97679dad 4775 /****************** Bit definition for I2C_PECR register *********************/
Kojto 106:ba1f97679dad 4776 #define FMPI2C_PECR_PEC ((uint32_t)0x000000FF) /*!< PEC register */
Kojto 106:ba1f97679dad 4777
Kojto 106:ba1f97679dad 4778 /****************** Bit definition for I2C_RXDR register *********************/
Kojto 106:ba1f97679dad 4779 #define FMPI2C_RXDR_RXDATA ((uint32_t)0x000000FF) /*!< 8-bit receive data */
Kojto 106:ba1f97679dad 4780
Kojto 106:ba1f97679dad 4781 /****************** Bit definition for I2C_TXDR register *********************/
Kojto 106:ba1f97679dad 4782 #define FMPI2C_TXDR_TXDATA ((uint32_t)0x000000FF) /*!< 8-bit transmit data */
Kojto 106:ba1f97679dad 4783
Kojto 106:ba1f97679dad 4784 /******************************************************************************/
Kojto 106:ba1f97679dad 4785 /* */
Kojto 106:ba1f97679dad 4786 /* Independent WATCHDOG */
Kojto 106:ba1f97679dad 4787 /* */
Kojto 106:ba1f97679dad 4788 /******************************************************************************/
Kojto 106:ba1f97679dad 4789 /******************* Bit definition for IWDG_KR register ********************/
Kojto 106:ba1f97679dad 4790 #define IWDG_KR_KEY ((uint32_t)0xFFFF) /*!<Key value (write only, read 0000h) */
Kojto 106:ba1f97679dad 4791
Kojto 106:ba1f97679dad 4792 /******************* Bit definition for IWDG_PR register ********************/
Kojto 106:ba1f97679dad 4793 #define IWDG_PR_PR ((uint32_t)0x07) /*!<PR[2:0] (Prescaler divider) */
Kojto 106:ba1f97679dad 4794 #define IWDG_PR_PR_0 ((uint32_t)0x01) /*!<Bit 0 */
Kojto 106:ba1f97679dad 4795 #define IWDG_PR_PR_1 ((uint32_t)0x02) /*!<Bit 1 */
Kojto 106:ba1f97679dad 4796 #define IWDG_PR_PR_2 ((uint32_t)0x04) /*!<Bit 2 */
Kojto 106:ba1f97679dad 4797
Kojto 106:ba1f97679dad 4798 /******************* Bit definition for IWDG_RLR register *******************/
Kojto 106:ba1f97679dad 4799 #define IWDG_RLR_RL ((uint32_t)0x0FFF) /*!<Watchdog counter reload value */
Kojto 106:ba1f97679dad 4800
Kojto 106:ba1f97679dad 4801 /******************* Bit definition for IWDG_SR register ********************/
Kojto 106:ba1f97679dad 4802 #define IWDG_SR_PVU ((uint32_t)0x01) /*!<Watchdog prescaler value update */
Kojto 106:ba1f97679dad 4803 #define IWDG_SR_RVU ((uint32_t)0x02) /*!<Watchdog counter reload value update */
Kojto 106:ba1f97679dad 4804
Kojto 106:ba1f97679dad 4805
Kojto 106:ba1f97679dad 4806 /******************************************************************************/
Kojto 106:ba1f97679dad 4807 /* */
Kojto 106:ba1f97679dad 4808 /* Power Control */
Kojto 106:ba1f97679dad 4809 /* */
Kojto 106:ba1f97679dad 4810 /******************************************************************************/
Kojto 106:ba1f97679dad 4811 /******************** Bit definition for PWR_CR register ********************/
Kojto 106:ba1f97679dad 4812 #define PWR_CR_LPDS ((uint32_t)0x00000001) /*!< Low-Power Deepsleep */
Kojto 106:ba1f97679dad 4813 #define PWR_CR_PDDS ((uint32_t)0x00000002) /*!< Power Down Deepsleep */
Kojto 106:ba1f97679dad 4814 #define PWR_CR_CWUF ((uint32_t)0x00000004) /*!< Clear Wakeup Flag */
Kojto 106:ba1f97679dad 4815 #define PWR_CR_CSBF ((uint32_t)0x00000008) /*!< Clear Standby Flag */
Kojto 106:ba1f97679dad 4816 #define PWR_CR_PVDE ((uint32_t)0x00000010) /*!< Power Voltage Detector Enable */
Kojto 106:ba1f97679dad 4817
Kojto 106:ba1f97679dad 4818 #define PWR_CR_PLS ((uint32_t)0x000000E0) /*!< PLS[2:0] bits (PVD Level Selection) */
Kojto 106:ba1f97679dad 4819 #define PWR_CR_PLS_0 ((uint32_t)0x00000020) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4820 #define PWR_CR_PLS_1 ((uint32_t)0x00000040) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4821 #define PWR_CR_PLS_2 ((uint32_t)0x00000080) /*!< Bit 2 */
Kojto 106:ba1f97679dad 4822
Kojto 106:ba1f97679dad 4823 /*!< PVD level configuration */
Kojto 106:ba1f97679dad 4824 #define PWR_CR_PLS_LEV0 ((uint32_t)0x00000000) /*!< PVD level 0 */
Kojto 106:ba1f97679dad 4825 #define PWR_CR_PLS_LEV1 ((uint32_t)0x00000020) /*!< PVD level 1 */
Kojto 106:ba1f97679dad 4826 #define PWR_CR_PLS_LEV2 ((uint32_t)0x00000040) /*!< PVD level 2 */
Kojto 106:ba1f97679dad 4827 #define PWR_CR_PLS_LEV3 ((uint32_t)0x00000060) /*!< PVD level 3 */
Kojto 106:ba1f97679dad 4828 #define PWR_CR_PLS_LEV4 ((uint32_t)0x00000080) /*!< PVD level 4 */
Kojto 106:ba1f97679dad 4829 #define PWR_CR_PLS_LEV5 ((uint32_t)0x000000A0) /*!< PVD level 5 */
Kojto 106:ba1f97679dad 4830 #define PWR_CR_PLS_LEV6 ((uint32_t)0x000000C0) /*!< PVD level 6 */
Kojto 106:ba1f97679dad 4831 #define PWR_CR_PLS_LEV7 ((uint32_t)0x000000E0) /*!< PVD level 7 */
Kojto 106:ba1f97679dad 4832 #define PWR_CR_DBP ((uint32_t)0x00000100) /*!< Disable Backup Domain write protection */
Kojto 106:ba1f97679dad 4833 #define PWR_CR_FPDS ((uint32_t)0x00000200) /*!< Flash power down in Stop mode */
Kojto 106:ba1f97679dad 4834 #define PWR_CR_LPLVDS ((uint32_t)0x00000400) /*!< Low-Power Regulator Low Voltage Scaling in Stop mode */
Kojto 106:ba1f97679dad 4835 #define PWR_CR_MRLVDS ((uint32_t)0x00000800) /*!< Main regulator Low Voltage Scaling in Stop mode */
Kojto 106:ba1f97679dad 4836 #define PWR_CR_ADCDC1 ((uint32_t)0x00002000) /*!< Refer to AN4073 on how to use this bit */
Kojto 106:ba1f97679dad 4837 #define PWR_CR_VOS ((uint32_t)0x0000C000) /*!< VOS[1:0] bits (Regulator voltage scaling output selection) */
Kojto 106:ba1f97679dad 4838 #define PWR_CR_VOS_0 ((uint32_t)0x00004000) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4839 #define PWR_CR_VOS_1 ((uint32_t)0x00008000) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4840 #define PWR_CR_ODEN ((uint32_t)0x00010000) /*!< Over Drive enable */
Kojto 106:ba1f97679dad 4841 #define PWR_CR_ODSWEN ((uint32_t)0x00020000) /*!< Over Drive switch enabled */
Kojto 106:ba1f97679dad 4842 #define PWR_CR_UDEN ((uint32_t)0x000C0000) /*!< Under Drive enable in stop mode */
Kojto 106:ba1f97679dad 4843 #define PWR_CR_UDEN_0 ((uint32_t)0x00040000) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4844 #define PWR_CR_UDEN_1 ((uint32_t)0x00080000) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4845 #define PWR_CR_FMSSR ((uint32_t)0x00100000) /*!< Flash Memory Sleep System Run */
Kojto 106:ba1f97679dad 4846 #define PWR_CR_FISSR ((uint32_t)0x00200000) /*!< Flash Interface Stop while System Run */
Kojto 106:ba1f97679dad 4847
Kojto 106:ba1f97679dad 4848 /* Legacy define */
Kojto 106:ba1f97679dad 4849 #define PWR_CR_PMODE PWR_CR_VOS
Kojto 106:ba1f97679dad 4850 #define PWR_CR_LPUDS PWR_CR_LPLVDS /*!< Low-Power Regulator in deepsleep under-drive mode */
Kojto 106:ba1f97679dad 4851 #define PWR_CR_MRUDS PWR_CR_MRLVDS /*!< Main regulator in deepsleep under-drive mode */
Kojto 106:ba1f97679dad 4852
Kojto 106:ba1f97679dad 4853 /******************* Bit definition for PWR_CSR register ********************/
Kojto 106:ba1f97679dad 4854 #define PWR_CSR_WUF ((uint32_t)0x00000001) /*!< Wakeup Flag */
Kojto 106:ba1f97679dad 4855 #define PWR_CSR_SBF ((uint32_t)0x00000002) /*!< Standby Flag */
Kojto 106:ba1f97679dad 4856 #define PWR_CSR_PVDO ((uint32_t)0x00000004) /*!< PVD Output */
Kojto 106:ba1f97679dad 4857 #define PWR_CSR_BRR ((uint32_t)0x00000008) /*!< Backup regulator ready */
Kojto 106:ba1f97679dad 4858 #define PWR_CSR_EWUP2 ((uint32_t)0x00000080) /*!< Enable WKUP pin 2 */
Kojto 106:ba1f97679dad 4859 #define PWR_CSR_EWUP1 ((uint32_t)0x00000100) /*!< Enable WKUP pin 1 */
Kojto 106:ba1f97679dad 4860 #define PWR_CSR_BRE ((uint32_t)0x00000200) /*!< Backup regulator enable */
Kojto 106:ba1f97679dad 4861 #define PWR_CSR_VOSRDY ((uint32_t)0x00004000) /*!< Regulator voltage scaling output selection ready */
Kojto 106:ba1f97679dad 4862 #define PWR_CSR_ODRDY ((uint32_t)0x00010000) /*!< Over Drive generator ready */
Kojto 106:ba1f97679dad 4863 #define PWR_CSR_ODSWRDY ((uint32_t)0x00020000) /*!< Over Drive Switch ready */
Kojto 106:ba1f97679dad 4864 #define PWR_CSR_UDSWRDY ((uint32_t)0x000C0000) /*!< Under Drive ready */
Kojto 106:ba1f97679dad 4865
Kojto 106:ba1f97679dad 4866 /* Legacy define */
Kojto 106:ba1f97679dad 4867 #define PWR_CSR_REGRDY PWR_CSR_VOSRDY
Kojto 106:ba1f97679dad 4868
Kojto 106:ba1f97679dad 4869 /******************************************************************************/
Kojto 106:ba1f97679dad 4870 /* */
Kojto 106:ba1f97679dad 4871 /* QUADSPI */
Kojto 106:ba1f97679dad 4872 /* */
Kojto 106:ba1f97679dad 4873 /******************************************************************************/
Kojto 106:ba1f97679dad 4874 /***************** Bit definition for QUADSPI_CR register *******************/
Kojto 106:ba1f97679dad 4875 #define QUADSPI_CR_EN ((uint32_t)0x00000001) /*!< Enable */
Kojto 106:ba1f97679dad 4876 #define QUADSPI_CR_ABORT ((uint32_t)0x00000002) /*!< Abort request */
Kojto 106:ba1f97679dad 4877 #define QUADSPI_CR_DMAEN ((uint32_t)0x00000004) /*!< DMA Enable */
Kojto 106:ba1f97679dad 4878 #define QUADSPI_CR_TCEN ((uint32_t)0x00000008) /*!< Timeout Counter Enable */
Kojto 106:ba1f97679dad 4879 #define QUADSPI_CR_SSHIFT ((uint32_t)0x00000010) /*!< SSHIFT Sample Shift */
Kojto 106:ba1f97679dad 4880 #define QUADSPI_CR_DFM ((uint32_t)0x00000040) /*!< Dual Flash Mode */
Kojto 106:ba1f97679dad 4881 #define QUADSPI_CR_FSEL ((uint32_t)0x00000080) /*!< Flash Select */
Kojto 106:ba1f97679dad 4882 #define QUADSPI_CR_FTHRES ((uint32_t)0x00000F00) /*!< FTHRES[3:0] FIFO Level */
Kojto 106:ba1f97679dad 4883 #define QUADSPI_CR_FTHRES_0 ((uint32_t)0x00000100) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4884 #define QUADSPI_CR_FTHRES_1 ((uint32_t)0x00000200) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4885 #define QUADSPI_CR_FTHRES_2 ((uint32_t)0x00000400) /*!< Bit 2 */
Kojto 106:ba1f97679dad 4886 #define QUADSPI_CR_FTHRES_3 ((uint32_t)0x00000800) /*!< Bit 3 */
Kojto 106:ba1f97679dad 4887 #define QUADSPI_CR_TEIE ((uint32_t)0x00010000) /*!< Transfer Error Interrupt Enable */
Kojto 106:ba1f97679dad 4888 #define QUADSPI_CR_TCIE ((uint32_t)0x00020000) /*!< Transfer Complete Interrupt Enable */
Kojto 106:ba1f97679dad 4889 #define QUADSPI_CR_FTIE ((uint32_t)0x00040000) /*!< FIFO Threshold Interrupt Enable */
Kojto 106:ba1f97679dad 4890 #define QUADSPI_CR_SMIE ((uint32_t)0x00080000) /*!< Status Match Interrupt Enable */
Kojto 106:ba1f97679dad 4891 #define QUADSPI_CR_TOIE ((uint32_t)0x00100000) /*!< TimeOut Interrupt Enable */
Kojto 106:ba1f97679dad 4892 #define QUADSPI_CR_APMS ((uint32_t)0x00400000) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4893 #define QUADSPI_CR_PMM ((uint32_t)0x00800000) /*!< Polling Match Mode */
Kojto 106:ba1f97679dad 4894 #define QUADSPI_CR_PRESCALER ((uint32_t)0xFF000000) /*!< PRESCALER[7:0] Clock prescaler */
Kojto 106:ba1f97679dad 4895 #define QUADSPI_CR_PRESCALER_0 ((uint32_t)0x01000000) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4896 #define QUADSPI_CR_PRESCALER_1 ((uint32_t)0x02000000) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4897 #define QUADSPI_CR_PRESCALER_2 ((uint32_t)0x04000000) /*!< Bit 2 */
Kojto 106:ba1f97679dad 4898 #define QUADSPI_CR_PRESCALER_3 ((uint32_t)0x08000000) /*!< Bit 3 */
Kojto 106:ba1f97679dad 4899 #define QUADSPI_CR_PRESCALER_4 ((uint32_t)0x10000000) /*!< Bit 4 */
Kojto 106:ba1f97679dad 4900 #define QUADSPI_CR_PRESCALER_5 ((uint32_t)0x20000000) /*!< Bit 5 */
Kojto 106:ba1f97679dad 4901 #define QUADSPI_CR_PRESCALER_6 ((uint32_t)0x40000000) /*!< Bit 6 */
Kojto 106:ba1f97679dad 4902 #define QUADSPI_CR_PRESCALER_7 ((uint32_t)0x80000000) /*!< Bit 7 */
Kojto 106:ba1f97679dad 4903
Kojto 106:ba1f97679dad 4904 /***************** Bit definition for QUADSPI_DCR register ******************/
Kojto 106:ba1f97679dad 4905 #define QUADSPI_DCR_CKMODE ((uint32_t)0x00000001) /*!< Mode 0 / Mode 3 */
Kojto 106:ba1f97679dad 4906 #define QUADSPI_DCR_CSHT ((uint32_t)0x00000700) /*!< CSHT[2:0]: ChipSelect High Time */
Kojto 106:ba1f97679dad 4907 #define QUADSPI_DCR_CSHT_0 ((uint32_t)0x00000100) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4908 #define QUADSPI_DCR_CSHT_1 ((uint32_t)0x00000200) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4909 #define QUADSPI_DCR_CSHT_2 ((uint32_t)0x00000400) /*!< Bit 2 */
Kojto 106:ba1f97679dad 4910 #define QUADSPI_DCR_FSIZE ((uint32_t)0x001F0000) /*!< FSIZE[4:0]: Flash Size */
Kojto 106:ba1f97679dad 4911 #define QUADSPI_DCR_FSIZE_0 ((uint32_t)0x00010000) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4912 #define QUADSPI_DCR_FSIZE_1 ((uint32_t)0x00020000) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4913 #define QUADSPI_DCR_FSIZE_2 ((uint32_t)0x00040000) /*!< Bit 2 */
Kojto 106:ba1f97679dad 4914 #define QUADSPI_DCR_FSIZE_3 ((uint32_t)0x00080000) /*!< Bit 3 */
Kojto 106:ba1f97679dad 4915 #define QUADSPI_DCR_FSIZE_4 ((uint32_t)0x00100000) /*!< Bit 4 */
Kojto 106:ba1f97679dad 4916
Kojto 106:ba1f97679dad 4917 /****************** Bit definition for QUADSPI_SR register *******************/
Kojto 106:ba1f97679dad 4918 #define QUADSPI_SR_TEF ((uint32_t)0x00000001) /*!< Transfer Error Flag */
Kojto 106:ba1f97679dad 4919 #define QUADSPI_SR_TCF ((uint32_t)0x00000002) /*!< Transfer Complete Flag */
Kojto 106:ba1f97679dad 4920 #define QUADSPI_SR_FTF ((uint32_t)0x00000004) /*!< FIFO Threshlod Flag */
Kojto 106:ba1f97679dad 4921 #define QUADSPI_SR_SMF ((uint32_t)0x00000008) /*!< Status Match Flag */
Kojto 106:ba1f97679dad 4922 #define QUADSPI_SR_TOF ((uint32_t)0x00000010) /*!< Timeout Flag */
Kojto 106:ba1f97679dad 4923 #define QUADSPI_SR_BUSY ((uint32_t)0x00000020) /*!< Busy */
Kojto 106:ba1f97679dad 4924 #define QUADSPI_SR_FLEVEL ((uint32_t)0x00003F00) /*!< FIFO Threshlod Flag */
Kojto 106:ba1f97679dad 4925 #define QUADSPI_SR_FLEVEL_0 ((uint32_t)0x00000100) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4926 #define QUADSPI_SR_FLEVEL_1 ((uint32_t)0x00000200) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4927 #define QUADSPI_SR_FLEVEL_2 ((uint32_t)0x00000400) /*!< Bit 2 */
Kojto 106:ba1f97679dad 4928 #define QUADSPI_SR_FLEVEL_3 ((uint32_t)0x00000800) /*!< Bit 3 */
Kojto 106:ba1f97679dad 4929 #define QUADSPI_SR_FLEVEL_4 ((uint32_t)0x00001000) /*!< Bit 4 */
Kojto 106:ba1f97679dad 4930 #define QUADSPI_SR_FLEVEL_5 ((uint32_t)0x00002000) /*!< Bit 5 */
Kojto 106:ba1f97679dad 4931
Kojto 106:ba1f97679dad 4932 /****************** Bit definition for QUADSPI_FCR register ******************/
Kojto 106:ba1f97679dad 4933 #define QUADSPI_FCR_CTEF ((uint32_t)0x00000001) /*!< Clear Transfer Error Flag */
Kojto 106:ba1f97679dad 4934 #define QUADSPI_FCR_CTCF ((uint32_t)0x00000002) /*!< Clear Transfer Complete Flag */
Kojto 106:ba1f97679dad 4935 #define QUADSPI_FCR_CSMF ((uint32_t)0x00000008) /*!< Clear Status Match Flag */
Kojto 106:ba1f97679dad 4936 #define QUADSPI_FCR_CTOF ((uint32_t)0x00000010) /*!< Clear Timeout Flag */
Kojto 106:ba1f97679dad 4937
Kojto 106:ba1f97679dad 4938 /****************** Bit definition for QUADSPI_DLR register ******************/
Kojto 106:ba1f97679dad 4939 #define QUADSPI_DLR_DL ((uint32_t)0xFFFFFFFF) /*!< DL[31:0]: Data Length */
Kojto 106:ba1f97679dad 4940
Kojto 106:ba1f97679dad 4941 /****************** Bit definition for QUADSPI_CCR register ******************/
Kojto 106:ba1f97679dad 4942 #define QUADSPI_CCR_INSTRUCTION ((uint32_t)0x000000FF) /*!< INSTRUCTION[7:0]: Instruction */
Kojto 106:ba1f97679dad 4943 #define QUADSPI_CCR_INSTRUCTION_0 ((uint32_t)0x00000001) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4944 #define QUADSPI_CCR_INSTRUCTION_1 ((uint32_t)0x00000002) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4945 #define QUADSPI_CCR_INSTRUCTION_2 ((uint32_t)0x00000004) /*!< Bit 2 */
Kojto 106:ba1f97679dad 4946 #define QUADSPI_CCR_INSTRUCTION_3 ((uint32_t)0x00000008) /*!< Bit 3 */
Kojto 106:ba1f97679dad 4947 #define QUADSPI_CCR_INSTRUCTION_4 ((uint32_t)0x00000010) /*!< Bit 4 */
Kojto 106:ba1f97679dad 4948 #define QUADSPI_CCR_INSTRUCTION_5 ((uint32_t)0x00000020) /*!< Bit 5 */
Kojto 106:ba1f97679dad 4949 #define QUADSPI_CCR_INSTRUCTION_6 ((uint32_t)0x00000040) /*!< Bit 6 */
Kojto 106:ba1f97679dad 4950 #define QUADSPI_CCR_INSTRUCTION_7 ((uint32_t)0x00000080) /*!< Bit 7 */
Kojto 106:ba1f97679dad 4951 #define QUADSPI_CCR_IMODE ((uint32_t)0x00000300) /*!< IMODE[1:0]: Instruction Mode */
Kojto 106:ba1f97679dad 4952 #define QUADSPI_CCR_IMODE_0 ((uint32_t)0x00000100) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4953 #define QUADSPI_CCR_IMODE_1 ((uint32_t)0x00000200) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4954 #define QUADSPI_CCR_ADMODE ((uint32_t)0x00000C00) /*!< ADMODE[1:0]: Address Mode */
Kojto 106:ba1f97679dad 4955 #define QUADSPI_CCR_ADMODE_0 ((uint32_t)0x00000400) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4956 #define QUADSPI_CCR_ADMODE_1 ((uint32_t)0x00000800) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4957 #define QUADSPI_CCR_ADSIZE ((uint32_t)0x00003000) /*!< ADSIZE[1:0]: Address Size */
Kojto 106:ba1f97679dad 4958 #define QUADSPI_CCR_ADSIZE_0 ((uint32_t)0x00001000) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4959 #define QUADSPI_CCR_ADSIZE_1 ((uint32_t)0x00002000) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4960 #define QUADSPI_CCR_ABMODE ((uint32_t)0x0000C000) /*!< ABMODE[1:0]: Alternate Bytes Mode */
Kojto 106:ba1f97679dad 4961 #define QUADSPI_CCR_ABMODE_0 ((uint32_t)0x00004000) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4962 #define QUADSPI_CCR_ABMODE_1 ((uint32_t)0x00008000) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4963 #define QUADSPI_CCR_ABSIZE ((uint32_t)0x00030000) /*!< ABSIZE[1:0]: Instruction Mode */
Kojto 106:ba1f97679dad 4964 #define QUADSPI_CCR_ABSIZE_0 ((uint32_t)0x00010000) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4965 #define QUADSPI_CCR_ABSIZE_1 ((uint32_t)0x00020000) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4966 #define QUADSPI_CCR_DCYC ((uint32_t)0x007C0000) /*!< DCYC[4:0]: Dummy Cycles */
Kojto 106:ba1f97679dad 4967 #define QUADSPI_CCR_DCYC_0 ((uint32_t)0x00040000) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4968 #define QUADSPI_CCR_DCYC_1 ((uint32_t)0x00080000) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4969 #define QUADSPI_CCR_DCYC_2 ((uint32_t)0x00100000) /*!< Bit 2 */
Kojto 106:ba1f97679dad 4970 #define QUADSPI_CCR_DCYC_3 ((uint32_t)0x00200000) /*!< Bit 3 */
Kojto 106:ba1f97679dad 4971 #define QUADSPI_CCR_DCYC_4 ((uint32_t)0x00400000) /*!< Bit 4 */
Kojto 106:ba1f97679dad 4972 #define QUADSPI_CCR_DMODE ((uint32_t)0x03000000) /*!< DMODE[1:0]: Data Mode */
Kojto 106:ba1f97679dad 4973 #define QUADSPI_CCR_DMODE_0 ((uint32_t)0x01000000) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4974 #define QUADSPI_CCR_DMODE_1 ((uint32_t)0x02000000) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4975 #define QUADSPI_CCR_FMODE ((uint32_t)0x0C000000) /*!< FMODE[1:0]: Functional Mode */
Kojto 106:ba1f97679dad 4976 #define QUADSPI_CCR_FMODE_0 ((uint32_t)0x04000000) /*!< Bit 0 */
Kojto 106:ba1f97679dad 4977 #define QUADSPI_CCR_FMODE_1 ((uint32_t)0x08000000) /*!< Bit 1 */
Kojto 106:ba1f97679dad 4978 #define QUADSPI_CCR_SIOO ((uint32_t)0x10000000) /*!< SIOO: Send Instruction Only Once Mode */
Kojto 106:ba1f97679dad 4979 #define QUADSPI_CCR_DHHC ((uint32_t)0x40000000) /*!< DHHC: Delay Half Hclk Cycle */
Kojto 106:ba1f97679dad 4980 #define QUADSPI_CCR_DDRM ((uint32_t)0x80000000) /*!< DDRM: Double Data Rate Mode */
Kojto 106:ba1f97679dad 4981 /****************** Bit definition for QUADSPI_AR register *******************/
Kojto 106:ba1f97679dad 4982 #define QUADSPI_AR_ADDRESS ((uint32_t)0xFFFFFFFF) /*!< ADDRESS[31:0]: Address */
Kojto 106:ba1f97679dad 4983
Kojto 106:ba1f97679dad 4984 /****************** Bit definition for QUADSPI_ABR register ******************/
Kojto 106:ba1f97679dad 4985 #define QUADSPI_ABR_ALTERNATE ((uint32_t)0xFFFFFFFF) /*!< ALTERNATE[31:0]: Alternate Bytes */
Kojto 106:ba1f97679dad 4986
Kojto 106:ba1f97679dad 4987 /****************** Bit definition for QUADSPI_DR register *******************/
Kojto 106:ba1f97679dad 4988 #define QUADSPI_DR_DATA ((uint32_t)0xFFFFFFFF) /*!< DATA[31:0]: Data */
Kojto 106:ba1f97679dad 4989
Kojto 106:ba1f97679dad 4990 /****************** Bit definition for QUADSPI_PSMKR register ****************/
Kojto 106:ba1f97679dad 4991 #define QUADSPI_PSMKR_MASK ((uint32_t)0xFFFFFFFF) /*!< MASK[31:0]: Status Mask */
Kojto 106:ba1f97679dad 4992
Kojto 106:ba1f97679dad 4993 /****************** Bit definition for QUADSPI_PSMAR register ****************/
Kojto 106:ba1f97679dad 4994 #define QUADSPI_PSMAR_MATCH ((uint32_t)0xFFFFFFFF) /*!< MATCH[31:0]: Status Match */
Kojto 106:ba1f97679dad 4995
Kojto 106:ba1f97679dad 4996 /****************** Bit definition for QUADSPI_PIR register *****************/
Kojto 106:ba1f97679dad 4997 #define QUADSPI_PIR_INTERVAL ((uint32_t)0x0000FFFF) /*!< INTERVAL[15:0]: Polling Interval */
Kojto 106:ba1f97679dad 4998
Kojto 106:ba1f97679dad 4999 /****************** Bit definition for QUADSPI_LPTR register *****************/
Kojto 106:ba1f97679dad 5000 #define QUADSPI_LPTR_TIMEOUT ((uint32_t)0x0000FFFF) /*!< TIMEOUT[15:0]: Timeout period */
Kojto 106:ba1f97679dad 5001
Kojto 106:ba1f97679dad 5002 /******************************************************************************/
Kojto 106:ba1f97679dad 5003 /* */
Kojto 106:ba1f97679dad 5004 /* Reset and Clock Control */
Kojto 106:ba1f97679dad 5005 /* */
Kojto 106:ba1f97679dad 5006 /******************************************************************************/
Kojto 106:ba1f97679dad 5007 /******************** Bit definition for RCC_CR register ********************/
Kojto 106:ba1f97679dad 5008 #define RCC_CR_HSION ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5009 #define RCC_CR_HSIRDY ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5010
Kojto 106:ba1f97679dad 5011 #define RCC_CR_HSITRIM ((uint32_t)0x000000F8)
Kojto 106:ba1f97679dad 5012 #define RCC_CR_HSITRIM_0 ((uint32_t)0x00000008)/*!<Bit 0 */
Kojto 106:ba1f97679dad 5013 #define RCC_CR_HSITRIM_1 ((uint32_t)0x00000010)/*!<Bit 1 */
Kojto 106:ba1f97679dad 5014 #define RCC_CR_HSITRIM_2 ((uint32_t)0x00000020)/*!<Bit 2 */
Kojto 106:ba1f97679dad 5015 #define RCC_CR_HSITRIM_3 ((uint32_t)0x00000040)/*!<Bit 3 */
Kojto 106:ba1f97679dad 5016 #define RCC_CR_HSITRIM_4 ((uint32_t)0x00000080)/*!<Bit 4 */
Kojto 106:ba1f97679dad 5017
Kojto 106:ba1f97679dad 5018 #define RCC_CR_HSICAL ((uint32_t)0x0000FF00)
Kojto 106:ba1f97679dad 5019 #define RCC_CR_HSICAL_0 ((uint32_t)0x00000100)/*!<Bit 0 */
Kojto 106:ba1f97679dad 5020 #define RCC_CR_HSICAL_1 ((uint32_t)0x00000200)/*!<Bit 1 */
Kojto 106:ba1f97679dad 5021 #define RCC_CR_HSICAL_2 ((uint32_t)0x00000400)/*!<Bit 2 */
Kojto 106:ba1f97679dad 5022 #define RCC_CR_HSICAL_3 ((uint32_t)0x00000800)/*!<Bit 3 */
Kojto 106:ba1f97679dad 5023 #define RCC_CR_HSICAL_4 ((uint32_t)0x00001000)/*!<Bit 4 */
Kojto 106:ba1f97679dad 5024 #define RCC_CR_HSICAL_5 ((uint32_t)0x00002000)/*!<Bit 5 */
Kojto 106:ba1f97679dad 5025 #define RCC_CR_HSICAL_6 ((uint32_t)0x00004000)/*!<Bit 6 */
Kojto 106:ba1f97679dad 5026 #define RCC_CR_HSICAL_7 ((uint32_t)0x00008000)/*!<Bit 7 */
Kojto 106:ba1f97679dad 5027
Kojto 106:ba1f97679dad 5028 #define RCC_CR_HSEON ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5029 #define RCC_CR_HSERDY ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5030 #define RCC_CR_HSEBYP ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5031 #define RCC_CR_CSSON ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 5032 #define RCC_CR_PLLON ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 5033 #define RCC_CR_PLLRDY ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 5034 #define RCC_CR_PLLI2SON ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 5035 #define RCC_CR_PLLI2SRDY ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 5036 #define RCC_CR_PLLSAION ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 5037 #define RCC_CR_PLLSAIRDY ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 5038
Kojto 106:ba1f97679dad 5039 /******************** Bit definition for RCC_PLLCFGR register ***************/
Kojto 106:ba1f97679dad 5040 #define RCC_PLLCFGR_PLLM ((uint32_t)0x0000003F)
Kojto 106:ba1f97679dad 5041 #define RCC_PLLCFGR_PLLM_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5042 #define RCC_PLLCFGR_PLLM_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5043 #define RCC_PLLCFGR_PLLM_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5044 #define RCC_PLLCFGR_PLLM_3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5045 #define RCC_PLLCFGR_PLLM_4 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5046 #define RCC_PLLCFGR_PLLM_5 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5047
Kojto 106:ba1f97679dad 5048 #define RCC_PLLCFGR_PLLN ((uint32_t)0x00007FC0)
Kojto 106:ba1f97679dad 5049 #define RCC_PLLCFGR_PLLN_0 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5050 #define RCC_PLLCFGR_PLLN_1 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5051 #define RCC_PLLCFGR_PLLN_2 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5052 #define RCC_PLLCFGR_PLLN_3 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5053 #define RCC_PLLCFGR_PLLN_4 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5054 #define RCC_PLLCFGR_PLLN_5 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5055 #define RCC_PLLCFGR_PLLN_6 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5056 #define RCC_PLLCFGR_PLLN_7 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5057 #define RCC_PLLCFGR_PLLN_8 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5058
Kojto 106:ba1f97679dad 5059 #define RCC_PLLCFGR_PLLP ((uint32_t)0x00030000)
Kojto 106:ba1f97679dad 5060 #define RCC_PLLCFGR_PLLP_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5061 #define RCC_PLLCFGR_PLLP_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5062
Kojto 106:ba1f97679dad 5063 #define RCC_PLLCFGR_PLLSRC ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5064 #define RCC_PLLCFGR_PLLSRC_HSE ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5065 #define RCC_PLLCFGR_PLLSRC_HSI ((uint32_t)0x00000000)
Kojto 106:ba1f97679dad 5066
Kojto 106:ba1f97679dad 5067 #define RCC_PLLCFGR_PLLQ ((uint32_t)0x0F000000)
Kojto 106:ba1f97679dad 5068 #define RCC_PLLCFGR_PLLQ_0 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 5069 #define RCC_PLLCFGR_PLLQ_1 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 5070 #define RCC_PLLCFGR_PLLQ_2 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 5071 #define RCC_PLLCFGR_PLLQ_3 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 5072
Kojto 106:ba1f97679dad 5073 #define RCC_PLLCFGR_PLLR ((uint32_t)0x70000000)
Kojto 106:ba1f97679dad 5074 #define RCC_PLLCFGR_PLLR_0 ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 5075 #define RCC_PLLCFGR_PLLR_1 ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 5076 #define RCC_PLLCFGR_PLLR_2 ((uint32_t)0x40000000)
Kojto 106:ba1f97679dad 5077
Kojto 106:ba1f97679dad 5078
Kojto 106:ba1f97679dad 5079 /******************** Bit definition for RCC_CFGR register ******************/
Kojto 106:ba1f97679dad 5080 /*!< SW configuration */
Kojto 106:ba1f97679dad 5081 #define RCC_CFGR_SW ((uint32_t)0x00000003) /*!< SW[1:0] bits (System clock Switch) */
Kojto 106:ba1f97679dad 5082 #define RCC_CFGR_SW_0 ((uint32_t)0x00000001) /*!< Bit 0 */
Kojto 106:ba1f97679dad 5083 #define RCC_CFGR_SW_1 ((uint32_t)0x00000002) /*!< Bit 1 */
Kojto 106:ba1f97679dad 5084
Kojto 106:ba1f97679dad 5085 #define RCC_CFGR_SW_HSI ((uint32_t)0x00000000) /*!< HSI selected as system clock */
Kojto 106:ba1f97679dad 5086 #define RCC_CFGR_SW_HSE ((uint32_t)0x00000001) /*!< HSE selected as system clock */
Kojto 106:ba1f97679dad 5087 #define RCC_CFGR_SW_PLL ((uint32_t)0x00000002) /*!< PLL/PLLP selected as system clock */
Kojto 106:ba1f97679dad 5088 #define RCC_CFGR_SW_PLLR ((uint32_t)0x00000003) /*!< PLL/PLLR selected as system clock */
Kojto 106:ba1f97679dad 5089
Kojto 106:ba1f97679dad 5090 /*!< SWS configuration */
Kojto 106:ba1f97679dad 5091 #define RCC_CFGR_SWS ((uint32_t)0x0000000C) /*!< SWS[1:0] bits (System Clock Switch Status) */
Kojto 106:ba1f97679dad 5092 #define RCC_CFGR_SWS_0 ((uint32_t)0x00000004) /*!< Bit 0 */
Kojto 106:ba1f97679dad 5093 #define RCC_CFGR_SWS_1 ((uint32_t)0x00000008) /*!< Bit 1 */
Kojto 106:ba1f97679dad 5094
Kojto 106:ba1f97679dad 5095 #define RCC_CFGR_SWS_HSI ((uint32_t)0x00000000) /*!< HSI oscillator used as system clock */
Kojto 106:ba1f97679dad 5096 #define RCC_CFGR_SWS_HSE ((uint32_t)0x00000004) /*!< HSE oscillator used as system clock */
Kojto 106:ba1f97679dad 5097 #define RCC_CFGR_SWS_PLL ((uint32_t)0x00000008) /*!< PLL/PLLP used as system clock */
Kojto 106:ba1f97679dad 5098 #define RCC_CFGR_SWS_PLLR ((uint32_t)0x0000000C) /*!< PLL/PLLR used as system clock */
Kojto 106:ba1f97679dad 5099
Kojto 106:ba1f97679dad 5100 /*!< HPRE configuration */
Kojto 106:ba1f97679dad 5101 #define RCC_CFGR_HPRE ((uint32_t)0x000000F0) /*!< HPRE[3:0] bits (AHB prescaler) */
Kojto 106:ba1f97679dad 5102 #define RCC_CFGR_HPRE_0 ((uint32_t)0x00000010) /*!< Bit 0 */
Kojto 106:ba1f97679dad 5103 #define RCC_CFGR_HPRE_1 ((uint32_t)0x00000020) /*!< Bit 1 */
Kojto 106:ba1f97679dad 5104 #define RCC_CFGR_HPRE_2 ((uint32_t)0x00000040) /*!< Bit 2 */
Kojto 106:ba1f97679dad 5105 #define RCC_CFGR_HPRE_3 ((uint32_t)0x00000080) /*!< Bit 3 */
Kojto 106:ba1f97679dad 5106
Kojto 106:ba1f97679dad 5107 #define RCC_CFGR_HPRE_DIV1 ((uint32_t)0x00000000) /*!< SYSCLK not divided */
Kojto 106:ba1f97679dad 5108 #define RCC_CFGR_HPRE_DIV2 ((uint32_t)0x00000080) /*!< SYSCLK divided by 2 */
Kojto 106:ba1f97679dad 5109 #define RCC_CFGR_HPRE_DIV4 ((uint32_t)0x00000090) /*!< SYSCLK divided by 4 */
Kojto 106:ba1f97679dad 5110 #define RCC_CFGR_HPRE_DIV8 ((uint32_t)0x000000A0) /*!< SYSCLK divided by 8 */
Kojto 106:ba1f97679dad 5111 #define RCC_CFGR_HPRE_DIV16 ((uint32_t)0x000000B0) /*!< SYSCLK divided by 16 */
Kojto 106:ba1f97679dad 5112 #define RCC_CFGR_HPRE_DIV64 ((uint32_t)0x000000C0) /*!< SYSCLK divided by 64 */
Kojto 106:ba1f97679dad 5113 #define RCC_CFGR_HPRE_DIV128 ((uint32_t)0x000000D0) /*!< SYSCLK divided by 128 */
Kojto 106:ba1f97679dad 5114 #define RCC_CFGR_HPRE_DIV256 ((uint32_t)0x000000E0) /*!< SYSCLK divided by 256 */
Kojto 106:ba1f97679dad 5115 #define RCC_CFGR_HPRE_DIV512 ((uint32_t)0x000000F0) /*!< SYSCLK divided by 512 */
Kojto 106:ba1f97679dad 5116
Kojto 106:ba1f97679dad 5117 /*!< PPRE1 configuration */
Kojto 106:ba1f97679dad 5118 #define RCC_CFGR_PPRE1 ((uint32_t)0x00001C00) /*!< PRE1[2:0] bits (APB1 prescaler) */
Kojto 106:ba1f97679dad 5119 #define RCC_CFGR_PPRE1_0 ((uint32_t)0x00000400) /*!< Bit 0 */
Kojto 106:ba1f97679dad 5120 #define RCC_CFGR_PPRE1_1 ((uint32_t)0x00000800) /*!< Bit 1 */
Kojto 106:ba1f97679dad 5121 #define RCC_CFGR_PPRE1_2 ((uint32_t)0x00001000) /*!< Bit 2 */
Kojto 106:ba1f97679dad 5122
Kojto 106:ba1f97679dad 5123 #define RCC_CFGR_PPRE1_DIV1 ((uint32_t)0x00000000) /*!< HCLK not divided */
Kojto 106:ba1f97679dad 5124 #define RCC_CFGR_PPRE1_DIV2 ((uint32_t)0x00001000) /*!< HCLK divided by 2 */
Kojto 106:ba1f97679dad 5125 #define RCC_CFGR_PPRE1_DIV4 ((uint32_t)0x00001400) /*!< HCLK divided by 4 */
Kojto 106:ba1f97679dad 5126 #define RCC_CFGR_PPRE1_DIV8 ((uint32_t)0x00001800) /*!< HCLK divided by 8 */
Kojto 106:ba1f97679dad 5127 #define RCC_CFGR_PPRE1_DIV16 ((uint32_t)0x00001C00) /*!< HCLK divided by 16 */
Kojto 106:ba1f97679dad 5128
Kojto 106:ba1f97679dad 5129 /*!< PPRE2 configuration */
Kojto 106:ba1f97679dad 5130 #define RCC_CFGR_PPRE2 ((uint32_t)0x0000E000) /*!< PRE2[2:0] bits (APB2 prescaler) */
Kojto 106:ba1f97679dad 5131 #define RCC_CFGR_PPRE2_0 ((uint32_t)0x00002000) /*!< Bit 0 */
Kojto 106:ba1f97679dad 5132 #define RCC_CFGR_PPRE2_1 ((uint32_t)0x00004000) /*!< Bit 1 */
Kojto 106:ba1f97679dad 5133 #define RCC_CFGR_PPRE2_2 ((uint32_t)0x00008000) /*!< Bit 2 */
Kojto 106:ba1f97679dad 5134
Kojto 106:ba1f97679dad 5135 #define RCC_CFGR_PPRE2_DIV1 ((uint32_t)0x00000000) /*!< HCLK not divided */
Kojto 106:ba1f97679dad 5136 #define RCC_CFGR_PPRE2_DIV2 ((uint32_t)0x00008000) /*!< HCLK divided by 2 */
Kojto 106:ba1f97679dad 5137 #define RCC_CFGR_PPRE2_DIV4 ((uint32_t)0x0000A000) /*!< HCLK divided by 4 */
Kojto 106:ba1f97679dad 5138 #define RCC_CFGR_PPRE2_DIV8 ((uint32_t)0x0000C000) /*!< HCLK divided by 8 */
Kojto 106:ba1f97679dad 5139 #define RCC_CFGR_PPRE2_DIV16 ((uint32_t)0x0000E000) /*!< HCLK divided by 16 */
Kojto 106:ba1f97679dad 5140
Kojto 106:ba1f97679dad 5141 /*!< RTCPRE configuration */
Kojto 106:ba1f97679dad 5142 #define RCC_CFGR_RTCPRE ((uint32_t)0x001F0000)
Kojto 106:ba1f97679dad 5143 #define RCC_CFGR_RTCPRE_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5144 #define RCC_CFGR_RTCPRE_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5145 #define RCC_CFGR_RTCPRE_2 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5146 #define RCC_CFGR_RTCPRE_3 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 5147 #define RCC_CFGR_RTCPRE_4 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 5148
Kojto 106:ba1f97679dad 5149 /*!< MCO1 configuration */
Kojto 106:ba1f97679dad 5150 #define RCC_CFGR_MCO1 ((uint32_t)0x00600000)
Kojto 106:ba1f97679dad 5151 #define RCC_CFGR_MCO1_0 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 5152 #define RCC_CFGR_MCO1_1 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5153
Kojto 106:ba1f97679dad 5154 #define RCC_CFGR_I2SSRC ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 5155
Kojto 106:ba1f97679dad 5156 #define RCC_CFGR_MCO1PRE ((uint32_t)0x07000000)
Kojto 106:ba1f97679dad 5157 #define RCC_CFGR_MCO1PRE_0 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 5158 #define RCC_CFGR_MCO1PRE_1 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 5159 #define RCC_CFGR_MCO1PRE_2 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 5160
Kojto 106:ba1f97679dad 5161 #define RCC_CFGR_MCO2PRE ((uint32_t)0x38000000)
Kojto 106:ba1f97679dad 5162 #define RCC_CFGR_MCO2PRE_0 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 5163 #define RCC_CFGR_MCO2PRE_1 ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 5164 #define RCC_CFGR_MCO2PRE_2 ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 5165
Kojto 106:ba1f97679dad 5166 #define RCC_CFGR_MCO2 ((uint32_t)0xC0000000)
Kojto 106:ba1f97679dad 5167 #define RCC_CFGR_MCO2_0 ((uint32_t)0x40000000)
Kojto 106:ba1f97679dad 5168 #define RCC_CFGR_MCO2_1 ((uint32_t)0x80000000)
Kojto 106:ba1f97679dad 5169
Kojto 106:ba1f97679dad 5170 /******************** Bit definition for RCC_CIR register *******************/
Kojto 106:ba1f97679dad 5171 #define RCC_CIR_LSIRDYF ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5172 #define RCC_CIR_LSERDYF ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5173 #define RCC_CIR_HSIRDYF ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5174 #define RCC_CIR_HSERDYF ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5175 #define RCC_CIR_PLLRDYF ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5176 #define RCC_CIR_PLLI2SRDYF ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5177 #define RCC_CIR_PLLSAIRDYF ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5178 #define RCC_CIR_CSSF ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5179 #define RCC_CIR_LSIRDYIE ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5180 #define RCC_CIR_LSERDYIE ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5181 #define RCC_CIR_HSIRDYIE ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5182 #define RCC_CIR_HSERDYIE ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5183 #define RCC_CIR_PLLRDYIE ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5184 #define RCC_CIR_PLLI2SRDYIE ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5185 #define RCC_CIR_PLLSAIRDYIE ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5186 #define RCC_CIR_LSIRDYC ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5187 #define RCC_CIR_LSERDYC ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5188 #define RCC_CIR_HSIRDYC ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5189 #define RCC_CIR_HSERDYC ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 5190 #define RCC_CIR_PLLRDYC ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 5191 #define RCC_CIR_PLLI2SRDYC ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 5192 #define RCC_CIR_PLLSAIRDYC ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5193 #define RCC_CIR_CSSC ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 5194
Kojto 106:ba1f97679dad 5195 /******************** Bit definition for RCC_AHB1RSTR register **************/
Kojto 106:ba1f97679dad 5196 #define RCC_AHB1RSTR_GPIOARST ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5197 #define RCC_AHB1RSTR_GPIOBRST ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5198 #define RCC_AHB1RSTR_GPIOCRST ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5199 #define RCC_AHB1RSTR_GPIODRST ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5200 #define RCC_AHB1RSTR_GPIOERST ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5201 #define RCC_AHB1RSTR_GPIOFRST ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5202 #define RCC_AHB1RSTR_GPIOGRST ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5203 #define RCC_AHB1RSTR_GPIOHRST ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5204 #define RCC_AHB1RSTR_CRCRST ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5205 #define RCC_AHB1RSTR_DMA1RST ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 5206 #define RCC_AHB1RSTR_DMA2RST ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5207 #define RCC_AHB1RSTR_OTGHRST ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 5208
Kojto 106:ba1f97679dad 5209 /******************** Bit definition for RCC_AHB2RSTR register **************/
Kojto 106:ba1f97679dad 5210 #define RCC_AHB2RSTR_DCMIRST ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5211 #define RCC_AHB2RSTR_OTGFSRST ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5212
Kojto 106:ba1f97679dad 5213 /******************** Bit definition for RCC_AHB3RSTR register **************/
Kojto 106:ba1f97679dad 5214 #define RCC_AHB3RSTR_FMCRST ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5215 #define RCC_AHB3RSTR_QSPIRST ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5216
Kojto 106:ba1f97679dad 5217 /******************** Bit definition for RCC_APB1RSTR register **************/
Kojto 106:ba1f97679dad 5218 #define RCC_APB1RSTR_TIM2RST ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5219 #define RCC_APB1RSTR_TIM3RST ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5220 #define RCC_APB1RSTR_TIM4RST ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5221 #define RCC_APB1RSTR_TIM5RST ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5222 #define RCC_APB1RSTR_TIM6RST ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5223 #define RCC_APB1RSTR_TIM7RST ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5224 #define RCC_APB1RSTR_TIM12RST ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5225 #define RCC_APB1RSTR_TIM13RST ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5226 #define RCC_APB1RSTR_TIM14RST ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5227 #define RCC_APB1RSTR_WWDGRST ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5228 #define RCC_APB1RSTR_SPI2RST ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5229 #define RCC_APB1RSTR_SPI3RST ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 5230 #define RCC_APB1RSTR_SPDIFRXRST ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5231 #define RCC_APB1RSTR_USART2RST ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5232 #define RCC_APB1RSTR_USART3RST ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5233 #define RCC_APB1RSTR_UART4RST ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 5234 #define RCC_APB1RSTR_UART5RST ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 5235 #define RCC_APB1RSTR_I2C1RST ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 5236 #define RCC_APB1RSTR_I2C2RST ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5237 #define RCC_APB1RSTR_I2C3RST ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 5238 #define RCC_APB1RSTR_FMPI2C1RST ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 5239 #define RCC_APB1RSTR_CAN1RST ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 5240 #define RCC_APB1RSTR_CAN2RST ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 5241 #define RCC_APB1RSTR_CECRST ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 5242 #define RCC_APB1RSTR_PWRRST ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 5243 #define RCC_APB1RSTR_DACRST ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 5244
Kojto 106:ba1f97679dad 5245 /******************** Bit definition for RCC_APB2RSTR register **************/
Kojto 106:ba1f97679dad 5246 #define RCC_APB2RSTR_TIM1RST ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5247 #define RCC_APB2RSTR_TIM8RST ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5248 #define RCC_APB2RSTR_USART1RST ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5249 #define RCC_APB2RSTR_USART6RST ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5250 #define RCC_APB2RSTR_ADCRST ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5251 #define RCC_APB2RSTR_SDIORST ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5252 #define RCC_APB2RSTR_SPI1RST ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5253 #define RCC_APB2RSTR_SPI4RST ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5254 #define RCC_APB2RSTR_SYSCFGRST ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5255 #define RCC_APB2RSTR_TIM9RST ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5256 #define RCC_APB2RSTR_TIM10RST ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5257 #define RCC_APB2RSTR_TIM11RST ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5258 #define RCC_APB2RSTR_SAI1RST ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5259 #define RCC_APB2RSTR_SAI2RST ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 5260
Kojto 106:ba1f97679dad 5261 /* Old SPI1RST bit definition, maintained for legacy purpose */
Kojto 106:ba1f97679dad 5262 #define RCC_APB2RSTR_SPI1 RCC_APB2RSTR_SPI1RST
Kojto 106:ba1f97679dad 5263
Kojto 106:ba1f97679dad 5264 /******************** Bit definition for RCC_AHB1ENR register ***************/
Kojto 106:ba1f97679dad 5265 #define RCC_AHB1ENR_GPIOAEN ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5266 #define RCC_AHB1ENR_GPIOBEN ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5267 #define RCC_AHB1ENR_GPIOCEN ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5268 #define RCC_AHB1ENR_GPIODEN ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5269 #define RCC_AHB1ENR_GPIOEEN ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5270 #define RCC_AHB1ENR_GPIOFEN ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5271 #define RCC_AHB1ENR_GPIOGEN ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5272 #define RCC_AHB1ENR_GPIOHEN ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5273
Kojto 106:ba1f97679dad 5274 #define RCC_AHB1ENR_CRCEN ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5275 #define RCC_AHB1ENR_BKPSRAMEN ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5276 #define RCC_AHB1ENR_DMA1EN ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 5277 #define RCC_AHB1ENR_DMA2EN ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5278
Kojto 106:ba1f97679dad 5279 #define RCC_AHB1ENR_OTGHSEN ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 5280 #define RCC_AHB1ENR_OTGHSULPIEN ((uint32_t)0x40000000)
Kojto 106:ba1f97679dad 5281
Kojto 106:ba1f97679dad 5282 /******************** Bit definition for RCC_AHB2ENR register ***************/
Kojto 106:ba1f97679dad 5283 #define RCC_AHB2ENR_DCMIEN ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5284 #define RCC_AHB2ENR_OTGFSEN ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5285
Kojto 106:ba1f97679dad 5286 /******************** Bit definition for RCC_AHB3ENR register ***************/
Kojto 106:ba1f97679dad 5287 #define RCC_AHB3ENR_FMCEN ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5288 #define RCC_AHB3ENR_QSPIEN ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5289
Kojto 106:ba1f97679dad 5290 /******************** Bit definition for RCC_APB1ENR register ***************/
Kojto 106:ba1f97679dad 5291 #define RCC_APB1ENR_TIM2EN ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5292 #define RCC_APB1ENR_TIM3EN ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5293 #define RCC_APB1ENR_TIM4EN ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5294 #define RCC_APB1ENR_TIM5EN ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5295 #define RCC_APB1ENR_TIM6EN ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5296 #define RCC_APB1ENR_TIM7EN ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5297 #define RCC_APB1ENR_TIM12EN ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5298 #define RCC_APB1ENR_TIM13EN ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5299 #define RCC_APB1ENR_TIM14EN ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5300 #define RCC_APB1ENR_WWDGEN ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5301 #define RCC_APB1ENR_SPI2EN ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5302 #define RCC_APB1ENR_SPI3EN ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 5303 #define RCC_APB1ENR_SPDIFRXEN ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5304 #define RCC_APB1ENR_USART2EN ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5305 #define RCC_APB1ENR_USART3EN ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5306 #define RCC_APB1ENR_UART4EN ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 5307 #define RCC_APB1ENR_UART5EN ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 5308 #define RCC_APB1ENR_I2C1EN ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 5309 #define RCC_APB1ENR_I2C2EN ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5310 #define RCC_APB1ENR_I2C3EN ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 5311 #define RCC_APB1ENR_FMPI2C1EN ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 5312 #define RCC_APB1ENR_CAN1EN ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 5313 #define RCC_APB1ENR_CAN2EN ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 5314 #define RCC_APB1ENR_CECEN ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 5315 #define RCC_APB1ENR_PWREN ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 5316 #define RCC_APB1ENR_DACEN ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 5317
Kojto 106:ba1f97679dad 5318 /******************** Bit definition for RCC_APB2ENR register ***************/
Kojto 106:ba1f97679dad 5319 #define RCC_APB2ENR_TIM1EN ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5320 #define RCC_APB2ENR_TIM8EN ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5321 #define RCC_APB2ENR_USART1EN ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5322 #define RCC_APB2ENR_USART6EN ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5323 #define RCC_APB2ENR_ADC1EN ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5324 #define RCC_APB2ENR_ADC2EN ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5325 #define RCC_APB2ENR_ADC3EN ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5326 #define RCC_APB2ENR_SDIOEN ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5327 #define RCC_APB2ENR_SPI1EN ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5328 #define RCC_APB2ENR_SPI4EN ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5329 #define RCC_APB2ENR_SYSCFGEN ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5330 #define RCC_APB2ENR_TIM9EN ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5331 #define RCC_APB2ENR_TIM10EN ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5332 #define RCC_APB2ENR_TIM11EN ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5333 #define RCC_APB2ENR_SAI1EN ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5334 #define RCC_APB2ENR_SAI2EN ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 5335
Kojto 106:ba1f97679dad 5336 /******************** Bit definition for RCC_AHB1LPENR register *************/
Kojto 106:ba1f97679dad 5337 #define RCC_AHB1LPENR_GPIOALPEN ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5338 #define RCC_AHB1LPENR_GPIOBLPEN ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5339 #define RCC_AHB1LPENR_GPIOCLPEN ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5340 #define RCC_AHB1LPENR_GPIODLPEN ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5341 #define RCC_AHB1LPENR_GPIOELPEN ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5342 #define RCC_AHB1LPENR_GPIOFLPEN ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5343 #define RCC_AHB1LPENR_GPIOGLPEN ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5344 #define RCC_AHB1LPENR_GPIOHLPEN ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5345 #define RCC_AHB1LPENR_GPIOILPEN ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5346 #define RCC_AHB1LPENR_GPIOJLPEN ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5347 #define RCC_AHB1LPENR_GPIOKLPEN ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5348
Kojto 106:ba1f97679dad 5349 #define RCC_AHB1LPENR_CRCLPEN ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5350 #define RCC_AHB1LPENR_FLITFLPEN ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 5351 #define RCC_AHB1LPENR_SRAM1LPEN ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5352 #define RCC_AHB1LPENR_SRAM2LPEN ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5353 #define RCC_AHB1LPENR_BKPSRAMLPEN ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5354 #define RCC_AHB1LPENR_DMA1LPEN ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 5355 #define RCC_AHB1LPENR_DMA2LPEN ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5356
Kojto 106:ba1f97679dad 5357 #define RCC_AHB1LPENR_OTGHSLPEN ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 5358 #define RCC_AHB1LPENR_OTGHSULPILPEN ((uint32_t)0x40000000)
Kojto 106:ba1f97679dad 5359
Kojto 106:ba1f97679dad 5360 /******************** Bit definition for RCC_AHB2LPENR register *************/
Kojto 106:ba1f97679dad 5361 #define RCC_AHB2LPENR_DCMILPEN ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5362 #define RCC_AHB2LPENR_OTGFSLPEN ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5363
Kojto 106:ba1f97679dad 5364 /******************** Bit definition for RCC_AHB3LPENR register *************/
Kojto 106:ba1f97679dad 5365 #define RCC_AHB3LPENR_FMCLPEN ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5366 #define RCC_AHB3LPENR_QSPILPEN ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5367
Kojto 106:ba1f97679dad 5368 /******************** Bit definition for RCC_APB1LPENR register *************/
Kojto 106:ba1f97679dad 5369 #define RCC_APB1LPENR_TIM2LPEN ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5370 #define RCC_APB1LPENR_TIM3LPEN ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5371 #define RCC_APB1LPENR_TIM4LPEN ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5372 #define RCC_APB1LPENR_TIM5LPEN ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5373 #define RCC_APB1LPENR_TIM6LPEN ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5374 #define RCC_APB1LPENR_TIM7LPEN ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5375 #define RCC_APB1LPENR_TIM12LPEN ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5376 #define RCC_APB1LPENR_TIM13LPEN ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5377 #define RCC_APB1LPENR_TIM14LPEN ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5378 #define RCC_APB1LPENR_WWDGLPEN ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5379 #define RCC_APB1LPENR_SPI2LPEN ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5380 #define RCC_APB1LPENR_SPI3LPEN ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 5381 #define RCC_APB1LPENR_SPDIFRXLPEN ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5382 #define RCC_APB1LPENR_USART2LPEN ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5383 #define RCC_APB1LPENR_USART3LPEN ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5384 #define RCC_APB1LPENR_UART4LPEN ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 5385 #define RCC_APB1LPENR_UART5LPEN ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 5386 #define RCC_APB1LPENR_I2C1LPEN ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 5387 #define RCC_APB1LPENR_I2C2LPEN ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5388 #define RCC_APB1LPENR_I2C3LPEN ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 5389 #define RCC_APB1LPENR_FMPI2C1LPEN ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 5390 #define RCC_APB1LPENR_CAN1LPEN ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 5391 #define RCC_APB1LPENR_CAN2LPEN ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 5392 #define RCC_APB1LPENR_CECLPEN ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 5393 #define RCC_APB1LPENR_PWRLPEN ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 5394 #define RCC_APB1LPENR_DACLPEN ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 5395
Kojto 106:ba1f97679dad 5396 /******************** Bit definition for RCC_APB2LPENR register *************/
Kojto 106:ba1f97679dad 5397 #define RCC_APB2LPENR_TIM1LPEN ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5398 #define RCC_APB2LPENR_TIM8LPEN ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5399 #define RCC_APB2LPENR_USART1LPEN ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5400 #define RCC_APB2LPENR_USART6LPEN ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5401 #define RCC_APB2LPENR_ADC1LPEN ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5402 #define RCC_APB2LPENR_ADC2LPEN ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5403 #define RCC_APB2LPENR_ADC3LPEN ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5404 #define RCC_APB2LPENR_SDIOLPEN ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5405 #define RCC_APB2LPENR_SPI1LPEN ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5406 #define RCC_APB2LPENR_SPI4LPEN ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5407 #define RCC_APB2LPENR_SYSCFGLPEN ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5408 #define RCC_APB2LPENR_TIM9LPEN ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5409 #define RCC_APB2LPENR_TIM10LPEN ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5410 #define RCC_APB2LPENR_TIM11LPEN ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5411 #define RCC_APB2LPENR_SAI1LPEN ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5412 #define RCC_APB2LPENR_SAI2LPEN ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 5413
Kojto 106:ba1f97679dad 5414 /******************** Bit definition for RCC_BDCR register ******************/
Kojto 106:ba1f97679dad 5415 #define RCC_BDCR_LSEON ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5416 #define RCC_BDCR_LSERDY ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5417 #define RCC_BDCR_LSEBYP ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5418 #define RCC_BDCR_LSEMOD ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5419
Kojto 106:ba1f97679dad 5420 #define RCC_BDCR_RTCSEL ((uint32_t)0x00000300)
Kojto 106:ba1f97679dad 5421 #define RCC_BDCR_RTCSEL_0 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5422 #define RCC_BDCR_RTCSEL_1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5423
Kojto 106:ba1f97679dad 5424 #define RCC_BDCR_RTCEN ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 5425 #define RCC_BDCR_BDRST ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5426
Kojto 106:ba1f97679dad 5427 /******************** Bit definition for RCC_CSR register *******************/
Kojto 106:ba1f97679dad 5428 #define RCC_CSR_LSION ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5429 #define RCC_CSR_LSIRDY ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5430 #define RCC_CSR_RMVF ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 5431 #define RCC_CSR_BORRSTF ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 5432 #define RCC_CSR_PADRSTF ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 5433 #define RCC_CSR_PORRSTF ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 5434 #define RCC_CSR_SFTRSTF ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 5435 #define RCC_CSR_WDGRSTF ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 5436 #define RCC_CSR_WWDGRSTF ((uint32_t)0x40000000)
Kojto 106:ba1f97679dad 5437 #define RCC_CSR_LPWRRSTF ((uint32_t)0x80000000)
Kojto 106:ba1f97679dad 5438
Kojto 106:ba1f97679dad 5439 /******************** Bit definition for RCC_SSCGR register *****************/
Kojto 106:ba1f97679dad 5440 #define RCC_SSCGR_MODPER ((uint32_t)0x00001FFF)
Kojto 106:ba1f97679dad 5441 #define RCC_SSCGR_INCSTEP ((uint32_t)0x0FFFE000)
Kojto 106:ba1f97679dad 5442 #define RCC_SSCGR_SPREADSEL ((uint32_t)0x40000000)
Kojto 106:ba1f97679dad 5443 #define RCC_SSCGR_SSCGEN ((uint32_t)0x80000000)
Kojto 106:ba1f97679dad 5444
Kojto 106:ba1f97679dad 5445 /******************** Bit definition for RCC_PLLI2SCFGR register ************/
Kojto 106:ba1f97679dad 5446 #define RCC_PLLI2SCFGR_PLLI2SM ((uint32_t)0x0000003F)
Kojto 106:ba1f97679dad 5447 #define RCC_PLLI2SCFGR_PLLI2SM_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5448 #define RCC_PLLI2SCFGR_PLLI2SM_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5449 #define RCC_PLLI2SCFGR_PLLI2SM_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5450 #define RCC_PLLI2SCFGR_PLLI2SM_3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5451 #define RCC_PLLI2SCFGR_PLLI2SM_4 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5452 #define RCC_PLLI2SCFGR_PLLI2SM_5 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5453
Kojto 106:ba1f97679dad 5454 #define RCC_PLLI2SCFGR_PLLI2SN ((uint32_t)0x00007FC0)
Kojto 106:ba1f97679dad 5455 #define RCC_PLLI2SCFGR_PLLI2SN_0 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5456 #define RCC_PLLI2SCFGR_PLLI2SN_1 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5457 #define RCC_PLLI2SCFGR_PLLI2SN_2 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5458 #define RCC_PLLI2SCFGR_PLLI2SN_3 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5459 #define RCC_PLLI2SCFGR_PLLI2SN_4 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5460 #define RCC_PLLI2SCFGR_PLLI2SN_5 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5461 #define RCC_PLLI2SCFGR_PLLI2SN_6 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5462 #define RCC_PLLI2SCFGR_PLLI2SN_7 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5463 #define RCC_PLLI2SCFGR_PLLI2SN_8 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5464
Kojto 106:ba1f97679dad 5465 #define RCC_PLLI2SCFGR_PLLI2SP ((uint32_t)0x00030000)
Kojto 106:ba1f97679dad 5466 #define RCC_PLLI2SCFGR_PLLI2SP_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5467 #define RCC_PLLI2SCFGR_PLLI2SP_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5468
Kojto 106:ba1f97679dad 5469 #define RCC_PLLI2SCFGR_PLLI2SQ ((uint32_t)0x0F000000)
Kojto 106:ba1f97679dad 5470 #define RCC_PLLI2SCFGR_PLLI2SQ_0 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 5471 #define RCC_PLLI2SCFGR_PLLI2SQ_1 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 5472 #define RCC_PLLI2SCFGR_PLLI2SQ_2 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 5473 #define RCC_PLLI2SCFGR_PLLI2SQ_3 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 5474
Kojto 106:ba1f97679dad 5475 #define RCC_PLLI2SCFGR_PLLI2SR ((uint32_t)0x70000000)
Kojto 106:ba1f97679dad 5476 #define RCC_PLLI2SCFGR_PLLI2SR_0 ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 5477 #define RCC_PLLI2SCFGR_PLLI2SR_1 ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 5478 #define RCC_PLLI2SCFGR_PLLI2SR_2 ((uint32_t)0x40000000)
Kojto 106:ba1f97679dad 5479
Kojto 106:ba1f97679dad 5480
Kojto 106:ba1f97679dad 5481 /******************** Bit definition for RCC_PLLSAICFGR register ************/
Kojto 106:ba1f97679dad 5482 #define RCC_PLLSAICFGR_PLLSAIM ((uint32_t)0x0000003F)
Kojto 106:ba1f97679dad 5483 #define RCC_PLLSAICFGR_PLLSAIM_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5484 #define RCC_PLLSAICFGR_PLLSAIM_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5485 #define RCC_PLLSAICFGR_PLLSAIM_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5486 #define RCC_PLLSAICFGR_PLLSAIM_3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5487 #define RCC_PLLSAICFGR_PLLSAIM_4 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5488 #define RCC_PLLSAICFGR_PLLSAIM_5 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5489
Kojto 106:ba1f97679dad 5490 #define RCC_PLLSAICFGR_PLLSAIN ((uint32_t)0x00007FC0)
Kojto 106:ba1f97679dad 5491 #define RCC_PLLSAICFGR_PLLSAIN_0 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5492 #define RCC_PLLSAICFGR_PLLSAIN_1 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5493 #define RCC_PLLSAICFGR_PLLSAIN_2 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5494 #define RCC_PLLSAICFGR_PLLSAIN_3 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5495 #define RCC_PLLSAICFGR_PLLSAIN_4 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5496 #define RCC_PLLSAICFGR_PLLSAIN_5 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5497 #define RCC_PLLSAICFGR_PLLSAIN_6 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5498 #define RCC_PLLSAICFGR_PLLSAIN_7 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5499 #define RCC_PLLSAICFGR_PLLSAIN_8 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5500
Kojto 106:ba1f97679dad 5501 #define RCC_PLLSAICFGR_PLLSAIP ((uint32_t)0x00030000)
Kojto 106:ba1f97679dad 5502 #define RCC_PLLSAICFGR_PLLSAIP_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5503 #define RCC_PLLSAICFGR_PLLSAIP_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5504
Kojto 106:ba1f97679dad 5505 #define RCC_PLLSAICFGR_PLLSAIQ ((uint32_t)0x0F000000)
Kojto 106:ba1f97679dad 5506 #define RCC_PLLSAICFGR_PLLSAIQ_0 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 5507 #define RCC_PLLSAICFGR_PLLSAIQ_1 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 5508 #define RCC_PLLSAICFGR_PLLSAIQ_2 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 5509 #define RCC_PLLSAICFGR_PLLSAIQ_3 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 5510
Kojto 106:ba1f97679dad 5511 /******************** Bit definition for RCC_DCKCFGR register ***************/
Kojto 106:ba1f97679dad 5512 #define RCC_DCKCFGR_PLLI2SDIVQ ((uint32_t)0x0000001F)
Kojto 106:ba1f97679dad 5513 #define RCC_DCKCFGR_PLLSAIDIVQ ((uint32_t)0x00001F00)
Kojto 106:ba1f97679dad 5514 #define RCC_DCKCFGR_SAI1SRC ((uint32_t)0x00300000)
Kojto 106:ba1f97679dad 5515 #define RCC_DCKCFGR_SAI1SRC_0 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 5516 #define RCC_DCKCFGR_SAI1SRC_1 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 5517 #define RCC_DCKCFGR_SAI2SRC ((uint32_t)0x00C00000)
Kojto 106:ba1f97679dad 5518 #define RCC_DCKCFGR_SAI2SRC_0 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5519 #define RCC_DCKCFGR_SAI2SRC_1 ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 5520 #define RCC_DCKCFGR_TIMPRE ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 5521 #define RCC_DCKCFGR_I2S1SRC ((uint32_t)0x06000000)
Kojto 106:ba1f97679dad 5522 #define RCC_DCKCFGR_I2S1SRC_0 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 5523 #define RCC_DCKCFGR_I2S1SRC_1 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 5524 #define RCC_DCKCFGR_I2S2SRC ((uint32_t)0x18000000)
Kojto 106:ba1f97679dad 5525 #define RCC_DCKCFGR_I2S2SRC_0 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 5526 #define RCC_DCKCFGR_I2S2SRC_1 ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 5527
Kojto 106:ba1f97679dad 5528 /******************** Bit definition for RCC_CKGATENR register ***************/
Kojto 106:ba1f97679dad 5529 #define RCC_CKGATENR_AHB2APB1_CKEN ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5530 #define RCC_CKGATENR_AHB2APB2_CKEN ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5531 #define RCC_CKGATENR_CM4DBG_CKEN ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5532 #define RCC_CKGATENR_SPARE_CKEN ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5533 #define RCC_CKGATENR_SRAM_CKEN ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5534 #define RCC_CKGATENR_FLITF_CKEN ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5535 #define RCC_CKGATENR_RCC_CKEN ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5536
Kojto 106:ba1f97679dad 5537 /******************** Bit definition for RCC_DCKCFGR2 register ***************/
Kojto 106:ba1f97679dad 5538 #define RCC_DCKCFGR2_FMPI2C1SEL ((uint32_t)0x00C00000)
Kojto 106:ba1f97679dad 5539 #define RCC_DCKCFGR2_FMPI2C1SEL_0 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5540 #define RCC_DCKCFGR2_FMPI2C1SEL_1 ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 5541 #define RCC_DCKCFGR2_CECSEL ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 5542 #define RCC_DCKCFGR2_CK48MSEL ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 5543 #define RCC_DCKCFGR2_SDIOSEL ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 5544 #define RCC_DCKCFGR2_SPDIFRXSEL ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 5545
Kojto 106:ba1f97679dad 5546 /******************************************************************************/
Kojto 106:ba1f97679dad 5547 /* */
Kojto 106:ba1f97679dad 5548 /* Real-Time Clock (RTC) */
Kojto 106:ba1f97679dad 5549 /* */
Kojto 106:ba1f97679dad 5550 /******************************************************************************/
Kojto 106:ba1f97679dad 5551 /******************** Bits definition for RTC_TR register *******************/
Kojto 106:ba1f97679dad 5552 #define RTC_TR_PM ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5553 #define RTC_TR_HT ((uint32_t)0x00300000)
Kojto 106:ba1f97679dad 5554 #define RTC_TR_HT_0 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 5555 #define RTC_TR_HT_1 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 5556 #define RTC_TR_HU ((uint32_t)0x000F0000)
Kojto 106:ba1f97679dad 5557 #define RTC_TR_HU_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5558 #define RTC_TR_HU_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5559 #define RTC_TR_HU_2 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5560 #define RTC_TR_HU_3 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 5561 #define RTC_TR_MNT ((uint32_t)0x00007000)
Kojto 106:ba1f97679dad 5562 #define RTC_TR_MNT_0 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5563 #define RTC_TR_MNT_1 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5564 #define RTC_TR_MNT_2 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5565 #define RTC_TR_MNU ((uint32_t)0x00000F00)
Kojto 106:ba1f97679dad 5566 #define RTC_TR_MNU_0 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5567 #define RTC_TR_MNU_1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5568 #define RTC_TR_MNU_2 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5569 #define RTC_TR_MNU_3 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5570 #define RTC_TR_ST ((uint32_t)0x00000070)
Kojto 106:ba1f97679dad 5571 #define RTC_TR_ST_0 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5572 #define RTC_TR_ST_1 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5573 #define RTC_TR_ST_2 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5574 #define RTC_TR_SU ((uint32_t)0x0000000F)
Kojto 106:ba1f97679dad 5575 #define RTC_TR_SU_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5576 #define RTC_TR_SU_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5577 #define RTC_TR_SU_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5578 #define RTC_TR_SU_3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5579
Kojto 106:ba1f97679dad 5580 /******************** Bits definition for RTC_DR register *******************/
Kojto 106:ba1f97679dad 5581 #define RTC_DR_YT ((uint32_t)0x00F00000)
Kojto 106:ba1f97679dad 5582 #define RTC_DR_YT_0 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 5583 #define RTC_DR_YT_1 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 5584 #define RTC_DR_YT_2 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5585 #define RTC_DR_YT_3 ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 5586 #define RTC_DR_YU ((uint32_t)0x000F0000)
Kojto 106:ba1f97679dad 5587 #define RTC_DR_YU_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5588 #define RTC_DR_YU_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5589 #define RTC_DR_YU_2 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5590 #define RTC_DR_YU_3 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 5591 #define RTC_DR_WDU ((uint32_t)0x0000E000)
Kojto 106:ba1f97679dad 5592 #define RTC_DR_WDU_0 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5593 #define RTC_DR_WDU_1 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5594 #define RTC_DR_WDU_2 ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 5595 #define RTC_DR_MT ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5596 #define RTC_DR_MU ((uint32_t)0x00000F00)
Kojto 106:ba1f97679dad 5597 #define RTC_DR_MU_0 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5598 #define RTC_DR_MU_1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5599 #define RTC_DR_MU_2 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5600 #define RTC_DR_MU_3 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5601 #define RTC_DR_DT ((uint32_t)0x00000030)
Kojto 106:ba1f97679dad 5602 #define RTC_DR_DT_0 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5603 #define RTC_DR_DT_1 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5604 #define RTC_DR_DU ((uint32_t)0x0000000F)
Kojto 106:ba1f97679dad 5605 #define RTC_DR_DU_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5606 #define RTC_DR_DU_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5607 #define RTC_DR_DU_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5608 #define RTC_DR_DU_3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5609
Kojto 106:ba1f97679dad 5610 /******************** Bits definition for RTC_CR register *******************/
Kojto 106:ba1f97679dad 5611 #define RTC_CR_COE ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 5612 #define RTC_CR_OSEL ((uint32_t)0x00600000)
Kojto 106:ba1f97679dad 5613 #define RTC_CR_OSEL_0 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 5614 #define RTC_CR_OSEL_1 ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5615 #define RTC_CR_POL ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 5616 #define RTC_CR_COSEL ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 5617 #define RTC_CR_BCK ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5618 #define RTC_CR_SUB1H ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5619 #define RTC_CR_ADD1H ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5620 #define RTC_CR_TSIE ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 5621 #define RTC_CR_WUTIE ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5622 #define RTC_CR_ALRBIE ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5623 #define RTC_CR_ALRAIE ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5624 #define RTC_CR_TSE ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5625 #define RTC_CR_WUTE ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5626 #define RTC_CR_ALRBE ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5627 #define RTC_CR_ALRAE ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5628 #define RTC_CR_DCE ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5629 #define RTC_CR_FMT ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5630 #define RTC_CR_BYPSHAD ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5631 #define RTC_CR_REFCKON ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5632 #define RTC_CR_TSEDGE ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5633 #define RTC_CR_WUCKSEL ((uint32_t)0x00000007)
Kojto 106:ba1f97679dad 5634 #define RTC_CR_WUCKSEL_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5635 #define RTC_CR_WUCKSEL_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5636 #define RTC_CR_WUCKSEL_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5637
Kojto 106:ba1f97679dad 5638 /******************** Bits definition for RTC_ISR register ******************/
Kojto 106:ba1f97679dad 5639 #define RTC_ISR_RECALPF ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5640 #define RTC_ISR_TAMP1F ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5641 #define RTC_ISR_TAMP2F ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5642 #define RTC_ISR_TSOVF ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5643 #define RTC_ISR_TSF ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5644 #define RTC_ISR_WUTF ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5645 #define RTC_ISR_ALRBF ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5646 #define RTC_ISR_ALRAF ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5647 #define RTC_ISR_INIT ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5648 #define RTC_ISR_INITF ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5649 #define RTC_ISR_RSF ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5650 #define RTC_ISR_INITS ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5651 #define RTC_ISR_SHPF ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5652 #define RTC_ISR_WUTWF ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5653 #define RTC_ISR_ALRBWF ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5654 #define RTC_ISR_ALRAWF ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5655
Kojto 106:ba1f97679dad 5656 /******************** Bits definition for RTC_PRER register *****************/
Kojto 106:ba1f97679dad 5657 #define RTC_PRER_PREDIV_A ((uint32_t)0x007F0000)
Kojto 106:ba1f97679dad 5658 #define RTC_PRER_PREDIV_S ((uint32_t)0x00007FFF)
Kojto 106:ba1f97679dad 5659
Kojto 106:ba1f97679dad 5660 /******************** Bits definition for RTC_WUTR register *****************/
Kojto 106:ba1f97679dad 5661 #define RTC_WUTR_WUT ((uint32_t)0x0000FFFF)
Kojto 106:ba1f97679dad 5662
Kojto 106:ba1f97679dad 5663 /******************** Bits definition for RTC_CALIBR register ***************/
Kojto 106:ba1f97679dad 5664 #define RTC_CALIBR_DCS ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5665 #define RTC_CALIBR_DC ((uint32_t)0x0000001F)
Kojto 106:ba1f97679dad 5666
Kojto 106:ba1f97679dad 5667 /******************** Bits definition for RTC_ALRMAR register ***************/
Kojto 106:ba1f97679dad 5668 #define RTC_ALRMAR_MSK4 ((uint32_t)0x80000000)
Kojto 106:ba1f97679dad 5669 #define RTC_ALRMAR_WDSEL ((uint32_t)0x40000000)
Kojto 106:ba1f97679dad 5670 #define RTC_ALRMAR_DT ((uint32_t)0x30000000)
Kojto 106:ba1f97679dad 5671 #define RTC_ALRMAR_DT_0 ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 5672 #define RTC_ALRMAR_DT_1 ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 5673 #define RTC_ALRMAR_DU ((uint32_t)0x0F000000)
Kojto 106:ba1f97679dad 5674 #define RTC_ALRMAR_DU_0 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 5675 #define RTC_ALRMAR_DU_1 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 5676 #define RTC_ALRMAR_DU_2 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 5677 #define RTC_ALRMAR_DU_3 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 5678 #define RTC_ALRMAR_MSK3 ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 5679 #define RTC_ALRMAR_PM ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5680 #define RTC_ALRMAR_HT ((uint32_t)0x00300000)
Kojto 106:ba1f97679dad 5681 #define RTC_ALRMAR_HT_0 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 5682 #define RTC_ALRMAR_HT_1 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 5683 #define RTC_ALRMAR_HU ((uint32_t)0x000F0000)
Kojto 106:ba1f97679dad 5684 #define RTC_ALRMAR_HU_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5685 #define RTC_ALRMAR_HU_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5686 #define RTC_ALRMAR_HU_2 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5687 #define RTC_ALRMAR_HU_3 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 5688 #define RTC_ALRMAR_MSK2 ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 5689 #define RTC_ALRMAR_MNT ((uint32_t)0x00007000)
Kojto 106:ba1f97679dad 5690 #define RTC_ALRMAR_MNT_0 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5691 #define RTC_ALRMAR_MNT_1 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5692 #define RTC_ALRMAR_MNT_2 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5693 #define RTC_ALRMAR_MNU ((uint32_t)0x00000F00)
Kojto 106:ba1f97679dad 5694 #define RTC_ALRMAR_MNU_0 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5695 #define RTC_ALRMAR_MNU_1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5696 #define RTC_ALRMAR_MNU_2 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5697 #define RTC_ALRMAR_MNU_3 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5698 #define RTC_ALRMAR_MSK1 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5699 #define RTC_ALRMAR_ST ((uint32_t)0x00000070)
Kojto 106:ba1f97679dad 5700 #define RTC_ALRMAR_ST_0 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5701 #define RTC_ALRMAR_ST_1 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5702 #define RTC_ALRMAR_ST_2 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5703 #define RTC_ALRMAR_SU ((uint32_t)0x0000000F)
Kojto 106:ba1f97679dad 5704 #define RTC_ALRMAR_SU_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5705 #define RTC_ALRMAR_SU_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5706 #define RTC_ALRMAR_SU_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5707 #define RTC_ALRMAR_SU_3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5708
Kojto 106:ba1f97679dad 5709 /******************** Bits definition for RTC_ALRMBR register ***************/
Kojto 106:ba1f97679dad 5710 #define RTC_ALRMBR_MSK4 ((uint32_t)0x80000000)
Kojto 106:ba1f97679dad 5711 #define RTC_ALRMBR_WDSEL ((uint32_t)0x40000000)
Kojto 106:ba1f97679dad 5712 #define RTC_ALRMBR_DT ((uint32_t)0x30000000)
Kojto 106:ba1f97679dad 5713 #define RTC_ALRMBR_DT_0 ((uint32_t)0x10000000)
Kojto 106:ba1f97679dad 5714 #define RTC_ALRMBR_DT_1 ((uint32_t)0x20000000)
Kojto 106:ba1f97679dad 5715 #define RTC_ALRMBR_DU ((uint32_t)0x0F000000)
Kojto 106:ba1f97679dad 5716 #define RTC_ALRMBR_DU_0 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 5717 #define RTC_ALRMBR_DU_1 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 5718 #define RTC_ALRMBR_DU_2 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 5719 #define RTC_ALRMBR_DU_3 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 5720 #define RTC_ALRMBR_MSK3 ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 5721 #define RTC_ALRMBR_PM ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5722 #define RTC_ALRMBR_HT ((uint32_t)0x00300000)
Kojto 106:ba1f97679dad 5723 #define RTC_ALRMBR_HT_0 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 5724 #define RTC_ALRMBR_HT_1 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 5725 #define RTC_ALRMBR_HU ((uint32_t)0x000F0000)
Kojto 106:ba1f97679dad 5726 #define RTC_ALRMBR_HU_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5727 #define RTC_ALRMBR_HU_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5728 #define RTC_ALRMBR_HU_2 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5729 #define RTC_ALRMBR_HU_3 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 5730 #define RTC_ALRMBR_MSK2 ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 5731 #define RTC_ALRMBR_MNT ((uint32_t)0x00007000)
Kojto 106:ba1f97679dad 5732 #define RTC_ALRMBR_MNT_0 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5733 #define RTC_ALRMBR_MNT_1 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5734 #define RTC_ALRMBR_MNT_2 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5735 #define RTC_ALRMBR_MNU ((uint32_t)0x00000F00)
Kojto 106:ba1f97679dad 5736 #define RTC_ALRMBR_MNU_0 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5737 #define RTC_ALRMBR_MNU_1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5738 #define RTC_ALRMBR_MNU_2 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5739 #define RTC_ALRMBR_MNU_3 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5740 #define RTC_ALRMBR_MSK1 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5741 #define RTC_ALRMBR_ST ((uint32_t)0x00000070)
Kojto 106:ba1f97679dad 5742 #define RTC_ALRMBR_ST_0 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5743 #define RTC_ALRMBR_ST_1 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5744 #define RTC_ALRMBR_ST_2 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5745 #define RTC_ALRMBR_SU ((uint32_t)0x0000000F)
Kojto 106:ba1f97679dad 5746 #define RTC_ALRMBR_SU_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5747 #define RTC_ALRMBR_SU_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5748 #define RTC_ALRMBR_SU_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5749 #define RTC_ALRMBR_SU_3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5750
Kojto 106:ba1f97679dad 5751 /******************** Bits definition for RTC_WPR register ******************/
Kojto 106:ba1f97679dad 5752 #define RTC_WPR_KEY ((uint32_t)0x000000FF)
Kojto 106:ba1f97679dad 5753
Kojto 106:ba1f97679dad 5754 /******************** Bits definition for RTC_SSR register ******************/
Kojto 106:ba1f97679dad 5755 #define RTC_SSR_SS ((uint32_t)0x0000FFFF)
Kojto 106:ba1f97679dad 5756
Kojto 106:ba1f97679dad 5757 /******************** Bits definition for RTC_SHIFTR register ***************/
Kojto 106:ba1f97679dad 5758 #define RTC_SHIFTR_SUBFS ((uint32_t)0x00007FFF)
Kojto 106:ba1f97679dad 5759 #define RTC_SHIFTR_ADD1S ((uint32_t)0x80000000)
Kojto 106:ba1f97679dad 5760
Kojto 106:ba1f97679dad 5761 /******************** Bits definition for RTC_TSTR register *****************/
Kojto 106:ba1f97679dad 5762 #define RTC_TSTR_PM ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 5763 #define RTC_TSTR_HT ((uint32_t)0x00300000)
Kojto 106:ba1f97679dad 5764 #define RTC_TSTR_HT_0 ((uint32_t)0x00100000)
Kojto 106:ba1f97679dad 5765 #define RTC_TSTR_HT_1 ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 5766 #define RTC_TSTR_HU ((uint32_t)0x000F0000)
Kojto 106:ba1f97679dad 5767 #define RTC_TSTR_HU_0 ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5768 #define RTC_TSTR_HU_1 ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5769 #define RTC_TSTR_HU_2 ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5770 #define RTC_TSTR_HU_3 ((uint32_t)0x00080000)
Kojto 106:ba1f97679dad 5771 #define RTC_TSTR_MNT ((uint32_t)0x00007000)
Kojto 106:ba1f97679dad 5772 #define RTC_TSTR_MNT_0 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5773 #define RTC_TSTR_MNT_1 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5774 #define RTC_TSTR_MNT_2 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5775 #define RTC_TSTR_MNU ((uint32_t)0x00000F00)
Kojto 106:ba1f97679dad 5776 #define RTC_TSTR_MNU_0 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5777 #define RTC_TSTR_MNU_1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5778 #define RTC_TSTR_MNU_2 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5779 #define RTC_TSTR_MNU_3 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5780 #define RTC_TSTR_ST ((uint32_t)0x00000070)
Kojto 106:ba1f97679dad 5781 #define RTC_TSTR_ST_0 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5782 #define RTC_TSTR_ST_1 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5783 #define RTC_TSTR_ST_2 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5784 #define RTC_TSTR_SU ((uint32_t)0x0000000F)
Kojto 106:ba1f97679dad 5785 #define RTC_TSTR_SU_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5786 #define RTC_TSTR_SU_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5787 #define RTC_TSTR_SU_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5788 #define RTC_TSTR_SU_3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5789
Kojto 106:ba1f97679dad 5790 /******************** Bits definition for RTC_TSDR register *****************/
Kojto 106:ba1f97679dad 5791 #define RTC_TSDR_WDU ((uint32_t)0x0000E000)
Kojto 106:ba1f97679dad 5792 #define RTC_TSDR_WDU_0 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5793 #define RTC_TSDR_WDU_1 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5794 #define RTC_TSDR_WDU_2 ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 5795 #define RTC_TSDR_MT ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5796 #define RTC_TSDR_MU ((uint32_t)0x00000F00)
Kojto 106:ba1f97679dad 5797 #define RTC_TSDR_MU_0 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5798 #define RTC_TSDR_MU_1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5799 #define RTC_TSDR_MU_2 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5800 #define RTC_TSDR_MU_3 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5801 #define RTC_TSDR_DT ((uint32_t)0x00000030)
Kojto 106:ba1f97679dad 5802 #define RTC_TSDR_DT_0 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5803 #define RTC_TSDR_DT_1 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5804 #define RTC_TSDR_DU ((uint32_t)0x0000000F)
Kojto 106:ba1f97679dad 5805 #define RTC_TSDR_DU_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5806 #define RTC_TSDR_DU_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5807 #define RTC_TSDR_DU_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5808 #define RTC_TSDR_DU_3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5809
Kojto 106:ba1f97679dad 5810 /******************** Bits definition for RTC_TSSSR register ****************/
Kojto 106:ba1f97679dad 5811 #define RTC_TSSSR_SS ((uint32_t)0x0000FFFF)
Kojto 106:ba1f97679dad 5812
Kojto 106:ba1f97679dad 5813 /******************** Bits definition for RTC_CAL register *****************/
Kojto 106:ba1f97679dad 5814 #define RTC_CALR_CALP ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 5815 #define RTC_CALR_CALW8 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5816 #define RTC_CALR_CALW16 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5817 #define RTC_CALR_CALM ((uint32_t)0x000001FF)
Kojto 106:ba1f97679dad 5818 #define RTC_CALR_CALM_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5819 #define RTC_CALR_CALM_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5820 #define RTC_CALR_CALM_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5821 #define RTC_CALR_CALM_3 ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5822 #define RTC_CALR_CALM_4 ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5823 #define RTC_CALR_CALM_5 ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 5824 #define RTC_CALR_CALM_6 ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 5825 #define RTC_CALR_CALM_7 ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5826 #define RTC_CALR_CALM_8 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5827
Kojto 106:ba1f97679dad 5828 /******************** Bits definition for RTC_TAFCR register ****************/
Kojto 106:ba1f97679dad 5829 #define RTC_TAFCR_ALARMOUTTYPE ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 5830 #define RTC_TAFCR_TSINSEL ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 5831 #define RTC_TAFCR_TAMPINSEL ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 5832 #define RTC_TAFCR_TAMPPUDIS ((uint32_t)0x00008000)
Kojto 106:ba1f97679dad 5833 #define RTC_TAFCR_TAMPPRCH ((uint32_t)0x00006000)
Kojto 106:ba1f97679dad 5834 #define RTC_TAFCR_TAMPPRCH_0 ((uint32_t)0x00002000)
Kojto 106:ba1f97679dad 5835 #define RTC_TAFCR_TAMPPRCH_1 ((uint32_t)0x00004000)
Kojto 106:ba1f97679dad 5836 #define RTC_TAFCR_TAMPFLT ((uint32_t)0x00001800)
Kojto 106:ba1f97679dad 5837 #define RTC_TAFCR_TAMPFLT_0 ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 5838 #define RTC_TAFCR_TAMPFLT_1 ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 5839 #define RTC_TAFCR_TAMPFREQ ((uint32_t)0x00000700)
Kojto 106:ba1f97679dad 5840 #define RTC_TAFCR_TAMPFREQ_0 ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 5841 #define RTC_TAFCR_TAMPFREQ_1 ((uint32_t)0x00000200)
Kojto 106:ba1f97679dad 5842 #define RTC_TAFCR_TAMPFREQ_2 ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 5843 #define RTC_TAFCR_TAMPTS ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 5844 #define RTC_TAFCR_TAMP2TRG ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 5845 #define RTC_TAFCR_TAMP2E ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 5846 #define RTC_TAFCR_TAMPIE ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 5847 #define RTC_TAFCR_TAMP1TRG ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 5848 #define RTC_TAFCR_TAMP1E ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 5849
Kojto 106:ba1f97679dad 5850 /******************** Bits definition for RTC_ALRMASSR register *************/
Kojto 106:ba1f97679dad 5851 #define RTC_ALRMASSR_MASKSS ((uint32_t)0x0F000000)
Kojto 106:ba1f97679dad 5852 #define RTC_ALRMASSR_MASKSS_0 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 5853 #define RTC_ALRMASSR_MASKSS_1 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 5854 #define RTC_ALRMASSR_MASKSS_2 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 5855 #define RTC_ALRMASSR_MASKSS_3 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 5856 #define RTC_ALRMASSR_SS ((uint32_t)0x00007FFF)
Kojto 106:ba1f97679dad 5857
Kojto 106:ba1f97679dad 5858 /******************** Bits definition for RTC_ALRMBSSR register *************/
Kojto 106:ba1f97679dad 5859 #define RTC_ALRMBSSR_MASKSS ((uint32_t)0x0F000000)
Kojto 106:ba1f97679dad 5860 #define RTC_ALRMBSSR_MASKSS_0 ((uint32_t)0x01000000)
Kojto 106:ba1f97679dad 5861 #define RTC_ALRMBSSR_MASKSS_1 ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 5862 #define RTC_ALRMBSSR_MASKSS_2 ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 5863 #define RTC_ALRMBSSR_MASKSS_3 ((uint32_t)0x08000000)
Kojto 106:ba1f97679dad 5864 #define RTC_ALRMBSSR_SS ((uint32_t)0x00007FFF)
Kojto 106:ba1f97679dad 5865
Kojto 106:ba1f97679dad 5866 /******************** Bits definition for RTC_BKP0R register ****************/
Kojto 106:ba1f97679dad 5867 #define RTC_BKP0R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5868
Kojto 106:ba1f97679dad 5869 /******************** Bits definition for RTC_BKP1R register ****************/
Kojto 106:ba1f97679dad 5870 #define RTC_BKP1R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5871
Kojto 106:ba1f97679dad 5872 /******************** Bits definition for RTC_BKP2R register ****************/
Kojto 106:ba1f97679dad 5873 #define RTC_BKP2R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5874
Kojto 106:ba1f97679dad 5875 /******************** Bits definition for RTC_BKP3R register ****************/
Kojto 106:ba1f97679dad 5876 #define RTC_BKP3R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5877
Kojto 106:ba1f97679dad 5878 /******************** Bits definition for RTC_BKP4R register ****************/
Kojto 106:ba1f97679dad 5879 #define RTC_BKP4R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5880
Kojto 106:ba1f97679dad 5881 /******************** Bits definition for RTC_BKP5R register ****************/
Kojto 106:ba1f97679dad 5882 #define RTC_BKP5R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5883
Kojto 106:ba1f97679dad 5884 /******************** Bits definition for RTC_BKP6R register ****************/
Kojto 106:ba1f97679dad 5885 #define RTC_BKP6R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5886
Kojto 106:ba1f97679dad 5887 /******************** Bits definition for RTC_BKP7R register ****************/
Kojto 106:ba1f97679dad 5888 #define RTC_BKP7R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5889
Kojto 106:ba1f97679dad 5890 /******************** Bits definition for RTC_BKP8R register ****************/
Kojto 106:ba1f97679dad 5891 #define RTC_BKP8R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5892
Kojto 106:ba1f97679dad 5893 /******************** Bits definition for RTC_BKP9R register ****************/
Kojto 106:ba1f97679dad 5894 #define RTC_BKP9R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5895
Kojto 106:ba1f97679dad 5896 /******************** Bits definition for RTC_BKP10R register ***************/
Kojto 106:ba1f97679dad 5897 #define RTC_BKP10R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5898
Kojto 106:ba1f97679dad 5899 /******************** Bits definition for RTC_BKP11R register ***************/
Kojto 106:ba1f97679dad 5900 #define RTC_BKP11R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5901
Kojto 106:ba1f97679dad 5902 /******************** Bits definition for RTC_BKP12R register ***************/
Kojto 106:ba1f97679dad 5903 #define RTC_BKP12R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5904
Kojto 106:ba1f97679dad 5905 /******************** Bits definition for RTC_BKP13R register ***************/
Kojto 106:ba1f97679dad 5906 #define RTC_BKP13R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5907
Kojto 106:ba1f97679dad 5908 /******************** Bits definition for RTC_BKP14R register ***************/
Kojto 106:ba1f97679dad 5909 #define RTC_BKP14R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5910
Kojto 106:ba1f97679dad 5911 /******************** Bits definition for RTC_BKP15R register ***************/
Kojto 106:ba1f97679dad 5912 #define RTC_BKP15R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5913
Kojto 106:ba1f97679dad 5914 /******************** Bits definition for RTC_BKP16R register ***************/
Kojto 106:ba1f97679dad 5915 #define RTC_BKP16R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5916
Kojto 106:ba1f97679dad 5917 /******************** Bits definition for RTC_BKP17R register ***************/
Kojto 106:ba1f97679dad 5918 #define RTC_BKP17R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5919
Kojto 106:ba1f97679dad 5920 /******************** Bits definition for RTC_BKP18R register ***************/
Kojto 106:ba1f97679dad 5921 #define RTC_BKP18R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5922
Kojto 106:ba1f97679dad 5923 /******************** Bits definition for RTC_BKP19R register ***************/
Kojto 106:ba1f97679dad 5924 #define RTC_BKP19R ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 5925
Kojto 106:ba1f97679dad 5926 /******************************************************************************/
Kojto 106:ba1f97679dad 5927 /* */
Kojto 106:ba1f97679dad 5928 /* Serial Audio Interface */
Kojto 106:ba1f97679dad 5929 /* */
Kojto 106:ba1f97679dad 5930 /******************************************************************************/
Kojto 106:ba1f97679dad 5931 /******************** Bit definition for SAI_GCR register *******************/
Kojto 106:ba1f97679dad 5932 #define SAI_GCR_SYNCIN ((uint32_t)0x00000003) /*!<SYNCIN[1:0] bits (Synchronization Inputs) */
Kojto 106:ba1f97679dad 5933 #define SAI_GCR_SYNCIN_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 5934 #define SAI_GCR_SYNCIN_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 5935
Kojto 106:ba1f97679dad 5936 #define SAI_GCR_SYNCOUT ((uint32_t)0x00000030) /*!<SYNCOUT[1:0] bits (Synchronization Outputs) */
Kojto 106:ba1f97679dad 5937 #define SAI_GCR_SYNCOUT_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 5938 #define SAI_GCR_SYNCOUT_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 5939
Kojto 106:ba1f97679dad 5940 /******************* Bit definition for SAI_xCR1 register *******************/
Kojto 106:ba1f97679dad 5941 #define SAI_xCR1_MODE ((uint32_t)0x00000003) /*!<MODE[1:0] bits (Audio Block Mode) */
Kojto 106:ba1f97679dad 5942 #define SAI_xCR1_MODE_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 5943 #define SAI_xCR1_MODE_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 5944
Kojto 106:ba1f97679dad 5945 #define SAI_xCR1_PRTCFG ((uint32_t)0x0000000C) /*!<PRTCFG[1:0] bits (Protocol Configuration) */
Kojto 106:ba1f97679dad 5946 #define SAI_xCR1_PRTCFG_0 ((uint32_t)0x00000004) /*!<Bit 0 */
Kojto 106:ba1f97679dad 5947 #define SAI_xCR1_PRTCFG_1 ((uint32_t)0x00000008) /*!<Bit 1 */
Kojto 106:ba1f97679dad 5948
Kojto 106:ba1f97679dad 5949 #define SAI_xCR1_DS ((uint32_t)0x000000E0) /*!<DS[1:0] bits (Data Size) */
Kojto 106:ba1f97679dad 5950 #define SAI_xCR1_DS_0 ((uint32_t)0x00000020) /*!<Bit 0 */
Kojto 106:ba1f97679dad 5951 #define SAI_xCR1_DS_1 ((uint32_t)0x00000040) /*!<Bit 1 */
Kojto 106:ba1f97679dad 5952 #define SAI_xCR1_DS_2 ((uint32_t)0x00000080) /*!<Bit 2 */
Kojto 106:ba1f97679dad 5953
Kojto 106:ba1f97679dad 5954 #define SAI_xCR1_LSBFIRST ((uint32_t)0x00000100) /*!<LSB First Configuration */
Kojto 106:ba1f97679dad 5955 #define SAI_xCR1_CKSTR ((uint32_t)0x00000200) /*!<ClocK STRobing edge */
Kojto 106:ba1f97679dad 5956
Kojto 106:ba1f97679dad 5957 #define SAI_xCR1_SYNCEN ((uint32_t)0x00000C00) /*!<SYNCEN[1:0](SYNChronization ENable) */
Kojto 106:ba1f97679dad 5958 #define SAI_xCR1_SYNCEN_0 ((uint32_t)0x00000400) /*!<Bit 0 */
Kojto 106:ba1f97679dad 5959 #define SAI_xCR1_SYNCEN_1 ((uint32_t)0x00000800) /*!<Bit 1 */
Kojto 106:ba1f97679dad 5960
Kojto 106:ba1f97679dad 5961 #define SAI_xCR1_MONO ((uint32_t)0x00001000) /*!<Mono mode */
Kojto 106:ba1f97679dad 5962 #define SAI_xCR1_OUTDRIV ((uint32_t)0x00002000) /*!<Output Drive */
Kojto 106:ba1f97679dad 5963 #define SAI_xCR1_SAIEN ((uint32_t)0x00010000) /*!<Audio Block enable */
Kojto 106:ba1f97679dad 5964 #define SAI_xCR1_DMAEN ((uint32_t)0x00020000) /*!<DMA enable */
Kojto 106:ba1f97679dad 5965 #define SAI_xCR1_NODIV ((uint32_t)0x00080000) /*!<No Divider Configuration */
Kojto 106:ba1f97679dad 5966
Kojto 106:ba1f97679dad 5967 #define SAI_xCR1_MCKDIV ((uint32_t)0x00F00000) /*!<MCKDIV[3:0] (Master ClocK Divider) */
Kojto 106:ba1f97679dad 5968 #define SAI_xCR1_MCKDIV_0 ((uint32_t)0x00100000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 5969 #define SAI_xCR1_MCKDIV_1 ((uint32_t)0x00200000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 5970 #define SAI_xCR1_MCKDIV_2 ((uint32_t)0x00400000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 5971 #define SAI_xCR1_MCKDIV_3 ((uint32_t)0x00800000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 5972
Kojto 106:ba1f97679dad 5973 /******************* Bit definition for SAI_xCR2 register *******************/
Kojto 106:ba1f97679dad 5974 #define SAI_xCR2_FTH ((uint32_t)0x00000007) /*!<FTH[2:0](Fifo THreshold) */
Kojto 106:ba1f97679dad 5975 #define SAI_xCR2_FTH_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 5976 #define SAI_xCR2_FTH_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 5977 #define SAI_xCR2_FTH_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 5978
Kojto 106:ba1f97679dad 5979 #define SAI_xCR2_FFLUSH ((uint32_t)0x00000008) /*!<Fifo FLUSH */
Kojto 106:ba1f97679dad 5980 #define SAI_xCR2_TRIS ((uint32_t)0x00000010) /*!<TRIState Management on data line */
Kojto 106:ba1f97679dad 5981 #define SAI_xCR2_MUTE ((uint32_t)0x00000020) /*!<Mute mode */
Kojto 106:ba1f97679dad 5982 #define SAI_xCR2_MUTEVAL ((uint32_t)0x00000040) /*!<Muate value */
Kojto 106:ba1f97679dad 5983
Kojto 106:ba1f97679dad 5984 #define SAI_xCR2_MUTECNT ((uint32_t)0x00001F80) /*!<MUTECNT[5:0] (MUTE counter) */
Kojto 106:ba1f97679dad 5985 #define SAI_xCR2_MUTECNT_0 ((uint32_t)0x00000080) /*!<Bit 0 */
Kojto 106:ba1f97679dad 5986 #define SAI_xCR2_MUTECNT_1 ((uint32_t)0x00000100) /*!<Bit 1 */
Kojto 106:ba1f97679dad 5987 #define SAI_xCR2_MUTECNT_2 ((uint32_t)0x00000200) /*!<Bit 2 */
Kojto 106:ba1f97679dad 5988 #define SAI_xCR2_MUTECNT_3 ((uint32_t)0x00000400) /*!<Bit 3 */
Kojto 106:ba1f97679dad 5989 #define SAI_xCR2_MUTECNT_4 ((uint32_t)0x00000800) /*!<Bit 4 */
Kojto 106:ba1f97679dad 5990 #define SAI_xCR2_MUTECNT_5 ((uint32_t)0x00001000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 5991
Kojto 106:ba1f97679dad 5992 #define SAI_xCR2_CPL ((uint32_t)0x00080000) /*!< Complement Bit */
Kojto 106:ba1f97679dad 5993
Kojto 106:ba1f97679dad 5994 #define SAI_xCR2_COMP ((uint32_t)0x0000C000) /*!<COMP[1:0] (Companding mode) */
Kojto 106:ba1f97679dad 5995 #define SAI_xCR2_COMP_0 ((uint32_t)0x00004000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 5996 #define SAI_xCR2_COMP_1 ((uint32_t)0x00008000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 5997
Kojto 106:ba1f97679dad 5998 /****************** Bit definition for SAI_xFRCR register *******************/
Kojto 106:ba1f97679dad 5999 #define SAI_xFRCR_FRL ((uint32_t)0x000000FF) /*!<FRL[1:0](Frame length) */
Kojto 106:ba1f97679dad 6000 #define SAI_xFRCR_FRL_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6001 #define SAI_xFRCR_FRL_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6002 #define SAI_xFRCR_FRL_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6003 #define SAI_xFRCR_FRL_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 6004 #define SAI_xFRCR_FRL_4 ((uint32_t)0x00000010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 6005 #define SAI_xFRCR_FRL_5 ((uint32_t)0x00000020) /*!<Bit 5 */
Kojto 106:ba1f97679dad 6006 #define SAI_xFRCR_FRL_6 ((uint32_t)0x00000040) /*!<Bit 6 */
Kojto 106:ba1f97679dad 6007 #define SAI_xFRCR_FRL_7 ((uint32_t)0x00000080) /*!<Bit 7 */
Kojto 106:ba1f97679dad 6008
Kojto 106:ba1f97679dad 6009 #define SAI_xFRCR_FSALL ((uint32_t)0x00007F00) /*!<FRL[1:0] (Frame synchronization active level length) */
Kojto 106:ba1f97679dad 6010 #define SAI_xFRCR_FSALL_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6011 #define SAI_xFRCR_FSALL_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6012 #define SAI_xFRCR_FSALL_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6013 #define SAI_xFRCR_FSALL_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 6014 #define SAI_xFRCR_FSALL_4 ((uint32_t)0x00001000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 6015 #define SAI_xFRCR_FSALL_5 ((uint32_t)0x00002000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 6016 #define SAI_xFRCR_FSALL_6 ((uint32_t)0x00004000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 6017
Kojto 106:ba1f97679dad 6018 #define SAI_xFRCR_FSDEF ((uint32_t)0x00010000) /*!< Frame Synchronization Definition */
Kojto 106:ba1f97679dad 6019 #define SAI_xFRCR_FSPO ((uint32_t)0x00020000) /*!<Frame Synchronization POLarity */
Kojto 106:ba1f97679dad 6020 #define SAI_xFRCR_FSOFF ((uint32_t)0x00040000) /*!<Frame Synchronization OFFset */
Kojto 106:ba1f97679dad 6021
Kojto 106:ba1f97679dad 6022 /****************** Bit definition for SAI_xSLOTR register *******************/
Kojto 106:ba1f97679dad 6023 #define SAI_xSLOTR_FBOFF ((uint32_t)0x0000001F) /*!<FRL[4:0](First Bit Offset) */
Kojto 106:ba1f97679dad 6024 #define SAI_xSLOTR_FBOFF_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6025 #define SAI_xSLOTR_FBOFF_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6026 #define SAI_xSLOTR_FBOFF_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6027 #define SAI_xSLOTR_FBOFF_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 6028 #define SAI_xSLOTR_FBOFF_4 ((uint32_t)0x00000010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 6029
Kojto 106:ba1f97679dad 6030 #define SAI_xSLOTR_SLOTSZ ((uint32_t)0x000000C0) /*!<SLOTSZ[1:0] (Slot size) */
Kojto 106:ba1f97679dad 6031 #define SAI_xSLOTR_SLOTSZ_0 ((uint32_t)0x00000040) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6032 #define SAI_xSLOTR_SLOTSZ_1 ((uint32_t)0x00000080) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6033
Kojto 106:ba1f97679dad 6034 #define SAI_xSLOTR_NBSLOT ((uint32_t)0x00000F00) /*!<NBSLOT[3:0] (Number of Slot in audio Frame) */
Kojto 106:ba1f97679dad 6035 #define SAI_xSLOTR_NBSLOT_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6036 #define SAI_xSLOTR_NBSLOT_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6037 #define SAI_xSLOTR_NBSLOT_2 ((uint32_t)0x00000400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6038 #define SAI_xSLOTR_NBSLOT_3 ((uint32_t)0x00000800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 6039
Kojto 106:ba1f97679dad 6040 #define SAI_xSLOTR_SLOTEN ((uint32_t)0xFFFF0000) /*!<SLOTEN[15:0] (Slot Enable) */
Kojto 106:ba1f97679dad 6041
Kojto 106:ba1f97679dad 6042 /******************* Bit definition for SAI_xIMR register *******************/
Kojto 106:ba1f97679dad 6043 #define SAI_xIMR_OVRUDRIE ((uint32_t)0x00000001) /*!<Overrun underrun interrupt enable */
Kojto 106:ba1f97679dad 6044 #define SAI_xIMR_MUTEDETIE ((uint32_t)0x00000002) /*!<Mute detection interrupt enable */
Kojto 106:ba1f97679dad 6045 #define SAI_xIMR_WCKCFGIE ((uint32_t)0x00000004) /*!<Wrong Clock Configuration interrupt enable */
Kojto 106:ba1f97679dad 6046 #define SAI_xIMR_FREQIE ((uint32_t)0x00000008) /*!<FIFO request interrupt enable */
Kojto 106:ba1f97679dad 6047 #define SAI_xIMR_CNRDYIE ((uint32_t)0x00000010) /*!<Codec not ready interrupt enable */
Kojto 106:ba1f97679dad 6048 #define SAI_xIMR_AFSDETIE ((uint32_t)0x00000020) /*!<Anticipated frame synchronization detection interrupt enable */
Kojto 106:ba1f97679dad 6049 #define SAI_xIMR_LFSDETIE ((uint32_t)0x00000040) /*!<Late frame synchronization detection interrupt enable */
Kojto 106:ba1f97679dad 6050
Kojto 106:ba1f97679dad 6051 /******************** Bit definition for SAI_xSR register *******************/
Kojto 106:ba1f97679dad 6052 #define SAI_xSR_OVRUDR ((uint32_t)0x00000001) /*!<Overrun underrun */
Kojto 106:ba1f97679dad 6053 #define SAI_xSR_MUTEDET ((uint32_t)0x00000002) /*!<Mute detection */
Kojto 106:ba1f97679dad 6054 #define SAI_xSR_WCKCFG ((uint32_t)0x00000004) /*!<Wrong Clock Configuration */
Kojto 106:ba1f97679dad 6055 #define SAI_xSR_FREQ ((uint32_t)0x00000008) /*!<FIFO request */
Kojto 106:ba1f97679dad 6056 #define SAI_xSR_CNRDY ((uint32_t)0x00000010) /*!<Codec not ready */
Kojto 106:ba1f97679dad 6057 #define SAI_xSR_AFSDET ((uint32_t)0x00000020) /*!<Anticipated frame synchronization detection */
Kojto 106:ba1f97679dad 6058 #define SAI_xSR_LFSDET ((uint32_t)0x00000040) /*!<Late frame synchronization detection */
Kojto 106:ba1f97679dad 6059
Kojto 106:ba1f97679dad 6060 #define SAI_xSR_FLVL ((uint32_t)0x00070000) /*!<FLVL[2:0] (FIFO Level Threshold) */
Kojto 106:ba1f97679dad 6061 #define SAI_xSR_FLVL_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6062 #define SAI_xSR_FLVL_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6063 #define SAI_xSR_FLVL_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6064
Kojto 106:ba1f97679dad 6065 /****************** Bit definition for SAI_xCLRFR register ******************/
Kojto 106:ba1f97679dad 6066 #define SAI_xCLRFR_COVRUDR ((uint32_t)0x00000001) /*!<Clear Overrun underrun */
Kojto 106:ba1f97679dad 6067 #define SAI_xCLRFR_CMUTEDET ((uint32_t)0x00000002) /*!<Clear Mute detection */
Kojto 106:ba1f97679dad 6068 #define SAI_xCLRFR_CWCKCFG ((uint32_t)0x00000004) /*!<Clear Wrong Clock Configuration */
Kojto 106:ba1f97679dad 6069 #define SAI_xCLRFR_CFREQ ((uint32_t)0x00000008) /*!<Clear FIFO request */
Kojto 106:ba1f97679dad 6070 #define SAI_xCLRFR_CCNRDY ((uint32_t)0x00000010) /*!<Clear Codec not ready */
Kojto 106:ba1f97679dad 6071 #define SAI_xCLRFR_CAFSDET ((uint32_t)0x00000020) /*!<Clear Anticipated frame synchronization detection */
Kojto 106:ba1f97679dad 6072 #define SAI_xCLRFR_CLFSDET ((uint32_t)0x00000040) /*!<Clear Late frame synchronization detection */
Kojto 106:ba1f97679dad 6073
Kojto 106:ba1f97679dad 6074 /****************** Bit definition for SAI_xDR register ******************/
Kojto 106:ba1f97679dad 6075 #define SAI_xDR_DATA ((uint32_t)0xFFFFFFFF)
Kojto 106:ba1f97679dad 6076
Kojto 106:ba1f97679dad 6077 /******************************************************************************/
Kojto 106:ba1f97679dad 6078 /* */
Kojto 106:ba1f97679dad 6079 /* SPDIF-RX Interface */
Kojto 106:ba1f97679dad 6080 /* */
Kojto 106:ba1f97679dad 6081 /******************************************************************************/
Kojto 106:ba1f97679dad 6082 /******************** Bit definition for SPDIFRX_CR register *******************/
Kojto 106:ba1f97679dad 6083 #define SPDIFRX_CR_SPDIFEN ((uint32_t)0x00000003) /*!<Peripheral Block Enable */
Kojto 106:ba1f97679dad 6084 #define SPDIFRX_CR_RXDMAEN ((uint32_t)0x00000004) /*!<Receiver DMA Enable for data flow */
Kojto 106:ba1f97679dad 6085 #define SPDIFRX_CR_RXSTEO ((uint32_t)0x00000008) /*!<Stereo Mode */
Kojto 106:ba1f97679dad 6086 #define SPDIFRX_CR_DRFMT ((uint32_t)0x00000030) /*!<RX Data format */
Kojto 106:ba1f97679dad 6087 #define SPDIFRX_CR_PMSK ((uint32_t)0x00000040) /*!<Mask Parity error bit */
Kojto 106:ba1f97679dad 6088 #define SPDIFRX_CR_VMSK ((uint32_t)0x00000080) /*!<Mask of Validity bit */
Kojto 106:ba1f97679dad 6089 #define SPDIFRX_CR_CUMSK ((uint32_t)0x00000100) /*!<Mask of channel status and user bits */
Kojto 106:ba1f97679dad 6090 #define SPDIFRX_CR_PTMSK ((uint32_t)0x00000200) /*!<Mask of Preamble Type bits */
Kojto 106:ba1f97679dad 6091 #define SPDIFRX_CR_CBDMAEN ((uint32_t)0x00000400) /*!<Control Buffer DMA ENable for control flow */
Kojto 106:ba1f97679dad 6092 #define SPDIFRX_CR_CHSEL ((uint32_t)0x00000800) /*!<Channel Selection */
Kojto 106:ba1f97679dad 6093 #define SPDIFRX_CR_NBTR ((uint32_t)0x00003000) /*!<Maximum allowed re-tries during synchronization phase */
Kojto 106:ba1f97679dad 6094 #define SPDIFRX_CR_WFA ((uint32_t)0x00004000) /*!<Wait For Activity */
Kojto 106:ba1f97679dad 6095 #define SPDIFRX_CR_INSEL ((uint32_t)0x00070000) /*!<SPDIFRX input selection */
Kojto 106:ba1f97679dad 6096
Kojto 106:ba1f97679dad 6097 /******************* Bit definition for SPDIFRX_IMR register *******************/
Kojto 106:ba1f97679dad 6098 #define SPDIFRX_IMR_RXNEIE ((uint32_t)0x00000001) /*!<RXNE interrupt enable */
Kojto 106:ba1f97679dad 6099 #define SPDIFRX_IMR_CSRNEIE ((uint32_t)0x00000002) /*!<Control Buffer Ready Interrupt Enable */
Kojto 106:ba1f97679dad 6100 #define SPDIFRX_IMR_PERRIE ((uint32_t)0x00000004) /*!<Parity error interrupt enable */
Kojto 106:ba1f97679dad 6101 #define SPDIFRX_IMR_OVRIE ((uint32_t)0x00000008) /*!<Overrun error Interrupt Enable */
Kojto 106:ba1f97679dad 6102 #define SPDIFRX_IMR_SBLKIE ((uint32_t)0x00000010) /*!<Synchronization Block Detected Interrupt Enable */
Kojto 106:ba1f97679dad 6103 #define SPDIFRX_IMR_SYNCDIE ((uint32_t)0x00000020) /*!<Synchronization Done */
Kojto 106:ba1f97679dad 6104 #define SPDIFRX_IMR_IFEIE ((uint32_t)0x00000040) /*!<Serial Interface Error Interrupt Enable */
Kojto 106:ba1f97679dad 6105
Kojto 106:ba1f97679dad 6106 /******************* Bit definition for SPDIFRX_SR register *******************/
Kojto 106:ba1f97679dad 6107 #define SPDIFRX_SR_RXNE ((uint32_t)0x00000001) /*!<Read data register not empty */
Kojto 106:ba1f97679dad 6108 #define SPDIFRX_SR_CSRNE ((uint32_t)0x00000002) /*!<The Control Buffer register is not empty */
Kojto 106:ba1f97679dad 6109 #define SPDIFRX_SR_PERR ((uint32_t)0x00000004) /*!<Parity error */
Kojto 106:ba1f97679dad 6110 #define SPDIFRX_SR_OVR ((uint32_t)0x00000008) /*!<Overrun error */
Kojto 106:ba1f97679dad 6111 #define SPDIFRX_SR_SBD ((uint32_t)0x00000010) /*!<Synchronization Block Detected */
Kojto 106:ba1f97679dad 6112 #define SPDIFRX_SR_SYNCD ((uint32_t)0x00000020) /*!<Synchronization Done */
Kojto 106:ba1f97679dad 6113 #define SPDIFRX_SR_FERR ((uint32_t)0x00000040) /*!<Framing error */
Kojto 106:ba1f97679dad 6114 #define SPDIFRX_SR_SERR ((uint32_t)0x00000080) /*!<Synchronization error */
Kojto 106:ba1f97679dad 6115 #define SPDIFRX_SR_TERR ((uint32_t)0x00000100) /*!<Time-out error */
Kojto 106:ba1f97679dad 6116 #define SPDIFRX_SR_WIDTH5 ((uint32_t)0x7FFF0000) /*!<Duration of 5 symbols counted with SPDIFRX_clk */
Kojto 106:ba1f97679dad 6117
Kojto 106:ba1f97679dad 6118 /******************* Bit definition for SPDIFRX_IFCR register *******************/
Kojto 106:ba1f97679dad 6119 #define SPDIFRX_IFCR_PERRCF ((uint32_t)0x00000004) /*!<Clears the Parity error flag */
Kojto 106:ba1f97679dad 6120 #define SPDIFRX_IFCR_OVRCF ((uint32_t)0x00000008) /*!<Clears the Overrun error flag */
Kojto 106:ba1f97679dad 6121 #define SPDIFRX_IFCR_SBDCF ((uint32_t)0x00000010) /*!<Clears the Synchronization Block Detected flag */
Kojto 106:ba1f97679dad 6122 #define SPDIFRX_IFCR_SYNCDCF ((uint32_t)0x00000020) /*!<Clears the Synchronization Done flag */
Kojto 106:ba1f97679dad 6123
Kojto 106:ba1f97679dad 6124 /******************* Bit definition for SPDIFRX_DR register (DRFMT = 0b00 case) *******************/
Kojto 106:ba1f97679dad 6125 #define SPDIFRX_DR0_DR ((uint32_t)0x00FFFFFF) /*!<Data value */
Kojto 106:ba1f97679dad 6126 #define SPDIFRX_DR0_PE ((uint32_t)0x01000000) /*!<Parity Error bit */
Kojto 106:ba1f97679dad 6127 #define SPDIFRX_DR0_V ((uint32_t)0x02000000) /*!<Validity bit */
Kojto 106:ba1f97679dad 6128 #define SPDIFRX_DR0_U ((uint32_t)0x04000000) /*!<User bit */
Kojto 106:ba1f97679dad 6129 #define SPDIFRX_DR0_C ((uint32_t)0x08000000) /*!<Channel Status bit */
Kojto 106:ba1f97679dad 6130 #define SPDIFRX_DR0_PT ((uint32_t)0x30000000) /*!<Preamble Type */
Kojto 106:ba1f97679dad 6131
Kojto 106:ba1f97679dad 6132 /******************* Bit definition for SPDIFRX_DR register (DRFMT = 0b01 case) *******************/
Kojto 106:ba1f97679dad 6133 #define SPDIFRX_DR1_DR ((uint32_t)0xFFFFFF00) /*!<Data value */
Kojto 106:ba1f97679dad 6134 #define SPDIFRX_DR1_PT ((uint32_t)0x00000030) /*!<Preamble Type */
Kojto 106:ba1f97679dad 6135 #define SPDIFRX_DR1_C ((uint32_t)0x00000008) /*!<Channel Status bit */
Kojto 106:ba1f97679dad 6136 #define SPDIFRX_DR1_U ((uint32_t)0x00000004) /*!<User bit */
Kojto 106:ba1f97679dad 6137 #define SPDIFRX_DR1_V ((uint32_t)0x00000002) /*!<Validity bit */
Kojto 106:ba1f97679dad 6138 #define SPDIFRX_DR1_PE ((uint32_t)0x00000001) /*!<Parity Error bit */
Kojto 106:ba1f97679dad 6139
Kojto 106:ba1f97679dad 6140 /******************* Bit definition for SPDIFRX_DR register (DRFMT = 0b10 case) *******************/
Kojto 106:ba1f97679dad 6141 #define SPDIFRX_DR1_DRNL1 ((uint32_t)0xFFFF0000) /*!<Data value Channel B */
Kojto 106:ba1f97679dad 6142 #define SPDIFRX_DR1_DRNL2 ((uint32_t)0x0000FFFF) /*!<Data value Channel A */
Kojto 106:ba1f97679dad 6143
Kojto 106:ba1f97679dad 6144 /******************* Bit definition for SPDIFRX_CSR register *******************/
Kojto 106:ba1f97679dad 6145 #define SPDIFRX_CSR_USR ((uint32_t)0x0000FFFF) /*!<User data information */
Kojto 106:ba1f97679dad 6146 #define SPDIFRX_CSR_CS ((uint32_t)0x00FF0000) /*!<Channel A status information */
Kojto 106:ba1f97679dad 6147 #define SPDIFRX_CSR_SOB ((uint32_t)0x01000000) /*!<Start Of Block */
Kojto 106:ba1f97679dad 6148
Kojto 106:ba1f97679dad 6149 /******************* Bit definition for SPDIFRX_DIR register *******************/
Kojto 106:ba1f97679dad 6150 #define SPDIFRX_DIR_THI ((uint32_t)0x000013FF) /*!<Threshold LOW */
Kojto 106:ba1f97679dad 6151 #define SPDIFRX_DIR_TLO ((uint32_t)0x1FFF0000) /*!<Threshold HIGH */
Kojto 106:ba1f97679dad 6152
Kojto 106:ba1f97679dad 6153
Kojto 106:ba1f97679dad 6154 /******************************************************************************/
Kojto 106:ba1f97679dad 6155 /* */
Kojto 106:ba1f97679dad 6156 /* SD host Interface */
Kojto 106:ba1f97679dad 6157 /* */
Kojto 106:ba1f97679dad 6158 /******************************************************************************/
Kojto 106:ba1f97679dad 6159 /****************** Bit definition for SDIO_POWER register ******************/
Kojto 106:ba1f97679dad 6160 #define SDIO_POWER_PWRCTRL ((uint32_t)0x03) /*!<PWRCTRL[1:0] bits (Power supply control bits) */
Kojto 106:ba1f97679dad 6161 #define SDIO_POWER_PWRCTRL_0 ((uint32_t)0x01) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6162 #define SDIO_POWER_PWRCTRL_1 ((uint32_t)0x02) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6163
Kojto 106:ba1f97679dad 6164 /****************** Bit definition for SDIO_CLKCR register ******************/
Kojto 106:ba1f97679dad 6165 #define SDIO_CLKCR_CLKDIV ((uint32_t)0x00FF) /*!<Clock divide factor */
Kojto 106:ba1f97679dad 6166 #define SDIO_CLKCR_CLKEN ((uint32_t)0x0100) /*!<Clock enable bit */
Kojto 106:ba1f97679dad 6167 #define SDIO_CLKCR_PWRSAV ((uint32_t)0x0200) /*!<Power saving configuration bit */
Kojto 106:ba1f97679dad 6168 #define SDIO_CLKCR_BYPASS ((uint32_t)0x0400) /*!<Clock divider bypass enable bit */
Kojto 106:ba1f97679dad 6169
Kojto 106:ba1f97679dad 6170 #define SDIO_CLKCR_WIDBUS ((uint32_t)0x1800) /*!<WIDBUS[1:0] bits (Wide bus mode enable bit) */
Kojto 106:ba1f97679dad 6171 #define SDIO_CLKCR_WIDBUS_0 ((uint32_t)0x0800) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6172 #define SDIO_CLKCR_WIDBUS_1 ((uint32_t)0x1000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6173
Kojto 106:ba1f97679dad 6174 #define SDIO_CLKCR_NEGEDGE ((uint32_t)0x2000) /*!<SDIO_CK dephasing selection bit */
Kojto 106:ba1f97679dad 6175 #define SDIO_CLKCR_HWFC_EN ((uint32_t)0x4000) /*!<HW Flow Control enable */
Kojto 106:ba1f97679dad 6176
Kojto 106:ba1f97679dad 6177 /******************* Bit definition for SDIO_ARG register *******************/
Kojto 106:ba1f97679dad 6178 #define SDIO_ARG_CMDARG ((uint32_t)0xFFFFFFFF) /*!<Command argument */
Kojto 106:ba1f97679dad 6179
Kojto 106:ba1f97679dad 6180 /******************* Bit definition for SDIO_CMD register *******************/
Kojto 106:ba1f97679dad 6181 #define SDIO_CMD_CMDINDEX ((uint32_t)0x003F) /*!<Command Index */
Kojto 106:ba1f97679dad 6182
Kojto 106:ba1f97679dad 6183 #define SDIO_CMD_WAITRESP ((uint32_t)0x00C0) /*!<WAITRESP[1:0] bits (Wait for response bits) */
Kojto 106:ba1f97679dad 6184 #define SDIO_CMD_WAITRESP_0 ((uint32_t)0x0040) /*!< Bit 0 */
Kojto 106:ba1f97679dad 6185 #define SDIO_CMD_WAITRESP_1 ((uint32_t)0x0080) /*!< Bit 1 */
Kojto 106:ba1f97679dad 6186
Kojto 106:ba1f97679dad 6187 #define SDIO_CMD_WAITINT ((uint32_t)0x0100) /*!<CPSM Waits for Interrupt Request */
Kojto 106:ba1f97679dad 6188 #define SDIO_CMD_WAITPEND ((uint32_t)0x0200) /*!<CPSM Waits for ends of data transfer (CmdPend internal signal) */
Kojto 106:ba1f97679dad 6189 #define SDIO_CMD_CPSMEN ((uint32_t)0x0400) /*!<Command path state machine (CPSM) Enable bit */
Kojto 106:ba1f97679dad 6190 #define SDIO_CMD_SDIOSUSPEND ((uint32_t)0x0800) /*!<SD I/O suspend command */
Kojto 106:ba1f97679dad 6191
Kojto 106:ba1f97679dad 6192 /***************** Bit definition for SDIO_RESPCMD register *****************/
Kojto 106:ba1f97679dad 6193 #define SDIO_RESPCMD_RESPCMD ((uint32_t)0x3F) /*!<Response command index */
Kojto 106:ba1f97679dad 6194
Kojto 106:ba1f97679dad 6195 /****************** Bit definition for SDIO_RESP0 register ******************/
Kojto 106:ba1f97679dad 6196 #define SDIO_RESP0_CARDSTATUS0 ((uint32_t)0xFFFFFFFF) /*!<Card Status */
Kojto 106:ba1f97679dad 6197
Kojto 106:ba1f97679dad 6198 /****************** Bit definition for SDIO_RESP1 register ******************/
Kojto 106:ba1f97679dad 6199 #define SDIO_RESP1_CARDSTATUS1 ((uint32_t)0xFFFFFFFF) /*!<Card Status */
Kojto 106:ba1f97679dad 6200
Kojto 106:ba1f97679dad 6201 /****************** Bit definition for SDIO_RESP2 register ******************/
Kojto 106:ba1f97679dad 6202 #define SDIO_RESP2_CARDSTATUS2 ((uint32_t)0xFFFFFFFF) /*!<Card Status */
Kojto 106:ba1f97679dad 6203
Kojto 106:ba1f97679dad 6204 /****************** Bit definition for SDIO_RESP3 register ******************/
Kojto 106:ba1f97679dad 6205 #define SDIO_RESP3_CARDSTATUS3 ((uint32_t)0xFFFFFFFF) /*!<Card Status */
Kojto 106:ba1f97679dad 6206
Kojto 106:ba1f97679dad 6207 /****************** Bit definition for SDIO_RESP4 register ******************/
Kojto 106:ba1f97679dad 6208 #define SDIO_RESP4_CARDSTATUS4 ((uint32_t)0xFFFFFFFF) /*!<Card Status */
Kojto 106:ba1f97679dad 6209
Kojto 106:ba1f97679dad 6210 /****************** Bit definition for SDIO_DTIMER register *****************/
Kojto 106:ba1f97679dad 6211 #define SDIO_DTIMER_DATATIME ((uint32_t)0xFFFFFFFF) /*!<Data timeout period. */
Kojto 106:ba1f97679dad 6212
Kojto 106:ba1f97679dad 6213 /****************** Bit definition for SDIO_DLEN register *******************/
Kojto 106:ba1f97679dad 6214 #define SDIO_DLEN_DATALENGTH ((uint32_t)0x01FFFFFF) /*!<Data length value */
Kojto 106:ba1f97679dad 6215
Kojto 106:ba1f97679dad 6216 /****************** Bit definition for SDIO_DCTRL register ******************/
Kojto 106:ba1f97679dad 6217 #define SDIO_DCTRL_DTEN ((uint32_t)0x0001) /*!<Data transfer enabled bit */
Kojto 106:ba1f97679dad 6218 #define SDIO_DCTRL_DTDIR ((uint32_t)0x0002) /*!<Data transfer direction selection */
Kojto 106:ba1f97679dad 6219 #define SDIO_DCTRL_DTMODE ((uint32_t)0x0004) /*!<Data transfer mode selection */
Kojto 106:ba1f97679dad 6220 #define SDIO_DCTRL_DMAEN ((uint32_t)0x0008) /*!<DMA enabled bit */
Kojto 106:ba1f97679dad 6221
Kojto 106:ba1f97679dad 6222 #define SDIO_DCTRL_DBLOCKSIZE ((uint32_t)0x00F0) /*!<DBLOCKSIZE[3:0] bits (Data block size) */
Kojto 106:ba1f97679dad 6223 #define SDIO_DCTRL_DBLOCKSIZE_0 ((uint32_t)0x0010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6224 #define SDIO_DCTRL_DBLOCKSIZE_1 ((uint32_t)0x0020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6225 #define SDIO_DCTRL_DBLOCKSIZE_2 ((uint32_t)0x0040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6226 #define SDIO_DCTRL_DBLOCKSIZE_3 ((uint32_t)0x0080) /*!<Bit 3 */
Kojto 106:ba1f97679dad 6227
Kojto 106:ba1f97679dad 6228 #define SDIO_DCTRL_RWSTART ((uint32_t)0x0100) /*!<Read wait start */
Kojto 106:ba1f97679dad 6229 #define SDIO_DCTRL_RWSTOP ((uint32_t)0x0200) /*!<Read wait stop */
Kojto 106:ba1f97679dad 6230 #define SDIO_DCTRL_RWMOD ((uint32_t)0x0400) /*!<Read wait mode */
Kojto 106:ba1f97679dad 6231 #define SDIO_DCTRL_SDIOEN ((uint32_t)0x0800) /*!<SD I/O enable functions */
Kojto 106:ba1f97679dad 6232
Kojto 106:ba1f97679dad 6233 /****************** Bit definition for SDIO_DCOUNT register *****************/
Kojto 106:ba1f97679dad 6234 #define SDIO_DCOUNT_DATACOUNT ((uint32_t)0x01FFFFFF) /*!<Data count value */
Kojto 106:ba1f97679dad 6235
Kojto 106:ba1f97679dad 6236 /****************** Bit definition for SDIO_STA register ********************/
Kojto 106:ba1f97679dad 6237 #define SDIO_STA_CCRCFAIL ((uint32_t)0x00000001) /*!<Command response received (CRC check failed) */
Kojto 106:ba1f97679dad 6238 #define SDIO_STA_DCRCFAIL ((uint32_t)0x00000002) /*!<Data block sent/received (CRC check failed) */
Kojto 106:ba1f97679dad 6239 #define SDIO_STA_CTIMEOUT ((uint32_t)0x00000004) /*!<Command response timeout */
Kojto 106:ba1f97679dad 6240 #define SDIO_STA_DTIMEOUT ((uint32_t)0x00000008) /*!<Data timeout */
Kojto 106:ba1f97679dad 6241 #define SDIO_STA_TXUNDERR ((uint32_t)0x00000010) /*!<Transmit FIFO underrun error */
Kojto 106:ba1f97679dad 6242 #define SDIO_STA_RXOVERR ((uint32_t)0x00000020) /*!<Received FIFO overrun error */
Kojto 106:ba1f97679dad 6243 #define SDIO_STA_CMDREND ((uint32_t)0x00000040) /*!<Command response received (CRC check passed) */
Kojto 106:ba1f97679dad 6244 #define SDIO_STA_CMDSENT ((uint32_t)0x00000080) /*!<Command sent (no response required) */
Kojto 106:ba1f97679dad 6245 #define SDIO_STA_DATAEND ((uint32_t)0x00000100) /*!<Data end (data counter, SDIDCOUNT, is zero) */
Kojto 106:ba1f97679dad 6246 #define SDIO_STA_DBCKEND ((uint32_t)0x00000400) /*!<Data block sent/received (CRC check passed) */
Kojto 106:ba1f97679dad 6247 #define SDIO_STA_CMDACT ((uint32_t)0x00000800) /*!<Command transfer in progress */
Kojto 106:ba1f97679dad 6248 #define SDIO_STA_TXACT ((uint32_t)0x00001000) /*!<Data transmit in progress */
Kojto 106:ba1f97679dad 6249 #define SDIO_STA_RXACT ((uint32_t)0x00002000) /*!<Data receive in progress */
Kojto 106:ba1f97679dad 6250 #define SDIO_STA_TXFIFOHE ((uint32_t)0x00004000) /*!<Transmit FIFO Half Empty: at least 8 words can be written into the FIFO */
Kojto 106:ba1f97679dad 6251 #define SDIO_STA_RXFIFOHF ((uint32_t)0x00008000) /*!<Receive FIFO Half Full: there are at least 8 words in the FIFO */
Kojto 106:ba1f97679dad 6252 #define SDIO_STA_TXFIFOF ((uint32_t)0x00010000) /*!<Transmit FIFO full */
Kojto 106:ba1f97679dad 6253 #define SDIO_STA_RXFIFOF ((uint32_t)0x00020000) /*!<Receive FIFO full */
Kojto 106:ba1f97679dad 6254 #define SDIO_STA_TXFIFOE ((uint32_t)0x00040000) /*!<Transmit FIFO empty */
Kojto 106:ba1f97679dad 6255 #define SDIO_STA_RXFIFOE ((uint32_t)0x00080000) /*!<Receive FIFO empty */
Kojto 106:ba1f97679dad 6256 #define SDIO_STA_TXDAVL ((uint32_t)0x00100000) /*!<Data available in transmit FIFO */
Kojto 106:ba1f97679dad 6257 #define SDIO_STA_RXDAVL ((uint32_t)0x00200000) /*!<Data available in receive FIFO */
Kojto 106:ba1f97679dad 6258 #define SDIO_STA_SDIOIT ((uint32_t)0x00400000) /*!<SDIO interrupt received */
Kojto 106:ba1f97679dad 6259
Kojto 106:ba1f97679dad 6260 /******************* Bit definition for SDIO_ICR register *******************/
Kojto 106:ba1f97679dad 6261 #define SDIO_ICR_CCRCFAILC ((uint32_t)0x00000001) /*!<CCRCFAIL flag clear bit */
Kojto 106:ba1f97679dad 6262 #define SDIO_ICR_DCRCFAILC ((uint32_t)0x00000002) /*!<DCRCFAIL flag clear bit */
Kojto 106:ba1f97679dad 6263 #define SDIO_ICR_CTIMEOUTC ((uint32_t)0x00000004) /*!<CTIMEOUT flag clear bit */
Kojto 106:ba1f97679dad 6264 #define SDIO_ICR_DTIMEOUTC ((uint32_t)0x00000008) /*!<DTIMEOUT flag clear bit */
Kojto 106:ba1f97679dad 6265 #define SDIO_ICR_TXUNDERRC ((uint32_t)0x00000010) /*!<TXUNDERR flag clear bit */
Kojto 106:ba1f97679dad 6266 #define SDIO_ICR_RXOVERRC ((uint32_t)0x00000020) /*!<RXOVERR flag clear bit */
Kojto 106:ba1f97679dad 6267 #define SDIO_ICR_CMDRENDC ((uint32_t)0x00000040) /*!<CMDREND flag clear bit */
Kojto 106:ba1f97679dad 6268 #define SDIO_ICR_CMDSENTC ((uint32_t)0x00000080) /*!<CMDSENT flag clear bit */
Kojto 106:ba1f97679dad 6269 #define SDIO_ICR_DATAENDC ((uint32_t)0x00000100) /*!<DATAEND flag clear bit */
Kojto 106:ba1f97679dad 6270 #define SDIO_ICR_DBCKENDC ((uint32_t)0x00000400) /*!<DBCKEND flag clear bit */
Kojto 106:ba1f97679dad 6271 #define SDIO_ICR_SDIOITC ((uint32_t)0x00400000) /*!<SDIOIT flag clear bit */
Kojto 106:ba1f97679dad 6272
Kojto 106:ba1f97679dad 6273 /****************** Bit definition for SDIO_MASK register *******************/
Kojto 106:ba1f97679dad 6274 #define SDIO_MASK_CCRCFAILIE ((uint32_t)0x00000001) /*!<Command CRC Fail Interrupt Enable */
Kojto 106:ba1f97679dad 6275 #define SDIO_MASK_DCRCFAILIE ((uint32_t)0x00000002) /*!<Data CRC Fail Interrupt Enable */
Kojto 106:ba1f97679dad 6276 #define SDIO_MASK_CTIMEOUTIE ((uint32_t)0x00000004) /*!<Command TimeOut Interrupt Enable */
Kojto 106:ba1f97679dad 6277 #define SDIO_MASK_DTIMEOUTIE ((uint32_t)0x00000008) /*!<Data TimeOut Interrupt Enable */
Kojto 106:ba1f97679dad 6278 #define SDIO_MASK_TXUNDERRIE ((uint32_t)0x00000010) /*!<Tx FIFO UnderRun Error Interrupt Enable */
Kojto 106:ba1f97679dad 6279 #define SDIO_MASK_RXOVERRIE ((uint32_t)0x00000020) /*!<Rx FIFO OverRun Error Interrupt Enable */
Kojto 106:ba1f97679dad 6280 #define SDIO_MASK_CMDRENDIE ((uint32_t)0x00000040) /*!<Command Response Received Interrupt Enable */
Kojto 106:ba1f97679dad 6281 #define SDIO_MASK_CMDSENTIE ((uint32_t)0x00000080) /*!<Command Sent Interrupt Enable */
Kojto 106:ba1f97679dad 6282 #define SDIO_MASK_DATAENDIE ((uint32_t)0x00000100) /*!<Data End Interrupt Enable */
Kojto 106:ba1f97679dad 6283 #define SDIO_MASK_DBCKENDIE ((uint32_t)0x00000400) /*!<Data Block End Interrupt Enable */
Kojto 106:ba1f97679dad 6284 #define SDIO_MASK_CMDACTIE ((uint32_t)0x00000800) /*!<CCommand Acting Interrupt Enable */
Kojto 106:ba1f97679dad 6285 #define SDIO_MASK_TXACTIE ((uint32_t)0x00001000) /*!<Data Transmit Acting Interrupt Enable */
Kojto 106:ba1f97679dad 6286 #define SDIO_MASK_RXACTIE ((uint32_t)0x00002000) /*!<Data receive acting interrupt enabled */
Kojto 106:ba1f97679dad 6287 #define SDIO_MASK_TXFIFOHEIE ((uint32_t)0x00004000) /*!<Tx FIFO Half Empty interrupt Enable */
Kojto 106:ba1f97679dad 6288 #define SDIO_MASK_RXFIFOHFIE ((uint32_t)0x00008000) /*!<Rx FIFO Half Full interrupt Enable */
Kojto 106:ba1f97679dad 6289 #define SDIO_MASK_TXFIFOFIE ((uint32_t)0x00010000) /*!<Tx FIFO Full interrupt Enable */
Kojto 106:ba1f97679dad 6290 #define SDIO_MASK_RXFIFOFIE ((uint32_t)0x00020000) /*!<Rx FIFO Full interrupt Enable */
Kojto 106:ba1f97679dad 6291 #define SDIO_MASK_TXFIFOEIE ((uint32_t)0x00040000) /*!<Tx FIFO Empty interrupt Enable */
Kojto 106:ba1f97679dad 6292 #define SDIO_MASK_RXFIFOEIE ((uint32_t)0x00080000) /*!<Rx FIFO Empty interrupt Enable */
Kojto 106:ba1f97679dad 6293 #define SDIO_MASK_TXDAVLIE ((uint32_t)0x00100000) /*!<Data available in Tx FIFO interrupt Enable */
Kojto 106:ba1f97679dad 6294 #define SDIO_MASK_RXDAVLIE ((uint32_t)0x00200000) /*!<Data available in Rx FIFO interrupt Enable */
Kojto 106:ba1f97679dad 6295 #define SDIO_MASK_SDIOITIE ((uint32_t)0x00400000) /*!<SDIO Mode Interrupt Received interrupt Enable */
Kojto 106:ba1f97679dad 6296
Kojto 106:ba1f97679dad 6297 /***************** Bit definition for SDIO_FIFOCNT register *****************/
Kojto 106:ba1f97679dad 6298 #define SDIO_FIFOCNT_FIFOCOUNT ((uint32_t)0x00FFFFFF) /*!<Remaining number of words to be written to or read from the FIFO */
Kojto 106:ba1f97679dad 6299
Kojto 106:ba1f97679dad 6300 /****************** Bit definition for SDIO_FIFO register *******************/
Kojto 106:ba1f97679dad 6301 #define SDIO_FIFO_FIFODATA ((uint32_t)0xFFFFFFFF) /*!<Receive and transmit FIFO data */
Kojto 106:ba1f97679dad 6302
Kojto 106:ba1f97679dad 6303 /******************************************************************************/
Kojto 106:ba1f97679dad 6304 /* */
Kojto 106:ba1f97679dad 6305 /* Serial Peripheral Interface */
Kojto 106:ba1f97679dad 6306 /* */
Kojto 106:ba1f97679dad 6307 /******************************************************************************/
Kojto 106:ba1f97679dad 6308 /******************* Bit definition for SPI_CR1 register ********************/
Kojto 106:ba1f97679dad 6309 #define SPI_CR1_CPHA ((uint32_t)0x00000001) /*!<Clock Phase */
Kojto 106:ba1f97679dad 6310 #define SPI_CR1_CPOL ((uint32_t)0x00000002) /*!<Clock Polarity */
Kojto 106:ba1f97679dad 6311 #define SPI_CR1_MSTR ((uint32_t)0x00000004) /*!<Master Selection */
Kojto 106:ba1f97679dad 6312
Kojto 106:ba1f97679dad 6313 #define SPI_CR1_BR ((uint32_t)0x00000038) /*!<BR[2:0] bits (Baud Rate Control) */
Kojto 106:ba1f97679dad 6314 #define SPI_CR1_BR_0 ((uint32_t)0x00000008) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6315 #define SPI_CR1_BR_1 ((uint32_t)0x00000010) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6316 #define SPI_CR1_BR_2 ((uint32_t)0x00000020) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6317
Kojto 106:ba1f97679dad 6318 #define SPI_CR1_SPE ((uint32_t)0x00000040) /*!<SPI Enable */
Kojto 106:ba1f97679dad 6319 #define SPI_CR1_LSBFIRST ((uint32_t)0x00000080) /*!<Frame Format */
Kojto 106:ba1f97679dad 6320 #define SPI_CR1_SSI ((uint32_t)0x00000100) /*!<Internal slave select */
Kojto 106:ba1f97679dad 6321 #define SPI_CR1_SSM ((uint32_t)0x00000200) /*!<Software slave management */
Kojto 106:ba1f97679dad 6322 #define SPI_CR1_RXONLY ((uint32_t)0x00000400) /*!<Receive only */
Kojto 106:ba1f97679dad 6323 #define SPI_CR1_DFF ((uint32_t)0x00000800) /*!<Data Frame Format */
Kojto 106:ba1f97679dad 6324 #define SPI_CR1_CRCNEXT ((uint32_t)0x00001000) /*!<Transmit CRC next */
Kojto 106:ba1f97679dad 6325 #define SPI_CR1_CRCEN ((uint32_t)0x00002000) /*!<Hardware CRC calculation enable */
Kojto 106:ba1f97679dad 6326 #define SPI_CR1_BIDIOE ((uint32_t)0x00004000) /*!<Output enable in bidirectional mode */
Kojto 106:ba1f97679dad 6327 #define SPI_CR1_BIDIMODE ((uint32_t)0x00008000) /*!<Bidirectional data mode enable */
Kojto 106:ba1f97679dad 6328
Kojto 106:ba1f97679dad 6329 /******************* Bit definition for SPI_CR2 register ********************/
Kojto 106:ba1f97679dad 6330 #define SPI_CR2_RXDMAEN ((uint32_t)0x00000001) /*!<Rx Buffer DMA Enable */
Kojto 106:ba1f97679dad 6331 #define SPI_CR2_TXDMAEN ((uint32_t)0x00000002) /*!<Tx Buffer DMA Enable */
Kojto 106:ba1f97679dad 6332 #define SPI_CR2_SSOE ((uint32_t)0x00000004) /*!<SS Output Enable */
Kojto 106:ba1f97679dad 6333 #define SPI_CR2_FRF ((uint32_t)0x00000010) /*!<Frame Format */
Kojto 106:ba1f97679dad 6334 #define SPI_CR2_ERRIE ((uint32_t)0x00000020) /*!<Error Interrupt Enable */
Kojto 106:ba1f97679dad 6335 #define SPI_CR2_RXNEIE ((uint32_t)0x00000040) /*!<RX buffer Not Empty Interrupt Enable */
Kojto 106:ba1f97679dad 6336 #define SPI_CR2_TXEIE ((uint32_t)0x00000080) /*!<Tx buffer Empty Interrupt Enable */
Kojto 106:ba1f97679dad 6337
Kojto 106:ba1f97679dad 6338 /******************** Bit definition for SPI_SR register ********************/
Kojto 106:ba1f97679dad 6339 #define SPI_SR_RXNE ((uint32_t)0x00000001) /*!<Receive buffer Not Empty */
Kojto 106:ba1f97679dad 6340 #define SPI_SR_TXE ((uint32_t)0x00000002) /*!<Transmit buffer Empty */
Kojto 106:ba1f97679dad 6341 #define SPI_SR_CHSIDE ((uint32_t)0x00000004) /*!<Channel side */
Kojto 106:ba1f97679dad 6342 #define SPI_SR_UDR ((uint32_t)0x00000008) /*!<Underrun flag */
Kojto 106:ba1f97679dad 6343 #define SPI_SR_CRCERR ((uint32_t)0x00000010) /*!<CRC Error flag */
Kojto 106:ba1f97679dad 6344 #define SPI_SR_MODF ((uint32_t)0x00000020) /*!<Mode fault */
Kojto 106:ba1f97679dad 6345 #define SPI_SR_OVR ((uint32_t)0x00000040) /*!<Overrun flag */
Kojto 106:ba1f97679dad 6346 #define SPI_SR_BSY ((uint32_t)0x00000080) /*!<Busy flag */
Kojto 106:ba1f97679dad 6347 #define SPI_SR_FRE ((uint32_t)0x00000100) /*!<Frame format error flag */
Kojto 106:ba1f97679dad 6348
Kojto 106:ba1f97679dad 6349 /******************** Bit definition for SPI_DR register ********************/
Kojto 106:ba1f97679dad 6350 #define SPI_DR_DR ((uint32_t)0x0000FFFF) /*!<Data Register */
Kojto 106:ba1f97679dad 6351
Kojto 106:ba1f97679dad 6352 /******************* Bit definition for SPI_CRCPR register ******************/
Kojto 106:ba1f97679dad 6353 #define SPI_CRCPR_CRCPOLY ((uint32_t)0x0000FFFF) /*!<CRC polynomial register */
Kojto 106:ba1f97679dad 6354
Kojto 106:ba1f97679dad 6355 /****************** Bit definition for SPI_RXCRCR register ******************/
Kojto 106:ba1f97679dad 6356 #define SPI_RXCRCR_RXCRC ((uint32_t)0x0000FFFF) /*!<Rx CRC Register */
Kojto 106:ba1f97679dad 6357
Kojto 106:ba1f97679dad 6358 /****************** Bit definition for SPI_TXCRCR register ******************/
Kojto 106:ba1f97679dad 6359 #define SPI_TXCRCR_TXCRC ((uint32_t)0x0000FFFF) /*!<Tx CRC Register */
Kojto 106:ba1f97679dad 6360
Kojto 106:ba1f97679dad 6361 /****************** Bit definition for SPI_I2SCFGR register *****************/
Kojto 106:ba1f97679dad 6362 #define SPI_I2SCFGR_CHLEN ((uint32_t)0x00000001) /*!<Channel length (number of bits per audio channel) */
Kojto 106:ba1f97679dad 6363
Kojto 106:ba1f97679dad 6364 #define SPI_I2SCFGR_DATLEN ((uint32_t)0x00000006) /*!<DATLEN[1:0] bits (Data length to be transferred) */
Kojto 106:ba1f97679dad 6365 #define SPI_I2SCFGR_DATLEN_0 ((uint32_t)0x00000002) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6366 #define SPI_I2SCFGR_DATLEN_1 ((uint32_t)0x00000004) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6367
Kojto 106:ba1f97679dad 6368 #define SPI_I2SCFGR_CKPOL ((uint32_t)0x00000008) /*!<steady state clock polarity */
Kojto 106:ba1f97679dad 6369
Kojto 106:ba1f97679dad 6370 #define SPI_I2SCFGR_I2SSTD ((uint32_t)0x00000030) /*!<I2SSTD[1:0] bits (I2S standard selection) */
Kojto 106:ba1f97679dad 6371 #define SPI_I2SCFGR_I2SSTD_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6372 #define SPI_I2SCFGR_I2SSTD_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6373
Kojto 106:ba1f97679dad 6374 #define SPI_I2SCFGR_PCMSYNC ((uint32_t)0x00000080) /*!<PCM frame synchronization */
Kojto 106:ba1f97679dad 6375
Kojto 106:ba1f97679dad 6376 #define SPI_I2SCFGR_I2SCFG ((uint32_t)0x00000300) /*!<I2SCFG[1:0] bits (I2S configuration mode) */
Kojto 106:ba1f97679dad 6377 #define SPI_I2SCFGR_I2SCFG_0 ((uint32_t)0x00000100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6378 #define SPI_I2SCFGR_I2SCFG_1 ((uint32_t)0x00000200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6379
Kojto 106:ba1f97679dad 6380 #define SPI_I2SCFGR_I2SE ((uint32_t)0x00000400) /*!<I2S Enable */
Kojto 106:ba1f97679dad 6381 #define SPI_I2SCFGR_I2SMOD ((uint32_t)0x00000800) /*!<I2S mode selection */
Kojto 106:ba1f97679dad 6382 #define SPI_I2SCFGR_ASTRTEN ((uint32_t)0x00001000) /*!<Asynchronous start enable */
Kojto 106:ba1f97679dad 6383
Kojto 106:ba1f97679dad 6384 /****************** Bit definition for SPI_I2SPR register *******************/
Kojto 106:ba1f97679dad 6385 #define SPI_I2SPR_I2SDIV ((uint32_t)0x000000FF) /*!<I2S Linear prescaler */
Kojto 106:ba1f97679dad 6386 #define SPI_I2SPR_ODD ((uint32_t)0x00000100) /*!<Odd factor for the prescaler */
Kojto 106:ba1f97679dad 6387 #define SPI_I2SPR_MCKOE ((uint32_t)0x00000200) /*!<Master Clock Output Enable */
Kojto 106:ba1f97679dad 6388
Kojto 106:ba1f97679dad 6389 /******************************************************************************/
Kojto 106:ba1f97679dad 6390 /* */
Kojto 106:ba1f97679dad 6391 /* SYSCFG */
Kojto 106:ba1f97679dad 6392 /* */
Kojto 106:ba1f97679dad 6393 /******************************************************************************/
Kojto 106:ba1f97679dad 6394 /****************** Bit definition for SYSCFG_MEMRMP register ***************/
Kojto 106:ba1f97679dad 6395 #define SYSCFG_MEMRMP_MEM_MODE ((uint32_t)0x00000007) /*!< SYSCFG_Memory Remap Config */
Kojto 106:ba1f97679dad 6396 #define SYSCFG_MEMRMP_MEM_MODE_0 ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 6397 #define SYSCFG_MEMRMP_MEM_MODE_1 ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 6398 #define SYSCFG_MEMRMP_MEM_MODE_2 ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 6399
Kojto 106:ba1f97679dad 6400 #define SYSCFG_MEMRMP_UFB_MODE ((uint32_t)0x00000100) /*!< User Flash Bank mode */
Kojto 106:ba1f97679dad 6401 #define SYSCFG_SWP_FMC ((uint32_t)0x00000C00) /*!< FMC memory mapping swap */
Kojto 106:ba1f97679dad 6402
Kojto 106:ba1f97679dad 6403 /****************** Bit definition for SYSCFG_PMC register ******************/
Kojto 106:ba1f97679dad 6404 #define SYSCFG_PMC_ADCxDC2 ((uint32_t)0x00070000) /*!< Refer to AN4073 on how to use this bit */
Kojto 106:ba1f97679dad 6405 #define SYSCFG_PMC_ADC1DC2 ((uint32_t)0x00010000) /*!< Refer to AN4073 on how to use this bit */
Kojto 106:ba1f97679dad 6406 #define SYSCFG_PMC_ADC2DC2 ((uint32_t)0x00020000) /*!< Refer to AN4073 on how to use this bit */
Kojto 106:ba1f97679dad 6407 #define SYSCFG_PMC_ADC3DC2 ((uint32_t)0x00040000) /*!< Refer to AN4073 on how to use this bit */
Kojto 106:ba1f97679dad 6408
Kojto 106:ba1f97679dad 6409 /***************** Bit definition for SYSCFG_EXTICR1 register ***************/
Kojto 106:ba1f97679dad 6410 #define SYSCFG_EXTICR1_EXTI0 ((uint32_t)0x000F) /*!<EXTI 0 configuration */
Kojto 106:ba1f97679dad 6411 #define SYSCFG_EXTICR1_EXTI1 ((uint32_t)0x00F0) /*!<EXTI 1 configuration */
Kojto 106:ba1f97679dad 6412 #define SYSCFG_EXTICR1_EXTI2 ((uint32_t)0x0F00) /*!<EXTI 2 configuration */
Kojto 106:ba1f97679dad 6413 #define SYSCFG_EXTICR1_EXTI3 ((uint32_t)0xF000) /*!<EXTI 3 configuration */
Kojto 106:ba1f97679dad 6414 /**
Kojto 106:ba1f97679dad 6415 * @brief EXTI0 configuration
Kojto 106:ba1f97679dad 6416 */
Kojto 106:ba1f97679dad 6417 #define SYSCFG_EXTICR1_EXTI0_PA ((uint32_t)0x0000) /*!<PA[0] pin */
Kojto 106:ba1f97679dad 6418 #define SYSCFG_EXTICR1_EXTI0_PB ((uint32_t)0x0001) /*!<PB[0] pin */
Kojto 106:ba1f97679dad 6419 #define SYSCFG_EXTICR1_EXTI0_PC ((uint32_t)0x0002) /*!<PC[0] pin */
Kojto 106:ba1f97679dad 6420 #define SYSCFG_EXTICR1_EXTI0_PD ((uint32_t)0x0003) /*!<PD[0] pin */
Kojto 106:ba1f97679dad 6421 #define SYSCFG_EXTICR1_EXTI0_PE ((uint32_t)0x0004) /*!<PE[0] pin */
Kojto 106:ba1f97679dad 6422 #define SYSCFG_EXTICR1_EXTI0_PF ((uint32_t)0x0005) /*!<PF[0] pin */
Kojto 106:ba1f97679dad 6423 #define SYSCFG_EXTICR1_EXTI0_PG ((uint32_t)0x0006) /*!<PG[0] pin */
Kojto 106:ba1f97679dad 6424 #define SYSCFG_EXTICR1_EXTI0_PH ((uint32_t)0x0007) /*!<PH[0] pin */
Kojto 106:ba1f97679dad 6425 #define SYSCFG_EXTICR1_EXTI0_PI ((uint32_t)0x0008) /*!<PI[0] pin */
Kojto 106:ba1f97679dad 6426 #define SYSCFG_EXTICR1_EXTI0_PJ ((uint32_t)0x0009) /*!<PJ[0] pin */
Kojto 106:ba1f97679dad 6427 #define SYSCFG_EXTICR1_EXTI0_PK ((uint32_t)0x000A) /*!<PK[0] pin */
Kojto 106:ba1f97679dad 6428
Kojto 106:ba1f97679dad 6429 /**
Kojto 106:ba1f97679dad 6430 * @brief EXTI1 configuration
Kojto 106:ba1f97679dad 6431 */
Kojto 106:ba1f97679dad 6432 #define SYSCFG_EXTICR1_EXTI1_PA ((uint32_t)0x0000) /*!<PA[1] pin */
Kojto 106:ba1f97679dad 6433 #define SYSCFG_EXTICR1_EXTI1_PB ((uint32_t)0x0010) /*!<PB[1] pin */
Kojto 106:ba1f97679dad 6434 #define SYSCFG_EXTICR1_EXTI1_PC ((uint32_t)0x0020) /*!<PC[1] pin */
Kojto 106:ba1f97679dad 6435 #define SYSCFG_EXTICR1_EXTI1_PD ((uint32_t)0x0030) /*!<PD[1] pin */
Kojto 106:ba1f97679dad 6436 #define SYSCFG_EXTICR1_EXTI1_PE ((uint32_t)0x0040) /*!<PE[1] pin */
Kojto 106:ba1f97679dad 6437 #define SYSCFG_EXTICR1_EXTI1_PF ((uint32_t)0x0050) /*!<PF[1] pin */
Kojto 106:ba1f97679dad 6438 #define SYSCFG_EXTICR1_EXTI1_PG ((uint32_t)0x0060) /*!<PG[1] pin */
Kojto 106:ba1f97679dad 6439 #define SYSCFG_EXTICR1_EXTI1_PH ((uint32_t)0x0070) /*!<PH[1] pin */
Kojto 106:ba1f97679dad 6440 #define SYSCFG_EXTICR1_EXTI1_PI ((uint32_t)0x0080) /*!<PI[1] pin */
Kojto 106:ba1f97679dad 6441 #define SYSCFG_EXTICR1_EXTI1_PJ ((uint32_t)0x0090) /*!<PJ[1] pin */
Kojto 106:ba1f97679dad 6442 #define SYSCFG_EXTICR1_EXTI1_PK ((uint32_t)0x00A0) /*!<PK[1] pin */
Kojto 106:ba1f97679dad 6443
Kojto 106:ba1f97679dad 6444
Kojto 106:ba1f97679dad 6445 /**
Kojto 106:ba1f97679dad 6446 * @brief EXTI2 configuration
Kojto 106:ba1f97679dad 6447 */
Kojto 106:ba1f97679dad 6448 #define SYSCFG_EXTICR1_EXTI2_PA ((uint32_t)0x0000) /*!<PA[2] pin */
Kojto 106:ba1f97679dad 6449 #define SYSCFG_EXTICR1_EXTI2_PB ((uint32_t)0x0100) /*!<PB[2] pin */
Kojto 106:ba1f97679dad 6450 #define SYSCFG_EXTICR1_EXTI2_PC ((uint32_t)0x0200) /*!<PC[2] pin */
Kojto 106:ba1f97679dad 6451 #define SYSCFG_EXTICR1_EXTI2_PD ((uint32_t)0x0300) /*!<PD[2] pin */
Kojto 106:ba1f97679dad 6452 #define SYSCFG_EXTICR1_EXTI2_PE ((uint32_t)0x0400) /*!<PE[2] pin */
Kojto 106:ba1f97679dad 6453 #define SYSCFG_EXTICR1_EXTI2_PF ((uint32_t)0x0500) /*!<PF[2] pin */
Kojto 106:ba1f97679dad 6454 #define SYSCFG_EXTICR1_EXTI2_PG ((uint32_t)0x0600) /*!<PG[2] pin */
Kojto 106:ba1f97679dad 6455 #define SYSCFG_EXTICR1_EXTI2_PH ((uint32_t)0x0700) /*!<PH[2] pin */
Kojto 106:ba1f97679dad 6456 #define SYSCFG_EXTICR1_EXTI2_PI ((uint32_t)0x0800) /*!<PI[2] pin */
Kojto 106:ba1f97679dad 6457 #define SYSCFG_EXTICR1_EXTI2_PJ ((uint32_t)0x0900) /*!<PJ[2] pin */
Kojto 106:ba1f97679dad 6458 #define SYSCFG_EXTICR1_EXTI2_PK ((uint32_t)0x0A00) /*!<PK[2] pin */
Kojto 106:ba1f97679dad 6459
Kojto 106:ba1f97679dad 6460
Kojto 106:ba1f97679dad 6461 /**
Kojto 106:ba1f97679dad 6462 * @brief EXTI3 configuration
Kojto 106:ba1f97679dad 6463 */
Kojto 106:ba1f97679dad 6464 #define SYSCFG_EXTICR1_EXTI3_PA ((uint32_t)0x0000) /*!<PA[3] pin */
Kojto 106:ba1f97679dad 6465 #define SYSCFG_EXTICR1_EXTI3_PB ((uint32_t)0x1000) /*!<PB[3] pin */
Kojto 106:ba1f97679dad 6466 #define SYSCFG_EXTICR1_EXTI3_PC ((uint32_t)0x2000) /*!<PC[3] pin */
Kojto 106:ba1f97679dad 6467 #define SYSCFG_EXTICR1_EXTI3_PD ((uint32_t)0x3000) /*!<PD[3] pin */
Kojto 106:ba1f97679dad 6468 #define SYSCFG_EXTICR1_EXTI3_PE ((uint32_t)0x4000) /*!<PE[3] pin */
Kojto 106:ba1f97679dad 6469 #define SYSCFG_EXTICR1_EXTI3_PF ((uint32_t)0x5000) /*!<PF[3] pin */
Kojto 106:ba1f97679dad 6470 #define SYSCFG_EXTICR1_EXTI3_PG ((uint32_t)0x6000) /*!<PG[3] pin */
Kojto 106:ba1f97679dad 6471 #define SYSCFG_EXTICR1_EXTI3_PH ((uint32_t)0x7000) /*!<PH[3] pin */
Kojto 106:ba1f97679dad 6472 #define SYSCFG_EXTICR1_EXTI3_PI ((uint32_t)0x8000) /*!<PI[3] pin */
Kojto 106:ba1f97679dad 6473 #define SYSCFG_EXTICR1_EXTI3_PJ ((uint32_t)0x9000) /*!<PJ[3] pin */
Kojto 106:ba1f97679dad 6474 #define SYSCFG_EXTICR1_EXTI3_PK ((uint32_t)0xA000) /*!<PK[3] pin */
Kojto 106:ba1f97679dad 6475
Kojto 106:ba1f97679dad 6476
Kojto 106:ba1f97679dad 6477 /***************** Bit definition for SYSCFG_EXTICR2 register ***************/
Kojto 106:ba1f97679dad 6478 #define SYSCFG_EXTICR2_EXTI4 ((uint32_t)0x000F) /*!<EXTI 4 configuration */
Kojto 106:ba1f97679dad 6479 #define SYSCFG_EXTICR2_EXTI5 ((uint32_t)0x00F0) /*!<EXTI 5 configuration */
Kojto 106:ba1f97679dad 6480 #define SYSCFG_EXTICR2_EXTI6 ((uint32_t)0x0F00) /*!<EXTI 6 configuration */
Kojto 106:ba1f97679dad 6481 #define SYSCFG_EXTICR2_EXTI7 ((uint32_t)0xF000) /*!<EXTI 7 configuration */
Kojto 106:ba1f97679dad 6482 /**
Kojto 106:ba1f97679dad 6483 * @brief EXTI4 configuration
Kojto 106:ba1f97679dad 6484 */
Kojto 106:ba1f97679dad 6485 #define SYSCFG_EXTICR2_EXTI4_PA ((uint32_t)0x0000) /*!<PA[4] pin */
Kojto 106:ba1f97679dad 6486 #define SYSCFG_EXTICR2_EXTI4_PB ((uint32_t)0x0001) /*!<PB[4] pin */
Kojto 106:ba1f97679dad 6487 #define SYSCFG_EXTICR2_EXTI4_PC ((uint32_t)0x0002) /*!<PC[4] pin */
Kojto 106:ba1f97679dad 6488 #define SYSCFG_EXTICR2_EXTI4_PD ((uint32_t)0x0003) /*!<PD[4] pin */
Kojto 106:ba1f97679dad 6489 #define SYSCFG_EXTICR2_EXTI4_PE ((uint32_t)0x0004) /*!<PE[4] pin */
Kojto 106:ba1f97679dad 6490 #define SYSCFG_EXTICR2_EXTI4_PF ((uint32_t)0x0005) /*!<PF[4] pin */
Kojto 106:ba1f97679dad 6491 #define SYSCFG_EXTICR2_EXTI4_PG ((uint32_t)0x0006) /*!<PG[4] pin */
Kojto 106:ba1f97679dad 6492 #define SYSCFG_EXTICR2_EXTI4_PH ((uint32_t)0x0007) /*!<PH[4] pin */
Kojto 106:ba1f97679dad 6493 #define SYSCFG_EXTICR2_EXTI4_PI ((uint32_t)0x0008) /*!<PI[4] pin */
Kojto 106:ba1f97679dad 6494 #define SYSCFG_EXTICR2_EXTI4_PJ ((uint32_t)0x0009) /*!<PJ[4] pin */
Kojto 106:ba1f97679dad 6495 #define SYSCFG_EXTICR2_EXTI4_PK ((uint32_t)0x000A) /*!<PK[4] pin */
Kojto 106:ba1f97679dad 6496
Kojto 106:ba1f97679dad 6497 /**
Kojto 106:ba1f97679dad 6498 * @brief EXTI5 configuration
Kojto 106:ba1f97679dad 6499 */
Kojto 106:ba1f97679dad 6500 #define SYSCFG_EXTICR2_EXTI5_PA ((uint32_t)0x0000) /*!<PA[5] pin */
Kojto 106:ba1f97679dad 6501 #define SYSCFG_EXTICR2_EXTI5_PB ((uint32_t)0x0010) /*!<PB[5] pin */
Kojto 106:ba1f97679dad 6502 #define SYSCFG_EXTICR2_EXTI5_PC ((uint32_t)0x0020) /*!<PC[5] pin */
Kojto 106:ba1f97679dad 6503 #define SYSCFG_EXTICR2_EXTI5_PD ((uint32_t)0x0030) /*!<PD[5] pin */
Kojto 106:ba1f97679dad 6504 #define SYSCFG_EXTICR2_EXTI5_PE ((uint32_t)0x0040) /*!<PE[5] pin */
Kojto 106:ba1f97679dad 6505 #define SYSCFG_EXTICR2_EXTI5_PF ((uint32_t)0x0050) /*!<PF[5] pin */
Kojto 106:ba1f97679dad 6506 #define SYSCFG_EXTICR2_EXTI5_PG ((uint32_t)0x0060) /*!<PG[5] pin */
Kojto 106:ba1f97679dad 6507 #define SYSCFG_EXTICR2_EXTI5_PH ((uint32_t)0x0070) /*!<PH[5] pin */
Kojto 106:ba1f97679dad 6508 #define SYSCFG_EXTICR2_EXTI5_PI ((uint32_t)0x0080) /*!<PI[5] pin */
Kojto 106:ba1f97679dad 6509 #define SYSCFG_EXTICR2_EXTI5_PJ ((uint32_t)0x0090) /*!<PJ[5] pin */
Kojto 106:ba1f97679dad 6510 #define SYSCFG_EXTICR2_EXTI5_PK ((uint32_t)0x00A0) /*!<PK[5] pin */
Kojto 106:ba1f97679dad 6511
Kojto 106:ba1f97679dad 6512 /**
Kojto 106:ba1f97679dad 6513 * @brief EXTI6 configuration
Kojto 106:ba1f97679dad 6514 */
Kojto 106:ba1f97679dad 6515 #define SYSCFG_EXTICR2_EXTI6_PA ((uint32_t)0x0000) /*!<PA[6] pin */
Kojto 106:ba1f97679dad 6516 #define SYSCFG_EXTICR2_EXTI6_PB ((uint32_t)0x0100) /*!<PB[6] pin */
Kojto 106:ba1f97679dad 6517 #define SYSCFG_EXTICR2_EXTI6_PC ((uint32_t)0x0200) /*!<PC[6] pin */
Kojto 106:ba1f97679dad 6518 #define SYSCFG_EXTICR2_EXTI6_PD ((uint32_t)0x0300) /*!<PD[6] pin */
Kojto 106:ba1f97679dad 6519 #define SYSCFG_EXTICR2_EXTI6_PE ((uint32_t)0x0400) /*!<PE[6] pin */
Kojto 106:ba1f97679dad 6520 #define SYSCFG_EXTICR2_EXTI6_PF ((uint32_t)0x0500) /*!<PF[6] pin */
Kojto 106:ba1f97679dad 6521 #define SYSCFG_EXTICR2_EXTI6_PG ((uint32_t)0x0600) /*!<PG[6] pin */
Kojto 106:ba1f97679dad 6522 #define SYSCFG_EXTICR2_EXTI6_PH ((uint32_t)0x0700) /*!<PH[6] pin */
Kojto 106:ba1f97679dad 6523 #define SYSCFG_EXTICR2_EXTI6_PI ((uint32_t)0x0800) /*!<PI[6] pin */
Kojto 106:ba1f97679dad 6524 #define SYSCFG_EXTICR2_EXTI6_PJ ((uint32_t)0x0900) /*!<PJ[6] pin */
Kojto 106:ba1f97679dad 6525 #define SYSCFG_EXTICR2_EXTI6_PK ((uint32_t)0x0A00) /*!<PK[6] pin */
Kojto 106:ba1f97679dad 6526
Kojto 106:ba1f97679dad 6527
Kojto 106:ba1f97679dad 6528 /**
Kojto 106:ba1f97679dad 6529 * @brief EXTI7 configuration
Kojto 106:ba1f97679dad 6530 */
Kojto 106:ba1f97679dad 6531 #define SYSCFG_EXTICR2_EXTI7_PA ((uint32_t)0x0000) /*!<PA[7] pin */
Kojto 106:ba1f97679dad 6532 #define SYSCFG_EXTICR2_EXTI7_PB ((uint32_t)0x1000) /*!<PB[7] pin */
Kojto 106:ba1f97679dad 6533 #define SYSCFG_EXTICR2_EXTI7_PC ((uint32_t)0x2000) /*!<PC[7] pin */
Kojto 106:ba1f97679dad 6534 #define SYSCFG_EXTICR2_EXTI7_PD ((uint32_t)0x3000) /*!<PD[7] pin */
Kojto 106:ba1f97679dad 6535 #define SYSCFG_EXTICR2_EXTI7_PE ((uint32_t)0x4000) /*!<PE[7] pin */
Kojto 106:ba1f97679dad 6536 #define SYSCFG_EXTICR2_EXTI7_PF ((uint32_t)0x5000) /*!<PF[7] pin */
Kojto 106:ba1f97679dad 6537 #define SYSCFG_EXTICR2_EXTI7_PG ((uint32_t)0x6000) /*!<PG[7] pin */
Kojto 106:ba1f97679dad 6538 #define SYSCFG_EXTICR2_EXTI7_PH ((uint32_t)0x7000) /*!<PH[7] pin */
Kojto 106:ba1f97679dad 6539 #define SYSCFG_EXTICR2_EXTI7_PI ((uint32_t)0x8000) /*!<PI[7] pin */
Kojto 106:ba1f97679dad 6540 #define SYSCFG_EXTICR2_EXTI7_PJ ((uint32_t)0x9000) /*!<PJ[7] pin */
Kojto 106:ba1f97679dad 6541 #define SYSCFG_EXTICR2_EXTI7_PK ((uint32_t)0xA000) /*!<PK[7] pin */
Kojto 106:ba1f97679dad 6542
Kojto 106:ba1f97679dad 6543 /***************** Bit definition for SYSCFG_EXTICR3 register ***************/
Kojto 106:ba1f97679dad 6544 #define SYSCFG_EXTICR3_EXTI8 ((uint32_t)0x000F) /*!<EXTI 8 configuration */
Kojto 106:ba1f97679dad 6545 #define SYSCFG_EXTICR3_EXTI9 ((uint32_t)0x00F0) /*!<EXTI 9 configuration */
Kojto 106:ba1f97679dad 6546 #define SYSCFG_EXTICR3_EXTI10 ((uint32_t)0x0F00) /*!<EXTI 10 configuration */
Kojto 106:ba1f97679dad 6547 #define SYSCFG_EXTICR3_EXTI11 ((uint32_t)0xF000) /*!<EXTI 11 configuration */
Kojto 106:ba1f97679dad 6548
Kojto 106:ba1f97679dad 6549 /**
Kojto 106:ba1f97679dad 6550 * @brief EXTI8 configuration
Kojto 106:ba1f97679dad 6551 */
Kojto 106:ba1f97679dad 6552 #define SYSCFG_EXTICR3_EXTI8_PA ((uint32_t)0x0000) /*!<PA[8] pin */
Kojto 106:ba1f97679dad 6553 #define SYSCFG_EXTICR3_EXTI8_PB ((uint32_t)0x0001) /*!<PB[8] pin */
Kojto 106:ba1f97679dad 6554 #define SYSCFG_EXTICR3_EXTI8_PC ((uint32_t)0x0002) /*!<PC[8] pin */
Kojto 106:ba1f97679dad 6555 #define SYSCFG_EXTICR3_EXTI8_PD ((uint32_t)0x0003) /*!<PD[8] pin */
Kojto 106:ba1f97679dad 6556 #define SYSCFG_EXTICR3_EXTI8_PE ((uint32_t)0x0004) /*!<PE[8] pin */
Kojto 106:ba1f97679dad 6557 #define SYSCFG_EXTICR3_EXTI8_PF ((uint32_t)0x0005) /*!<PF[8] pin */
Kojto 106:ba1f97679dad 6558 #define SYSCFG_EXTICR3_EXTI8_PG ((uint32_t)0x0006) /*!<PG[8] pin */
Kojto 106:ba1f97679dad 6559 #define SYSCFG_EXTICR3_EXTI8_PH ((uint32_t)0x0007) /*!<PH[8] pin */
Kojto 106:ba1f97679dad 6560 #define SYSCFG_EXTICR3_EXTI8_PI ((uint32_t)0x0008) /*!<PI[8] pin */
Kojto 106:ba1f97679dad 6561 #define SYSCFG_EXTICR3_EXTI8_PJ ((uint32_t)0x0009) /*!<PJ[8] pin */
Kojto 106:ba1f97679dad 6562
Kojto 106:ba1f97679dad 6563 /**
Kojto 106:ba1f97679dad 6564 * @brief EXTI9 configuration
Kojto 106:ba1f97679dad 6565 */
Kojto 106:ba1f97679dad 6566 #define SYSCFG_EXTICR3_EXTI9_PA ((uint32_t)0x0000) /*!<PA[9] pin */
Kojto 106:ba1f97679dad 6567 #define SYSCFG_EXTICR3_EXTI9_PB ((uint32_t)0x0010) /*!<PB[9] pin */
Kojto 106:ba1f97679dad 6568 #define SYSCFG_EXTICR3_EXTI9_PC ((uint32_t)0x0020) /*!<PC[9] pin */
Kojto 106:ba1f97679dad 6569 #define SYSCFG_EXTICR3_EXTI9_PD ((uint32_t)0x0030) /*!<PD[9] pin */
Kojto 106:ba1f97679dad 6570 #define SYSCFG_EXTICR3_EXTI9_PE ((uint32_t)0x0040) /*!<PE[9] pin */
Kojto 106:ba1f97679dad 6571 #define SYSCFG_EXTICR3_EXTI9_PF ((uint32_t)0x0050) /*!<PF[9] pin */
Kojto 106:ba1f97679dad 6572 #define SYSCFG_EXTICR3_EXTI9_PG ((uint32_t)0x0060) /*!<PG[9] pin */
Kojto 106:ba1f97679dad 6573 #define SYSCFG_EXTICR3_EXTI9_PH ((uint32_t)0x0070) /*!<PH[9] pin */
Kojto 106:ba1f97679dad 6574 #define SYSCFG_EXTICR3_EXTI9_PI ((uint32_t)0x0080) /*!<PI[9] pin */
Kojto 106:ba1f97679dad 6575 #define SYSCFG_EXTICR3_EXTI9_PJ ((uint32_t)0x0090) /*!<PJ[9] pin */
Kojto 106:ba1f97679dad 6576
Kojto 106:ba1f97679dad 6577
Kojto 106:ba1f97679dad 6578 /**
Kojto 106:ba1f97679dad 6579 * @brief EXTI10 configuration
Kojto 106:ba1f97679dad 6580 */
Kojto 106:ba1f97679dad 6581 #define SYSCFG_EXTICR3_EXTI10_PA ((uint32_t)0x0000) /*!<PA[10] pin */
Kojto 106:ba1f97679dad 6582 #define SYSCFG_EXTICR3_EXTI10_PB ((uint32_t)0x0100) /*!<PB[10] pin */
Kojto 106:ba1f97679dad 6583 #define SYSCFG_EXTICR3_EXTI10_PC ((uint32_t)0x0200) /*!<PC[10] pin */
Kojto 106:ba1f97679dad 6584 #define SYSCFG_EXTICR3_EXTI10_PD ((uint32_t)0x0300) /*!<PD[10] pin */
Kojto 106:ba1f97679dad 6585 #define SYSCFG_EXTICR3_EXTI10_PE ((uint32_t)0x0400) /*!<PE[10] pin */
Kojto 106:ba1f97679dad 6586 #define SYSCFG_EXTICR3_EXTI10_PF ((uint32_t)0x0500) /*!<PF[10] pin */
Kojto 106:ba1f97679dad 6587 #define SYSCFG_EXTICR3_EXTI10_PG ((uint32_t)0x0600) /*!<PG[10] pin */
Kojto 106:ba1f97679dad 6588 #define SYSCFG_EXTICR3_EXTI10_PH ((uint32_t)0x0700) /*!<PH[10] pin */
Kojto 106:ba1f97679dad 6589 #define SYSCFG_EXTICR3_EXTI10_PI ((uint32_t)0x0800) /*!<PI[10] pin */
Kojto 106:ba1f97679dad 6590 #define SYSCFG_EXTICR3_EXTI10_PJ ((uint32_t)0x0900) /*!<PJ[10] pin */
Kojto 106:ba1f97679dad 6591
Kojto 106:ba1f97679dad 6592
Kojto 106:ba1f97679dad 6593 /**
Kojto 106:ba1f97679dad 6594 * @brief EXTI11 configuration
Kojto 106:ba1f97679dad 6595 */
Kojto 106:ba1f97679dad 6596 #define SYSCFG_EXTICR3_EXTI11_PA ((uint32_t)0x0000) /*!<PA[11] pin */
Kojto 106:ba1f97679dad 6597 #define SYSCFG_EXTICR3_EXTI11_PB ((uint32_t)0x1000) /*!<PB[11] pin */
Kojto 106:ba1f97679dad 6598 #define SYSCFG_EXTICR3_EXTI11_PC ((uint32_t)0x2000) /*!<PC[11] pin */
Kojto 106:ba1f97679dad 6599 #define SYSCFG_EXTICR3_EXTI11_PD ((uint32_t)0x3000) /*!<PD[11] pin */
Kojto 106:ba1f97679dad 6600 #define SYSCFG_EXTICR3_EXTI11_PE ((uint32_t)0x4000) /*!<PE[11] pin */
Kojto 106:ba1f97679dad 6601 #define SYSCFG_EXTICR3_EXTI11_PF ((uint32_t)0x5000) /*!<PF[11] pin */
Kojto 106:ba1f97679dad 6602 #define SYSCFG_EXTICR3_EXTI11_PG ((uint32_t)0x6000) /*!<PG[11] pin */
Kojto 106:ba1f97679dad 6603 #define SYSCFG_EXTICR3_EXTI11_PH ((uint32_t)0x7000) /*!<PH[11] pin */
Kojto 106:ba1f97679dad 6604 #define SYSCFG_EXTICR3_EXTI11_PI ((uint32_t)0x8000) /*!<PI[11] pin */
Kojto 106:ba1f97679dad 6605 #define SYSCFG_EXTICR3_EXTI11_PJ ((uint32_t)0x9000) /*!<PJ[11] pin */
Kojto 106:ba1f97679dad 6606
Kojto 106:ba1f97679dad 6607
Kojto 106:ba1f97679dad 6608 /***************** Bit definition for SYSCFG_EXTICR4 register ***************/
Kojto 106:ba1f97679dad 6609 #define SYSCFG_EXTICR4_EXTI12 ((uint32_t)0x000F) /*!<EXTI 12 configuration */
Kojto 106:ba1f97679dad 6610 #define SYSCFG_EXTICR4_EXTI13 ((uint32_t)0x00F0) /*!<EXTI 13 configuration */
Kojto 106:ba1f97679dad 6611 #define SYSCFG_EXTICR4_EXTI14 ((uint32_t)0x0F00) /*!<EXTI 14 configuration */
Kojto 106:ba1f97679dad 6612 #define SYSCFG_EXTICR4_EXTI15 ((uint32_t)0xF000) /*!<EXTI 15 configuration */
Kojto 106:ba1f97679dad 6613 /**
Kojto 106:ba1f97679dad 6614 * @brief EXTI12 configuration
Kojto 106:ba1f97679dad 6615 */
Kojto 106:ba1f97679dad 6616 #define SYSCFG_EXTICR4_EXTI12_PA ((uint32_t)0x0000) /*!<PA[12] pin */
Kojto 106:ba1f97679dad 6617 #define SYSCFG_EXTICR4_EXTI12_PB ((uint32_t)0x0001) /*!<PB[12] pin */
Kojto 106:ba1f97679dad 6618 #define SYSCFG_EXTICR4_EXTI12_PC ((uint32_t)0x0002) /*!<PC[12] pin */
Kojto 106:ba1f97679dad 6619 #define SYSCFG_EXTICR4_EXTI12_PD ((uint32_t)0x0003) /*!<PD[12] pin */
Kojto 106:ba1f97679dad 6620 #define SYSCFG_EXTICR4_EXTI12_PE ((uint32_t)0x0004) /*!<PE[12] pin */
Kojto 106:ba1f97679dad 6621 #define SYSCFG_EXTICR4_EXTI12_PF ((uint32_t)0x0005) /*!<PF[12] pin */
Kojto 106:ba1f97679dad 6622 #define SYSCFG_EXTICR4_EXTI12_PG ((uint32_t)0x0006) /*!<PG[12] pin */
Kojto 106:ba1f97679dad 6623 #define SYSCFG_EXTICR4_EXTI12_PH ((uint32_t)0x0007) /*!<PH[12] pin */
Kojto 106:ba1f97679dad 6624 #define SYSCFG_EXTICR4_EXTI12_PI ((uint32_t)0x0008) /*!<PI[12] pin */
Kojto 106:ba1f97679dad 6625 #define SYSCFG_EXTICR4_EXTI12_PJ ((uint32_t)0x0009) /*!<PJ[12] pin */
Kojto 106:ba1f97679dad 6626
Kojto 106:ba1f97679dad 6627
Kojto 106:ba1f97679dad 6628 /**
Kojto 106:ba1f97679dad 6629 * @brief EXTI13 configuration
Kojto 106:ba1f97679dad 6630 */
Kojto 106:ba1f97679dad 6631 #define SYSCFG_EXTICR4_EXTI13_PA ((uint32_t)0x0000) /*!<PA[13] pin */
Kojto 106:ba1f97679dad 6632 #define SYSCFG_EXTICR4_EXTI13_PB ((uint32_t)0x0010) /*!<PB[13] pin */
Kojto 106:ba1f97679dad 6633 #define SYSCFG_EXTICR4_EXTI13_PC ((uint32_t)0x0020) /*!<PC[13] pin */
Kojto 106:ba1f97679dad 6634 #define SYSCFG_EXTICR4_EXTI13_PD ((uint32_t)0x0030) /*!<PD[13] pin */
Kojto 106:ba1f97679dad 6635 #define SYSCFG_EXTICR4_EXTI13_PE ((uint32_t)0x0040) /*!<PE[13] pin */
Kojto 106:ba1f97679dad 6636 #define SYSCFG_EXTICR4_EXTI13_PF ((uint32_t)0x0050) /*!<PF[13] pin */
Kojto 106:ba1f97679dad 6637 #define SYSCFG_EXTICR4_EXTI13_PG ((uint32_t)0x0060) /*!<PG[13] pin */
Kojto 106:ba1f97679dad 6638 #define SYSCFG_EXTICR4_EXTI13_PH ((uint32_t)0x0070) /*!<PH[13] pin */
Kojto 106:ba1f97679dad 6639 #define SYSCFG_EXTICR4_EXTI13_PI ((uint32_t)0x0008) /*!<PI[13] pin */
Kojto 106:ba1f97679dad 6640 #define SYSCFG_EXTICR4_EXTI13_PJ ((uint32_t)0x0009) /*!<PJ[13] pin */
Kojto 106:ba1f97679dad 6641
Kojto 106:ba1f97679dad 6642
Kojto 106:ba1f97679dad 6643 /**
Kojto 106:ba1f97679dad 6644 * @brief EXTI14 configuration
Kojto 106:ba1f97679dad 6645 */
Kojto 106:ba1f97679dad 6646 #define SYSCFG_EXTICR4_EXTI14_PA ((uint32_t)0x0000) /*!<PA[14] pin */
Kojto 106:ba1f97679dad 6647 #define SYSCFG_EXTICR4_EXTI14_PB ((uint32_t)0x0100) /*!<PB[14] pin */
Kojto 106:ba1f97679dad 6648 #define SYSCFG_EXTICR4_EXTI14_PC ((uint32_t)0x0200) /*!<PC[14] pin */
Kojto 106:ba1f97679dad 6649 #define SYSCFG_EXTICR4_EXTI14_PD ((uint32_t)0x0300) /*!<PD[14] pin */
Kojto 106:ba1f97679dad 6650 #define SYSCFG_EXTICR4_EXTI14_PE ((uint32_t)0x0400) /*!<PE[14] pin */
Kojto 106:ba1f97679dad 6651 #define SYSCFG_EXTICR4_EXTI14_PF ((uint32_t)0x0500) /*!<PF[14] pin */
Kojto 106:ba1f97679dad 6652 #define SYSCFG_EXTICR4_EXTI14_PG ((uint32_t)0x0600) /*!<PG[14] pin */
Kojto 106:ba1f97679dad 6653 #define SYSCFG_EXTICR4_EXTI14_PH ((uint32_t)0x0700) /*!<PH[14] pin */
Kojto 106:ba1f97679dad 6654 #define SYSCFG_EXTICR4_EXTI14_PI ((uint32_t)0x0800) /*!<PI[14] pin */
Kojto 106:ba1f97679dad 6655 #define SYSCFG_EXTICR4_EXTI14_PJ ((uint32_t)0x0900) /*!<PJ[14] pin */
Kojto 106:ba1f97679dad 6656
Kojto 106:ba1f97679dad 6657
Kojto 106:ba1f97679dad 6658 /**
Kojto 106:ba1f97679dad 6659 * @brief EXTI15 configuration
Kojto 106:ba1f97679dad 6660 */
Kojto 106:ba1f97679dad 6661 #define SYSCFG_EXTICR4_EXTI15_PA ((uint32_t)0x0000) /*!<PA[15] pin */
Kojto 106:ba1f97679dad 6662 #define SYSCFG_EXTICR4_EXTI15_PB ((uint32_t)0x1000) /*!<PB[15] pin */
Kojto 106:ba1f97679dad 6663 #define SYSCFG_EXTICR4_EXTI15_PC ((uint32_t)0x2000) /*!<PC[15] pin */
Kojto 106:ba1f97679dad 6664 #define SYSCFG_EXTICR4_EXTI15_PD ((uint32_t)0x3000) /*!<PD[15] pin */
Kojto 106:ba1f97679dad 6665 #define SYSCFG_EXTICR4_EXTI15_PE ((uint32_t)0x4000) /*!<PE[15] pin */
Kojto 106:ba1f97679dad 6666 #define SYSCFG_EXTICR4_EXTI15_PF ((uint32_t)0x5000) /*!<PF[15] pin */
Kojto 106:ba1f97679dad 6667 #define SYSCFG_EXTICR4_EXTI15_PG ((uint32_t)0x6000) /*!<PG[15] pin */
Kojto 106:ba1f97679dad 6668 #define SYSCFG_EXTICR4_EXTI15_PH ((uint32_t)0x7000) /*!<PH[15] pin */
Kojto 106:ba1f97679dad 6669 #define SYSCFG_EXTICR4_EXTI15_PI ((uint32_t)0x8000) /*!<PI[15] pin */
Kojto 106:ba1f97679dad 6670 #define SYSCFG_EXTICR4_EXTI15_PJ ((uint32_t)0x9000) /*!<PJ[15] pin */
Kojto 106:ba1f97679dad 6671
Kojto 106:ba1f97679dad 6672 /****************** Bit definition for SYSCFG_CMPCR register ****************/
Kojto 106:ba1f97679dad 6673 #define SYSCFG_CMPCR_CMP_PD ((uint32_t)0x00000001) /*!<Compensation cell ready flag */
Kojto 106:ba1f97679dad 6674 #define SYSCFG_CMPCR_READY ((uint32_t)0x00000100) /*!<Compensation cell power-down */
Kojto 106:ba1f97679dad 6675
Kojto 106:ba1f97679dad 6676 /****************** Bit definition for SYSCFG_CFGR register ****************/
Kojto 106:ba1f97679dad 6677 #define SYSCFG_CFGR_FMPI2C1_SCL ((uint32_t)0x00000001) /*!<FM+ drive capability for FMPI2C1_SCL pin */
Kojto 106:ba1f97679dad 6678 #define SYSCFG_CFGR_FMPI2C1_SDA ((uint32_t)0x00000002) /*!<FM+ drive capability for FMPI2C1_SDA pin */
Kojto 106:ba1f97679dad 6679
Kojto 106:ba1f97679dad 6680 /******************************************************************************/
Kojto 106:ba1f97679dad 6681 /* */
Kojto 106:ba1f97679dad 6682 /* TIM */
Kojto 106:ba1f97679dad 6683 /* */
Kojto 106:ba1f97679dad 6684 /******************************************************************************/
Kojto 106:ba1f97679dad 6685 /******************* Bit definition for TIM_CR1 register ********************/
Kojto 106:ba1f97679dad 6686 #define TIM_CR1_CEN ((uint32_t)0x0001) /*!<Counter enable */
Kojto 106:ba1f97679dad 6687 #define TIM_CR1_UDIS ((uint32_t)0x0002) /*!<Update disable */
Kojto 106:ba1f97679dad 6688 #define TIM_CR1_URS ((uint32_t)0x0004) /*!<Update request source */
Kojto 106:ba1f97679dad 6689 #define TIM_CR1_OPM ((uint32_t)0x0008) /*!<One pulse mode */
Kojto 106:ba1f97679dad 6690 #define TIM_CR1_DIR ((uint32_t)0x0010) /*!<Direction */
Kojto 106:ba1f97679dad 6691
Kojto 106:ba1f97679dad 6692 #define TIM_CR1_CMS ((uint32_t)0x0060) /*!<CMS[1:0] bits (Center-aligned mode selection) */
Kojto 106:ba1f97679dad 6693 #define TIM_CR1_CMS_0 ((uint32_t)0x0020) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6694 #define TIM_CR1_CMS_1 ((uint32_t)0x0040) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6695
Kojto 106:ba1f97679dad 6696 #define TIM_CR1_ARPE ((uint32_t)0x0080) /*!<Auto-reload preload enable */
Kojto 106:ba1f97679dad 6697
Kojto 106:ba1f97679dad 6698 #define TIM_CR1_CKD ((uint32_t)0x0300) /*!<CKD[1:0] bits (clock division) */
Kojto 106:ba1f97679dad 6699 #define TIM_CR1_CKD_0 ((uint32_t)0x0100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6700 #define TIM_CR1_CKD_1 ((uint32_t)0x0200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6701
Kojto 106:ba1f97679dad 6702 /******************* Bit definition for TIM_CR2 register ********************/
Kojto 106:ba1f97679dad 6703 #define TIM_CR2_CCPC ((uint32_t)0x0001) /*!<Capture/Compare Preloaded Control */
Kojto 106:ba1f97679dad 6704 #define TIM_CR2_CCUS ((uint32_t)0x0004) /*!<Capture/Compare Control Update Selection */
Kojto 106:ba1f97679dad 6705 #define TIM_CR2_CCDS ((uint32_t)0x0008) /*!<Capture/Compare DMA Selection */
Kojto 106:ba1f97679dad 6706
Kojto 106:ba1f97679dad 6707 #define TIM_CR2_MMS ((uint32_t)0x0070) /*!<MMS[2:0] bits (Master Mode Selection) */
Kojto 106:ba1f97679dad 6708 #define TIM_CR2_MMS_0 ((uint32_t)0x0010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6709 #define TIM_CR2_MMS_1 ((uint32_t)0x0020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6710 #define TIM_CR2_MMS_2 ((uint32_t)0x0040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6711
Kojto 106:ba1f97679dad 6712 #define TIM_CR2_TI1S ((uint32_t)0x0080) /*!<TI1 Selection */
Kojto 106:ba1f97679dad 6713 #define TIM_CR2_OIS1 ((uint32_t)0x0100) /*!<Output Idle state 1 (OC1 output) */
Kojto 106:ba1f97679dad 6714 #define TIM_CR2_OIS1N ((uint32_t)0x0200) /*!<Output Idle state 1 (OC1N output) */
Kojto 106:ba1f97679dad 6715 #define TIM_CR2_OIS2 ((uint32_t)0x0400) /*!<Output Idle state 2 (OC2 output) */
Kojto 106:ba1f97679dad 6716 #define TIM_CR2_OIS2N ((uint32_t)0x0800) /*!<Output Idle state 2 (OC2N output) */
Kojto 106:ba1f97679dad 6717 #define TIM_CR2_OIS3 ((uint32_t)0x1000) /*!<Output Idle state 3 (OC3 output) */
Kojto 106:ba1f97679dad 6718 #define TIM_CR2_OIS3N ((uint32_t)0x2000) /*!<Output Idle state 3 (OC3N output) */
Kojto 106:ba1f97679dad 6719 #define TIM_CR2_OIS4 ((uint32_t)0x4000) /*!<Output Idle state 4 (OC4 output) */
Kojto 106:ba1f97679dad 6720
Kojto 106:ba1f97679dad 6721 /******************* Bit definition for TIM_SMCR register *******************/
Kojto 106:ba1f97679dad 6722 #define TIM_SMCR_SMS ((uint32_t)0x0007) /*!<SMS[2:0] bits (Slave mode selection) */
Kojto 106:ba1f97679dad 6723 #define TIM_SMCR_SMS_0 ((uint32_t)0x0001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6724 #define TIM_SMCR_SMS_1 ((uint32_t)0x0002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6725 #define TIM_SMCR_SMS_2 ((uint32_t)0x0004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6726
Kojto 106:ba1f97679dad 6727 #define TIM_SMCR_TS ((uint32_t)0x0070) /*!<TS[2:0] bits (Trigger selection) */
Kojto 106:ba1f97679dad 6728 #define TIM_SMCR_TS_0 ((uint32_t)0x0010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6729 #define TIM_SMCR_TS_1 ((uint32_t)0x0020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6730 #define TIM_SMCR_TS_2 ((uint32_t)0x0040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6731
Kojto 106:ba1f97679dad 6732 #define TIM_SMCR_MSM ((uint32_t)0x0080) /*!<Master/slave mode */
Kojto 106:ba1f97679dad 6733
Kojto 106:ba1f97679dad 6734 #define TIM_SMCR_ETF ((uint32_t)0x0F00) /*!<ETF[3:0] bits (External trigger filter) */
Kojto 106:ba1f97679dad 6735 #define TIM_SMCR_ETF_0 ((uint32_t)0x0100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6736 #define TIM_SMCR_ETF_1 ((uint32_t)0x0200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6737 #define TIM_SMCR_ETF_2 ((uint32_t)0x0400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6738 #define TIM_SMCR_ETF_3 ((uint32_t)0x0800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 6739
Kojto 106:ba1f97679dad 6740 #define TIM_SMCR_ETPS ((uint32_t)0x3000) /*!<ETPS[1:0] bits (External trigger prescaler) */
Kojto 106:ba1f97679dad 6741 #define TIM_SMCR_ETPS_0 ((uint32_t)0x1000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6742 #define TIM_SMCR_ETPS_1 ((uint32_t)0x2000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6743
Kojto 106:ba1f97679dad 6744 #define TIM_SMCR_ECE ((uint32_t)0x4000) /*!<External clock enable */
Kojto 106:ba1f97679dad 6745 #define TIM_SMCR_ETP ((uint32_t)0x8000) /*!<External trigger polarity */
Kojto 106:ba1f97679dad 6746
Kojto 106:ba1f97679dad 6747 /******************* Bit definition for TIM_DIER register *******************/
Kojto 106:ba1f97679dad 6748 #define TIM_DIER_UIE ((uint32_t)0x0001) /*!<Update interrupt enable */
Kojto 106:ba1f97679dad 6749 #define TIM_DIER_CC1IE ((uint32_t)0x0002) /*!<Capture/Compare 1 interrupt enable */
Kojto 106:ba1f97679dad 6750 #define TIM_DIER_CC2IE ((uint32_t)0x0004) /*!<Capture/Compare 2 interrupt enable */
Kojto 106:ba1f97679dad 6751 #define TIM_DIER_CC3IE ((uint32_t)0x0008) /*!<Capture/Compare 3 interrupt enable */
Kojto 106:ba1f97679dad 6752 #define TIM_DIER_CC4IE ((uint32_t)0x0010) /*!<Capture/Compare 4 interrupt enable */
Kojto 106:ba1f97679dad 6753 #define TIM_DIER_COMIE ((uint32_t)0x0020) /*!<COM interrupt enable */
Kojto 106:ba1f97679dad 6754 #define TIM_DIER_TIE ((uint32_t)0x0040) /*!<Trigger interrupt enable */
Kojto 106:ba1f97679dad 6755 #define TIM_DIER_BIE ((uint32_t)0x0080) /*!<Break interrupt enable */
Kojto 106:ba1f97679dad 6756 #define TIM_DIER_UDE ((uint32_t)0x0100) /*!<Update DMA request enable */
Kojto 106:ba1f97679dad 6757 #define TIM_DIER_CC1DE ((uint32_t)0x0200) /*!<Capture/Compare 1 DMA request enable */
Kojto 106:ba1f97679dad 6758 #define TIM_DIER_CC2DE ((uint32_t)0x0400) /*!<Capture/Compare 2 DMA request enable */
Kojto 106:ba1f97679dad 6759 #define TIM_DIER_CC3DE ((uint32_t)0x0800) /*!<Capture/Compare 3 DMA request enable */
Kojto 106:ba1f97679dad 6760 #define TIM_DIER_CC4DE ((uint32_t)0x1000) /*!<Capture/Compare 4 DMA request enable */
Kojto 106:ba1f97679dad 6761 #define TIM_DIER_COMDE ((uint32_t)0x2000) /*!<COM DMA request enable */
Kojto 106:ba1f97679dad 6762 #define TIM_DIER_TDE ((uint32_t)0x4000) /*!<Trigger DMA request enable */
Kojto 106:ba1f97679dad 6763
Kojto 106:ba1f97679dad 6764 /******************** Bit definition for TIM_SR register ********************/
Kojto 106:ba1f97679dad 6765 #define TIM_SR_UIF ((uint32_t)0x0001) /*!<Update interrupt Flag */
Kojto 106:ba1f97679dad 6766 #define TIM_SR_CC1IF ((uint32_t)0x0002) /*!<Capture/Compare 1 interrupt Flag */
Kojto 106:ba1f97679dad 6767 #define TIM_SR_CC2IF ((uint32_t)0x0004) /*!<Capture/Compare 2 interrupt Flag */
Kojto 106:ba1f97679dad 6768 #define TIM_SR_CC3IF ((uint32_t)0x0008) /*!<Capture/Compare 3 interrupt Flag */
Kojto 106:ba1f97679dad 6769 #define TIM_SR_CC4IF ((uint32_t)0x0010) /*!<Capture/Compare 4 interrupt Flag */
Kojto 106:ba1f97679dad 6770 #define TIM_SR_COMIF ((uint32_t)0x0020) /*!<COM interrupt Flag */
Kojto 106:ba1f97679dad 6771 #define TIM_SR_TIF ((uint32_t)0x0040) /*!<Trigger interrupt Flag */
Kojto 106:ba1f97679dad 6772 #define TIM_SR_BIF ((uint32_t)0x0080) /*!<Break interrupt Flag */
Kojto 106:ba1f97679dad 6773 #define TIM_SR_CC1OF ((uint32_t)0x0200) /*!<Capture/Compare 1 Overcapture Flag */
Kojto 106:ba1f97679dad 6774 #define TIM_SR_CC2OF ((uint32_t)0x0400) /*!<Capture/Compare 2 Overcapture Flag */
Kojto 106:ba1f97679dad 6775 #define TIM_SR_CC3OF ((uint32_t)0x0800) /*!<Capture/Compare 3 Overcapture Flag */
Kojto 106:ba1f97679dad 6776 #define TIM_SR_CC4OF ((uint32_t)0x1000) /*!<Capture/Compare 4 Overcapture Flag */
Kojto 106:ba1f97679dad 6777
Kojto 106:ba1f97679dad 6778 /******************* Bit definition for TIM_EGR register ********************/
Kojto 106:ba1f97679dad 6779 #define TIM_EGR_UG ((uint32_t)0x01) /*!<Update Generation */
Kojto 106:ba1f97679dad 6780 #define TIM_EGR_CC1G ((uint32_t)0x02) /*!<Capture/Compare 1 Generation */
Kojto 106:ba1f97679dad 6781 #define TIM_EGR_CC2G ((uint32_t)0x04) /*!<Capture/Compare 2 Generation */
Kojto 106:ba1f97679dad 6782 #define TIM_EGR_CC3G ((uint32_t)0x08) /*!<Capture/Compare 3 Generation */
Kojto 106:ba1f97679dad 6783 #define TIM_EGR_CC4G ((uint32_t)0x10) /*!<Capture/Compare 4 Generation */
Kojto 106:ba1f97679dad 6784 #define TIM_EGR_COMG ((uint32_t)0x20) /*!<Capture/Compare Control Update Generation */
Kojto 106:ba1f97679dad 6785 #define TIM_EGR_TG ((uint32_t)0x40) /*!<Trigger Generation */
Kojto 106:ba1f97679dad 6786 #define TIM_EGR_BG ((uint32_t)0x80) /*!<Break Generation */
Kojto 106:ba1f97679dad 6787
Kojto 106:ba1f97679dad 6788 /****************** Bit definition for TIM_CCMR1 register *******************/
Kojto 106:ba1f97679dad 6789 #define TIM_CCMR1_CC1S ((uint32_t)0x0003) /*!<CC1S[1:0] bits (Capture/Compare 1 Selection) */
Kojto 106:ba1f97679dad 6790 #define TIM_CCMR1_CC1S_0 ((uint32_t)0x0001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6791 #define TIM_CCMR1_CC1S_1 ((uint32_t)0x0002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6792
Kojto 106:ba1f97679dad 6793 #define TIM_CCMR1_OC1FE ((uint32_t)0x0004) /*!<Output Compare 1 Fast enable */
Kojto 106:ba1f97679dad 6794 #define TIM_CCMR1_OC1PE ((uint32_t)0x0008) /*!<Output Compare 1 Preload enable */
Kojto 106:ba1f97679dad 6795
Kojto 106:ba1f97679dad 6796 #define TIM_CCMR1_OC1M ((uint32_t)0x0070) /*!<OC1M[2:0] bits (Output Compare 1 Mode) */
Kojto 106:ba1f97679dad 6797 #define TIM_CCMR1_OC1M_0 ((uint32_t)0x0010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6798 #define TIM_CCMR1_OC1M_1 ((uint32_t)0x0020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6799 #define TIM_CCMR1_OC1M_2 ((uint32_t)0x0040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6800
Kojto 106:ba1f97679dad 6801 #define TIM_CCMR1_OC1CE ((uint32_t)0x0080) /*!<Output Compare 1Clear Enable */
Kojto 106:ba1f97679dad 6802
Kojto 106:ba1f97679dad 6803 #define TIM_CCMR1_CC2S ((uint32_t)0x0300) /*!<CC2S[1:0] bits (Capture/Compare 2 Selection) */
Kojto 106:ba1f97679dad 6804 #define TIM_CCMR1_CC2S_0 ((uint32_t)0x0100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6805 #define TIM_CCMR1_CC2S_1 ((uint32_t)0x0200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6806
Kojto 106:ba1f97679dad 6807 #define TIM_CCMR1_OC2FE ((uint32_t)0x0400) /*!<Output Compare 2 Fast enable */
Kojto 106:ba1f97679dad 6808 #define TIM_CCMR1_OC2PE ((uint32_t)0x0800) /*!<Output Compare 2 Preload enable */
Kojto 106:ba1f97679dad 6809
Kojto 106:ba1f97679dad 6810 #define TIM_CCMR1_OC2M ((uint32_t)0x7000) /*!<OC2M[2:0] bits (Output Compare 2 Mode) */
Kojto 106:ba1f97679dad 6811 #define TIM_CCMR1_OC2M_0 ((uint32_t)0x1000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6812 #define TIM_CCMR1_OC2M_1 ((uint32_t)0x2000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6813 #define TIM_CCMR1_OC2M_2 ((uint32_t)0x4000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6814
Kojto 106:ba1f97679dad 6815 #define TIM_CCMR1_OC2CE ((uint32_t)0x8000) /*!<Output Compare 2 Clear Enable */
Kojto 106:ba1f97679dad 6816
Kojto 106:ba1f97679dad 6817 /*----------------------------------------------------------------------------*/
Kojto 106:ba1f97679dad 6818
Kojto 106:ba1f97679dad 6819 #define TIM_CCMR1_IC1PSC ((uint32_t)0x000C) /*!<IC1PSC[1:0] bits (Input Capture 1 Prescaler) */
Kojto 106:ba1f97679dad 6820 #define TIM_CCMR1_IC1PSC_0 ((uint32_t)0x0004) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6821 #define TIM_CCMR1_IC1PSC_1 ((uint32_t)0x0008) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6822
Kojto 106:ba1f97679dad 6823 #define TIM_CCMR1_IC1F ((uint32_t)0x00F0) /*!<IC1F[3:0] bits (Input Capture 1 Filter) */
Kojto 106:ba1f97679dad 6824 #define TIM_CCMR1_IC1F_0 ((uint32_t)0x0010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6825 #define TIM_CCMR1_IC1F_1 ((uint32_t)0x0020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6826 #define TIM_CCMR1_IC1F_2 ((uint32_t)0x0040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6827 #define TIM_CCMR1_IC1F_3 ((uint32_t)0x0080) /*!<Bit 3 */
Kojto 106:ba1f97679dad 6828
Kojto 106:ba1f97679dad 6829 #define TIM_CCMR1_IC2PSC ((uint32_t)0x0C00) /*!<IC2PSC[1:0] bits (Input Capture 2 Prescaler) */
Kojto 106:ba1f97679dad 6830 #define TIM_CCMR1_IC2PSC_0 ((uint32_t)0x0400) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6831 #define TIM_CCMR1_IC2PSC_1 ((uint32_t)0x0800) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6832
Kojto 106:ba1f97679dad 6833 #define TIM_CCMR1_IC2F ((uint32_t)0xF000) /*!<IC2F[3:0] bits (Input Capture 2 Filter) */
Kojto 106:ba1f97679dad 6834 #define TIM_CCMR1_IC2F_0 ((uint32_t)0x1000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6835 #define TIM_CCMR1_IC2F_1 ((uint32_t)0x2000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6836 #define TIM_CCMR1_IC2F_2 ((uint32_t)0x4000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6837 #define TIM_CCMR1_IC2F_3 ((uint32_t)0x8000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 6838
Kojto 106:ba1f97679dad 6839 /****************** Bit definition for TIM_CCMR2 register *******************/
Kojto 106:ba1f97679dad 6840 #define TIM_CCMR2_CC3S ((uint32_t)0x0003) /*!<CC3S[1:0] bits (Capture/Compare 3 Selection) */
Kojto 106:ba1f97679dad 6841 #define TIM_CCMR2_CC3S_0 ((uint32_t)0x0001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6842 #define TIM_CCMR2_CC3S_1 ((uint32_t)0x0002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6843
Kojto 106:ba1f97679dad 6844 #define TIM_CCMR2_OC3FE ((uint32_t)0x0004) /*!<Output Compare 3 Fast enable */
Kojto 106:ba1f97679dad 6845 #define TIM_CCMR2_OC3PE ((uint32_t)0x0008) /*!<Output Compare 3 Preload enable */
Kojto 106:ba1f97679dad 6846
Kojto 106:ba1f97679dad 6847 #define TIM_CCMR2_OC3M ((uint32_t)0x0070) /*!<OC3M[2:0] bits (Output Compare 3 Mode) */
Kojto 106:ba1f97679dad 6848 #define TIM_CCMR2_OC3M_0 ((uint32_t)0x0010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6849 #define TIM_CCMR2_OC3M_1 ((uint32_t)0x0020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6850 #define TIM_CCMR2_OC3M_2 ((uint32_t)0x0040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6851
Kojto 106:ba1f97679dad 6852 #define TIM_CCMR2_OC3CE ((uint32_t)0x0080) /*!<Output Compare 3 Clear Enable */
Kojto 106:ba1f97679dad 6853
Kojto 106:ba1f97679dad 6854 #define TIM_CCMR2_CC4S ((uint32_t)0x0300) /*!<CC4S[1:0] bits (Capture/Compare 4 Selection) */
Kojto 106:ba1f97679dad 6855 #define TIM_CCMR2_CC4S_0 ((uint32_t)0x0100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6856 #define TIM_CCMR2_CC4S_1 ((uint32_t)0x0200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6857
Kojto 106:ba1f97679dad 6858 #define TIM_CCMR2_OC4FE ((uint32_t)0x0400) /*!<Output Compare 4 Fast enable */
Kojto 106:ba1f97679dad 6859 #define TIM_CCMR2_OC4PE ((uint32_t)0x0800) /*!<Output Compare 4 Preload enable */
Kojto 106:ba1f97679dad 6860
Kojto 106:ba1f97679dad 6861 #define TIM_CCMR2_OC4M ((uint32_t)0x7000) /*!<OC4M[2:0] bits (Output Compare 4 Mode) */
Kojto 106:ba1f97679dad 6862 #define TIM_CCMR2_OC4M_0 ((uint32_t)0x1000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6863 #define TIM_CCMR2_OC4M_1 ((uint32_t)0x2000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6864 #define TIM_CCMR2_OC4M_2 ((uint32_t)0x4000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6865
Kojto 106:ba1f97679dad 6866 #define TIM_CCMR2_OC4CE ((uint32_t)0x8000) /*!<Output Compare 4 Clear Enable */
Kojto 106:ba1f97679dad 6867
Kojto 106:ba1f97679dad 6868 /*----------------------------------------------------------------------------*/
Kojto 106:ba1f97679dad 6869
Kojto 106:ba1f97679dad 6870 #define TIM_CCMR2_IC3PSC ((uint32_t)0x000C) /*!<IC3PSC[1:0] bits (Input Capture 3 Prescaler) */
Kojto 106:ba1f97679dad 6871 #define TIM_CCMR2_IC3PSC_0 ((uint32_t)0x0004) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6872 #define TIM_CCMR2_IC3PSC_1 ((uint32_t)0x0008) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6873
Kojto 106:ba1f97679dad 6874 #define TIM_CCMR2_IC3F ((uint32_t)0x00F0) /*!<IC3F[3:0] bits (Input Capture 3 Filter) */
Kojto 106:ba1f97679dad 6875 #define TIM_CCMR2_IC3F_0 ((uint32_t)0x0010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6876 #define TIM_CCMR2_IC3F_1 ((uint32_t)0x0020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6877 #define TIM_CCMR2_IC3F_2 ((uint32_t)0x0040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6878 #define TIM_CCMR2_IC3F_3 ((uint32_t)0x0080) /*!<Bit 3 */
Kojto 106:ba1f97679dad 6879
Kojto 106:ba1f97679dad 6880 #define TIM_CCMR2_IC4PSC ((uint32_t)0x0C00) /*!<IC4PSC[1:0] bits (Input Capture 4 Prescaler) */
Kojto 106:ba1f97679dad 6881 #define TIM_CCMR2_IC4PSC_0 ((uint32_t)0x0400) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6882 #define TIM_CCMR2_IC4PSC_1 ((uint32_t)0x0800) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6883
Kojto 106:ba1f97679dad 6884 #define TIM_CCMR2_IC4F ((uint32_t)0xF000) /*!<IC4F[3:0] bits (Input Capture 4 Filter) */
Kojto 106:ba1f97679dad 6885 #define TIM_CCMR2_IC4F_0 ((uint32_t)0x1000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6886 #define TIM_CCMR2_IC4F_1 ((uint32_t)0x2000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6887 #define TIM_CCMR2_IC4F_2 ((uint32_t)0x4000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6888 #define TIM_CCMR2_IC4F_3 ((uint32_t)0x8000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 6889
Kojto 106:ba1f97679dad 6890 /******************* Bit definition for TIM_CCER register *******************/
Kojto 106:ba1f97679dad 6891 #define TIM_CCER_CC1E ((uint32_t)0x0001) /*!<Capture/Compare 1 output enable */
Kojto 106:ba1f97679dad 6892 #define TIM_CCER_CC1P ((uint32_t)0x0002) /*!<Capture/Compare 1 output Polarity */
Kojto 106:ba1f97679dad 6893 #define TIM_CCER_CC1NE ((uint32_t)0x0004) /*!<Capture/Compare 1 Complementary output enable */
Kojto 106:ba1f97679dad 6894 #define TIM_CCER_CC1NP ((uint32_t)0x0008) /*!<Capture/Compare 1 Complementary output Polarity */
Kojto 106:ba1f97679dad 6895 #define TIM_CCER_CC2E ((uint32_t)0x0010) /*!<Capture/Compare 2 output enable */
Kojto 106:ba1f97679dad 6896 #define TIM_CCER_CC2P ((uint32_t)0x0020) /*!<Capture/Compare 2 output Polarity */
Kojto 106:ba1f97679dad 6897 #define TIM_CCER_CC2NE ((uint32_t)0x0040) /*!<Capture/Compare 2 Complementary output enable */
Kojto 106:ba1f97679dad 6898 #define TIM_CCER_CC2NP ((uint32_t)0x0080) /*!<Capture/Compare 2 Complementary output Polarity */
Kojto 106:ba1f97679dad 6899 #define TIM_CCER_CC3E ((uint32_t)0x0100) /*!<Capture/Compare 3 output enable */
Kojto 106:ba1f97679dad 6900 #define TIM_CCER_CC3P ((uint32_t)0x0200) /*!<Capture/Compare 3 output Polarity */
Kojto 106:ba1f97679dad 6901 #define TIM_CCER_CC3NE ((uint32_t)0x0400) /*!<Capture/Compare 3 Complementary output enable */
Kojto 106:ba1f97679dad 6902 #define TIM_CCER_CC3NP ((uint32_t)0x0800) /*!<Capture/Compare 3 Complementary output Polarity */
Kojto 106:ba1f97679dad 6903 #define TIM_CCER_CC4E ((uint32_t)0x1000) /*!<Capture/Compare 4 output enable */
Kojto 106:ba1f97679dad 6904 #define TIM_CCER_CC4P ((uint32_t)0x2000) /*!<Capture/Compare 4 output Polarity */
Kojto 106:ba1f97679dad 6905 #define TIM_CCER_CC4NP ((uint32_t)0x8000) /*!<Capture/Compare 4 Complementary output Polarity */
Kojto 106:ba1f97679dad 6906
Kojto 106:ba1f97679dad 6907 /******************* Bit definition for TIM_CNT register ********************/
Kojto 106:ba1f97679dad 6908 #define TIM_CNT_CNT ((uint32_t)0xFFFF) /*!<Counter Value */
Kojto 106:ba1f97679dad 6909
Kojto 106:ba1f97679dad 6910 /******************* Bit definition for TIM_PSC register ********************/
Kojto 106:ba1f97679dad 6911 #define TIM_PSC_PSC ((uint32_t)0xFFFF) /*!<Prescaler Value */
Kojto 106:ba1f97679dad 6912
Kojto 106:ba1f97679dad 6913 /******************* Bit definition for TIM_ARR register ********************/
Kojto 106:ba1f97679dad 6914 #define TIM_ARR_ARR ((uint32_t)0xFFFF) /*!<actual auto-reload Value */
Kojto 106:ba1f97679dad 6915
Kojto 106:ba1f97679dad 6916 /******************* Bit definition for TIM_RCR register ********************/
Kojto 106:ba1f97679dad 6917 #define TIM_RCR_REP ((uint32_t)0xFF) /*!<Repetition Counter Value */
Kojto 106:ba1f97679dad 6918
Kojto 106:ba1f97679dad 6919 /******************* Bit definition for TIM_CCR1 register *******************/
Kojto 106:ba1f97679dad 6920 #define TIM_CCR1_CCR1 ((uint32_t)0xFFFF) /*!<Capture/Compare 1 Value */
Kojto 106:ba1f97679dad 6921
Kojto 106:ba1f97679dad 6922 /******************* Bit definition for TIM_CCR2 register *******************/
Kojto 106:ba1f97679dad 6923 #define TIM_CCR2_CCR2 ((uint32_t)0xFFFF) /*!<Capture/Compare 2 Value */
Kojto 106:ba1f97679dad 6924
Kojto 106:ba1f97679dad 6925 /******************* Bit definition for TIM_CCR3 register *******************/
Kojto 106:ba1f97679dad 6926 #define TIM_CCR3_CCR3 ((uint32_t)0xFFFF) /*!<Capture/Compare 3 Value */
Kojto 106:ba1f97679dad 6927
Kojto 106:ba1f97679dad 6928 /******************* Bit definition for TIM_CCR4 register *******************/
Kojto 106:ba1f97679dad 6929 #define TIM_CCR4_CCR4 ((uint32_t)0xFFFF) /*!<Capture/Compare 4 Value */
Kojto 106:ba1f97679dad 6930
Kojto 106:ba1f97679dad 6931 /******************* Bit definition for TIM_BDTR register *******************/
Kojto 106:ba1f97679dad 6932 #define TIM_BDTR_DTG ((uint32_t)0x00FF) /*!<DTG[0:7] bits (Dead-Time Generator set-up) */
Kojto 106:ba1f97679dad 6933 #define TIM_BDTR_DTG_0 ((uint32_t)0x0001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6934 #define TIM_BDTR_DTG_1 ((uint32_t)0x0002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6935 #define TIM_BDTR_DTG_2 ((uint32_t)0x0004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6936 #define TIM_BDTR_DTG_3 ((uint32_t)0x0008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 6937 #define TIM_BDTR_DTG_4 ((uint32_t)0x0010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 6938 #define TIM_BDTR_DTG_5 ((uint32_t)0x0020) /*!<Bit 5 */
Kojto 106:ba1f97679dad 6939 #define TIM_BDTR_DTG_6 ((uint32_t)0x0040) /*!<Bit 6 */
Kojto 106:ba1f97679dad 6940 #define TIM_BDTR_DTG_7 ((uint32_t)0x0080) /*!<Bit 7 */
Kojto 106:ba1f97679dad 6941
Kojto 106:ba1f97679dad 6942 #define TIM_BDTR_LOCK ((uint32_t)0x0300) /*!<LOCK[1:0] bits (Lock Configuration) */
Kojto 106:ba1f97679dad 6943 #define TIM_BDTR_LOCK_0 ((uint32_t)0x0100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6944 #define TIM_BDTR_LOCK_1 ((uint32_t)0x0200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6945
Kojto 106:ba1f97679dad 6946 #define TIM_BDTR_OSSI ((uint32_t)0x0400) /*!<Off-State Selection for Idle mode */
Kojto 106:ba1f97679dad 6947 #define TIM_BDTR_OSSR ((uint32_t)0x0800) /*!<Off-State Selection for Run mode */
Kojto 106:ba1f97679dad 6948 #define TIM_BDTR_BKE ((uint32_t)0x1000) /*!<Break enable */
Kojto 106:ba1f97679dad 6949 #define TIM_BDTR_BKP ((uint32_t)0x2000) /*!<Break Polarity */
Kojto 106:ba1f97679dad 6950 #define TIM_BDTR_AOE ((uint32_t)0x4000) /*!<Automatic Output enable */
Kojto 106:ba1f97679dad 6951 #define TIM_BDTR_MOE ((uint32_t)0x8000) /*!<Main Output enable */
Kojto 106:ba1f97679dad 6952
Kojto 106:ba1f97679dad 6953 /******************* Bit definition for TIM_DCR register ********************/
Kojto 106:ba1f97679dad 6954 #define TIM_DCR_DBA ((uint32_t)0x001F) /*!<DBA[4:0] bits (DMA Base Address) */
Kojto 106:ba1f97679dad 6955 #define TIM_DCR_DBA_0 ((uint32_t)0x0001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6956 #define TIM_DCR_DBA_1 ((uint32_t)0x0002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6957 #define TIM_DCR_DBA_2 ((uint32_t)0x0004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6958 #define TIM_DCR_DBA_3 ((uint32_t)0x0008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 6959 #define TIM_DCR_DBA_4 ((uint32_t)0x0010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 6960
Kojto 106:ba1f97679dad 6961 #define TIM_DCR_DBL ((uint32_t)0x1F00) /*!<DBL[4:0] bits (DMA Burst Length) */
Kojto 106:ba1f97679dad 6962 #define TIM_DCR_DBL_0 ((uint32_t)0x0100) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6963 #define TIM_DCR_DBL_1 ((uint32_t)0x0200) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6964 #define TIM_DCR_DBL_2 ((uint32_t)0x0400) /*!<Bit 2 */
Kojto 106:ba1f97679dad 6965 #define TIM_DCR_DBL_3 ((uint32_t)0x0800) /*!<Bit 3 */
Kojto 106:ba1f97679dad 6966 #define TIM_DCR_DBL_4 ((uint32_t)0x1000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 6967
Kojto 106:ba1f97679dad 6968 /******************* Bit definition for TIM_DMAR register *******************/
Kojto 106:ba1f97679dad 6969 #define TIM_DMAR_DMAB ((uint32_t)0xFFFF) /*!<DMA register for burst accesses */
Kojto 106:ba1f97679dad 6970
Kojto 106:ba1f97679dad 6971 /******************* Bit definition for TIM_OR register *********************/
Kojto 106:ba1f97679dad 6972 #define TIM_OR_TI4_RMP ((uint32_t)0x00C0) /*!<TI4_RMP[1:0] bits (TIM5 Input 4 remap) */
Kojto 106:ba1f97679dad 6973 #define TIM_OR_TI4_RMP_0 ((uint32_t)0x0040) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6974 #define TIM_OR_TI4_RMP_1 ((uint32_t)0x0080) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6975 #define TIM_OR_ITR1_RMP ((uint32_t)0x0C00) /*!<ITR1_RMP[1:0] bits (TIM2 Internal trigger 1 remap) */
Kojto 106:ba1f97679dad 6976 #define TIM_OR_ITR1_RMP_0 ((uint32_t)0x0400) /*!<Bit 0 */
Kojto 106:ba1f97679dad 6977 #define TIM_OR_ITR1_RMP_1 ((uint32_t)0x0800) /*!<Bit 1 */
Kojto 106:ba1f97679dad 6978
Kojto 106:ba1f97679dad 6979
Kojto 106:ba1f97679dad 6980 /******************************************************************************/
Kojto 106:ba1f97679dad 6981 /* */
Kojto 106:ba1f97679dad 6982 /* Universal Synchronous Asynchronous Receiver Transmitter */
Kojto 106:ba1f97679dad 6983 /* */
Kojto 106:ba1f97679dad 6984 /******************************************************************************/
Kojto 106:ba1f97679dad 6985 /******************* Bit definition for USART_SR register *******************/
Kojto 106:ba1f97679dad 6986 #define USART_SR_PE ((uint32_t)0x0001) /*!<Parity Error */
Kojto 106:ba1f97679dad 6987 #define USART_SR_FE ((uint32_t)0x0002) /*!<Framing Error */
Kojto 106:ba1f97679dad 6988 #define USART_SR_NE ((uint32_t)0x0004) /*!<Noise Error Flag */
Kojto 106:ba1f97679dad 6989 #define USART_SR_ORE ((uint32_t)0x0008) /*!<OverRun Error */
Kojto 106:ba1f97679dad 6990 #define USART_SR_IDLE ((uint32_t)0x0010) /*!<IDLE line detected */
Kojto 106:ba1f97679dad 6991 #define USART_SR_RXNE ((uint32_t)0x0020) /*!<Read Data Register Not Empty */
Kojto 106:ba1f97679dad 6992 #define USART_SR_TC ((uint32_t)0x0040) /*!<Transmission Complete */
Kojto 106:ba1f97679dad 6993 #define USART_SR_TXE ((uint32_t)0x0080) /*!<Transmit Data Register Empty */
Kojto 106:ba1f97679dad 6994 #define USART_SR_LBD ((uint32_t)0x0100) /*!<LIN Break Detection Flag */
Kojto 106:ba1f97679dad 6995 #define USART_SR_CTS ((uint32_t)0x0200) /*!<CTS Flag */
Kojto 106:ba1f97679dad 6996
Kojto 106:ba1f97679dad 6997 /******************* Bit definition for USART_DR register *******************/
Kojto 106:ba1f97679dad 6998 #define USART_DR_DR ((uint32_t)0x01FF) /*!<Data value */
Kojto 106:ba1f97679dad 6999
Kojto 106:ba1f97679dad 7000 /****************** Bit definition for USART_BRR register *******************/
Kojto 106:ba1f97679dad 7001 #define USART_BRR_DIV_Fraction ((uint32_t)0x000F) /*!<Fraction of USARTDIV */
Kojto 106:ba1f97679dad 7002 #define USART_BRR_DIV_Mantissa ((uint32_t)0xFFF0) /*!<Mantissa of USARTDIV */
Kojto 106:ba1f97679dad 7003
Kojto 106:ba1f97679dad 7004 /****************** Bit definition for USART_CR1 register *******************/
Kojto 106:ba1f97679dad 7005 #define USART_CR1_SBK ((uint32_t)0x0001) /*!<Send Break */
Kojto 106:ba1f97679dad 7006 #define USART_CR1_RWU ((uint32_t)0x0002) /*!<Receiver wakeup */
Kojto 106:ba1f97679dad 7007 #define USART_CR1_RE ((uint32_t)0x0004) /*!<Receiver Enable */
Kojto 106:ba1f97679dad 7008 #define USART_CR1_TE ((uint32_t)0x0008) /*!<Transmitter Enable */
Kojto 106:ba1f97679dad 7009 #define USART_CR1_IDLEIE ((uint32_t)0x0010) /*!<IDLE Interrupt Enable */
Kojto 106:ba1f97679dad 7010 #define USART_CR1_RXNEIE ((uint32_t)0x0020) /*!<RXNE Interrupt Enable */
Kojto 106:ba1f97679dad 7011 #define USART_CR1_TCIE ((uint32_t)0x0040) /*!<Transmission Complete Interrupt Enable */
Kojto 106:ba1f97679dad 7012 #define USART_CR1_TXEIE ((uint32_t)0x0080) /*!<PE Interrupt Enable */
Kojto 106:ba1f97679dad 7013 #define USART_CR1_PEIE ((uint32_t)0x0100) /*!<PE Interrupt Enable */
Kojto 106:ba1f97679dad 7014 #define USART_CR1_PS ((uint32_t)0x0200) /*!<Parity Selection */
Kojto 106:ba1f97679dad 7015 #define USART_CR1_PCE ((uint32_t)0x0400) /*!<Parity Control Enable */
Kojto 106:ba1f97679dad 7016 #define USART_CR1_WAKE ((uint32_t)0x0800) /*!<Wakeup method */
Kojto 106:ba1f97679dad 7017 #define USART_CR1_M ((uint32_t)0x1000) /*!<Word length */
Kojto 106:ba1f97679dad 7018 #define USART_CR1_UE ((uint32_t)0x2000) /*!<USART Enable */
Kojto 106:ba1f97679dad 7019 #define USART_CR1_OVER8 ((uint32_t)0x8000) /*!<USART Oversampling by 8 enable */
Kojto 106:ba1f97679dad 7020
Kojto 106:ba1f97679dad 7021 /****************** Bit definition for USART_CR2 register *******************/
Kojto 106:ba1f97679dad 7022 #define USART_CR2_ADD ((uint32_t)0x000F) /*!<Address of the USART node */
Kojto 106:ba1f97679dad 7023 #define USART_CR2_LBDL ((uint32_t)0x0020) /*!<LIN Break Detection Length */
Kojto 106:ba1f97679dad 7024 #define USART_CR2_LBDIE ((uint32_t)0x0040) /*!<LIN Break Detection Interrupt Enable */
Kojto 106:ba1f97679dad 7025 #define USART_CR2_LBCL ((uint32_t)0x0100) /*!<Last Bit Clock pulse */
Kojto 106:ba1f97679dad 7026 #define USART_CR2_CPHA ((uint32_t)0x0200) /*!<Clock Phase */
Kojto 106:ba1f97679dad 7027 #define USART_CR2_CPOL ((uint32_t)0x0400) /*!<Clock Polarity */
Kojto 106:ba1f97679dad 7028 #define USART_CR2_CLKEN ((uint32_t)0x0800) /*!<Clock Enable */
Kojto 106:ba1f97679dad 7029
Kojto 106:ba1f97679dad 7030 #define USART_CR2_STOP ((uint32_t)0x3000) /*!<STOP[1:0] bits (STOP bits) */
Kojto 106:ba1f97679dad 7031 #define USART_CR2_STOP_0 ((uint32_t)0x1000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7032 #define USART_CR2_STOP_1 ((uint32_t)0x2000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7033
Kojto 106:ba1f97679dad 7034 #define USART_CR2_LINEN ((uint32_t)0x4000) /*!<LIN mode enable */
Kojto 106:ba1f97679dad 7035
Kojto 106:ba1f97679dad 7036 /****************** Bit definition for USART_CR3 register *******************/
Kojto 106:ba1f97679dad 7037 #define USART_CR3_EIE ((uint32_t)0x0001) /*!<Error Interrupt Enable */
Kojto 106:ba1f97679dad 7038 #define USART_CR3_IREN ((uint32_t)0x0002) /*!<IrDA mode Enable */
Kojto 106:ba1f97679dad 7039 #define USART_CR3_IRLP ((uint32_t)0x0004) /*!<IrDA Low-Power */
Kojto 106:ba1f97679dad 7040 #define USART_CR3_HDSEL ((uint32_t)0x0008) /*!<Half-Duplex Selection */
Kojto 106:ba1f97679dad 7041 #define USART_CR3_NACK ((uint32_t)0x0010) /*!<Smartcard NACK enable */
Kojto 106:ba1f97679dad 7042 #define USART_CR3_SCEN ((uint32_t)0x0020) /*!<Smartcard mode enable */
Kojto 106:ba1f97679dad 7043 #define USART_CR3_DMAR ((uint32_t)0x0040) /*!<DMA Enable Receiver */
Kojto 106:ba1f97679dad 7044 #define USART_CR3_DMAT ((uint32_t)0x0080) /*!<DMA Enable Transmitter */
Kojto 106:ba1f97679dad 7045 #define USART_CR3_RTSE ((uint32_t)0x0100) /*!<RTS Enable */
Kojto 106:ba1f97679dad 7046 #define USART_CR3_CTSE ((uint32_t)0x0200) /*!<CTS Enable */
Kojto 106:ba1f97679dad 7047 #define USART_CR3_CTSIE ((uint32_t)0x0400) /*!<CTS Interrupt Enable */
Kojto 106:ba1f97679dad 7048 #define USART_CR3_ONEBIT ((uint32_t)0x0800) /*!<USART One bit method enable */
Kojto 106:ba1f97679dad 7049
Kojto 106:ba1f97679dad 7050 /****************** Bit definition for USART_GTPR register ******************/
Kojto 106:ba1f97679dad 7051 #define USART_GTPR_PSC ((uint32_t)0x00FF) /*!<PSC[7:0] bits (Prescaler value) */
Kojto 106:ba1f97679dad 7052 #define USART_GTPR_PSC_0 ((uint32_t)0x0001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7053 #define USART_GTPR_PSC_1 ((uint32_t)0x0002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7054 #define USART_GTPR_PSC_2 ((uint32_t)0x0004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7055 #define USART_GTPR_PSC_3 ((uint32_t)0x0008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7056 #define USART_GTPR_PSC_4 ((uint32_t)0x0010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 7057 #define USART_GTPR_PSC_5 ((uint32_t)0x0020) /*!<Bit 5 */
Kojto 106:ba1f97679dad 7058 #define USART_GTPR_PSC_6 ((uint32_t)0x0040) /*!<Bit 6 */
Kojto 106:ba1f97679dad 7059 #define USART_GTPR_PSC_7 ((uint32_t)0x0080) /*!<Bit 7 */
Kojto 106:ba1f97679dad 7060
Kojto 106:ba1f97679dad 7061 #define USART_GTPR_GT ((uint32_t)0xFF00) /*!<Guard time value */
Kojto 106:ba1f97679dad 7062
Kojto 106:ba1f97679dad 7063 /******************************************************************************/
Kojto 106:ba1f97679dad 7064 /* */
Kojto 106:ba1f97679dad 7065 /* Window WATCHDOG */
Kojto 106:ba1f97679dad 7066 /* */
Kojto 106:ba1f97679dad 7067 /******************************************************************************/
Kojto 106:ba1f97679dad 7068 /******************* Bit definition for WWDG_CR register ********************/
Kojto 106:ba1f97679dad 7069 #define WWDG_CR_T ((uint32_t)0x7F) /*!<T[6:0] bits (7-Bit counter (MSB to LSB)) */
Kojto 106:ba1f97679dad 7070 #define WWDG_CR_T0 ((uint32_t)0x01) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7071 #define WWDG_CR_T1 ((uint32_t)0x02) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7072 #define WWDG_CR_T2 ((uint32_t)0x04) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7073 #define WWDG_CR_T3 ((uint32_t)0x08) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7074 #define WWDG_CR_T4 ((uint32_t)0x10) /*!<Bit 4 */
Kojto 106:ba1f97679dad 7075 #define WWDG_CR_T5 ((uint32_t)0x20) /*!<Bit 5 */
Kojto 106:ba1f97679dad 7076 #define WWDG_CR_T6 ((uint32_t)0x40) /*!<Bit 6 */
Kojto 106:ba1f97679dad 7077
Kojto 106:ba1f97679dad 7078 #define WWDG_CR_WDGA ((uint32_t)0x80) /*!<Activation bit */
Kojto 106:ba1f97679dad 7079
Kojto 106:ba1f97679dad 7080 /******************* Bit definition for WWDG_CFR register *******************/
Kojto 106:ba1f97679dad 7081 #define WWDG_CFR_W ((uint32_t)0x007F) /*!<W[6:0] bits (7-bit window value) */
Kojto 106:ba1f97679dad 7082 #define WWDG_CFR_W0 ((uint32_t)0x0001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7083 #define WWDG_CFR_W1 ((uint32_t)0x0002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7084 #define WWDG_CFR_W2 ((uint32_t)0x0004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7085 #define WWDG_CFR_W3 ((uint32_t)0x0008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7086 #define WWDG_CFR_W4 ((uint32_t)0x0010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 7087 #define WWDG_CFR_W5 ((uint32_t)0x0020) /*!<Bit 5 */
Kojto 106:ba1f97679dad 7088 #define WWDG_CFR_W6 ((uint32_t)0x0040) /*!<Bit 6 */
Kojto 106:ba1f97679dad 7089
Kojto 106:ba1f97679dad 7090 #define WWDG_CFR_WDGTB ((uint32_t)0x0180) /*!<WDGTB[1:0] bits (Timer Base) */
Kojto 106:ba1f97679dad 7091 #define WWDG_CFR_WDGTB0 ((uint32_t)0x0080) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7092 #define WWDG_CFR_WDGTB1 ((uint32_t)0x0100) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7093
Kojto 106:ba1f97679dad 7094 #define WWDG_CFR_EWI ((uint32_t)0x0200) /*!<Early Wakeup Interrupt */
Kojto 106:ba1f97679dad 7095
Kojto 106:ba1f97679dad 7096 /******************* Bit definition for WWDG_SR register ********************/
Kojto 106:ba1f97679dad 7097 #define WWDG_SR_EWIF ((uint32_t)0x01) /*!<Early Wakeup Interrupt Flag */
Kojto 106:ba1f97679dad 7098
Kojto 106:ba1f97679dad 7099
Kojto 106:ba1f97679dad 7100 /******************************************************************************/
Kojto 106:ba1f97679dad 7101 /* */
Kojto 106:ba1f97679dad 7102 /* DBG */
Kojto 106:ba1f97679dad 7103 /* */
Kojto 106:ba1f97679dad 7104 /******************************************************************************/
Kojto 106:ba1f97679dad 7105 /******************** Bit definition for DBGMCU_IDCODE register *************/
Kojto 106:ba1f97679dad 7106 #define DBGMCU_IDCODE_DEV_ID ((uint32_t)0x00000FFF)
Kojto 106:ba1f97679dad 7107 #define DBGMCU_IDCODE_REV_ID ((uint32_t)0xFFFF0000)
Kojto 106:ba1f97679dad 7108
Kojto 106:ba1f97679dad 7109 /******************** Bit definition for DBGMCU_CR register *****************/
Kojto 106:ba1f97679dad 7110 #define DBGMCU_CR_DBG_SLEEP ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 7111 #define DBGMCU_CR_DBG_STOP ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 7112 #define DBGMCU_CR_DBG_STANDBY ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 7113 #define DBGMCU_CR_TRACE_IOEN ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 7114
Kojto 106:ba1f97679dad 7115 #define DBGMCU_CR_TRACE_MODE ((uint32_t)0x000000C0)
Kojto 106:ba1f97679dad 7116 #define DBGMCU_CR_TRACE_MODE_0 ((uint32_t)0x00000040)/*!<Bit 0 */
Kojto 106:ba1f97679dad 7117 #define DBGMCU_CR_TRACE_MODE_1 ((uint32_t)0x00000080)/*!<Bit 1 */
Kojto 106:ba1f97679dad 7118
Kojto 106:ba1f97679dad 7119 /******************** Bit definition for DBGMCU_APB1_FZ register ************/
Kojto 106:ba1f97679dad 7120 #define DBGMCU_APB1_FZ_DBG_TIM2_STOP ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 7121 #define DBGMCU_APB1_FZ_DBG_TIM3_STOP ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 7122 #define DBGMCU_APB1_FZ_DBG_TIM4_STOP ((uint32_t)0x00000004)
Kojto 106:ba1f97679dad 7123 #define DBGMCU_APB1_FZ_DBG_TIM5_STOP ((uint32_t)0x00000008)
Kojto 106:ba1f97679dad 7124 #define DBGMCU_APB1_FZ_DBG_TIM6_STOP ((uint32_t)0x00000010)
Kojto 106:ba1f97679dad 7125 #define DBGMCU_APB1_FZ_DBG_TIM7_STOP ((uint32_t)0x00000020)
Kojto 106:ba1f97679dad 7126 #define DBGMCU_APB1_FZ_DBG_TIM12_STOP ((uint32_t)0x00000040)
Kojto 106:ba1f97679dad 7127 #define DBGMCU_APB1_FZ_DBG_TIM13_STOP ((uint32_t)0x00000080)
Kojto 106:ba1f97679dad 7128 #define DBGMCU_APB1_FZ_DBG_TIM14_STOP ((uint32_t)0x00000100)
Kojto 106:ba1f97679dad 7129 #define DBGMCU_APB1_FZ_DBG_RTC_STOP ((uint32_t)0x00000400)
Kojto 106:ba1f97679dad 7130 #define DBGMCU_APB1_FZ_DBG_WWDG_STOP ((uint32_t)0x00000800)
Kojto 106:ba1f97679dad 7131 #define DBGMCU_APB1_FZ_DBG_IWDG_STOP ((uint32_t)0x00001000)
Kojto 106:ba1f97679dad 7132 #define DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT ((uint32_t)0x00200000)
Kojto 106:ba1f97679dad 7133 #define DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT ((uint32_t)0x00400000)
Kojto 106:ba1f97679dad 7134 #define DBGMCU_APB1_FZ_DBG_I2C3_SMBUS_TIMEOUT ((uint32_t)0x00800000)
Kojto 106:ba1f97679dad 7135 #define DBGMCU_APB1_FZ_DBG_CAN1_STOP ((uint32_t)0x02000000)
Kojto 106:ba1f97679dad 7136 #define DBGMCU_APB1_FZ_DBG_CAN2_STOP ((uint32_t)0x04000000)
Kojto 106:ba1f97679dad 7137 /* Old IWDGSTOP bit definition, maintained for legacy purpose */
Kojto 106:ba1f97679dad 7138 #define DBGMCU_APB1_FZ_DBG_IWDEG_STOP DBGMCU_APB1_FZ_DBG_IWDG_STOP
Kojto 106:ba1f97679dad 7139
Kojto 106:ba1f97679dad 7140 /******************** Bit definition for DBGMCU_APB2_FZ register ************/
Kojto 106:ba1f97679dad 7141 #define DBGMCU_APB2_FZ_DBG_TIM1_STOP ((uint32_t)0x00000001)
Kojto 106:ba1f97679dad 7142 #define DBGMCU_APB2_FZ_DBG_TIM8_STOP ((uint32_t)0x00000002)
Kojto 106:ba1f97679dad 7143 #define DBGMCU_APB2_FZ_DBG_TIM9_STOP ((uint32_t)0x00010000)
Kojto 106:ba1f97679dad 7144 #define DBGMCU_APB2_FZ_DBG_TIM10_STOP ((uint32_t)0x00020000)
Kojto 106:ba1f97679dad 7145 #define DBGMCU_APB2_FZ_DBG_TIM11_STOP ((uint32_t)0x00040000)
Kojto 106:ba1f97679dad 7146
Kojto 106:ba1f97679dad 7147
Kojto 106:ba1f97679dad 7148 /******************************************************************************/
Kojto 106:ba1f97679dad 7149 /* */
Kojto 106:ba1f97679dad 7150 /* USB_OTG */
Kojto 106:ba1f97679dad 7151 /* */
Kojto 106:ba1f97679dad 7152 /******************************************************************************/
Kojto 106:ba1f97679dad 7153 /******************** Bit definition forUSB_OTG_GOTGCTL register ********************/
Kojto 106:ba1f97679dad 7154 #define USB_OTG_GOTGCTL_SRQSCS ((uint32_t)0x00000001) /*!< Session request success */
Kojto 106:ba1f97679dad 7155 #define USB_OTG_GOTGCTL_SRQ ((uint32_t)0x00000002) /*!< Session request */
Kojto 106:ba1f97679dad 7156 #define USB_OTG_GOTGCTL_VBVALOEN ((uint32_t)0x00000004) /*!< VBUS valid override enable */
Kojto 106:ba1f97679dad 7157 #define USB_OTG_GOTGCTL_VBVALOVAL ((uint32_t)0x00000008) /*!< VBUS valid override value */
Kojto 106:ba1f97679dad 7158 #define USB_OTG_GOTGCTL_AVALOEN ((uint32_t)0x00000010) /*!< A-peripheral session valid override enable */
Kojto 106:ba1f97679dad 7159 #define USB_OTG_GOTGCTL_AVALOVAL ((uint32_t)0x00000020) /*!< A-peripheral session valid override value */
Kojto 106:ba1f97679dad 7160 #define USB_OTG_GOTGCTL_BVALOEN ((uint32_t)0x00000040) /*!< B-peripheral session valid override enable */
Kojto 106:ba1f97679dad 7161 #define USB_OTG_GOTGCTL_BVALOVAL ((uint32_t)0x00000080) /*!< B-peripheral session valid override value */
Kojto 106:ba1f97679dad 7162 #define USB_OTG_GOTGCTL_HNGSCS ((uint32_t)0x00000100) /*!< Host set HNP enable */
Kojto 106:ba1f97679dad 7163 #define USB_OTG_GOTGCTL_HNPRQ ((uint32_t)0x00000200) /*!< HNP request */
Kojto 106:ba1f97679dad 7164 #define USB_OTG_GOTGCTL_HSHNPEN ((uint32_t)0x00000400) /*!< Host set HNP enable */
Kojto 106:ba1f97679dad 7165 #define USB_OTG_GOTGCTL_DHNPEN ((uint32_t)0x00000800) /*!< Device HNP enabled */
Kojto 106:ba1f97679dad 7166 #define USB_OTG_GOTGCTL_EHEN ((uint32_t)0x00001000) /*!< Embedded host enable */
Kojto 106:ba1f97679dad 7167 #define USB_OTG_GOTGCTL_CIDSTS ((uint32_t)0x00010000) /*!< Connector ID status */
Kojto 106:ba1f97679dad 7168 #define USB_OTG_GOTGCTL_DBCT ((uint32_t)0x00020000) /*!< Long/short debounce time */
Kojto 106:ba1f97679dad 7169 #define USB_OTG_GOTGCTL_ASVLD ((uint32_t)0x00040000) /*!< A-session valid */
Kojto 106:ba1f97679dad 7170 #define USB_OTG_GOTGCTL_BSESVLD ((uint32_t)0x00080000) /*!< B-session valid */
Kojto 106:ba1f97679dad 7171 #define USB_OTG_GOTGCTL_OTGVER ((uint32_t)0x00100000) /*!< OTG version */
Kojto 106:ba1f97679dad 7172
Kojto 106:ba1f97679dad 7173 /******************** Bit definition forUSB_OTG_HCFG register ********************/
Kojto 106:ba1f97679dad 7174
Kojto 106:ba1f97679dad 7175 #define USB_OTG_HCFG_FSLSPCS ((uint32_t)0x00000003) /*!< FS/LS PHY clock select */
Kojto 106:ba1f97679dad 7176 #define USB_OTG_HCFG_FSLSPCS_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7177 #define USB_OTG_HCFG_FSLSPCS_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7178 #define USB_OTG_HCFG_FSLSS ((uint32_t)0x00000004) /*!< FS- and LS-only support */
Kojto 106:ba1f97679dad 7179
Kojto 106:ba1f97679dad 7180 /******************** Bit definition forUSB_OTG_DCFG register ********************/
Kojto 106:ba1f97679dad 7181
Kojto 106:ba1f97679dad 7182 #define USB_OTG_DCFG_DSPD ((uint32_t)0x00000003) /*!< Device speed */
Kojto 106:ba1f97679dad 7183 #define USB_OTG_DCFG_DSPD_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7184 #define USB_OTG_DCFG_DSPD_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7185 #define USB_OTG_DCFG_NZLSOHSK ((uint32_t)0x00000004) /*!< Nonzero-length status OUT handshake */
Kojto 106:ba1f97679dad 7186
Kojto 106:ba1f97679dad 7187 #define USB_OTG_DCFG_DAD ((uint32_t)0x000007F0) /*!< Device address */
Kojto 106:ba1f97679dad 7188 #define USB_OTG_DCFG_DAD_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7189 #define USB_OTG_DCFG_DAD_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7190 #define USB_OTG_DCFG_DAD_2 ((uint32_t)0x00000040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7191 #define USB_OTG_DCFG_DAD_3 ((uint32_t)0x00000080) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7192 #define USB_OTG_DCFG_DAD_4 ((uint32_t)0x00000100) /*!<Bit 4 */
Kojto 106:ba1f97679dad 7193 #define USB_OTG_DCFG_DAD_5 ((uint32_t)0x00000200) /*!<Bit 5 */
Kojto 106:ba1f97679dad 7194 #define USB_OTG_DCFG_DAD_6 ((uint32_t)0x00000400) /*!<Bit 6 */
Kojto 106:ba1f97679dad 7195
Kojto 106:ba1f97679dad 7196 #define USB_OTG_DCFG_PFIVL ((uint32_t)0x00001800) /*!< Periodic (micro)frame interval */
Kojto 106:ba1f97679dad 7197 #define USB_OTG_DCFG_PFIVL_0 ((uint32_t)0x00000800) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7198 #define USB_OTG_DCFG_PFIVL_1 ((uint32_t)0x00001000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7199
Kojto 106:ba1f97679dad 7200 #define USB_OTG_DCFG_PERSCHIVL ((uint32_t)0x03000000) /*!< Periodic scheduling interval */
Kojto 106:ba1f97679dad 7201 #define USB_OTG_DCFG_PERSCHIVL_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7202 #define USB_OTG_DCFG_PERSCHIVL_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7203
Kojto 106:ba1f97679dad 7204 /******************** Bit definition forUSB_OTG_PCGCR register ********************/
Kojto 106:ba1f97679dad 7205 #define USB_OTG_PCGCR_STPPCLK ((uint32_t)0x00000001) /*!< Stop PHY clock */
Kojto 106:ba1f97679dad 7206 #define USB_OTG_PCGCR_GATEHCLK ((uint32_t)0x00000002) /*!< Gate HCLK */
Kojto 106:ba1f97679dad 7207 #define USB_OTG_PCGCR_PHYSUSP ((uint32_t)0x00000010) /*!< PHY suspended */
Kojto 106:ba1f97679dad 7208
Kojto 106:ba1f97679dad 7209 /******************** Bit definition forUSB_OTG_GOTGINT register ********************/
Kojto 106:ba1f97679dad 7210 #define USB_OTG_GOTGINT_SEDET ((uint32_t)0x00000004) /*!< Session end detected */
Kojto 106:ba1f97679dad 7211 #define USB_OTG_GOTGINT_SRSSCHG ((uint32_t)0x00000100) /*!< Session request success status change */
Kojto 106:ba1f97679dad 7212 #define USB_OTG_GOTGINT_HNSSCHG ((uint32_t)0x00000200) /*!< Host negotiation success status change */
Kojto 106:ba1f97679dad 7213 #define USB_OTG_GOTGINT_HNGDET ((uint32_t)0x00020000) /*!< Host negotiation detected */
Kojto 106:ba1f97679dad 7214 #define USB_OTG_GOTGINT_ADTOCHG ((uint32_t)0x00040000) /*!< A-device timeout change */
Kojto 106:ba1f97679dad 7215 #define USB_OTG_GOTGINT_DBCDNE ((uint32_t)0x00080000) /*!< Debounce done */
Kojto 106:ba1f97679dad 7216 #define USB_OTG_GOTGINT_IDCHNG ((uint32_t)0x00100000) /*!< Change in ID pin input value */
Kojto 106:ba1f97679dad 7217
Kojto 106:ba1f97679dad 7218 /******************** Bit definition forUSB_OTG_DCTL register ********************/
Kojto 106:ba1f97679dad 7219 #define USB_OTG_DCTL_RWUSIG ((uint32_t)0x00000001) /*!< Remote wakeup signaling */
Kojto 106:ba1f97679dad 7220 #define USB_OTG_DCTL_SDIS ((uint32_t)0x00000002) /*!< Soft disconnect */
Kojto 106:ba1f97679dad 7221 #define USB_OTG_DCTL_GINSTS ((uint32_t)0x00000004) /*!< Global IN NAK status */
Kojto 106:ba1f97679dad 7222 #define USB_OTG_DCTL_GONSTS ((uint32_t)0x00000008) /*!< Global OUT NAK status */
Kojto 106:ba1f97679dad 7223
Kojto 106:ba1f97679dad 7224 #define USB_OTG_DCTL_TCTL ((uint32_t)0x00000070) /*!< Test control */
Kojto 106:ba1f97679dad 7225 #define USB_OTG_DCTL_TCTL_0 ((uint32_t)0x00000010) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7226 #define USB_OTG_DCTL_TCTL_1 ((uint32_t)0x00000020) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7227 #define USB_OTG_DCTL_TCTL_2 ((uint32_t)0x00000040) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7228 #define USB_OTG_DCTL_SGINAK ((uint32_t)0x00000080) /*!< Set global IN NAK */
Kojto 106:ba1f97679dad 7229 #define USB_OTG_DCTL_CGINAK ((uint32_t)0x00000100) /*!< Clear global IN NAK */
Kojto 106:ba1f97679dad 7230 #define USB_OTG_DCTL_SGONAK ((uint32_t)0x00000200) /*!< Set global OUT NAK */
Kojto 106:ba1f97679dad 7231 #define USB_OTG_DCTL_CGONAK ((uint32_t)0x00000400) /*!< Clear global OUT NAK */
Kojto 106:ba1f97679dad 7232 #define USB_OTG_DCTL_POPRGDNE ((uint32_t)0x00000800) /*!< Power-on programming done */
Kojto 106:ba1f97679dad 7233
Kojto 106:ba1f97679dad 7234 /******************** Bit definition forUSB_OTG_HFIR register ********************/
Kojto 106:ba1f97679dad 7235 #define USB_OTG_HFIR_FRIVL ((uint32_t)0x0000FFFF) /*!< Frame interval */
Kojto 106:ba1f97679dad 7236
Kojto 106:ba1f97679dad 7237 /******************** Bit definition forUSB_OTG_HFNUM register ********************/
Kojto 106:ba1f97679dad 7238 #define USB_OTG_HFNUM_FRNUM ((uint32_t)0x0000FFFF) /*!< Frame number */
Kojto 106:ba1f97679dad 7239 #define USB_OTG_HFNUM_FTREM ((uint32_t)0xFFFF0000) /*!< Frame time remaining */
Kojto 106:ba1f97679dad 7240
Kojto 106:ba1f97679dad 7241 /******************** Bit definition forUSB_OTG_DSTS register ********************/
Kojto 106:ba1f97679dad 7242 #define USB_OTG_DSTS_SUSPSTS ((uint32_t)0x00000001) /*!< Suspend status */
Kojto 106:ba1f97679dad 7243
Kojto 106:ba1f97679dad 7244 #define USB_OTG_DSTS_ENUMSPD ((uint32_t)0x00000006) /*!< Enumerated speed */
Kojto 106:ba1f97679dad 7245 #define USB_OTG_DSTS_ENUMSPD_0 ((uint32_t)0x00000002) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7246 #define USB_OTG_DSTS_ENUMSPD_1 ((uint32_t)0x00000004) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7247 #define USB_OTG_DSTS_EERR ((uint32_t)0x00000008) /*!< Erratic error */
Kojto 106:ba1f97679dad 7248 #define USB_OTG_DSTS_FNSOF ((uint32_t)0x003FFF00) /*!< Frame number of the received SOF */
Kojto 106:ba1f97679dad 7249
Kojto 106:ba1f97679dad 7250 /******************** Bit definition forUSB_OTG_GAHBCFG register ********************/
Kojto 106:ba1f97679dad 7251 #define USB_OTG_GAHBCFG_GINT ((uint32_t)0x00000001) /*!< Global interrupt mask */
Kojto 106:ba1f97679dad 7252 #define USB_OTG_GAHBCFG_HBSTLEN ((uint32_t)0x0000001E) /*!< Burst length/type */
Kojto 106:ba1f97679dad 7253 #define USB_OTG_GAHBCFG_HBSTLEN_0 ((uint32_t)0x00000002) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7254 #define USB_OTG_GAHBCFG_HBSTLEN_1 ((uint32_t)0x00000004) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7255 #define USB_OTG_GAHBCFG_HBSTLEN_2 ((uint32_t)0x00000008) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7256 #define USB_OTG_GAHBCFG_HBSTLEN_3 ((uint32_t)0x00000010) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7257 #define USB_OTG_GAHBCFG_DMAEN ((uint32_t)0x00000020) /*!< DMA enable */
Kojto 106:ba1f97679dad 7258 #define USB_OTG_GAHBCFG_TXFELVL ((uint32_t)0x00000080) /*!< TxFIFO empty level */
Kojto 106:ba1f97679dad 7259 #define USB_OTG_GAHBCFG_PTXFELVL ((uint32_t)0x00000100) /*!< Periodic TxFIFO empty level */
Kojto 106:ba1f97679dad 7260
Kojto 106:ba1f97679dad 7261 /******************** Bit definition forUSB_OTG_GUSBCFG register ********************/
Kojto 106:ba1f97679dad 7262
Kojto 106:ba1f97679dad 7263 #define USB_OTG_GUSBCFG_TOCAL ((uint32_t)0x00000007) /*!< FS timeout calibration */
Kojto 106:ba1f97679dad 7264 #define USB_OTG_GUSBCFG_TOCAL_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7265 #define USB_OTG_GUSBCFG_TOCAL_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7266 #define USB_OTG_GUSBCFG_TOCAL_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7267 #define USB_OTG_GUSBCFG_PHYSEL ((uint32_t)0x00000040) /*!< USB 2.0 high-speed ULPI PHY or USB 1.1 full-speed serial transceiver select */
Kojto 106:ba1f97679dad 7268 #define USB_OTG_GUSBCFG_SRPCAP ((uint32_t)0x00000100) /*!< SRP-capable */
Kojto 106:ba1f97679dad 7269 #define USB_OTG_GUSBCFG_HNPCAP ((uint32_t)0x00000200) /*!< HNP-capable */
Kojto 106:ba1f97679dad 7270 #define USB_OTG_GUSBCFG_TRDT ((uint32_t)0x00003C00) /*!< USB turnaround time */
Kojto 106:ba1f97679dad 7271 #define USB_OTG_GUSBCFG_TRDT_0 ((uint32_t)0x00000400) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7272 #define USB_OTG_GUSBCFG_TRDT_1 ((uint32_t)0x00000800) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7273 #define USB_OTG_GUSBCFG_TRDT_2 ((uint32_t)0x00001000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7274 #define USB_OTG_GUSBCFG_TRDT_3 ((uint32_t)0x00002000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7275 #define USB_OTG_GUSBCFG_PHYLPCS ((uint32_t)0x00008000) /*!< PHY Low-power clock select */
Kojto 106:ba1f97679dad 7276 #define USB_OTG_GUSBCFG_ULPIFSLS ((uint32_t)0x00020000) /*!< ULPI FS/LS select */
Kojto 106:ba1f97679dad 7277 #define USB_OTG_GUSBCFG_ULPIAR ((uint32_t)0x00040000) /*!< ULPI Auto-resume */
Kojto 106:ba1f97679dad 7278 #define USB_OTG_GUSBCFG_ULPICSM ((uint32_t)0x00080000) /*!< ULPI Clock SuspendM */
Kojto 106:ba1f97679dad 7279 #define USB_OTG_GUSBCFG_ULPIEVBUSD ((uint32_t)0x00100000) /*!< ULPI External VBUS Drive */
Kojto 106:ba1f97679dad 7280 #define USB_OTG_GUSBCFG_ULPIEVBUSI ((uint32_t)0x00200000) /*!< ULPI external VBUS indicator */
Kojto 106:ba1f97679dad 7281 #define USB_OTG_GUSBCFG_TSDPS ((uint32_t)0x00400000) /*!< TermSel DLine pulsing selection */
Kojto 106:ba1f97679dad 7282 #define USB_OTG_GUSBCFG_PCCI ((uint32_t)0x00800000) /*!< Indicator complement */
Kojto 106:ba1f97679dad 7283 #define USB_OTG_GUSBCFG_PTCI ((uint32_t)0x01000000) /*!< Indicator pass through */
Kojto 106:ba1f97679dad 7284 #define USB_OTG_GUSBCFG_ULPIIPD ((uint32_t)0x02000000) /*!< ULPI interface protect disable */
Kojto 106:ba1f97679dad 7285 #define USB_OTG_GUSBCFG_FHMOD ((uint32_t)0x20000000) /*!< Forced host mode */
Kojto 106:ba1f97679dad 7286 #define USB_OTG_GUSBCFG_FDMOD ((uint32_t)0x40000000) /*!< Forced peripheral mode */
Kojto 106:ba1f97679dad 7287 #define USB_OTG_GUSBCFG_CTXPKT ((uint32_t)0x80000000) /*!< Corrupt Tx packet */
Kojto 106:ba1f97679dad 7288
Kojto 106:ba1f97679dad 7289 /******************** Bit definition forUSB_OTG_GRSTCTL register ********************/
Kojto 106:ba1f97679dad 7290 #define USB_OTG_GRSTCTL_CSRST ((uint32_t)0x00000001) /*!< Core soft reset */
Kojto 106:ba1f97679dad 7291 #define USB_OTG_GRSTCTL_HSRST ((uint32_t)0x00000002) /*!< HCLK soft reset */
Kojto 106:ba1f97679dad 7292 #define USB_OTG_GRSTCTL_FCRST ((uint32_t)0x00000004) /*!< Host frame counter reset */
Kojto 106:ba1f97679dad 7293 #define USB_OTG_GRSTCTL_RXFFLSH ((uint32_t)0x00000010) /*!< RxFIFO flush */
Kojto 106:ba1f97679dad 7294 #define USB_OTG_GRSTCTL_TXFFLSH ((uint32_t)0x00000020) /*!< TxFIFO flush */
Kojto 106:ba1f97679dad 7295 #define USB_OTG_GRSTCTL_TXFNUM ((uint32_t)0x000007C0) /*!< TxFIFO number */
Kojto 106:ba1f97679dad 7296 #define USB_OTG_GRSTCTL_TXFNUM_0 ((uint32_t)0x00000040) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7297 #define USB_OTG_GRSTCTL_TXFNUM_1 ((uint32_t)0x00000080) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7298 #define USB_OTG_GRSTCTL_TXFNUM_2 ((uint32_t)0x00000100) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7299 #define USB_OTG_GRSTCTL_TXFNUM_3 ((uint32_t)0x00000200) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7300 #define USB_OTG_GRSTCTL_TXFNUM_4 ((uint32_t)0x00000400) /*!<Bit 4 */
Kojto 106:ba1f97679dad 7301 #define USB_OTG_GRSTCTL_DMAREQ ((uint32_t)0x40000000) /*!< DMA request signal */
Kojto 106:ba1f97679dad 7302 #define USB_OTG_GRSTCTL_AHBIDL ((uint32_t)0x80000000) /*!< AHB master idle */
Kojto 106:ba1f97679dad 7303
Kojto 106:ba1f97679dad 7304 /******************** Bit definition forUSB_OTG_DIEPMSK register ********************/
Kojto 106:ba1f97679dad 7305 #define USB_OTG_DIEPMSK_XFRCM ((uint32_t)0x00000001) /*!< Transfer completed interrupt mask */
Kojto 106:ba1f97679dad 7306 #define USB_OTG_DIEPMSK_EPDM ((uint32_t)0x00000002) /*!< Endpoint disabled interrupt mask */
Kojto 106:ba1f97679dad 7307 #define USB_OTG_DIEPMSK_TOM ((uint32_t)0x00000008) /*!< Timeout condition mask (nonisochronous endpoints) */
Kojto 106:ba1f97679dad 7308 #define USB_OTG_DIEPMSK_ITTXFEMSK ((uint32_t)0x00000010) /*!< IN token received when TxFIFO empty mask */
Kojto 106:ba1f97679dad 7309 #define USB_OTG_DIEPMSK_INEPNMM ((uint32_t)0x00000020) /*!< IN token received with EP mismatch mask */
Kojto 106:ba1f97679dad 7310 #define USB_OTG_DIEPMSK_INEPNEM ((uint32_t)0x00000040) /*!< IN endpoint NAK effective mask */
Kojto 106:ba1f97679dad 7311 #define USB_OTG_DIEPMSK_TXFURM ((uint32_t)0x00000100) /*!< FIFO underrun mask */
Kojto 106:ba1f97679dad 7312 #define USB_OTG_DIEPMSK_BIM ((uint32_t)0x00000200) /*!< BNA interrupt mask */
Kojto 106:ba1f97679dad 7313
Kojto 106:ba1f97679dad 7314 /******************** Bit definition forUSB_OTG_HPTXSTS register ********************/
Kojto 106:ba1f97679dad 7315 #define USB_OTG_HPTXSTS_PTXFSAVL ((uint32_t)0x0000FFFF) /*!< Periodic transmit data FIFO space available */
Kojto 106:ba1f97679dad 7316 #define USB_OTG_HPTXSTS_PTXQSAV ((uint32_t)0x00FF0000) /*!< Periodic transmit request queue space available */
Kojto 106:ba1f97679dad 7317 #define USB_OTG_HPTXSTS_PTXQSAV_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7318 #define USB_OTG_HPTXSTS_PTXQSAV_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7319 #define USB_OTG_HPTXSTS_PTXQSAV_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7320 #define USB_OTG_HPTXSTS_PTXQSAV_3 ((uint32_t)0x00080000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7321 #define USB_OTG_HPTXSTS_PTXQSAV_4 ((uint32_t)0x00100000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 7322 #define USB_OTG_HPTXSTS_PTXQSAV_5 ((uint32_t)0x00200000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 7323 #define USB_OTG_HPTXSTS_PTXQSAV_6 ((uint32_t)0x00400000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 7324 #define USB_OTG_HPTXSTS_PTXQSAV_7 ((uint32_t)0x00800000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 7325
Kojto 106:ba1f97679dad 7326 #define USB_OTG_HPTXSTS_PTXQTOP ((uint32_t)0xFF000000) /*!< Top of the periodic transmit request queue */
Kojto 106:ba1f97679dad 7327 #define USB_OTG_HPTXSTS_PTXQTOP_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7328 #define USB_OTG_HPTXSTS_PTXQTOP_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7329 #define USB_OTG_HPTXSTS_PTXQTOP_2 ((uint32_t)0x04000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7330 #define USB_OTG_HPTXSTS_PTXQTOP_3 ((uint32_t)0x08000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7331 #define USB_OTG_HPTXSTS_PTXQTOP_4 ((uint32_t)0x10000000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 7332 #define USB_OTG_HPTXSTS_PTXQTOP_5 ((uint32_t)0x20000000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 7333 #define USB_OTG_HPTXSTS_PTXQTOP_6 ((uint32_t)0x40000000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 7334 #define USB_OTG_HPTXSTS_PTXQTOP_7 ((uint32_t)0x80000000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 7335
Kojto 106:ba1f97679dad 7336 /******************** Bit definition forUSB_OTG_HAINT register ********************/
Kojto 106:ba1f97679dad 7337 #define USB_OTG_HAINT_HAINT ((uint32_t)0x0000FFFF) /*!< Channel interrupts */
Kojto 106:ba1f97679dad 7338
Kojto 106:ba1f97679dad 7339 /******************** Bit definition forUSB_OTG_DOEPMSK register ********************/
Kojto 106:ba1f97679dad 7340 #define USB_OTG_DOEPMSK_XFRCM ((uint32_t)0x00000001) /*!< Transfer completed interrupt mask */
Kojto 106:ba1f97679dad 7341 #define USB_OTG_DOEPMSK_EPDM ((uint32_t)0x00000002) /*!< Endpoint disabled interrupt mask */
Kojto 106:ba1f97679dad 7342 #define USB_OTG_DOEPMSK_STUPM ((uint32_t)0x00000008) /*!< SETUP phase done mask */
Kojto 106:ba1f97679dad 7343 #define USB_OTG_DOEPMSK_OTEPDM ((uint32_t)0x00000010) /*!< OUT token received when endpoint disabled mask */
Kojto 106:ba1f97679dad 7344 #define USB_OTG_DOEPMSK_B2BSTUP ((uint32_t)0x00000040) /*!< Back-to-back SETUP packets received mask */
Kojto 106:ba1f97679dad 7345 #define USB_OTG_DOEPMSK_OPEM ((uint32_t)0x00000100) /*!< OUT packet error mask */
Kojto 106:ba1f97679dad 7346 #define USB_OTG_DOEPMSK_BOIM ((uint32_t)0x00000200) /*!< BNA interrupt mask */
Kojto 106:ba1f97679dad 7347
Kojto 106:ba1f97679dad 7348 /******************** Bit definition forUSB_OTG_GINTSTS register ********************/
Kojto 106:ba1f97679dad 7349 #define USB_OTG_GINTSTS_CMOD ((uint32_t)0x00000001) /*!< Current mode of operation */
Kojto 106:ba1f97679dad 7350 #define USB_OTG_GINTSTS_MMIS ((uint32_t)0x00000002) /*!< Mode mismatch interrupt */
Kojto 106:ba1f97679dad 7351 #define USB_OTG_GINTSTS_OTGINT ((uint32_t)0x00000004) /*!< OTG interrupt */
Kojto 106:ba1f97679dad 7352 #define USB_OTG_GINTSTS_SOF ((uint32_t)0x00000008) /*!< Start of frame */
Kojto 106:ba1f97679dad 7353 #define USB_OTG_GINTSTS_RXFLVL ((uint32_t)0x00000010) /*!< RxFIFO nonempty */
Kojto 106:ba1f97679dad 7354 #define USB_OTG_GINTSTS_NPTXFE ((uint32_t)0x00000020) /*!< Nonperiodic TxFIFO empty */
Kojto 106:ba1f97679dad 7355 #define USB_OTG_GINTSTS_GINAKEFF ((uint32_t)0x00000040) /*!< Global IN nonperiodic NAK effective */
Kojto 106:ba1f97679dad 7356 #define USB_OTG_GINTSTS_BOUTNAKEFF ((uint32_t)0x00000080) /*!< Global OUT NAK effective */
Kojto 106:ba1f97679dad 7357 #define USB_OTG_GINTSTS_ESUSP ((uint32_t)0x00000400) /*!< Early suspend */
Kojto 106:ba1f97679dad 7358 #define USB_OTG_GINTSTS_USBSUSP ((uint32_t)0x00000800) /*!< USB suspend */
Kojto 106:ba1f97679dad 7359 #define USB_OTG_GINTSTS_USBRST ((uint32_t)0x00001000) /*!< USB reset */
Kojto 106:ba1f97679dad 7360 #define USB_OTG_GINTSTS_ENUMDNE ((uint32_t)0x00002000) /*!< Enumeration done */
Kojto 106:ba1f97679dad 7361 #define USB_OTG_GINTSTS_ISOODRP ((uint32_t)0x00004000) /*!< Isochronous OUT packet dropped interrupt */
Kojto 106:ba1f97679dad 7362 #define USB_OTG_GINTSTS_EOPF ((uint32_t)0x00008000) /*!< End of periodic frame interrupt */
Kojto 106:ba1f97679dad 7363 #define USB_OTG_GINTSTS_IEPINT ((uint32_t)0x00040000) /*!< IN endpoint interrupt */
Kojto 106:ba1f97679dad 7364 #define USB_OTG_GINTSTS_OEPINT ((uint32_t)0x00080000) /*!< OUT endpoint interrupt */
Kojto 106:ba1f97679dad 7365 #define USB_OTG_GINTSTS_IISOIXFR ((uint32_t)0x00100000) /*!< Incomplete isochronous IN transfer */
Kojto 106:ba1f97679dad 7366 #define USB_OTG_GINTSTS_PXFR_INCOMPISOOUT ((uint32_t)0x00200000) /*!< Incomplete periodic transfer */
Kojto 106:ba1f97679dad 7367 #define USB_OTG_GINTSTS_DATAFSUSP ((uint32_t)0x00400000) /*!< Data fetch suspended */
Kojto 106:ba1f97679dad 7368 #define USB_OTG_GINTSTS_RSTDET ((uint32_t)0x00800000) /*!< Reset detected interrupt */
Kojto 106:ba1f97679dad 7369 #define USB_OTG_GINTSTS_HPRTINT ((uint32_t)0x01000000) /*!< Host port interrupt */
Kojto 106:ba1f97679dad 7370 #define USB_OTG_GINTSTS_HCINT ((uint32_t)0x02000000) /*!< Host channels interrupt */
Kojto 106:ba1f97679dad 7371 #define USB_OTG_GINTSTS_PTXFE ((uint32_t)0x04000000) /*!< Periodic TxFIFO empty */
Kojto 106:ba1f97679dad 7372 #define USB_OTG_GINTSTS_LPMINT ((uint32_t)0x08000000) /*!< LPM interrupt */
Kojto 106:ba1f97679dad 7373 #define USB_OTG_GINTSTS_CIDSCHG ((uint32_t)0x10000000) /*!< Connector ID status change */
Kojto 106:ba1f97679dad 7374 #define USB_OTG_GINTSTS_DISCINT ((uint32_t)0x20000000) /*!< Disconnect detected interrupt */
Kojto 106:ba1f97679dad 7375 #define USB_OTG_GINTSTS_SRQINT ((uint32_t)0x40000000) /*!< Session request/new session detected interrupt */
Kojto 106:ba1f97679dad 7376 #define USB_OTG_GINTSTS_WKUINT ((uint32_t)0x80000000) /*!< Resume/remote wakeup detected interrupt */
Kojto 106:ba1f97679dad 7377
Kojto 106:ba1f97679dad 7378 /******************** Bit definition forUSB_OTG_GINTMSK register ********************/
Kojto 106:ba1f97679dad 7379 #define USB_OTG_GINTMSK_MMISM ((uint32_t)0x00000002) /*!< Mode mismatch interrupt mask */
Kojto 106:ba1f97679dad 7380 #define USB_OTG_GINTMSK_OTGINT ((uint32_t)0x00000004) /*!< OTG interrupt mask */
Kojto 106:ba1f97679dad 7381 #define USB_OTG_GINTMSK_SOFM ((uint32_t)0x00000008) /*!< Start of frame mask */
Kojto 106:ba1f97679dad 7382 #define USB_OTG_GINTMSK_RXFLVLM ((uint32_t)0x00000010) /*!< Receive FIFO nonempty mask */
Kojto 106:ba1f97679dad 7383 #define USB_OTG_GINTMSK_NPTXFEM ((uint32_t)0x00000020) /*!< Nonperiodic TxFIFO empty mask */
Kojto 106:ba1f97679dad 7384 #define USB_OTG_GINTMSK_GINAKEFFM ((uint32_t)0x00000040) /*!< Global nonperiodic IN NAK effective mask */
Kojto 106:ba1f97679dad 7385 #define USB_OTG_GINTMSK_GONAKEFFM ((uint32_t)0x00000080) /*!< Global OUT NAK effective mask */
Kojto 106:ba1f97679dad 7386 #define USB_OTG_GINTMSK_ESUSPM ((uint32_t)0x00000400) /*!< Early suspend mask */
Kojto 106:ba1f97679dad 7387 #define USB_OTG_GINTMSK_USBSUSPM ((uint32_t)0x00000800) /*!< USB suspend mask */
Kojto 106:ba1f97679dad 7388 #define USB_OTG_GINTMSK_USBRST ((uint32_t)0x00001000) /*!< USB reset mask */
Kojto 106:ba1f97679dad 7389 #define USB_OTG_GINTMSK_ENUMDNEM ((uint32_t)0x00002000) /*!< Enumeration done mask */
Kojto 106:ba1f97679dad 7390 #define USB_OTG_GINTMSK_ISOODRPM ((uint32_t)0x00004000) /*!< Isochronous OUT packet dropped interrupt mask */
Kojto 106:ba1f97679dad 7391 #define USB_OTG_GINTMSK_EOPFM ((uint32_t)0x00008000) /*!< End of periodic frame interrupt mask */
Kojto 106:ba1f97679dad 7392 #define USB_OTG_GINTMSK_EPMISM ((uint32_t)0x00020000) /*!< Endpoint mismatch interrupt mask */
Kojto 106:ba1f97679dad 7393 #define USB_OTG_GINTMSK_IEPINT ((uint32_t)0x00040000) /*!< IN endpoints interrupt mask */
Kojto 106:ba1f97679dad 7394 #define USB_OTG_GINTMSK_OEPINT ((uint32_t)0x00080000) /*!< OUT endpoints interrupt mask */
Kojto 106:ba1f97679dad 7395 #define USB_OTG_GINTMSK_IISOIXFRM ((uint32_t)0x00100000) /*!< Incomplete isochronous IN transfer mask */
Kojto 106:ba1f97679dad 7396 #define USB_OTG_GINTMSK_PXFRM_IISOOXFRM ((uint32_t)0x00200000) /*!< Incomplete periodic transfer mask */
Kojto 106:ba1f97679dad 7397 #define USB_OTG_GINTMSK_FSUSPM ((uint32_t)0x00400000) /*!< Data fetch suspended mask */
Kojto 106:ba1f97679dad 7398 #define USB_OTG_GINTMSK_RSTDEM ((uint32_t)0x00800000) /*!< Reset detected interrupt mask */
Kojto 106:ba1f97679dad 7399 #define USB_OTG_GINTMSK_PRTIM ((uint32_t)0x01000000) /*!< Host port interrupt mask */
Kojto 106:ba1f97679dad 7400 #define USB_OTG_GINTMSK_HCIM ((uint32_t)0x02000000) /*!< Host channels interrupt mask */
Kojto 106:ba1f97679dad 7401 #define USB_OTG_GINTMSK_PTXFEM ((uint32_t)0x04000000) /*!< Periodic TxFIFO empty mask */
Kojto 106:ba1f97679dad 7402 #define USB_OTG_GINTMSK_LPMINTM ((uint32_t)0x08000000) /*!< LPM interrupt Mask */
Kojto 106:ba1f97679dad 7403 #define USB_OTG_GINTMSK_CIDSCHGM ((uint32_t)0x10000000) /*!< Connector ID status change mask */
Kojto 106:ba1f97679dad 7404 #define USB_OTG_GINTMSK_DISCINT ((uint32_t)0x20000000) /*!< Disconnect detected interrupt mask */
Kojto 106:ba1f97679dad 7405 #define USB_OTG_GINTMSK_SRQIM ((uint32_t)0x40000000) /*!< Session request/new session detected interrupt mask */
Kojto 106:ba1f97679dad 7406 #define USB_OTG_GINTMSK_WUIM ((uint32_t)0x80000000) /*!< Resume/remote wakeup detected interrupt mask */
Kojto 106:ba1f97679dad 7407
Kojto 106:ba1f97679dad 7408 /******************** Bit definition forUSB_OTG_DAINT register ********************/
Kojto 106:ba1f97679dad 7409 #define USB_OTG_DAINT_IEPINT ((uint32_t)0x0000FFFF) /*!< IN endpoint interrupt bits */
Kojto 106:ba1f97679dad 7410 #define USB_OTG_DAINT_OEPINT ((uint32_t)0xFFFF0000) /*!< OUT endpoint interrupt bits */
Kojto 106:ba1f97679dad 7411
Kojto 106:ba1f97679dad 7412 /******************** Bit definition forUSB_OTG_HAINTMSK register ********************/
Kojto 106:ba1f97679dad 7413 #define USB_OTG_HAINTMSK_HAINTM ((uint32_t)0x0000FFFF) /*!< Channel interrupt mask */
Kojto 106:ba1f97679dad 7414
Kojto 106:ba1f97679dad 7415 /******************** Bit definition for USB_OTG_GRXSTSP register ********************/
Kojto 106:ba1f97679dad 7416 #define USB_OTG_GRXSTSP_EPNUM ((uint32_t)0x0000000F) /*!< IN EP interrupt mask bits */
Kojto 106:ba1f97679dad 7417 #define USB_OTG_GRXSTSP_BCNT ((uint32_t)0x00007FF0) /*!< OUT EP interrupt mask bits */
Kojto 106:ba1f97679dad 7418 #define USB_OTG_GRXSTSP_DPID ((uint32_t)0x00018000) /*!< OUT EP interrupt mask bits */
Kojto 106:ba1f97679dad 7419 #define USB_OTG_GRXSTSP_PKTSTS ((uint32_t)0x001E0000) /*!< OUT EP interrupt mask bits */
Kojto 106:ba1f97679dad 7420
Kojto 106:ba1f97679dad 7421 /******************** Bit definition forUSB_OTG_DAINTMSK register ********************/
Kojto 106:ba1f97679dad 7422 #define USB_OTG_DAINTMSK_IEPM ((uint32_t)0x0000FFFF) /*!< IN EP interrupt mask bits */
Kojto 106:ba1f97679dad 7423 #define USB_OTG_DAINTMSK_OEPM ((uint32_t)0xFFFF0000) /*!< OUT EP interrupt mask bits */
Kojto 106:ba1f97679dad 7424
Kojto 106:ba1f97679dad 7425 /******************** Bit definition for OTG register ********************/
Kojto 106:ba1f97679dad 7426
Kojto 106:ba1f97679dad 7427 #define USB_OTG_CHNUM ((uint32_t)0x0000000F) /*!< Channel number */
Kojto 106:ba1f97679dad 7428 #define USB_OTG_CHNUM_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7429 #define USB_OTG_CHNUM_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7430 #define USB_OTG_CHNUM_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7431 #define USB_OTG_CHNUM_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7432 #define USB_OTG_BCNT ((uint32_t)0x00007FF0) /*!< Byte count */
Kojto 106:ba1f97679dad 7433
Kojto 106:ba1f97679dad 7434 #define USB_OTG_DPID ((uint32_t)0x00018000) /*!< Data PID */
Kojto 106:ba1f97679dad 7435 #define USB_OTG_DPID_0 ((uint32_t)0x00008000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7436 #define USB_OTG_DPID_1 ((uint32_t)0x00010000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7437
Kojto 106:ba1f97679dad 7438 #define USB_OTG_PKTSTS ((uint32_t)0x001E0000) /*!< Packet status */
Kojto 106:ba1f97679dad 7439 #define USB_OTG_PKTSTS_0 ((uint32_t)0x00020000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7440 #define USB_OTG_PKTSTS_1 ((uint32_t)0x00040000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7441 #define USB_OTG_PKTSTS_2 ((uint32_t)0x00080000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7442 #define USB_OTG_PKTSTS_3 ((uint32_t)0x00100000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7443
Kojto 106:ba1f97679dad 7444 #define USB_OTG_EPNUM ((uint32_t)0x0000000F) /*!< Endpoint number */
Kojto 106:ba1f97679dad 7445 #define USB_OTG_EPNUM_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7446 #define USB_OTG_EPNUM_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7447 #define USB_OTG_EPNUM_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7448 #define USB_OTG_EPNUM_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7449
Kojto 106:ba1f97679dad 7450 #define USB_OTG_FRMNUM ((uint32_t)0x01E00000) /*!< Frame number */
Kojto 106:ba1f97679dad 7451 #define USB_OTG_FRMNUM_0 ((uint32_t)0x00200000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7452 #define USB_OTG_FRMNUM_1 ((uint32_t)0x00400000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7453 #define USB_OTG_FRMNUM_2 ((uint32_t)0x00800000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7454 #define USB_OTG_FRMNUM_3 ((uint32_t)0x01000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7455
Kojto 106:ba1f97679dad 7456 /******************** Bit definition for OTG register ********************/
Kojto 106:ba1f97679dad 7457
Kojto 106:ba1f97679dad 7458 #define USB_OTG_CHNUM ((uint32_t)0x0000000F) /*!< Channel number */
Kojto 106:ba1f97679dad 7459 #define USB_OTG_CHNUM_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7460 #define USB_OTG_CHNUM_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7461 #define USB_OTG_CHNUM_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7462 #define USB_OTG_CHNUM_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7463 #define USB_OTG_BCNT ((uint32_t)0x00007FF0) /*!< Byte count */
Kojto 106:ba1f97679dad 7464
Kojto 106:ba1f97679dad 7465 #define USB_OTG_DPID ((uint32_t)0x00018000) /*!< Data PID */
Kojto 106:ba1f97679dad 7466 #define USB_OTG_DPID_0 ((uint32_t)0x00008000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7467 #define USB_OTG_DPID_1 ((uint32_t)0x00010000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7468
Kojto 106:ba1f97679dad 7469 #define USB_OTG_PKTSTS ((uint32_t)0x001E0000) /*!< Packet status */
Kojto 106:ba1f97679dad 7470 #define USB_OTG_PKTSTS_0 ((uint32_t)0x00020000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7471 #define USB_OTG_PKTSTS_1 ((uint32_t)0x00040000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7472 #define USB_OTG_PKTSTS_2 ((uint32_t)0x00080000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7473 #define USB_OTG_PKTSTS_3 ((uint32_t)0x00100000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7474
Kojto 106:ba1f97679dad 7475 #define USB_OTG_EPNUM ((uint32_t)0x0000000F) /*!< Endpoint number */
Kojto 106:ba1f97679dad 7476 #define USB_OTG_EPNUM_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7477 #define USB_OTG_EPNUM_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7478 #define USB_OTG_EPNUM_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7479 #define USB_OTG_EPNUM_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7480
Kojto 106:ba1f97679dad 7481 #define USB_OTG_FRMNUM ((uint32_t)0x01E00000) /*!< Frame number */
Kojto 106:ba1f97679dad 7482 #define USB_OTG_FRMNUM_0 ((uint32_t)0x00200000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7483 #define USB_OTG_FRMNUM_1 ((uint32_t)0x00400000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7484 #define USB_OTG_FRMNUM_2 ((uint32_t)0x00800000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7485 #define USB_OTG_FRMNUM_3 ((uint32_t)0x01000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7486
Kojto 106:ba1f97679dad 7487 /******************** Bit definition forUSB_OTG_GRXFSIZ register ********************/
Kojto 106:ba1f97679dad 7488 #define USB_OTG_GRXFSIZ_RXFD ((uint32_t)0x0000FFFF) /*!< RxFIFO depth */
Kojto 106:ba1f97679dad 7489
Kojto 106:ba1f97679dad 7490 /******************** Bit definition forUSB_OTG_DVBUSDIS register ********************/
Kojto 106:ba1f97679dad 7491 #define USB_OTG_DVBUSDIS_VBUSDT ((uint32_t)0x0000FFFF) /*!< Device VBUS discharge time */
Kojto 106:ba1f97679dad 7492
Kojto 106:ba1f97679dad 7493 /******************** Bit definition for OTG register ********************/
Kojto 106:ba1f97679dad 7494 #define USB_OTG_NPTXFSA ((uint32_t)0x0000FFFF) /*!< Nonperiodic transmit RAM start address */
Kojto 106:ba1f97679dad 7495 #define USB_OTG_NPTXFD ((uint32_t)0xFFFF0000) /*!< Nonperiodic TxFIFO depth */
Kojto 106:ba1f97679dad 7496 #define USB_OTG_TX0FSA ((uint32_t)0x0000FFFF) /*!< Endpoint 0 transmit RAM start address */
Kojto 106:ba1f97679dad 7497 #define USB_OTG_TX0FD ((uint32_t)0xFFFF0000) /*!< Endpoint 0 TxFIFO depth */
Kojto 106:ba1f97679dad 7498
Kojto 106:ba1f97679dad 7499 /******************** Bit definition forUSB_OTG_DVBUSPULSE register ********************/
Kojto 106:ba1f97679dad 7500 #define USB_OTG_DVBUSPULSE_DVBUSP ((uint32_t)0x00000FFF) /*!< Device VBUS pulsing time */
Kojto 106:ba1f97679dad 7501
Kojto 106:ba1f97679dad 7502 /******************** Bit definition forUSB_OTG_GNPTXSTS register ********************/
Kojto 106:ba1f97679dad 7503 #define USB_OTG_GNPTXSTS_NPTXFSAV ((uint32_t)0x0000FFFF) /*!< Nonperiodic TxFIFO space available */
Kojto 106:ba1f97679dad 7504
Kojto 106:ba1f97679dad 7505 #define USB_OTG_GNPTXSTS_NPTQXSAV ((uint32_t)0x00FF0000) /*!< Nonperiodic transmit request queue space available */
Kojto 106:ba1f97679dad 7506 #define USB_OTG_GNPTXSTS_NPTQXSAV_0 ((uint32_t)0x00010000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7507 #define USB_OTG_GNPTXSTS_NPTQXSAV_1 ((uint32_t)0x00020000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7508 #define USB_OTG_GNPTXSTS_NPTQXSAV_2 ((uint32_t)0x00040000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7509 #define USB_OTG_GNPTXSTS_NPTQXSAV_3 ((uint32_t)0x00080000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7510 #define USB_OTG_GNPTXSTS_NPTQXSAV_4 ((uint32_t)0x00100000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 7511 #define USB_OTG_GNPTXSTS_NPTQXSAV_5 ((uint32_t)0x00200000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 7512 #define USB_OTG_GNPTXSTS_NPTQXSAV_6 ((uint32_t)0x00400000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 7513 #define USB_OTG_GNPTXSTS_NPTQXSAV_7 ((uint32_t)0x00800000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 7514
Kojto 106:ba1f97679dad 7515 #define USB_OTG_GNPTXSTS_NPTXQTOP ((uint32_t)0x7F000000) /*!< Top of the nonperiodic transmit request queue */
Kojto 106:ba1f97679dad 7516 #define USB_OTG_GNPTXSTS_NPTXQTOP_0 ((uint32_t)0x01000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7517 #define USB_OTG_GNPTXSTS_NPTXQTOP_1 ((uint32_t)0x02000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7518 #define USB_OTG_GNPTXSTS_NPTXQTOP_2 ((uint32_t)0x04000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7519 #define USB_OTG_GNPTXSTS_NPTXQTOP_3 ((uint32_t)0x08000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7520 #define USB_OTG_GNPTXSTS_NPTXQTOP_4 ((uint32_t)0x10000000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 7521 #define USB_OTG_GNPTXSTS_NPTXQTOP_5 ((uint32_t)0x20000000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 7522 #define USB_OTG_GNPTXSTS_NPTXQTOP_6 ((uint32_t)0x40000000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 7523
Kojto 106:ba1f97679dad 7524 /******************** Bit definition forUSB_OTG_DTHRCTL register ********************/
Kojto 106:ba1f97679dad 7525 #define USB_OTG_DTHRCTL_NONISOTHREN ((uint32_t)0x00000001) /*!< Nonisochronous IN endpoints threshold enable */
Kojto 106:ba1f97679dad 7526 #define USB_OTG_DTHRCTL_ISOTHREN ((uint32_t)0x00000002) /*!< ISO IN endpoint threshold enable */
Kojto 106:ba1f97679dad 7527
Kojto 106:ba1f97679dad 7528 #define USB_OTG_DTHRCTL_TXTHRLEN ((uint32_t)0x000007FC) /*!< Transmit threshold length */
Kojto 106:ba1f97679dad 7529 #define USB_OTG_DTHRCTL_TXTHRLEN_0 ((uint32_t)0x00000004) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7530 #define USB_OTG_DTHRCTL_TXTHRLEN_1 ((uint32_t)0x00000008) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7531 #define USB_OTG_DTHRCTL_TXTHRLEN_2 ((uint32_t)0x00000010) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7532 #define USB_OTG_DTHRCTL_TXTHRLEN_3 ((uint32_t)0x00000020) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7533 #define USB_OTG_DTHRCTL_TXTHRLEN_4 ((uint32_t)0x00000040) /*!<Bit 4 */
Kojto 106:ba1f97679dad 7534 #define USB_OTG_DTHRCTL_TXTHRLEN_5 ((uint32_t)0x00000080) /*!<Bit 5 */
Kojto 106:ba1f97679dad 7535 #define USB_OTG_DTHRCTL_TXTHRLEN_6 ((uint32_t)0x00000100) /*!<Bit 6 */
Kojto 106:ba1f97679dad 7536 #define USB_OTG_DTHRCTL_TXTHRLEN_7 ((uint32_t)0x00000200) /*!<Bit 7 */
Kojto 106:ba1f97679dad 7537 #define USB_OTG_DTHRCTL_TXTHRLEN_8 ((uint32_t)0x00000400) /*!<Bit 8 */
Kojto 106:ba1f97679dad 7538 #define USB_OTG_DTHRCTL_RXTHREN ((uint32_t)0x00010000) /*!< Receive threshold enable */
Kojto 106:ba1f97679dad 7539
Kojto 106:ba1f97679dad 7540 #define USB_OTG_DTHRCTL_RXTHRLEN ((uint32_t)0x03FE0000) /*!< Receive threshold length */
Kojto 106:ba1f97679dad 7541 #define USB_OTG_DTHRCTL_RXTHRLEN_0 ((uint32_t)0x00020000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7542 #define USB_OTG_DTHRCTL_RXTHRLEN_1 ((uint32_t)0x00040000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7543 #define USB_OTG_DTHRCTL_RXTHRLEN_2 ((uint32_t)0x00080000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7544 #define USB_OTG_DTHRCTL_RXTHRLEN_3 ((uint32_t)0x00100000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7545 #define USB_OTG_DTHRCTL_RXTHRLEN_4 ((uint32_t)0x00200000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 7546 #define USB_OTG_DTHRCTL_RXTHRLEN_5 ((uint32_t)0x00400000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 7547 #define USB_OTG_DTHRCTL_RXTHRLEN_6 ((uint32_t)0x00800000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 7548 #define USB_OTG_DTHRCTL_RXTHRLEN_7 ((uint32_t)0x01000000) /*!<Bit 7 */
Kojto 106:ba1f97679dad 7549 #define USB_OTG_DTHRCTL_RXTHRLEN_8 ((uint32_t)0x02000000) /*!<Bit 8 */
Kojto 106:ba1f97679dad 7550 #define USB_OTG_DTHRCTL_ARPEN ((uint32_t)0x08000000) /*!< Arbiter parking enable */
Kojto 106:ba1f97679dad 7551
Kojto 106:ba1f97679dad 7552 /******************** Bit definition forUSB_OTG_DIEPEMPMSK register ********************/
Kojto 106:ba1f97679dad 7553 #define USB_OTG_DIEPEMPMSK_INEPTXFEM ((uint32_t)0x0000FFFF) /*!< IN EP Tx FIFO empty interrupt mask bits */
Kojto 106:ba1f97679dad 7554
Kojto 106:ba1f97679dad 7555 /******************** Bit definition forUSB_OTG_DEACHINT register ********************/
Kojto 106:ba1f97679dad 7556 #define USB_OTG_DEACHINT_IEP1INT ((uint32_t)0x00000002) /*!< IN endpoint 1interrupt bit */
Kojto 106:ba1f97679dad 7557 #define USB_OTG_DEACHINT_OEP1INT ((uint32_t)0x00020000) /*!< OUT endpoint 1 interrupt bit */
Kojto 106:ba1f97679dad 7558
Kojto 106:ba1f97679dad 7559 /******************** Bit definition forUSB_OTG_GCCFG register ********************/
Kojto 106:ba1f97679dad 7560 #define USB_OTG_GCCFG_PWRDWN ((uint32_t)0x00010000) /*!< Power down control */
Kojto 106:ba1f97679dad 7561 #define USB_OTG_GCCFG_VBDEN ((uint32_t)0x00200000) /*!< USB VBUS Detection Enable */
Kojto 106:ba1f97679dad 7562
Kojto 106:ba1f97679dad 7563 /******************** Bit definition forUSB_OTG_GPWRDN) register ********************/
Kojto 106:ba1f97679dad 7564 #define USB_OTG_GPWRDN_ADPMEN ((uint32_t)0x00000001) /*!< ADP module enable */
Kojto 106:ba1f97679dad 7565 #define USB_OTG_GPWRDN_ADPIF ((uint32_t)0x00800000) /*!< ADP Interrupt flag */
Kojto 106:ba1f97679dad 7566
Kojto 106:ba1f97679dad 7567 /******************** Bit definition forUSB_OTG_DEACHINTMSK register ********************/
Kojto 106:ba1f97679dad 7568 #define USB_OTG_DEACHINTMSK_IEP1INTM ((uint32_t)0x00000002) /*!< IN Endpoint 1 interrupt mask bit */
Kojto 106:ba1f97679dad 7569 #define USB_OTG_DEACHINTMSK_OEP1INTM ((uint32_t)0x00020000) /*!< OUT Endpoint 1 interrupt mask bit */
Kojto 106:ba1f97679dad 7570
Kojto 106:ba1f97679dad 7571 /******************** Bit definition forUSB_OTG_CID register ********************/
Kojto 106:ba1f97679dad 7572 #define USB_OTG_CID_PRODUCT_ID ((uint32_t)0xFFFFFFFF) /*!< Product ID field */
Kojto 106:ba1f97679dad 7573
Kojto 106:ba1f97679dad 7574 /******************** Bit definition for USB_OTG_GLPMCFG register ********************/
Kojto 106:ba1f97679dad 7575 #define USB_OTG_GLPMCFG_LPMEN ((uint32_t)0x00000001) /*!< LPM support enable */
Kojto 106:ba1f97679dad 7576 #define USB_OTG_GLPMCFG_LPMACK ((uint32_t)0x00000002) /*!< LPM Token acknowledge enable */
Kojto 106:ba1f97679dad 7577 #define USB_OTG_GLPMCFG_BESL ((uint32_t)0x0000003C) /*!< BESL value received with last ACKed LPM Token */
Kojto 106:ba1f97679dad 7578 #define USB_OTG_GLPMCFG_REMWAKE ((uint32_t)0x00000040) /*!< bRemoteWake value received with last ACKed LPM Token */
Kojto 106:ba1f97679dad 7579 #define USB_OTG_GLPMCFG_L1SSEN ((uint32_t)0x00000080) /*!< L1 shallow sleep enable */
Kojto 106:ba1f97679dad 7580 #define USB_OTG_GLPMCFG_BESLTHRS ((uint32_t)0x00000F00) /*!< BESL threshold */
Kojto 106:ba1f97679dad 7581 #define USB_OTG_GLPMCFG_L1DSEN ((uint32_t)0x00001000) /*!< L1 deep sleep enable */
Kojto 106:ba1f97679dad 7582 #define USB_OTG_GLPMCFG_LPMRSP ((uint32_t)0x00006000) /*!< LPM response */
Kojto 106:ba1f97679dad 7583 #define USB_OTG_GLPMCFG_SLPSTS ((uint32_t)0x00008000) /*!< Port sleep status */
Kojto 106:ba1f97679dad 7584 #define USB_OTG_GLPMCFG_L1RSMOK ((uint32_t)0x00010000) /*!< Sleep State Resume OK */
Kojto 106:ba1f97679dad 7585 #define USB_OTG_GLPMCFG_LPMCHIDX ((uint32_t)0x001E0000) /*!< LPM Channel Index */
Kojto 106:ba1f97679dad 7586 #define USB_OTG_GLPMCFG_LPMRCNT ((uint32_t)0x00E00000) /*!< LPM retry count */
Kojto 106:ba1f97679dad 7587 #define USB_OTG_GLPMCFG_SNDLPM ((uint32_t)0x01000000) /*!< Send LPM transaction */
Kojto 106:ba1f97679dad 7588 #define USB_OTG_GLPMCFG_LPMRCNTSTS ((uint32_t)0x0E000000) /*!< LPM retry count status */
Kojto 106:ba1f97679dad 7589 #define USB_OTG_GLPMCFG_ENBESL ((uint32_t)0x10000000) /*!< Enable best effort service latency */
Kojto 106:ba1f97679dad 7590
Kojto 106:ba1f97679dad 7591 /******************** Bit definition forUSB_OTG_DIEPEACHMSK1 register ********************/
Kojto 106:ba1f97679dad 7592 #define USB_OTG_DIEPEACHMSK1_XFRCM ((uint32_t)0x00000001) /*!< Transfer completed interrupt mask */
Kojto 106:ba1f97679dad 7593 #define USB_OTG_DIEPEACHMSK1_EPDM ((uint32_t)0x00000002) /*!< Endpoint disabled interrupt mask */
Kojto 106:ba1f97679dad 7594 #define USB_OTG_DIEPEACHMSK1_TOM ((uint32_t)0x00000008) /*!< Timeout condition mask (nonisochronous endpoints) */
Kojto 106:ba1f97679dad 7595 #define USB_OTG_DIEPEACHMSK1_ITTXFEMSK ((uint32_t)0x00000010) /*!< IN token received when TxFIFO empty mask */
Kojto 106:ba1f97679dad 7596 #define USB_OTG_DIEPEACHMSK1_INEPNMM ((uint32_t)0x00000020) /*!< IN token received with EP mismatch mask */
Kojto 106:ba1f97679dad 7597 #define USB_OTG_DIEPEACHMSK1_INEPNEM ((uint32_t)0x00000040) /*!< IN endpoint NAK effective mask */
Kojto 106:ba1f97679dad 7598 #define USB_OTG_DIEPEACHMSK1_TXFURM ((uint32_t)0x00000100) /*!< FIFO underrun mask */
Kojto 106:ba1f97679dad 7599 #define USB_OTG_DIEPEACHMSK1_BIM ((uint32_t)0x00000200) /*!< BNA interrupt mask */
Kojto 106:ba1f97679dad 7600 #define USB_OTG_DIEPEACHMSK1_NAKM ((uint32_t)0x00002000) /*!< NAK interrupt mask */
Kojto 106:ba1f97679dad 7601
Kojto 106:ba1f97679dad 7602 /******************** Bit definition forUSB_OTG_HPRT register ********************/
Kojto 106:ba1f97679dad 7603 #define USB_OTG_HPRT_PCSTS ((uint32_t)0x00000001) /*!< Port connect status */
Kojto 106:ba1f97679dad 7604 #define USB_OTG_HPRT_PCDET ((uint32_t)0x00000002) /*!< Port connect detected */
Kojto 106:ba1f97679dad 7605 #define USB_OTG_HPRT_PENA ((uint32_t)0x00000004) /*!< Port enable */
Kojto 106:ba1f97679dad 7606 #define USB_OTG_HPRT_PENCHNG ((uint32_t)0x00000008) /*!< Port enable/disable change */
Kojto 106:ba1f97679dad 7607 #define USB_OTG_HPRT_POCA ((uint32_t)0x00000010) /*!< Port overcurrent active */
Kojto 106:ba1f97679dad 7608 #define USB_OTG_HPRT_POCCHNG ((uint32_t)0x00000020) /*!< Port overcurrent change */
Kojto 106:ba1f97679dad 7609 #define USB_OTG_HPRT_PRES ((uint32_t)0x00000040) /*!< Port resume */
Kojto 106:ba1f97679dad 7610 #define USB_OTG_HPRT_PSUSP ((uint32_t)0x00000080) /*!< Port suspend */
Kojto 106:ba1f97679dad 7611 #define USB_OTG_HPRT_PRST ((uint32_t)0x00000100) /*!< Port reset */
Kojto 106:ba1f97679dad 7612
Kojto 106:ba1f97679dad 7613 #define USB_OTG_HPRT_PLSTS ((uint32_t)0x00000C00) /*!< Port line status */
Kojto 106:ba1f97679dad 7614 #define USB_OTG_HPRT_PLSTS_0 ((uint32_t)0x00000400) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7615 #define USB_OTG_HPRT_PLSTS_1 ((uint32_t)0x00000800) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7616 #define USB_OTG_HPRT_PPWR ((uint32_t)0x00001000) /*!< Port power */
Kojto 106:ba1f97679dad 7617
Kojto 106:ba1f97679dad 7618 #define USB_OTG_HPRT_PTCTL ((uint32_t)0x0001E000) /*!< Port test control */
Kojto 106:ba1f97679dad 7619 #define USB_OTG_HPRT_PTCTL_0 ((uint32_t)0x00002000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7620 #define USB_OTG_HPRT_PTCTL_1 ((uint32_t)0x00004000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7621 #define USB_OTG_HPRT_PTCTL_2 ((uint32_t)0x00008000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7622 #define USB_OTG_HPRT_PTCTL_3 ((uint32_t)0x00010000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7623
Kojto 106:ba1f97679dad 7624 #define USB_OTG_HPRT_PSPD ((uint32_t)0x00060000) /*!< Port speed */
Kojto 106:ba1f97679dad 7625 #define USB_OTG_HPRT_PSPD_0 ((uint32_t)0x00020000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7626 #define USB_OTG_HPRT_PSPD_1 ((uint32_t)0x00040000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7627
Kojto 106:ba1f97679dad 7628 /******************** Bit definition forUSB_OTG_DOEPEACHMSK1 register ********************/
Kojto 106:ba1f97679dad 7629 #define USB_OTG_DOEPEACHMSK1_XFRCM ((uint32_t)0x00000001) /*!< Transfer completed interrupt mask */
Kojto 106:ba1f97679dad 7630 #define USB_OTG_DOEPEACHMSK1_EPDM ((uint32_t)0x00000002) /*!< Endpoint disabled interrupt mask */
Kojto 106:ba1f97679dad 7631 #define USB_OTG_DOEPEACHMSK1_TOM ((uint32_t)0x00000008) /*!< Timeout condition mask */
Kojto 106:ba1f97679dad 7632 #define USB_OTG_DOEPEACHMSK1_ITTXFEMSK ((uint32_t)0x00000010) /*!< IN token received when TxFIFO empty mask */
Kojto 106:ba1f97679dad 7633 #define USB_OTG_DOEPEACHMSK1_INEPNMM ((uint32_t)0x00000020) /*!< IN token received with EP mismatch mask */
Kojto 106:ba1f97679dad 7634 #define USB_OTG_DOEPEACHMSK1_INEPNEM ((uint32_t)0x00000040) /*!< IN endpoint NAK effective mask */
Kojto 106:ba1f97679dad 7635 #define USB_OTG_DOEPEACHMSK1_TXFURM ((uint32_t)0x00000100) /*!< OUT packet error mask */
Kojto 106:ba1f97679dad 7636 #define USB_OTG_DOEPEACHMSK1_BIM ((uint32_t)0x00000200) /*!< BNA interrupt mask */
Kojto 106:ba1f97679dad 7637 #define USB_OTG_DOEPEACHMSK1_BERRM ((uint32_t)0x00001000) /*!< Bubble error interrupt mask */
Kojto 106:ba1f97679dad 7638 #define USB_OTG_DOEPEACHMSK1_NAKM ((uint32_t)0x00002000) /*!< NAK interrupt mask */
Kojto 106:ba1f97679dad 7639 #define USB_OTG_DOEPEACHMSK1_NYETM ((uint32_t)0x00004000) /*!< NYET interrupt mask */
Kojto 106:ba1f97679dad 7640
Kojto 106:ba1f97679dad 7641 /******************** Bit definition forUSB_OTG_HPTXFSIZ register ********************/
Kojto 106:ba1f97679dad 7642 #define USB_OTG_HPTXFSIZ_PTXSA ((uint32_t)0x0000FFFF) /*!< Host periodic TxFIFO start address */
Kojto 106:ba1f97679dad 7643 #define USB_OTG_HPTXFSIZ_PTXFD ((uint32_t)0xFFFF0000) /*!< Host periodic TxFIFO depth */
Kojto 106:ba1f97679dad 7644
Kojto 106:ba1f97679dad 7645 /******************** Bit definition forUSB_OTG_DIEPCTL register ********************/
Kojto 106:ba1f97679dad 7646 #define USB_OTG_DIEPCTL_MPSIZ ((uint32_t)0x000007FF) /*!< Maximum packet size */
Kojto 106:ba1f97679dad 7647 #define USB_OTG_DIEPCTL_USBAEP ((uint32_t)0x00008000) /*!< USB active endpoint */
Kojto 106:ba1f97679dad 7648 #define USB_OTG_DIEPCTL_EONUM_DPID ((uint32_t)0x00010000) /*!< Even/odd frame */
Kojto 106:ba1f97679dad 7649 #define USB_OTG_DIEPCTL_NAKSTS ((uint32_t)0x00020000) /*!< NAK status */
Kojto 106:ba1f97679dad 7650
Kojto 106:ba1f97679dad 7651 #define USB_OTG_DIEPCTL_EPTYP ((uint32_t)0x000C0000) /*!< Endpoint type */
Kojto 106:ba1f97679dad 7652 #define USB_OTG_DIEPCTL_EPTYP_0 ((uint32_t)0x00040000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7653 #define USB_OTG_DIEPCTL_EPTYP_1 ((uint32_t)0x00080000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7654 #define USB_OTG_DIEPCTL_STALL ((uint32_t)0x00200000) /*!< STALL handshake */
Kojto 106:ba1f97679dad 7655
Kojto 106:ba1f97679dad 7656 #define USB_OTG_DIEPCTL_TXFNUM ((uint32_t)0x03C00000) /*!< TxFIFO number */
Kojto 106:ba1f97679dad 7657 #define USB_OTG_DIEPCTL_TXFNUM_0 ((uint32_t)0x00400000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7658 #define USB_OTG_DIEPCTL_TXFNUM_1 ((uint32_t)0x00800000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7659 #define USB_OTG_DIEPCTL_TXFNUM_2 ((uint32_t)0x01000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7660 #define USB_OTG_DIEPCTL_TXFNUM_3 ((uint32_t)0x02000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7661 #define USB_OTG_DIEPCTL_CNAK ((uint32_t)0x04000000) /*!< Clear NAK */
Kojto 106:ba1f97679dad 7662 #define USB_OTG_DIEPCTL_SNAK ((uint32_t)0x08000000) /*!< Set NAK */
Kojto 106:ba1f97679dad 7663 #define USB_OTG_DIEPCTL_SD0PID_SEVNFRM ((uint32_t)0x10000000) /*!< Set DATA0 PID */
Kojto 106:ba1f97679dad 7664 #define USB_OTG_DIEPCTL_SODDFRM ((uint32_t)0x20000000) /*!< Set odd frame */
Kojto 106:ba1f97679dad 7665 #define USB_OTG_DIEPCTL_EPDIS ((uint32_t)0x40000000) /*!< Endpoint disable */
Kojto 106:ba1f97679dad 7666 #define USB_OTG_DIEPCTL_EPENA ((uint32_t)0x80000000) /*!< Endpoint enable */
Kojto 106:ba1f97679dad 7667
Kojto 106:ba1f97679dad 7668 /******************** Bit definition forUSB_OTG_HCCHAR register ********************/
Kojto 106:ba1f97679dad 7669 #define USB_OTG_HCCHAR_MPSIZ ((uint32_t)0x000007FF) /*!< Maximum packet size */
Kojto 106:ba1f97679dad 7670
Kojto 106:ba1f97679dad 7671 #define USB_OTG_HCCHAR_EPNUM ((uint32_t)0x00007800) /*!< Endpoint number */
Kojto 106:ba1f97679dad 7672 #define USB_OTG_HCCHAR_EPNUM_0 ((uint32_t)0x00000800) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7673 #define USB_OTG_HCCHAR_EPNUM_1 ((uint32_t)0x00001000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7674 #define USB_OTG_HCCHAR_EPNUM_2 ((uint32_t)0x00002000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7675 #define USB_OTG_HCCHAR_EPNUM_3 ((uint32_t)0x00004000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7676 #define USB_OTG_HCCHAR_EPDIR ((uint32_t)0x00008000) /*!< Endpoint direction */
Kojto 106:ba1f97679dad 7677 #define USB_OTG_HCCHAR_LSDEV ((uint32_t)0x00020000) /*!< Low-speed device */
Kojto 106:ba1f97679dad 7678
Kojto 106:ba1f97679dad 7679 #define USB_OTG_HCCHAR_EPTYP ((uint32_t)0x000C0000) /*!< Endpoint type */
Kojto 106:ba1f97679dad 7680 #define USB_OTG_HCCHAR_EPTYP_0 ((uint32_t)0x00040000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7681 #define USB_OTG_HCCHAR_EPTYP_1 ((uint32_t)0x00080000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7682
Kojto 106:ba1f97679dad 7683 #define USB_OTG_HCCHAR_MC ((uint32_t)0x00300000) /*!< Multi Count (MC) / Error Count (EC) */
Kojto 106:ba1f97679dad 7684 #define USB_OTG_HCCHAR_MC_0 ((uint32_t)0x00100000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7685 #define USB_OTG_HCCHAR_MC_1 ((uint32_t)0x00200000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7686
Kojto 106:ba1f97679dad 7687 #define USB_OTG_HCCHAR_DAD ((uint32_t)0x1FC00000) /*!< Device address */
Kojto 106:ba1f97679dad 7688 #define USB_OTG_HCCHAR_DAD_0 ((uint32_t)0x00400000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7689 #define USB_OTG_HCCHAR_DAD_1 ((uint32_t)0x00800000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7690 #define USB_OTG_HCCHAR_DAD_2 ((uint32_t)0x01000000) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7691 #define USB_OTG_HCCHAR_DAD_3 ((uint32_t)0x02000000) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7692 #define USB_OTG_HCCHAR_DAD_4 ((uint32_t)0x04000000) /*!<Bit 4 */
Kojto 106:ba1f97679dad 7693 #define USB_OTG_HCCHAR_DAD_5 ((uint32_t)0x08000000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 7694 #define USB_OTG_HCCHAR_DAD_6 ((uint32_t)0x10000000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 7695 #define USB_OTG_HCCHAR_ODDFRM ((uint32_t)0x20000000) /*!< Odd frame */
Kojto 106:ba1f97679dad 7696 #define USB_OTG_HCCHAR_CHDIS ((uint32_t)0x40000000) /*!< Channel disable */
Kojto 106:ba1f97679dad 7697 #define USB_OTG_HCCHAR_CHENA ((uint32_t)0x80000000) /*!< Channel enable */
Kojto 106:ba1f97679dad 7698
Kojto 106:ba1f97679dad 7699 /******************** Bit definition forUSB_OTG_HCSPLT register ********************/
Kojto 106:ba1f97679dad 7700
Kojto 106:ba1f97679dad 7701 #define USB_OTG_HCSPLT_PRTADDR ((uint32_t)0x0000007F) /*!< Port address */
Kojto 106:ba1f97679dad 7702 #define USB_OTG_HCSPLT_PRTADDR_0 ((uint32_t)0x00000001) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7703 #define USB_OTG_HCSPLT_PRTADDR_1 ((uint32_t)0x00000002) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7704 #define USB_OTG_HCSPLT_PRTADDR_2 ((uint32_t)0x00000004) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7705 #define USB_OTG_HCSPLT_PRTADDR_3 ((uint32_t)0x00000008) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7706 #define USB_OTG_HCSPLT_PRTADDR_4 ((uint32_t)0x00000010) /*!<Bit 4 */
Kojto 106:ba1f97679dad 7707 #define USB_OTG_HCSPLT_PRTADDR_5 ((uint32_t)0x00000020) /*!<Bit 5 */
Kojto 106:ba1f97679dad 7708 #define USB_OTG_HCSPLT_PRTADDR_6 ((uint32_t)0x00000040) /*!<Bit 6 */
Kojto 106:ba1f97679dad 7709
Kojto 106:ba1f97679dad 7710 #define USB_OTG_HCSPLT_HUBADDR ((uint32_t)0x00003F80) /*!< Hub address */
Kojto 106:ba1f97679dad 7711 #define USB_OTG_HCSPLT_HUBADDR_0 ((uint32_t)0x00000080) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7712 #define USB_OTG_HCSPLT_HUBADDR_1 ((uint32_t)0x00000100) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7713 #define USB_OTG_HCSPLT_HUBADDR_2 ((uint32_t)0x00000200) /*!<Bit 2 */
Kojto 106:ba1f97679dad 7714 #define USB_OTG_HCSPLT_HUBADDR_3 ((uint32_t)0x00000400) /*!<Bit 3 */
Kojto 106:ba1f97679dad 7715 #define USB_OTG_HCSPLT_HUBADDR_4 ((uint32_t)0x00000800) /*!<Bit 4 */
Kojto 106:ba1f97679dad 7716 #define USB_OTG_HCSPLT_HUBADDR_5 ((uint32_t)0x00001000) /*!<Bit 5 */
Kojto 106:ba1f97679dad 7717 #define USB_OTG_HCSPLT_HUBADDR_6 ((uint32_t)0x00002000) /*!<Bit 6 */
Kojto 106:ba1f97679dad 7718
Kojto 106:ba1f97679dad 7719 #define USB_OTG_HCSPLT_XACTPOS ((uint32_t)0x0000C000) /*!< XACTPOS */
Kojto 106:ba1f97679dad 7720 #define USB_OTG_HCSPLT_XACTPOS_0 ((uint32_t)0x00004000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7721 #define USB_OTG_HCSPLT_XACTPOS_1 ((uint32_t)0x00008000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7722 #define USB_OTG_HCSPLT_COMPLSPLT ((uint32_t)0x00010000) /*!< Do complete split */
Kojto 106:ba1f97679dad 7723 #define USB_OTG_HCSPLT_SPLITEN ((uint32_t)0x80000000) /*!< Split enable */
Kojto 106:ba1f97679dad 7724
Kojto 106:ba1f97679dad 7725 /******************** Bit definition forUSB_OTG_HCINT register ********************/
Kojto 106:ba1f97679dad 7726 #define USB_OTG_HCINT_XFRC ((uint32_t)0x00000001) /*!< Transfer completed */
Kojto 106:ba1f97679dad 7727 #define USB_OTG_HCINT_CHH ((uint32_t)0x00000002) /*!< Channel halted */
Kojto 106:ba1f97679dad 7728 #define USB_OTG_HCINT_AHBERR ((uint32_t)0x00000004) /*!< AHB error */
Kojto 106:ba1f97679dad 7729 #define USB_OTG_HCINT_STALL ((uint32_t)0x00000008) /*!< STALL response received interrupt */
Kojto 106:ba1f97679dad 7730 #define USB_OTG_HCINT_NAK ((uint32_t)0x00000010) /*!< NAK response received interrupt */
Kojto 106:ba1f97679dad 7731 #define USB_OTG_HCINT_ACK ((uint32_t)0x00000020) /*!< ACK response received/transmitted interrupt */
Kojto 106:ba1f97679dad 7732 #define USB_OTG_HCINT_NYET ((uint32_t)0x00000040) /*!< Response received interrupt */
Kojto 106:ba1f97679dad 7733 #define USB_OTG_HCINT_TXERR ((uint32_t)0x00000080) /*!< Transaction error */
Kojto 106:ba1f97679dad 7734 #define USB_OTG_HCINT_BBERR ((uint32_t)0x00000100) /*!< Babble error */
Kojto 106:ba1f97679dad 7735 #define USB_OTG_HCINT_FRMOR ((uint32_t)0x00000200) /*!< Frame overrun */
Kojto 106:ba1f97679dad 7736 #define USB_OTG_HCINT_DTERR ((uint32_t)0x00000400) /*!< Data toggle error */
Kojto 106:ba1f97679dad 7737
Kojto 106:ba1f97679dad 7738 /******************** Bit definition forUSB_OTG_DIEPINT register ********************/
Kojto 106:ba1f97679dad 7739 #define USB_OTG_DIEPINT_XFRC ((uint32_t)0x00000001) /*!< Transfer completed interrupt */
Kojto 106:ba1f97679dad 7740 #define USB_OTG_DIEPINT_EPDISD ((uint32_t)0x00000002) /*!< Endpoint disabled interrupt */
Kojto 106:ba1f97679dad 7741 #define USB_OTG_DIEPINT_TOC ((uint32_t)0x00000008) /*!< Timeout condition */
Kojto 106:ba1f97679dad 7742 #define USB_OTG_DIEPINT_ITTXFE ((uint32_t)0x00000010) /*!< IN token received when TxFIFO is empty */
Kojto 106:ba1f97679dad 7743 #define USB_OTG_DIEPINT_INEPNE ((uint32_t)0x00000040) /*!< IN endpoint NAK effective */
Kojto 106:ba1f97679dad 7744 #define USB_OTG_DIEPINT_TXFE ((uint32_t)0x00000080) /*!< Transmit FIFO empty */
Kojto 106:ba1f97679dad 7745 #define USB_OTG_DIEPINT_TXFIFOUDRN ((uint32_t)0x00000100) /*!< Transmit Fifo Underrun */
Kojto 106:ba1f97679dad 7746 #define USB_OTG_DIEPINT_BNA ((uint32_t)0x00000200) /*!< Buffer not available interrupt */
Kojto 106:ba1f97679dad 7747 #define USB_OTG_DIEPINT_PKTDRPSTS ((uint32_t)0x00000800) /*!< Packet dropped status */
Kojto 106:ba1f97679dad 7748 #define USB_OTG_DIEPINT_BERR ((uint32_t)0x00001000) /*!< Babble error interrupt */
Kojto 106:ba1f97679dad 7749 #define USB_OTG_DIEPINT_NAK ((uint32_t)0x00002000) /*!< NAK interrupt */
Kojto 106:ba1f97679dad 7750
Kojto 106:ba1f97679dad 7751 /******************** Bit definition forUSB_OTG_HCINTMSK register ********************/
Kojto 106:ba1f97679dad 7752 #define USB_OTG_HCINTMSK_XFRCM ((uint32_t)0x00000001) /*!< Transfer completed mask */
Kojto 106:ba1f97679dad 7753 #define USB_OTG_HCINTMSK_CHHM ((uint32_t)0x00000002) /*!< Channel halted mask */
Kojto 106:ba1f97679dad 7754 #define USB_OTG_HCINTMSK_AHBERR ((uint32_t)0x00000004) /*!< AHB error */
Kojto 106:ba1f97679dad 7755 #define USB_OTG_HCINTMSK_STALLM ((uint32_t)0x00000008) /*!< STALL response received interrupt mask */
Kojto 106:ba1f97679dad 7756 #define USB_OTG_HCINTMSK_NAKM ((uint32_t)0x00000010) /*!< NAK response received interrupt mask */
Kojto 106:ba1f97679dad 7757 #define USB_OTG_HCINTMSK_ACKM ((uint32_t)0x00000020) /*!< ACK response received/transmitted interrupt mask */
Kojto 106:ba1f97679dad 7758 #define USB_OTG_HCINTMSK_NYET ((uint32_t)0x00000040) /*!< response received interrupt mask */
Kojto 106:ba1f97679dad 7759 #define USB_OTG_HCINTMSK_TXERRM ((uint32_t)0x00000080) /*!< Transaction error mask */
Kojto 106:ba1f97679dad 7760 #define USB_OTG_HCINTMSK_BBERRM ((uint32_t)0x00000100) /*!< Babble error mask */
Kojto 106:ba1f97679dad 7761 #define USB_OTG_HCINTMSK_FRMORM ((uint32_t)0x00000200) /*!< Frame overrun mask */
Kojto 106:ba1f97679dad 7762 #define USB_OTG_HCINTMSK_DTERRM ((uint32_t)0x00000400) /*!< Data toggle error mask */
Kojto 106:ba1f97679dad 7763
Kojto 106:ba1f97679dad 7764 /******************** Bit definition for USB_OTG_DIEPTSIZ register ********************/
Kojto 106:ba1f97679dad 7765
Kojto 106:ba1f97679dad 7766 #define USB_OTG_DIEPTSIZ_XFRSIZ ((uint32_t)0x0007FFFF) /*!< Transfer size */
Kojto 106:ba1f97679dad 7767 #define USB_OTG_DIEPTSIZ_PKTCNT ((uint32_t)0x1FF80000) /*!< Packet count */
Kojto 106:ba1f97679dad 7768 #define USB_OTG_DIEPTSIZ_MULCNT ((uint32_t)0x60000000) /*!< Packet count */
Kojto 106:ba1f97679dad 7769 /******************** Bit definition forUSB_OTG_HCTSIZ register ********************/
Kojto 106:ba1f97679dad 7770 #define USB_OTG_HCTSIZ_XFRSIZ ((uint32_t)0x0007FFFF) /*!< Transfer size */
Kojto 106:ba1f97679dad 7771 #define USB_OTG_HCTSIZ_PKTCNT ((uint32_t)0x1FF80000) /*!< Packet count */
Kojto 106:ba1f97679dad 7772 #define USB_OTG_HCTSIZ_DOPING ((uint32_t)0x80000000) /*!< Do PING */
Kojto 106:ba1f97679dad 7773 #define USB_OTG_HCTSIZ_DPID ((uint32_t)0x60000000) /*!< Data PID */
Kojto 106:ba1f97679dad 7774 #define USB_OTG_HCTSIZ_DPID_0 ((uint32_t)0x20000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7775 #define USB_OTG_HCTSIZ_DPID_1 ((uint32_t)0x40000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7776
Kojto 106:ba1f97679dad 7777 /******************** Bit definition forUSB_OTG_DIEPDMA register ********************/
Kojto 106:ba1f97679dad 7778 #define USB_OTG_DIEPDMA_DMAADDR ((uint32_t)0xFFFFFFFF) /*!< DMA address */
Kojto 106:ba1f97679dad 7779
Kojto 106:ba1f97679dad 7780 /******************** Bit definition forUSB_OTG_HCDMA register ********************/
Kojto 106:ba1f97679dad 7781 #define USB_OTG_HCDMA_DMAADDR ((uint32_t)0xFFFFFFFF) /*!< DMA address */
Kojto 106:ba1f97679dad 7782
Kojto 106:ba1f97679dad 7783 /******************** Bit definition forUSB_OTG_DTXFSTS register ********************/
Kojto 106:ba1f97679dad 7784 #define USB_OTG_DTXFSTS_INEPTFSAV ((uint32_t)0x0000FFFF) /*!< IN endpoint TxFIFO space available */
Kojto 106:ba1f97679dad 7785
Kojto 106:ba1f97679dad 7786 /******************** Bit definition forUSB_OTG_DIEPTXF register ********************/
Kojto 106:ba1f97679dad 7787 #define USB_OTG_DIEPTXF_INEPTXSA ((uint32_t)0x0000FFFF) /*!< IN endpoint FIFOx transmit RAM start address */
Kojto 106:ba1f97679dad 7788 #define USB_OTG_DIEPTXF_INEPTXFD ((uint32_t)0xFFFF0000) /*!< IN endpoint TxFIFO depth */
Kojto 106:ba1f97679dad 7789
Kojto 106:ba1f97679dad 7790 /******************** Bit definition forUSB_OTG_DOEPCTL register ********************/
Kojto 106:ba1f97679dad 7791
Kojto 106:ba1f97679dad 7792 #define USB_OTG_DOEPCTL_MPSIZ ((uint32_t)0x000007FF) /*!< Maximum packet size */ /*!<Bit 1 */
Kojto 106:ba1f97679dad 7793 #define USB_OTG_DOEPCTL_USBAEP ((uint32_t)0x00008000) /*!< USB active endpoint */
Kojto 106:ba1f97679dad 7794 #define USB_OTG_DOEPCTL_NAKSTS ((uint32_t)0x00020000) /*!< NAK status */
Kojto 106:ba1f97679dad 7795 #define USB_OTG_DOEPCTL_SD0PID_SEVNFRM ((uint32_t)0x10000000) /*!< Set DATA0 PID */
Kojto 106:ba1f97679dad 7796 #define USB_OTG_DOEPCTL_SODDFRM ((uint32_t)0x20000000) /*!< Set odd frame */
Kojto 106:ba1f97679dad 7797 #define USB_OTG_DOEPCTL_EPTYP ((uint32_t)0x000C0000) /*!< Endpoint type */
Kojto 106:ba1f97679dad 7798 #define USB_OTG_DOEPCTL_EPTYP_0 ((uint32_t)0x00040000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7799 #define USB_OTG_DOEPCTL_EPTYP_1 ((uint32_t)0x00080000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7800 #define USB_OTG_DOEPCTL_SNPM ((uint32_t)0x00100000) /*!< Snoop mode */
Kojto 106:ba1f97679dad 7801 #define USB_OTG_DOEPCTL_STALL ((uint32_t)0x00200000) /*!< STALL handshake */
Kojto 106:ba1f97679dad 7802 #define USB_OTG_DOEPCTL_CNAK ((uint32_t)0x04000000) /*!< Clear NAK */
Kojto 106:ba1f97679dad 7803 #define USB_OTG_DOEPCTL_SNAK ((uint32_t)0x08000000) /*!< Set NAK */
Kojto 106:ba1f97679dad 7804 #define USB_OTG_DOEPCTL_EPDIS ((uint32_t)0x40000000) /*!< Endpoint disable */
Kojto 106:ba1f97679dad 7805 #define USB_OTG_DOEPCTL_EPENA ((uint32_t)0x80000000) /*!< Endpoint enable */
Kojto 106:ba1f97679dad 7806
Kojto 106:ba1f97679dad 7807 /******************** Bit definition forUSB_OTG_DOEPINT register ********************/
Kojto 106:ba1f97679dad 7808 #define USB_OTG_DOEPINT_XFRC ((uint32_t)0x00000001) /*!< Transfer completed interrupt */
Kojto 106:ba1f97679dad 7809 #define USB_OTG_DOEPINT_EPDISD ((uint32_t)0x00000002) /*!< Endpoint disabled interrupt */
Kojto 106:ba1f97679dad 7810 #define USB_OTG_DOEPINT_STUP ((uint32_t)0x00000008) /*!< SETUP phase done */
Kojto 106:ba1f97679dad 7811 #define USB_OTG_DOEPINT_OTEPDIS ((uint32_t)0x00000010) /*!< OUT token received when endpoint disabled */
Kojto 106:ba1f97679dad 7812 #define USB_OTG_DOEPINT_B2BSTUP ((uint32_t)0x00000040) /*!< Back-to-back SETUP packets received */
Kojto 106:ba1f97679dad 7813 #define USB_OTG_DOEPINT_NYET ((uint32_t)0x00004000) /*!< NYET interrupt */
Kojto 106:ba1f97679dad 7814
Kojto 106:ba1f97679dad 7815 /******************** Bit definition forUSB_OTG_DOEPTSIZ register ********************/
Kojto 106:ba1f97679dad 7816
Kojto 106:ba1f97679dad 7817 #define USB_OTG_DOEPTSIZ_XFRSIZ ((uint32_t)0x0007FFFF) /*!< Transfer size */
Kojto 106:ba1f97679dad 7818 #define USB_OTG_DOEPTSIZ_PKTCNT ((uint32_t)0x1FF80000) /*!< Packet count */
Kojto 106:ba1f97679dad 7819
Kojto 106:ba1f97679dad 7820 #define USB_OTG_DOEPTSIZ_STUPCNT ((uint32_t)0x60000000) /*!< SETUP packet count */
Kojto 106:ba1f97679dad 7821 #define USB_OTG_DOEPTSIZ_STUPCNT_0 ((uint32_t)0x20000000) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7822 #define USB_OTG_DOEPTSIZ_STUPCNT_1 ((uint32_t)0x40000000) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7823
Kojto 106:ba1f97679dad 7824 /******************** Bit definition for PCGCCTL register ********************/
Kojto 106:ba1f97679dad 7825 #define USB_OTG_PCGCCTL_STOPCLK ((uint32_t)0x00000001) /*!< SETUP packet count */
Kojto 106:ba1f97679dad 7826 #define USB_OTG_PCGCCTL_GATECLK ((uint32_t)0x00000002) /*!<Bit 0 */
Kojto 106:ba1f97679dad 7827 #define USB_OTG_PCGCCTL_PHYSUSP ((uint32_t)0x00000010) /*!<Bit 1 */
Kojto 106:ba1f97679dad 7828
Kojto 106:ba1f97679dad 7829
Kojto 106:ba1f97679dad 7830 /**
Kojto 106:ba1f97679dad 7831 * @}
Kojto 106:ba1f97679dad 7832 */
Kojto 106:ba1f97679dad 7833
Kojto 106:ba1f97679dad 7834 /**
Kojto 106:ba1f97679dad 7835 * @}
Kojto 106:ba1f97679dad 7836 */
Kojto 106:ba1f97679dad 7837
Kojto 106:ba1f97679dad 7838 /** @addtogroup Exported_macros
Kojto 106:ba1f97679dad 7839 * @{
Kojto 106:ba1f97679dad 7840 */
Kojto 106:ba1f97679dad 7841
Kojto 106:ba1f97679dad 7842 /******************************* ADC Instances ********************************/
Kojto 106:ba1f97679dad 7843 #define IS_ADC_ALL_INSTANCE(INSTANCE) (((INSTANCE) == ADC1) || \
Kojto 106:ba1f97679dad 7844 ((INSTANCE) == ADC2) || \
Kojto 106:ba1f97679dad 7845 ((INSTANCE) == ADC3))
Kojto 106:ba1f97679dad 7846
Kojto 106:ba1f97679dad 7847 /******************************* CAN Instances ********************************/
Kojto 106:ba1f97679dad 7848 #define IS_CAN_ALL_INSTANCE(INSTANCE) (((INSTANCE) == CAN1) || \
Kojto 106:ba1f97679dad 7849 ((INSTANCE) == CAN2))
Kojto 106:ba1f97679dad 7850
Kojto 106:ba1f97679dad 7851 /******************************* CRC Instances ********************************/
Kojto 106:ba1f97679dad 7852 #define IS_CRC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CRC)
Kojto 106:ba1f97679dad 7853
Kojto 106:ba1f97679dad 7854 /******************************* DAC Instances ********************************/
Kojto 106:ba1f97679dad 7855 #define IS_DAC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == DAC)
Kojto 106:ba1f97679dad 7856
Kojto 106:ba1f97679dad 7857 /******************************* DCMI Instances *******************************/
Kojto 106:ba1f97679dad 7858 #define IS_DCMI_ALL_INSTANCE(INSTANCE) ((INSTANCE) == DCMI)
Kojto 106:ba1f97679dad 7859
Kojto 106:ba1f97679dad 7860 /******************************** DMA Instances *******************************/
Kojto 106:ba1f97679dad 7861 #define IS_DMA_STREAM_ALL_INSTANCE(INSTANCE) (((INSTANCE) == DMA1_Stream0) || \
Kojto 106:ba1f97679dad 7862 ((INSTANCE) == DMA1_Stream1) || \
Kojto 106:ba1f97679dad 7863 ((INSTANCE) == DMA1_Stream2) || \
Kojto 106:ba1f97679dad 7864 ((INSTANCE) == DMA1_Stream3) || \
Kojto 106:ba1f97679dad 7865 ((INSTANCE) == DMA1_Stream4) || \
Kojto 106:ba1f97679dad 7866 ((INSTANCE) == DMA1_Stream5) || \
Kojto 106:ba1f97679dad 7867 ((INSTANCE) == DMA1_Stream6) || \
Kojto 106:ba1f97679dad 7868 ((INSTANCE) == DMA1_Stream7) || \
Kojto 106:ba1f97679dad 7869 ((INSTANCE) == DMA2_Stream0) || \
Kojto 106:ba1f97679dad 7870 ((INSTANCE) == DMA2_Stream1) || \
Kojto 106:ba1f97679dad 7871 ((INSTANCE) == DMA2_Stream2) || \
Kojto 106:ba1f97679dad 7872 ((INSTANCE) == DMA2_Stream3) || \
Kojto 106:ba1f97679dad 7873 ((INSTANCE) == DMA2_Stream4) || \
Kojto 106:ba1f97679dad 7874 ((INSTANCE) == DMA2_Stream5) || \
Kojto 106:ba1f97679dad 7875 ((INSTANCE) == DMA2_Stream6) || \
Kojto 106:ba1f97679dad 7876 ((INSTANCE) == DMA2_Stream7))
Kojto 106:ba1f97679dad 7877
Kojto 106:ba1f97679dad 7878 /******************************* GPIO Instances *******************************/
Kojto 106:ba1f97679dad 7879 #define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \
Kojto 106:ba1f97679dad 7880 ((INSTANCE) == GPIOB) || \
Kojto 106:ba1f97679dad 7881 ((INSTANCE) == GPIOC) || \
Kojto 106:ba1f97679dad 7882 ((INSTANCE) == GPIOD) || \
Kojto 106:ba1f97679dad 7883 ((INSTANCE) == GPIOE) || \
Kojto 106:ba1f97679dad 7884 ((INSTANCE) == GPIOF) || \
Kojto 106:ba1f97679dad 7885 ((INSTANCE) == GPIOG) || \
Kojto 106:ba1f97679dad 7886 ((INSTANCE) == GPIOH))
Kojto 106:ba1f97679dad 7887
Kojto 106:ba1f97679dad 7888 /******************************** I2C Instances *******************************/
Kojto 106:ba1f97679dad 7889 #define IS_I2C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I2C1) || \
Kojto 106:ba1f97679dad 7890 ((INSTANCE) == I2C2) || \
Kojto 106:ba1f97679dad 7891 ((INSTANCE) == I2C3))
Kojto 106:ba1f97679dad 7892
Kojto 106:ba1f97679dad 7893 /******************************** I2S Instances *******************************/
Kojto 106:ba1f97679dad 7894 #define IS_I2S_ALL_INSTANCE(INSTANCE) (((INSTANCE) == SPI1) || \
Kojto 106:ba1f97679dad 7895 ((INSTANCE) == SPI2) || \
Kojto 106:ba1f97679dad 7896 ((INSTANCE) == SPI3))
Kojto 106:ba1f97679dad 7897
Kojto 106:ba1f97679dad 7898 /****************************** RTC Instances *********************************/
Kojto 106:ba1f97679dad 7899 #define IS_RTC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == RTC)
Kojto 106:ba1f97679dad 7900
Kojto 106:ba1f97679dad 7901 /******************************* SAI Instances ********************************/
Kojto 106:ba1f97679dad 7902 #define IS_SAI_BLOCK_PERIPH(PERIPH) (((PERIPH) == SAI1_Block_A) || \
Kojto 106:ba1f97679dad 7903 ((PERIPH) == SAI1_Block_B) || \
Kojto 106:ba1f97679dad 7904 ((PERIPH) == SAI2_Block_A) || \
Kojto 106:ba1f97679dad 7905 ((PERIPH) == SAI2_Block_B))
Kojto 106:ba1f97679dad 7906
Kojto 106:ba1f97679dad 7907 /******************************** SPI Instances *******************************/
Kojto 106:ba1f97679dad 7908 #define IS_SPI_ALL_INSTANCE(INSTANCE) (((INSTANCE) == SPI1) || \
Kojto 106:ba1f97679dad 7909 ((INSTANCE) == SPI2) || \
Kojto 106:ba1f97679dad 7910 ((INSTANCE) == SPI3) || \
Kojto 106:ba1f97679dad 7911 ((INSTANCE) == SPI4))
Kojto 106:ba1f97679dad 7912
Kojto 106:ba1f97679dad 7913 /****************** TIM Instances : All supported instances *******************/
Kojto 106:ba1f97679dad 7914 #define IS_TIM_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
Kojto 106:ba1f97679dad 7915 ((INSTANCE) == TIM2) || \
Kojto 106:ba1f97679dad 7916 ((INSTANCE) == TIM3) || \
Kojto 106:ba1f97679dad 7917 ((INSTANCE) == TIM4) || \
Kojto 106:ba1f97679dad 7918 ((INSTANCE) == TIM5) || \
Kojto 106:ba1f97679dad 7919 ((INSTANCE) == TIM6) || \
Kojto 106:ba1f97679dad 7920 ((INSTANCE) == TIM7) || \
Kojto 106:ba1f97679dad 7921 ((INSTANCE) == TIM8) || \
Kojto 106:ba1f97679dad 7922 ((INSTANCE) == TIM9) || \
Kojto 106:ba1f97679dad 7923 ((INSTANCE) == TIM10) || \
Kojto 106:ba1f97679dad 7924 ((INSTANCE) == TIM11) || \
Kojto 106:ba1f97679dad 7925 ((INSTANCE) == TIM12) || \
Kojto 106:ba1f97679dad 7926 ((INSTANCE) == TIM13) || \
Kojto 106:ba1f97679dad 7927 ((INSTANCE) == TIM14))
Kojto 106:ba1f97679dad 7928
Kojto 106:ba1f97679dad 7929 /************* TIM Instances : at least 1 capture/compare channel *************/
Kojto 106:ba1f97679dad 7930 #define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
Kojto 106:ba1f97679dad 7931 ((INSTANCE) == TIM2) || \
Kojto 106:ba1f97679dad 7932 ((INSTANCE) == TIM3) || \
Kojto 106:ba1f97679dad 7933 ((INSTANCE) == TIM4) || \
Kojto 106:ba1f97679dad 7934 ((INSTANCE) == TIM5) || \
Kojto 106:ba1f97679dad 7935 ((INSTANCE) == TIM8) || \
Kojto 106:ba1f97679dad 7936 ((INSTANCE) == TIM9) || \
Kojto 106:ba1f97679dad 7937 ((INSTANCE) == TIM10) || \
Kojto 106:ba1f97679dad 7938 ((INSTANCE) == TIM11) || \
Kojto 106:ba1f97679dad 7939 ((INSTANCE) == TIM12) || \
Kojto 106:ba1f97679dad 7940 ((INSTANCE) == TIM13) || \
Kojto 106:ba1f97679dad 7941 ((INSTANCE) == TIM14))
Kojto 106:ba1f97679dad 7942
Kojto 106:ba1f97679dad 7943 /************ TIM Instances : at least 2 capture/compare channels *************/
Kojto 106:ba1f97679dad 7944 #define IS_TIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
Kojto 106:ba1f97679dad 7945 ((INSTANCE) == TIM2) || \
Kojto 106:ba1f97679dad 7946 ((INSTANCE) == TIM3) || \
Kojto 106:ba1f97679dad 7947 ((INSTANCE) == TIM4) || \
Kojto 106:ba1f97679dad 7948 ((INSTANCE) == TIM5) || \
Kojto 106:ba1f97679dad 7949 ((INSTANCE) == TIM8) || \
Kojto 106:ba1f97679dad 7950 ((INSTANCE) == TIM9) || \
Kojto 106:ba1f97679dad 7951 ((INSTANCE) == TIM12))
Kojto 106:ba1f97679dad 7952
Kojto 106:ba1f97679dad 7953 /************ TIM Instances : at least 3 capture/compare channels *************/
Kojto 106:ba1f97679dad 7954 #define IS_TIM_CC3_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
Kojto 106:ba1f97679dad 7955 ((INSTANCE) == TIM2) || \
Kojto 106:ba1f97679dad 7956 ((INSTANCE) == TIM3) || \
Kojto 106:ba1f97679dad 7957 ((INSTANCE) == TIM4) || \
Kojto 106:ba1f97679dad 7958 ((INSTANCE) == TIM5) || \
Kojto 106:ba1f97679dad 7959 ((INSTANCE) == TIM8))
Kojto 106:ba1f97679dad 7960
Kojto 106:ba1f97679dad 7961 /************ TIM Instances : at least 4 capture/compare channels *************/
Kojto 106:ba1f97679dad 7962 #define IS_TIM_CC4_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
Kojto 106:ba1f97679dad 7963 ((INSTANCE) == TIM2) || \
Kojto 106:ba1f97679dad 7964 ((INSTANCE) == TIM3) || \
Kojto 106:ba1f97679dad 7965 ((INSTANCE) == TIM4) || \
Kojto 106:ba1f97679dad 7966 ((INSTANCE) == TIM5) || \
Kojto 106:ba1f97679dad 7967 ((INSTANCE) == TIM8))
Kojto 106:ba1f97679dad 7968
Kojto 106:ba1f97679dad 7969 /******************** TIM Instances : Advanced-control timers *****************/
Kojto 106:ba1f97679dad 7970 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
Kojto 106:ba1f97679dad 7971 ((INSTANCE) == TIM8))
Kojto 106:ba1f97679dad 7972
Kojto 106:ba1f97679dad 7973 /******************* TIM Instances : Timer input XOR function *****************/
Kojto 106:ba1f97679dad 7974 #define IS_TIM_XOR_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
Kojto 106:ba1f97679dad 7975 ((INSTANCE) == TIM2) || \
Kojto 106:ba1f97679dad 7976 ((INSTANCE) == TIM3) || \
Kojto 106:ba1f97679dad 7977 ((INSTANCE) == TIM4) || \
Kojto 106:ba1f97679dad 7978 ((INSTANCE) == TIM5) || \
Kojto 106:ba1f97679dad 7979 ((INSTANCE) == TIM8))
Kojto 106:ba1f97679dad 7980
Kojto 106:ba1f97679dad 7981 /****************** TIM Instances : DMA requests generation (UDE) *************/
Kojto 106:ba1f97679dad 7982 #define IS_TIM_DMA_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
Kojto 106:ba1f97679dad 7983 ((INSTANCE) == TIM2) || \
Kojto 106:ba1f97679dad 7984 ((INSTANCE) == TIM3) || \
Kojto 106:ba1f97679dad 7985 ((INSTANCE) == TIM4) || \
Kojto 106:ba1f97679dad 7986 ((INSTANCE) == TIM5) || \
Kojto 106:ba1f97679dad 7987 ((INSTANCE) == TIM6) || \
Kojto 106:ba1f97679dad 7988 ((INSTANCE) == TIM7) || \
Kojto 106:ba1f97679dad 7989 ((INSTANCE) == TIM8))
Kojto 106:ba1f97679dad 7990
Kojto 106:ba1f97679dad 7991 /************ TIM Instances : DMA requests generation (CCxDE) *****************/
Kojto 106:ba1f97679dad 7992 #define IS_TIM_DMA_CC_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
Kojto 106:ba1f97679dad 7993 ((INSTANCE) == TIM2) || \
Kojto 106:ba1f97679dad 7994 ((INSTANCE) == TIM3) || \
Kojto 106:ba1f97679dad 7995 ((INSTANCE) == TIM4) || \
Kojto 106:ba1f97679dad 7996 ((INSTANCE) == TIM5) || \
Kojto 106:ba1f97679dad 7997 ((INSTANCE) == TIM8))
Kojto 106:ba1f97679dad 7998
Kojto 106:ba1f97679dad 7999 /************ TIM Instances : DMA requests generation (COMDE) *****************/
Kojto 106:ba1f97679dad 8000 #define IS_TIM_CCDMA_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
Kojto 106:ba1f97679dad 8001 ((INSTANCE) == TIM2) || \
Kojto 106:ba1f97679dad 8002 ((INSTANCE) == TIM3) || \
Kojto 106:ba1f97679dad 8003 ((INSTANCE) == TIM4) || \
Kojto 106:ba1f97679dad 8004 ((INSTANCE) == TIM5) || \
Kojto 106:ba1f97679dad 8005 ((INSTANCE) == TIM8))
Kojto 106:ba1f97679dad 8006
Kojto 106:ba1f97679dad 8007 /******************** TIM Instances : DMA burst feature ***********************/
Kojto 106:ba1f97679dad 8008 #define IS_TIM_DMABURST_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
Kojto 106:ba1f97679dad 8009 ((INSTANCE) == TIM2) || \
Kojto 106:ba1f97679dad 8010 ((INSTANCE) == TIM3) || \
Kojto 106:ba1f97679dad 8011 ((INSTANCE) == TIM4) || \
Kojto 106:ba1f97679dad 8012 ((INSTANCE) == TIM5) || \
Kojto 106:ba1f97679dad 8013 ((INSTANCE) == TIM8))
Kojto 106:ba1f97679dad 8014
Kojto 106:ba1f97679dad 8015 /****** TIM Instances : master mode available (TIMx_CR2.MMS available )********/
Kojto 106:ba1f97679dad 8016 #define IS_TIM_MASTER_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
Kojto 106:ba1f97679dad 8017 ((INSTANCE) == TIM2) || \
Kojto 106:ba1f97679dad 8018 ((INSTANCE) == TIM3) || \
Kojto 106:ba1f97679dad 8019 ((INSTANCE) == TIM4) || \
Kojto 106:ba1f97679dad 8020 ((INSTANCE) == TIM5) || \
Kojto 106:ba1f97679dad 8021 ((INSTANCE) == TIM6) || \
Kojto 106:ba1f97679dad 8022 ((INSTANCE) == TIM7) || \
Kojto 106:ba1f97679dad 8023 ((INSTANCE) == TIM8) || \
Kojto 106:ba1f97679dad 8024 ((INSTANCE) == TIM9) || \
Kojto 106:ba1f97679dad 8025 ((INSTANCE) == TIM12))
Kojto 106:ba1f97679dad 8026
Kojto 106:ba1f97679dad 8027 /*********** TIM Instances : Slave mode available (TIMx_SMCR available )*******/
Kojto 106:ba1f97679dad 8028 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
Kojto 106:ba1f97679dad 8029 ((INSTANCE) == TIM2) || \
Kojto 106:ba1f97679dad 8030 ((INSTANCE) == TIM3) || \
Kojto 106:ba1f97679dad 8031 ((INSTANCE) == TIM4) || \
Kojto 106:ba1f97679dad 8032 ((INSTANCE) == TIM5) || \
Kojto 106:ba1f97679dad 8033 ((INSTANCE) == TIM8) || \
Kojto 106:ba1f97679dad 8034 ((INSTANCE) == TIM9) || \
Kojto 106:ba1f97679dad 8035 ((INSTANCE) == TIM12))
Kojto 106:ba1f97679dad 8036
Kojto 106:ba1f97679dad 8037 /********************** TIM Instances : 32 bit Counter ************************/
Kojto 106:ba1f97679dad 8038 #define IS_TIM_32B_COUNTER_INSTANCE(INSTANCE)(((INSTANCE) == TIM2) || \
Kojto 106:ba1f97679dad 8039 ((INSTANCE) == TIM5))
Kojto 106:ba1f97679dad 8040
Kojto 106:ba1f97679dad 8041 /***************** TIM Instances : external trigger input availabe ************/
Kojto 106:ba1f97679dad 8042 #define IS_TIM_ETR_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \
Kojto 106:ba1f97679dad 8043 ((INSTANCE) == TIM2) || \
Kojto 106:ba1f97679dad 8044 ((INSTANCE) == TIM3) || \
Kojto 106:ba1f97679dad 8045 ((INSTANCE) == TIM4) || \
Kojto 106:ba1f97679dad 8046 ((INSTANCE) == TIM5) || \
Kojto 106:ba1f97679dad 8047 ((INSTANCE) == TIM8))
Kojto 106:ba1f97679dad 8048
Kojto 106:ba1f97679dad 8049 /****************** TIM Instances : remapping capability **********************/
Kojto 106:ba1f97679dad 8050 #define IS_TIM_REMAP_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \
Kojto 106:ba1f97679dad 8051 ((INSTANCE) == TIM5) || \
Kojto 106:ba1f97679dad 8052 ((INSTANCE) == TIM11))
Kojto 106:ba1f97679dad 8053
Kojto 106:ba1f97679dad 8054 /******************* TIM Instances : output(s) available **********************/
Kojto 106:ba1f97679dad 8055 #define IS_TIM_CCX_INSTANCE(INSTANCE, CHANNEL) \
Kojto 106:ba1f97679dad 8056 ((((INSTANCE) == TIM1) && \
Kojto 106:ba1f97679dad 8057 (((CHANNEL) == TIM_CHANNEL_1) || \
Kojto 106:ba1f97679dad 8058 ((CHANNEL) == TIM_CHANNEL_2) || \
Kojto 106:ba1f97679dad 8059 ((CHANNEL) == TIM_CHANNEL_3) || \
Kojto 106:ba1f97679dad 8060 ((CHANNEL) == TIM_CHANNEL_4))) \
Kojto 106:ba1f97679dad 8061 || \
Kojto 106:ba1f97679dad 8062 (((INSTANCE) == TIM2) && \
Kojto 106:ba1f97679dad 8063 (((CHANNEL) == TIM_CHANNEL_1) || \
Kojto 106:ba1f97679dad 8064 ((CHANNEL) == TIM_CHANNEL_2) || \
Kojto 106:ba1f97679dad 8065 ((CHANNEL) == TIM_CHANNEL_3) || \
Kojto 106:ba1f97679dad 8066 ((CHANNEL) == TIM_CHANNEL_4))) \
Kojto 106:ba1f97679dad 8067 || \
Kojto 106:ba1f97679dad 8068 (((INSTANCE) == TIM3) && \
Kojto 106:ba1f97679dad 8069 (((CHANNEL) == TIM_CHANNEL_1) || \
Kojto 106:ba1f97679dad 8070 ((CHANNEL) == TIM_CHANNEL_2) || \
Kojto 106:ba1f97679dad 8071 ((CHANNEL) == TIM_CHANNEL_3) || \
Kojto 106:ba1f97679dad 8072 ((CHANNEL) == TIM_CHANNEL_4))) \
Kojto 106:ba1f97679dad 8073 || \
Kojto 106:ba1f97679dad 8074 (((INSTANCE) == TIM4) && \
Kojto 106:ba1f97679dad 8075 (((CHANNEL) == TIM_CHANNEL_1) || \
Kojto 106:ba1f97679dad 8076 ((CHANNEL) == TIM_CHANNEL_2) || \
Kojto 106:ba1f97679dad 8077 ((CHANNEL) == TIM_CHANNEL_3) || \
Kojto 106:ba1f97679dad 8078 ((CHANNEL) == TIM_CHANNEL_4))) \
Kojto 106:ba1f97679dad 8079 || \
Kojto 106:ba1f97679dad 8080 (((INSTANCE) == TIM5) && \
Kojto 106:ba1f97679dad 8081 (((CHANNEL) == TIM_CHANNEL_1) || \
Kojto 106:ba1f97679dad 8082 ((CHANNEL) == TIM_CHANNEL_2) || \
Kojto 106:ba1f97679dad 8083 ((CHANNEL) == TIM_CHANNEL_3) || \
Kojto 106:ba1f97679dad 8084 ((CHANNEL) == TIM_CHANNEL_4))) \
Kojto 106:ba1f97679dad 8085 || \
Kojto 106:ba1f97679dad 8086 (((INSTANCE) == TIM8) && \
Kojto 106:ba1f97679dad 8087 (((CHANNEL) == TIM_CHANNEL_1) || \
Kojto 106:ba1f97679dad 8088 ((CHANNEL) == TIM_CHANNEL_2) || \
Kojto 106:ba1f97679dad 8089 ((CHANNEL) == TIM_CHANNEL_3) || \
Kojto 106:ba1f97679dad 8090 ((CHANNEL) == TIM_CHANNEL_4))) \
Kojto 106:ba1f97679dad 8091 || \
Kojto 106:ba1f97679dad 8092 (((INSTANCE) == TIM9) && \
Kojto 106:ba1f97679dad 8093 (((CHANNEL) == TIM_CHANNEL_1) || \
Kojto 106:ba1f97679dad 8094 ((CHANNEL) == TIM_CHANNEL_2))) \
Kojto 106:ba1f97679dad 8095 || \
Kojto 106:ba1f97679dad 8096 (((INSTANCE) == TIM10) && \
Kojto 106:ba1f97679dad 8097 (((CHANNEL) == TIM_CHANNEL_1))) \
Kojto 106:ba1f97679dad 8098 || \
Kojto 106:ba1f97679dad 8099 (((INSTANCE) == TIM11) && \
Kojto 106:ba1f97679dad 8100 (((CHANNEL) == TIM_CHANNEL_1))) \
Kojto 106:ba1f97679dad 8101 || \
Kojto 106:ba1f97679dad 8102 (((INSTANCE) == TIM12) && \
Kojto 106:ba1f97679dad 8103 (((CHANNEL) == TIM_CHANNEL_1) || \
Kojto 106:ba1f97679dad 8104 ((CHANNEL) == TIM_CHANNEL_2))) \
Kojto 106:ba1f97679dad 8105 || \
Kojto 106:ba1f97679dad 8106 (((INSTANCE) == TIM13) && \
Kojto 106:ba1f97679dad 8107 (((CHANNEL) == TIM_CHANNEL_1))) \
Kojto 106:ba1f97679dad 8108 || \
Kojto 106:ba1f97679dad 8109 (((INSTANCE) == TIM14) && \
Kojto 106:ba1f97679dad 8110 (((CHANNEL) == TIM_CHANNEL_1))))
Kojto 106:ba1f97679dad 8111
Kojto 106:ba1f97679dad 8112 /************ TIM Instances : complementary output(s) available ***************/
Kojto 106:ba1f97679dad 8113 #define IS_TIM_CCXN_INSTANCE(INSTANCE, CHANNEL) \
Kojto 106:ba1f97679dad 8114 ((((INSTANCE) == TIM1) && \
Kojto 106:ba1f97679dad 8115 (((CHANNEL) == TIM_CHANNEL_1) || \
Kojto 106:ba1f97679dad 8116 ((CHANNEL) == TIM_CHANNEL_2) || \
Kojto 106:ba1f97679dad 8117 ((CHANNEL) == TIM_CHANNEL_3))) \
Kojto 106:ba1f97679dad 8118 || \
Kojto 106:ba1f97679dad 8119 (((INSTANCE) == TIM8) && \
Kojto 106:ba1f97679dad 8120 (((CHANNEL) == TIM_CHANNEL_1) || \
Kojto 106:ba1f97679dad 8121 ((CHANNEL) == TIM_CHANNEL_2) || \
Kojto 106:ba1f97679dad 8122 ((CHANNEL) == TIM_CHANNEL_3))))
Kojto 106:ba1f97679dad 8123
Kojto 106:ba1f97679dad 8124 /******************** USART Instances : Synchronous mode **********************/
Kojto 106:ba1f97679dad 8125 #define IS_USART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \
Kojto 106:ba1f97679dad 8126 ((INSTANCE) == USART2) || \
Kojto 106:ba1f97679dad 8127 ((INSTANCE) == USART3) || \
Kojto 106:ba1f97679dad 8128 ((INSTANCE) == USART6))
Kojto 106:ba1f97679dad 8129
Kojto 106:ba1f97679dad 8130 /******************** UART Instances : Asynchronous mode **********************/
Kojto 106:ba1f97679dad 8131 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \
Kojto 106:ba1f97679dad 8132 ((INSTANCE) == USART2) || \
Kojto 106:ba1f97679dad 8133 ((INSTANCE) == USART3) || \
Kojto 106:ba1f97679dad 8134 ((INSTANCE) == UART4) || \
Kojto 106:ba1f97679dad 8135 ((INSTANCE) == UART5) || \
Kojto 106:ba1f97679dad 8136 ((INSTANCE) == USART6))
Kojto 106:ba1f97679dad 8137
Kojto 106:ba1f97679dad 8138 /****************** UART Instances : Hardware Flow control ********************/
Kojto 106:ba1f97679dad 8139 #define IS_UART_HWFLOW_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \
Kojto 106:ba1f97679dad 8140 ((INSTANCE) == USART2) || \
Kojto 106:ba1f97679dad 8141 ((INSTANCE) == USART3) || \
Kojto 106:ba1f97679dad 8142 ((INSTANCE) == USART6))
Kojto 106:ba1f97679dad 8143
Kojto 106:ba1f97679dad 8144 /********************* UART Instances : Smard card mode ***********************/
Kojto 106:ba1f97679dad 8145 #define IS_SMARTCARD_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \
Kojto 106:ba1f97679dad 8146 ((INSTANCE) == USART2) || \
Kojto 106:ba1f97679dad 8147 ((INSTANCE) == USART3) || \
Kojto 106:ba1f97679dad 8148 ((INSTANCE) == USART6))
Kojto 106:ba1f97679dad 8149
Kojto 106:ba1f97679dad 8150 /*********************** UART Instances : IRDA mode ***************************/
Kojto 106:ba1f97679dad 8151 #define IS_IRDA_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \
Kojto 106:ba1f97679dad 8152 ((INSTANCE) == USART2) || \
Kojto 106:ba1f97679dad 8153 ((INSTANCE) == USART3) || \
Kojto 106:ba1f97679dad 8154 ((INSTANCE) == UART4) || \
Kojto 106:ba1f97679dad 8155 ((INSTANCE) == UART5) || \
Kojto 106:ba1f97679dad 8156 ((INSTANCE) == USART6))
Kojto 106:ba1f97679dad 8157
Kojto 106:ba1f97679dad 8158 /****************************** SDIO Instances ********************************/
Kojto 106:ba1f97679dad 8159 #define IS_SDIO_ALL_INSTANCE(INSTANCE) ((INSTANCE) == SDIO)
Kojto 106:ba1f97679dad 8160
Kojto 106:ba1f97679dad 8161 /****************************** IWDG Instances ********************************/
Kojto 106:ba1f97679dad 8162 #define IS_IWDG_ALL_INSTANCE(INSTANCE) ((INSTANCE) == IWDG)
Kojto 106:ba1f97679dad 8163
Kojto 106:ba1f97679dad 8164 /****************************** WWDG Instances ********************************/
Kojto 106:ba1f97679dad 8165 #define IS_WWDG_ALL_INSTANCE(INSTANCE) ((INSTANCE) == WWDG)
Kojto 106:ba1f97679dad 8166
Kojto 106:ba1f97679dad 8167 /****************************** QSPI Instances ********************************/
Kojto 106:ba1f97679dad 8168 #define IS_QSPI_ALL_INSTANCE(__INSTANCE__) ((__INSTANCE__) == QUADSPI)
Kojto 106:ba1f97679dad 8169
Kojto 106:ba1f97679dad 8170 /******************************* CEC Instances ********************************/
Kojto 106:ba1f97679dad 8171 #define IS_CEC_ALL_INSTANCE(__INSTANCE__) ((__INSTANCE__) == CEC)
Kojto 106:ba1f97679dad 8172
Kojto 106:ba1f97679dad 8173 /***************************** FMPI2C Instances *******************************/
Kojto 106:ba1f97679dad 8174 #define IS_FMPI2C_ALL_INSTANCE(__INSTANCE__) ((__INSTANCE__) == FMPI2C1)
Kojto 106:ba1f97679dad 8175
Kojto 106:ba1f97679dad 8176 /******************************* SPDIFRX Instances ********************************/
Kojto 106:ba1f97679dad 8177 #define IS_SPDIFRX_ALL_INSTANCE(INSTANCE) ((INSTANCE) == SPDIFRX)
Kojto 106:ba1f97679dad 8178
Kojto 106:ba1f97679dad 8179 /****************************** USB Exported Constants ************************/
Kojto 106:ba1f97679dad 8180 #define USB_OTG_FS_HOST_MAX_CHANNEL_NBR 8
Kojto 106:ba1f97679dad 8181 #define USB_OTG_FS_MAX_IN_ENDPOINTS 5 /* Including EP0 */
Kojto 106:ba1f97679dad 8182 #define USB_OTG_FS_MAX_OUT_ENDPOINTS 5 /* Including EP0 */
Kojto 106:ba1f97679dad 8183 #define USB_OTG_FS_TOTAL_FIFO_SIZE 1280 /* in Bytes */
Kojto 106:ba1f97679dad 8184
Kojto 106:ba1f97679dad 8185 #define USB_OTG_HS_HOST_MAX_CHANNEL_NBR 16
Kojto 106:ba1f97679dad 8186 #define USB_OTG_HS_MAX_IN_ENDPOINTS 8 /* Including EP0 */
Kojto 106:ba1f97679dad 8187 #define USB_OTG_HS_MAX_IN_ENDPOINTS 8 /* Including EP0 */
Kojto 106:ba1f97679dad 8188 #define USB_OTG_HS_TOTAL_FIFO_SIZE 4096 /* in Bytes */
Kojto 106:ba1f97679dad 8189
Kojto 106:ba1f97679dad 8190 /**
Kojto 106:ba1f97679dad 8191 * @}
Kojto 106:ba1f97679dad 8192 */
Kojto 106:ba1f97679dad 8193
Kojto 106:ba1f97679dad 8194 /**
Kojto 106:ba1f97679dad 8195 * @}
Kojto 106:ba1f97679dad 8196 */
Kojto 106:ba1f97679dad 8197
Kojto 106:ba1f97679dad 8198 /**
Kojto 106:ba1f97679dad 8199 * @}
Kojto 106:ba1f97679dad 8200 */
Kojto 106:ba1f97679dad 8201
Kojto 106:ba1f97679dad 8202 #ifdef __cplusplus
Kojto 106:ba1f97679dad 8203 }
Kojto 106:ba1f97679dad 8204 #endif /* __cplusplus */
Kojto 106:ba1f97679dad 8205
Kojto 106:ba1f97679dad 8206 #endif /* __STM32F446xx_H */
Kojto 106:ba1f97679dad 8207
Kojto 106:ba1f97679dad 8208
Kojto 106:ba1f97679dad 8209
Kojto 106:ba1f97679dad 8210 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/