Rev 49 | Rev 61 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 49 | Rev 50 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /** |
1 | /** |
2 | ****************************************************************************** |
2 | ****************************************************************************** |
3 | * @file stm32l151xb.h |
3 | * @file stm32l151xb.h |
4 | * @author MCD Application Team |
4 | * @author MCD Application Team |
5 | * @version V2.2.0 |
- | |
6 | * @date 01-July-2016 |
- | |
7 | * @brief CMSIS Cortex-M3 Device Peripheral Access Layer Header File. |
5 | * @brief CMSIS Cortex-M3 Device Peripheral Access Layer Header File. |
8 | * This file contains all the peripheral register's definitions, bits |
6 | * This file contains all the peripheral register's definitions, bits |
9 | * definitions and memory mapping for STM32L1xx devices. |
7 | * definitions and memory mapping for STM32L1xx devices. |
10 | * |
8 | * |
11 | * This file contains: |
9 | * This file contains: |
Line 14... | Line 12... | ||
14 | * - Macros to access peripheralÂ’s registers hardware |
12 | * - Macros to access peripheralÂ’s registers hardware |
15 | * |
13 | * |
16 | ****************************************************************************** |
14 | ****************************************************************************** |
17 | * @attention |
15 | * @attention |
18 | * |
16 | * |
19 | * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> |
17 | * <h2><center>© Copyright (c) 2017 STMicroelectronics. |
- | 18 | * All rights reserved.</center></h2> |
|
20 | * |
19 | * |
21 | * Redistribution and use in source and binary forms, with or without modification, |
20 | * This software component is licensed by ST under BSD 3-Clause license, |
22 | * are permitted provided that the following conditions are met: |
21 | * the "License"; You may not use this file except in compliance with the |
23 | * 1. Redistributions of source code must retain the above copyright notice, |
- | |
24 | * this list of conditions and the following disclaimer. |
- | |
25 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
- | |
26 | * this list of conditions and the following disclaimer in the documentation |
- | |
27 | * and/or other materials provided with the distribution. |
- | |
28 | * 3. Neither the name of STMicroelectronics nor the names of its contributors |
- | |
29 | * may be used to endorse or promote products derived from this software |
- | |
30 | * without specific prior written permission. |
22 | * License. You may obtain a copy of the License at: |
31 | * |
23 | * opensource.org/licenses/BSD-3-Clause |
32 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
- | |
33 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
- | |
34 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
- | |
35 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
- | |
36 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
- | |
37 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
- | |
38 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
- | |
39 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
- | |
40 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
- | |
41 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
- | |
42 | * |
24 | * |
43 | ****************************************************************************** |
25 | ****************************************************************************** |
44 | */ |
26 | */ |
45 | 27 | ||
46 | /** @addtogroup CMSIS |
28 | /** @addtogroup CMSIS |
Line 408... | Line 390... | ||
408 | */ |
390 | */ |
409 | 391 | ||
410 | typedef struct |
392 | typedef struct |
411 | { |
393 | { |
412 | __IO uint32_t ICR; /*!< RI input capture register, Address offset: 0x00 */ |
394 | __IO uint32_t ICR; /*!< RI input capture register, Address offset: 0x00 */ |
413 | __IO uint32_t ASCR1; /*!< RI analog switches control register, Address offset: 0x04 */ |
395 | __IO uint32_t ASCR1; /*!< RI analog switches control register, Address offset: 0x04 */ |
414 | __IO uint32_t ASCR2; /*!< RI analog switch control register 2, Address offset: 0x08 */ |
396 | __IO uint32_t ASCR2; /*!< RI analog switch control register 2, Address offset: 0x08 */ |
415 | __IO uint32_t HYSCR1; /*!< RI hysteresis control register, Address offset: 0x0C */ |
397 | __IO uint32_t HYSCR1; /*!< RI hysteresis control register, Address offset: 0x0C */ |
416 | __IO uint32_t HYSCR2; /*!< RI Hysteresis control register, Address offset: 0x10 */ |
398 | __IO uint32_t HYSCR2; /*!< RI Hysteresis control register, Address offset: 0x10 */ |
417 | __IO uint32_t HYSCR3; /*!< RI Hysteresis control register, Address offset: 0x14 */ |
399 | __IO uint32_t HYSCR3; /*!< RI Hysteresis control register, Address offset: 0x14 */ |
- | 400 | uint32_t RESERVED1; /*!< Reserved, Address offset: 0x18 */ |
|
418 | } RI_TypeDef; |
401 | } RI_TypeDef; |
419 | 402 | ||
420 | /** |
403 | /** |
421 | * @brief Real-Time Clock |
404 | * @brief Real-Time Clock |
422 | */ |
405 | */ |
Line 574... | Line 557... | ||
574 | 557 | ||
575 | /** @addtogroup Peripheral_memory_map |
558 | /** @addtogroup Peripheral_memory_map |
576 | * @{ |
559 | * @{ |
577 | */ |
560 | */ |
578 | 561 | ||
579 | #define FLASH_BASE ((uint32_t)0x08000000U) /*!< FLASH base address in the alias region */ |
562 | #define FLASH_BASE (0x08000000UL) /*!< FLASH base address in the alias region */ |
580 | #define FLASH_EEPROM_BASE ((uint32_t)(FLASH_BASE + 0x80000U)) /*!< FLASH EEPROM base address in the alias region */ |
563 | #define FLASH_EEPROM_BASE (FLASH_BASE + 0x80000UL) /*!< FLASH EEPROM base address in the alias region */ |
581 | #define SRAM_BASE ((uint32_t)0x20000000U) /*!< SRAM base address in the alias region */ |
564 | #define SRAM_BASE (0x20000000UL) /*!< SRAM base address in the alias region */ |
582 | #define PERIPH_BASE ((uint32_t)0x40000000U) /*!< Peripheral base address in the alias region */ |
565 | #define PERIPH_BASE (0x40000000UL) /*!< Peripheral base address in the alias region */ |
583 | #define SRAM_BB_BASE ((uint32_t)0x22000000U) /*!< SRAM base address in the bit-band region */ |
566 | #define SRAM_BB_BASE (0x22000000UL) /*!< SRAM base address in the bit-band region */ |
584 | #define PERIPH_BB_BASE ((uint32_t)0x42000000U) /*!< Peripheral base address in the bit-band region */ |
567 | #define PERIPH_BB_BASE (0x42000000UL) /*!< Peripheral base address in the bit-band region */ |
585 | #define FLASH_END ((uint32_t)0x0801FFFFU) /*!< Program end FLASH address for Cat1 & Cat2 */ |
568 | #define FLASH_END (0x0801FFFFUL) /*!< Program end FLASH address for Cat1 & Cat2 */ |
586 | #define FLASH_EEPROM_END ((uint32_t)0x08080FFFU) /*!< FLASH EEPROM end address (4KB) */ |
569 | #define FLASH_EEPROM_END (0x08080FFFUL) /*!< FLASH EEPROM end address (4KB) */ |
587 | 570 | ||
588 | /*!< Peripheral memory map */ |
571 | /*!< Peripheral memory map */ |
589 | #define APB1PERIPH_BASE PERIPH_BASE |
572 | #define APB1PERIPH_BASE PERIPH_BASE |
590 | #define APB2PERIPH_BASE (PERIPH_BASE + 0x00010000U) |
573 | #define APB2PERIPH_BASE (PERIPH_BASE + 0x00010000UL) |
591 | #define AHBPERIPH_BASE (PERIPH_BASE + 0x00020000U) |
574 | #define AHBPERIPH_BASE (PERIPH_BASE + 0x00020000UL) |
592 | 575 | ||
593 | /*!< APB1 peripherals */ |
576 | /*!< APB1 peripherals */ |
594 | #define TIM2_BASE (APB1PERIPH_BASE + 0x00000000U) |
577 | #define TIM2_BASE (APB1PERIPH_BASE + 0x00000000UL) |
595 | #define TIM3_BASE (APB1PERIPH_BASE + 0x00000400U) |
578 | #define TIM3_BASE (APB1PERIPH_BASE + 0x00000400UL) |
596 | #define TIM4_BASE (APB1PERIPH_BASE + 0x00000800U) |
579 | #define TIM4_BASE (APB1PERIPH_BASE + 0x00000800UL) |
597 | #define TIM6_BASE (APB1PERIPH_BASE + 0x00001000U) |
580 | #define TIM6_BASE (APB1PERIPH_BASE + 0x00001000UL) |
598 | #define TIM7_BASE (APB1PERIPH_BASE + 0x00001400U) |
581 | #define TIM7_BASE (APB1PERIPH_BASE + 0x00001400UL) |
599 | #define RTC_BASE (APB1PERIPH_BASE + 0x00002800U) |
582 | #define RTC_BASE (APB1PERIPH_BASE + 0x00002800UL) |
600 | #define WWDG_BASE (APB1PERIPH_BASE + 0x00002C00U) |
583 | #define WWDG_BASE (APB1PERIPH_BASE + 0x00002C00UL) |
601 | #define IWDG_BASE (APB1PERIPH_BASE + 0x00003000U) |
584 | #define IWDG_BASE (APB1PERIPH_BASE + 0x00003000UL) |
602 | #define SPI2_BASE (APB1PERIPH_BASE + 0x00003800U) |
585 | #define SPI2_BASE (APB1PERIPH_BASE + 0x00003800UL) |
603 | #define USART2_BASE (APB1PERIPH_BASE + 0x00004400U) |
586 | #define USART2_BASE (APB1PERIPH_BASE + 0x00004400UL) |
604 | #define USART3_BASE (APB1PERIPH_BASE + 0x00004800U) |
587 | #define USART3_BASE (APB1PERIPH_BASE + 0x00004800UL) |
605 | #define I2C1_BASE (APB1PERIPH_BASE + 0x00005400U) |
588 | #define I2C1_BASE (APB1PERIPH_BASE + 0x00005400UL) |
606 | #define I2C2_BASE (APB1PERIPH_BASE + 0x00005800U) |
589 | #define I2C2_BASE (APB1PERIPH_BASE + 0x00005800UL) |
607 | 590 | ||
608 | /* USB device FS */ |
591 | /* USB device FS */ |
609 | #define USB_BASE (APB1PERIPH_BASE + 0x00005C00U) /*!< USB_IP Peripheral Registers base address */ |
592 | #define USB_BASE (APB1PERIPH_BASE + 0x00005C00UL) /*!< USB_IP Peripheral Registers base address */ |
610 | #define USB_PMAADDR (APB1PERIPH_BASE + 0x00006000U) /*!< USB_IP Packet Memory Area base address */ |
593 | #define USB_PMAADDR (APB1PERIPH_BASE + 0x00006000UL) /*!< USB_IP Packet Memory Area base address */ |
611 | 594 | ||
612 | /* USB device FS SRAM */ |
595 | /* USB device FS SRAM */ |
613 | #define PWR_BASE (APB1PERIPH_BASE + 0x00007000U) |
596 | #define PWR_BASE (APB1PERIPH_BASE + 0x00007000UL) |
614 | #define DAC_BASE (APB1PERIPH_BASE + 0x00007400U) |
597 | #define DAC_BASE (APB1PERIPH_BASE + 0x00007400UL) |
615 | #define COMP_BASE (APB1PERIPH_BASE + 0x00007C00U) |
598 | #define COMP_BASE (APB1PERIPH_BASE + 0x00007C00UL) |
616 | #define RI_BASE (APB1PERIPH_BASE + 0x00007C04U) |
599 | #define RI_BASE (APB1PERIPH_BASE + 0x00007C04UL) |
617 | 600 | ||
618 | /*!< APB2 peripherals */ |
601 | /*!< APB2 peripherals */ |
619 | #define SYSCFG_BASE (APB2PERIPH_BASE + 0x00000000U) |
602 | #define SYSCFG_BASE (APB2PERIPH_BASE + 0x00000000UL) |
620 | #define EXTI_BASE (APB2PERIPH_BASE + 0x00000400U) |
603 | #define EXTI_BASE (APB2PERIPH_BASE + 0x00000400UL) |
621 | #define TIM9_BASE (APB2PERIPH_BASE + 0x00000800U) |
604 | #define TIM9_BASE (APB2PERIPH_BASE + 0x00000800UL) |
622 | #define TIM10_BASE (APB2PERIPH_BASE + 0x00000C00U) |
605 | #define TIM10_BASE (APB2PERIPH_BASE + 0x00000C00UL) |
623 | #define TIM11_BASE (APB2PERIPH_BASE + 0x00001000U) |
606 | #define TIM11_BASE (APB2PERIPH_BASE + 0x00001000UL) |
624 | #define ADC1_BASE (APB2PERIPH_BASE + 0x00002400U) |
607 | #define ADC1_BASE (APB2PERIPH_BASE + 0x00002400UL) |
625 | #define ADC_BASE (APB2PERIPH_BASE + 0x00002700U) |
608 | #define ADC_BASE (APB2PERIPH_BASE + 0x00002700UL) |
626 | #define SPI1_BASE (APB2PERIPH_BASE + 0x00003000U) |
609 | #define SPI1_BASE (APB2PERIPH_BASE + 0x00003000UL) |
627 | #define USART1_BASE (APB2PERIPH_BASE + 0x00003800U) |
610 | #define USART1_BASE (APB2PERIPH_BASE + 0x00003800UL) |
628 | 611 | ||
629 | /*!< AHB peripherals */ |
612 | /*!< AHB peripherals */ |
630 | #define GPIOA_BASE (AHBPERIPH_BASE + 0x00000000U) |
613 | #define GPIOA_BASE (AHBPERIPH_BASE + 0x00000000UL) |
631 | #define GPIOB_BASE (AHBPERIPH_BASE + 0x00000400U) |
614 | #define GPIOB_BASE (AHBPERIPH_BASE + 0x00000400UL) |
632 | #define GPIOC_BASE (AHBPERIPH_BASE + 0x00000800U) |
615 | #define GPIOC_BASE (AHBPERIPH_BASE + 0x00000800UL) |
633 | #define GPIOD_BASE (AHBPERIPH_BASE + 0x00000C00U) |
616 | #define GPIOD_BASE (AHBPERIPH_BASE + 0x00000C00UL) |
634 | #define GPIOE_BASE (AHBPERIPH_BASE + 0x00001000U) |
617 | #define GPIOE_BASE (AHBPERIPH_BASE + 0x00001000UL) |
635 | #define GPIOH_BASE (AHBPERIPH_BASE + 0x00001400U) |
618 | #define GPIOH_BASE (AHBPERIPH_BASE + 0x00001400UL) |
636 | #define CRC_BASE (AHBPERIPH_BASE + 0x00003000U) |
619 | #define CRC_BASE (AHBPERIPH_BASE + 0x00003000UL) |
637 | #define RCC_BASE (AHBPERIPH_BASE + 0x00003800U) |
620 | #define RCC_BASE (AHBPERIPH_BASE + 0x00003800UL) |
638 | #define FLASH_R_BASE (AHBPERIPH_BASE + 0x00003C00U) /*!< FLASH registers base address */ |
621 | #define FLASH_R_BASE (AHBPERIPH_BASE + 0x00003C00UL) /*!< FLASH registers base address */ |
639 | #define OB_BASE ((uint32_t)0x1FF80000U) /*!< FLASH Option Bytes base address */ |
622 | #define OB_BASE (0x1FF80000UL) /*!< FLASH Option Bytes base address */ |
640 | #define FLASHSIZE_BASE ((uint32_t)0x1FF8004CU) /*!< FLASH Size register base address for Cat.1 and Cat.2 devices */ |
623 | #define FLASHSIZE_BASE (0x1FF8004CUL) /*!< FLASH Size register base address for Cat.1 and Cat.2 devices */ |
641 | #define UID_BASE ((uint32_t)0x1FF80050U) /*!< Unique device ID register base address for Cat.1 and Cat.2 devices */ |
624 | #define UID_BASE (0x1FF80050UL) /*!< Unique device ID register base address for Cat.1 and Cat.2 devices */ |
642 | #define DMA1_BASE (AHBPERIPH_BASE + 0x00006000U) |
625 | #define DMA1_BASE (AHBPERIPH_BASE + 0x00006000UL) |
643 | #define DMA1_Channel1_BASE (DMA1_BASE + 0x00000008U) |
626 | #define DMA1_Channel1_BASE (DMA1_BASE + 0x00000008UL) |
644 | #define DMA1_Channel2_BASE (DMA1_BASE + 0x0000001CU) |
627 | #define DMA1_Channel2_BASE (DMA1_BASE + 0x0000001CUL) |
645 | #define DMA1_Channel3_BASE (DMA1_BASE + 0x00000030U) |
628 | #define DMA1_Channel3_BASE (DMA1_BASE + 0x00000030UL) |
646 | #define DMA1_Channel4_BASE (DMA1_BASE + 0x00000044U) |
629 | #define DMA1_Channel4_BASE (DMA1_BASE + 0x00000044UL) |
647 | #define DMA1_Channel5_BASE (DMA1_BASE + 0x00000058U) |
630 | #define DMA1_Channel5_BASE (DMA1_BASE + 0x00000058UL) |
648 | #define DMA1_Channel6_BASE (DMA1_BASE + 0x0000006CU) |
631 | #define DMA1_Channel6_BASE (DMA1_BASE + 0x0000006CUL) |
649 | #define DMA1_Channel7_BASE (DMA1_BASE + 0x00000080U) |
632 | #define DMA1_Channel7_BASE (DMA1_BASE + 0x00000080UL) |
650 | #define DBGMCU_BASE ((uint32_t)0xE0042000U) /*!< Debug MCU registers base address */ |
633 | #define DBGMCU_BASE (0xE0042000UL) /*!< Debug MCU registers base address */ |
651 | 634 | ||
652 | /** |
635 | /** |
653 | * @} |
636 | * @} |
654 | */ |
637 | */ |
655 | 638 | ||
Line 737... | Line 720... | ||
737 | /******************************************************************************/ |
720 | /******************************************************************************/ |
738 | /* */ |
721 | /* */ |
739 | /* Analog to Digital Converter (ADC) */ |
722 | /* Analog to Digital Converter (ADC) */ |
740 | /* */ |
723 | /* */ |
741 | /******************************************************************************/ |
724 | /******************************************************************************/ |
- | 725 | #define VREFINT_CAL_ADDR_CMSIS 0x1FF80078 /*!<Internal voltage reference, address of parameter VREFINT_CAL: VrefInt ADC raw data acquired at temperature 30 DegC (tolerance: +-5 DegC), Vref+ = 3.0 V (tolerance: +-10 mV). */ |
|
- | 726 | #define TEMPSENSOR_CAL1_ADDR_CMSIS 0x1FF8007A /*!<Internal temperature sensor, address of parameter TS_CAL1: On STM32L1, temperature sensor ADC raw data acquired at temperature 30 DegC (tolerance: +-5 DegC), Vref+ = 3.0 V (tolerance: +-10 mV). */ |
|
- | 727 | #define TEMPSENSOR_CAL2_ADDR_CMSIS 0x1FF8007E /*!<Internal temperature sensor, address of parameter TS_CAL2: On STM32L1, temperature sensor ADC raw data acquired at temperature 110 DegC (tolerance: +-5 DegC), Vref+ = 3.3 V (tolerance: +-10 mV). */ |
|
742 | 728 | ||
743 | /******************** Bit definition for ADC_SR register ********************/ |
729 | /******************** Bit definition for ADC_SR register ********************/ |
744 | #define ADC_SR_AWD_Pos (0U) |
730 | #define ADC_SR_AWD_Pos (0U) |
745 | #define ADC_SR_AWD_Msk (0x1U << ADC_SR_AWD_Pos) /*!< 0x00000001 */ |
731 | #define ADC_SR_AWD_Msk (0x1UL << ADC_SR_AWD_Pos) /*!< 0x00000001 */ |
746 | #define ADC_SR_AWD ADC_SR_AWD_Msk /*!< ADC analog watchdog 1 flag */ |
732 | #define ADC_SR_AWD ADC_SR_AWD_Msk /*!< ADC analog watchdog 1 flag */ |
747 | #define ADC_SR_EOCS_Pos (1U) |
733 | #define ADC_SR_EOCS_Pos (1U) |
748 | #define ADC_SR_EOCS_Msk (0x1U << ADC_SR_EOCS_Pos) /*!< 0x00000002 */ |
734 | #define ADC_SR_EOCS_Msk (0x1UL << ADC_SR_EOCS_Pos) /*!< 0x00000002 */ |
749 | #define ADC_SR_EOCS ADC_SR_EOCS_Msk /*!< ADC group regular end of unitary conversion or end of sequence conversions flag */ |
735 | #define ADC_SR_EOCS ADC_SR_EOCS_Msk /*!< ADC group regular end of unitary conversion or end of sequence conversions flag */ |
750 | #define ADC_SR_JEOS_Pos (2U) |
736 | #define ADC_SR_JEOS_Pos (2U) |
751 | #define ADC_SR_JEOS_Msk (0x1U << ADC_SR_JEOS_Pos) /*!< 0x00000004 */ |
737 | #define ADC_SR_JEOS_Msk (0x1UL << ADC_SR_JEOS_Pos) /*!< 0x00000004 */ |
752 | #define ADC_SR_JEOS ADC_SR_JEOS_Msk /*!< ADC group injected end of sequence conversions flag */ |
738 | #define ADC_SR_JEOS ADC_SR_JEOS_Msk /*!< ADC group injected end of sequence conversions flag */ |
753 | #define ADC_SR_JSTRT_Pos (3U) |
739 | #define ADC_SR_JSTRT_Pos (3U) |
754 | #define ADC_SR_JSTRT_Msk (0x1U << ADC_SR_JSTRT_Pos) /*!< 0x00000008 */ |
740 | #define ADC_SR_JSTRT_Msk (0x1UL << ADC_SR_JSTRT_Pos) /*!< 0x00000008 */ |
755 | #define ADC_SR_JSTRT ADC_SR_JSTRT_Msk /*!< ADC group injected conversion start flag */ |
741 | #define ADC_SR_JSTRT ADC_SR_JSTRT_Msk /*!< ADC group injected conversion start flag */ |
756 | #define ADC_SR_STRT_Pos (4U) |
742 | #define ADC_SR_STRT_Pos (4U) |
757 | #define ADC_SR_STRT_Msk (0x1U << ADC_SR_STRT_Pos) /*!< 0x00000010 */ |
743 | #define ADC_SR_STRT_Msk (0x1UL << ADC_SR_STRT_Pos) /*!< 0x00000010 */ |
758 | #define ADC_SR_STRT ADC_SR_STRT_Msk /*!< ADC group regular conversion start flag */ |
744 | #define ADC_SR_STRT ADC_SR_STRT_Msk /*!< ADC group regular conversion start flag */ |
759 | #define ADC_SR_OVR_Pos (5U) |
745 | #define ADC_SR_OVR_Pos (5U) |
760 | #define ADC_SR_OVR_Msk (0x1U << ADC_SR_OVR_Pos) /*!< 0x00000020 */ |
746 | #define ADC_SR_OVR_Msk (0x1UL << ADC_SR_OVR_Pos) /*!< 0x00000020 */ |
761 | #define ADC_SR_OVR ADC_SR_OVR_Msk /*!< ADC group regular overrun flag */ |
747 | #define ADC_SR_OVR ADC_SR_OVR_Msk /*!< ADC group regular overrun flag */ |
762 | #define ADC_SR_ADONS_Pos (6U) |
748 | #define ADC_SR_ADONS_Pos (6U) |
763 | #define ADC_SR_ADONS_Msk (0x1U << ADC_SR_ADONS_Pos) /*!< 0x00000040 */ |
749 | #define ADC_SR_ADONS_Msk (0x1UL << ADC_SR_ADONS_Pos) /*!< 0x00000040 */ |
764 | #define ADC_SR_ADONS ADC_SR_ADONS_Msk /*!< ADC ready flag */ |
750 | #define ADC_SR_ADONS ADC_SR_ADONS_Msk /*!< ADC ready flag */ |
765 | #define ADC_SR_RCNR_Pos (8U) |
751 | #define ADC_SR_RCNR_Pos (8U) |
766 | #define ADC_SR_RCNR_Msk (0x1U << ADC_SR_RCNR_Pos) /*!< 0x00000100 */ |
752 | #define ADC_SR_RCNR_Msk (0x1UL << ADC_SR_RCNR_Pos) /*!< 0x00000100 */ |
767 | #define ADC_SR_RCNR ADC_SR_RCNR_Msk /*!< ADC group regular not ready flag */ |
753 | #define ADC_SR_RCNR ADC_SR_RCNR_Msk /*!< ADC group regular not ready flag */ |
768 | #define ADC_SR_JCNR_Pos (9U) |
754 | #define ADC_SR_JCNR_Pos (9U) |
769 | #define ADC_SR_JCNR_Msk (0x1U << ADC_SR_JCNR_Pos) /*!< 0x00000200 */ |
755 | #define ADC_SR_JCNR_Msk (0x1UL << ADC_SR_JCNR_Pos) /*!< 0x00000200 */ |
770 | #define ADC_SR_JCNR ADC_SR_JCNR_Msk /*!< ADC group injected not ready flag */ |
756 | #define ADC_SR_JCNR ADC_SR_JCNR_Msk /*!< ADC group injected not ready flag */ |
771 | 757 | ||
772 | /* Legacy defines */ |
758 | /* Legacy defines */ |
773 | #define ADC_SR_EOC (ADC_SR_EOCS) |
759 | #define ADC_SR_EOC (ADC_SR_EOCS) |
774 | #define ADC_SR_JEOC (ADC_SR_JEOS) |
760 | #define ADC_SR_JEOC (ADC_SR_JEOS) |
775 | 761 | ||
776 | /******************* Bit definition for ADC_CR1 register ********************/ |
762 | /******************* Bit definition for ADC_CR1 register ********************/ |
777 | #define ADC_CR1_AWDCH_Pos (0U) |
763 | #define ADC_CR1_AWDCH_Pos (0U) |
778 | #define ADC_CR1_AWDCH_Msk (0x1FU << ADC_CR1_AWDCH_Pos) /*!< 0x0000001F */ |
764 | #define ADC_CR1_AWDCH_Msk (0x1FUL << ADC_CR1_AWDCH_Pos) /*!< 0x0000001F */ |
779 | #define ADC_CR1_AWDCH ADC_CR1_AWDCH_Msk /*!< ADC analog watchdog 1 monitored channel selection */ |
765 | #define ADC_CR1_AWDCH ADC_CR1_AWDCH_Msk /*!< ADC analog watchdog 1 monitored channel selection */ |
780 | #define ADC_CR1_AWDCH_0 (0x01U << ADC_CR1_AWDCH_Pos) /*!< 0x00000001 */ |
766 | #define ADC_CR1_AWDCH_0 (0x01UL << ADC_CR1_AWDCH_Pos) /*!< 0x00000001 */ |
781 | #define ADC_CR1_AWDCH_1 (0x02U << ADC_CR1_AWDCH_Pos) /*!< 0x00000002 */ |
767 | #define ADC_CR1_AWDCH_1 (0x02UL << ADC_CR1_AWDCH_Pos) /*!< 0x00000002 */ |
782 | #define ADC_CR1_AWDCH_2 (0x04U << ADC_CR1_AWDCH_Pos) /*!< 0x00000004 */ |
768 | #define ADC_CR1_AWDCH_2 (0x04UL << ADC_CR1_AWDCH_Pos) /*!< 0x00000004 */ |
783 | #define ADC_CR1_AWDCH_3 (0x08U << ADC_CR1_AWDCH_Pos) /*!< 0x00000008 */ |
769 | #define ADC_CR1_AWDCH_3 (0x08UL << ADC_CR1_AWDCH_Pos) /*!< 0x00000008 */ |
784 | #define ADC_CR1_AWDCH_4 (0x10U << ADC_CR1_AWDCH_Pos) /*!< 0x00000010 */ |
770 | #define ADC_CR1_AWDCH_4 (0x10UL << ADC_CR1_AWDCH_Pos) /*!< 0x00000010 */ |
785 | 771 | ||
786 | #define ADC_CR1_EOCSIE_Pos (5U) |
772 | #define ADC_CR1_EOCSIE_Pos (5U) |
787 | #define ADC_CR1_EOCSIE_Msk (0x1U << ADC_CR1_EOCSIE_Pos) /*!< 0x00000020 */ |
773 | #define ADC_CR1_EOCSIE_Msk (0x1UL << ADC_CR1_EOCSIE_Pos) /*!< 0x00000020 */ |
788 | #define ADC_CR1_EOCSIE ADC_CR1_EOCSIE_Msk /*!< ADC group regular end of unitary conversion or end of sequence conversions interrupt */ |
774 | #define ADC_CR1_EOCSIE ADC_CR1_EOCSIE_Msk /*!< ADC group regular end of unitary conversion or end of sequence conversions interrupt */ |
789 | #define ADC_CR1_AWDIE_Pos (6U) |
775 | #define ADC_CR1_AWDIE_Pos (6U) |
790 | #define ADC_CR1_AWDIE_Msk (0x1U << ADC_CR1_AWDIE_Pos) /*!< 0x00000040 */ |
776 | #define ADC_CR1_AWDIE_Msk (0x1UL << ADC_CR1_AWDIE_Pos) /*!< 0x00000040 */ |
791 | #define ADC_CR1_AWDIE ADC_CR1_AWDIE_Msk /*!< ADC analog watchdog 1 interrupt */ |
777 | #define ADC_CR1_AWDIE ADC_CR1_AWDIE_Msk /*!< ADC analog watchdog 1 interrupt */ |
792 | #define ADC_CR1_JEOSIE_Pos (7U) |
778 | #define ADC_CR1_JEOSIE_Pos (7U) |
793 | #define ADC_CR1_JEOSIE_Msk (0x1U << ADC_CR1_JEOSIE_Pos) /*!< 0x00000080 */ |
779 | #define ADC_CR1_JEOSIE_Msk (0x1UL << ADC_CR1_JEOSIE_Pos) /*!< 0x00000080 */ |
794 | #define ADC_CR1_JEOSIE ADC_CR1_JEOSIE_Msk /*!< ADC group injected end of sequence conversions interrupt */ |
780 | #define ADC_CR1_JEOSIE ADC_CR1_JEOSIE_Msk /*!< ADC group injected end of sequence conversions interrupt */ |
795 | #define ADC_CR1_SCAN_Pos (8U) |
781 | #define ADC_CR1_SCAN_Pos (8U) |
796 | #define ADC_CR1_SCAN_Msk (0x1U << ADC_CR1_SCAN_Pos) /*!< 0x00000100 */ |
782 | #define ADC_CR1_SCAN_Msk (0x1UL << ADC_CR1_SCAN_Pos) /*!< 0x00000100 */ |
797 | #define ADC_CR1_SCAN ADC_CR1_SCAN_Msk /*!< ADC scan mode */ |
783 | #define ADC_CR1_SCAN ADC_CR1_SCAN_Msk /*!< ADC scan mode */ |
798 | #define ADC_CR1_AWDSGL_Pos (9U) |
784 | #define ADC_CR1_AWDSGL_Pos (9U) |
799 | #define ADC_CR1_AWDSGL_Msk (0x1U << ADC_CR1_AWDSGL_Pos) /*!< 0x00000200 */ |
785 | #define ADC_CR1_AWDSGL_Msk (0x1UL << ADC_CR1_AWDSGL_Pos) /*!< 0x00000200 */ |
800 | #define ADC_CR1_AWDSGL ADC_CR1_AWDSGL_Msk /*!< ADC analog watchdog 1 monitoring a single channel or all channels */ |
786 | #define ADC_CR1_AWDSGL ADC_CR1_AWDSGL_Msk /*!< ADC analog watchdog 1 monitoring a single channel or all channels */ |
801 | #define ADC_CR1_JAUTO_Pos (10U) |
787 | #define ADC_CR1_JAUTO_Pos (10U) |
802 | #define ADC_CR1_JAUTO_Msk (0x1U << ADC_CR1_JAUTO_Pos) /*!< 0x00000400 */ |
788 | #define ADC_CR1_JAUTO_Msk (0x1UL << ADC_CR1_JAUTO_Pos) /*!< 0x00000400 */ |
803 | #define ADC_CR1_JAUTO ADC_CR1_JAUTO_Msk /*!< ADC group injected automatic trigger mode */ |
789 | #define ADC_CR1_JAUTO ADC_CR1_JAUTO_Msk /*!< ADC group injected automatic trigger mode */ |
804 | #define ADC_CR1_DISCEN_Pos (11U) |
790 | #define ADC_CR1_DISCEN_Pos (11U) |
805 | #define ADC_CR1_DISCEN_Msk (0x1U << ADC_CR1_DISCEN_Pos) /*!< 0x00000800 */ |
791 | #define ADC_CR1_DISCEN_Msk (0x1UL << ADC_CR1_DISCEN_Pos) /*!< 0x00000800 */ |
806 | #define ADC_CR1_DISCEN ADC_CR1_DISCEN_Msk /*!< ADC group regular sequencer discontinuous mode */ |
792 | #define ADC_CR1_DISCEN ADC_CR1_DISCEN_Msk /*!< ADC group regular sequencer discontinuous mode */ |
807 | #define ADC_CR1_JDISCEN_Pos (12U) |
793 | #define ADC_CR1_JDISCEN_Pos (12U) |
808 | #define ADC_CR1_JDISCEN_Msk (0x1U << ADC_CR1_JDISCEN_Pos) /*!< 0x00001000 */ |
794 | #define ADC_CR1_JDISCEN_Msk (0x1UL << ADC_CR1_JDISCEN_Pos) /*!< 0x00001000 */ |
809 | #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injected sequencer discontinuous mode */ |
795 | #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injected sequencer discontinuous mode */ |
810 | 796 | ||
811 | #define ADC_CR1_DISCNUM_Pos (13U) |
797 | #define ADC_CR1_DISCNUM_Pos (13U) |
812 | #define ADC_CR1_DISCNUM_Msk (0x7U << ADC_CR1_DISCNUM_Pos) /*!< 0x0000E000 */ |
798 | #define ADC_CR1_DISCNUM_Msk (0x7UL << ADC_CR1_DISCNUM_Pos) /*!< 0x0000E000 */ |
813 | #define ADC_CR1_DISCNUM ADC_CR1_DISCNUM_Msk /*!< ADC group regular sequencer discontinuous number of ranks */ |
799 | #define ADC_CR1_DISCNUM ADC_CR1_DISCNUM_Msk /*!< ADC group regular sequencer discontinuous number of ranks */ |
814 | #define ADC_CR1_DISCNUM_0 (0x1U << ADC_CR1_DISCNUM_Pos) /*!< 0x00002000 */ |
800 | #define ADC_CR1_DISCNUM_0 (0x1UL << ADC_CR1_DISCNUM_Pos) /*!< 0x00002000 */ |
815 | #define ADC_CR1_DISCNUM_1 (0x2U << ADC_CR1_DISCNUM_Pos) /*!< 0x00004000 */ |
801 | #define ADC_CR1_DISCNUM_1 (0x2UL << ADC_CR1_DISCNUM_Pos) /*!< 0x00004000 */ |
816 | #define ADC_CR1_DISCNUM_2 (0x4U << ADC_CR1_DISCNUM_Pos) /*!< 0x00008000 */ |
802 | #define ADC_CR1_DISCNUM_2 (0x4UL << ADC_CR1_DISCNUM_Pos) /*!< 0x00008000 */ |
817 | 803 | ||
818 | #define ADC_CR1_PDD_Pos (16U) |
804 | #define ADC_CR1_PDD_Pos (16U) |
819 | #define ADC_CR1_PDD_Msk (0x1U << ADC_CR1_PDD_Pos) /*!< 0x00010000 */ |
805 | #define ADC_CR1_PDD_Msk (0x1UL << ADC_CR1_PDD_Pos) /*!< 0x00010000 */ |
820 | #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down during auto delay phase */ |
806 | #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down during auto delay phase */ |
821 | #define ADC_CR1_PDI_Pos (17U) |
807 | #define ADC_CR1_PDI_Pos (17U) |
822 | #define ADC_CR1_PDI_Msk (0x1U << ADC_CR1_PDI_Pos) /*!< 0x00020000 */ |
808 | #define ADC_CR1_PDI_Msk (0x1UL << ADC_CR1_PDI_Pos) /*!< 0x00020000 */ |
823 | #define ADC_CR1_PDI ADC_CR1_PDI_Msk /*!< ADC power down during idle phase */ |
809 | #define ADC_CR1_PDI ADC_CR1_PDI_Msk /*!< ADC power down during idle phase */ |
824 | 810 | ||
825 | #define ADC_CR1_JAWDEN_Pos (22U) |
811 | #define ADC_CR1_JAWDEN_Pos (22U) |
826 | #define ADC_CR1_JAWDEN_Msk (0x1U << ADC_CR1_JAWDEN_Pos) /*!< 0x00400000 */ |
812 | #define ADC_CR1_JAWDEN_Msk (0x1UL << ADC_CR1_JAWDEN_Pos) /*!< 0x00400000 */ |
827 | #define ADC_CR1_JAWDEN ADC_CR1_JAWDEN_Msk /*!< ADC analog watchdog 1 enable on scope ADC group injected */ |
813 | #define ADC_CR1_JAWDEN ADC_CR1_JAWDEN_Msk /*!< ADC analog watchdog 1 enable on scope ADC group injected */ |
828 | #define ADC_CR1_AWDEN_Pos (23U) |
814 | #define ADC_CR1_AWDEN_Pos (23U) |
829 | #define ADC_CR1_AWDEN_Msk (0x1U << ADC_CR1_AWDEN_Pos) /*!< 0x00800000 */ |
815 | #define ADC_CR1_AWDEN_Msk (0x1UL << ADC_CR1_AWDEN_Pos) /*!< 0x00800000 */ |
830 | #define ADC_CR1_AWDEN ADC_CR1_AWDEN_Msk /*!< ADC analog watchdog 1 enable on scope ADC group regular */ |
816 | #define ADC_CR1_AWDEN ADC_CR1_AWDEN_Msk /*!< ADC analog watchdog 1 enable on scope ADC group regular */ |
831 | 817 | ||
832 | #define ADC_CR1_RES_Pos (24U) |
818 | #define ADC_CR1_RES_Pos (24U) |
833 | #define ADC_CR1_RES_Msk (0x3U << ADC_CR1_RES_Pos) /*!< 0x03000000 */ |
819 | #define ADC_CR1_RES_Msk (0x3UL << ADC_CR1_RES_Pos) /*!< 0x03000000 */ |
834 | #define ADC_CR1_RES ADC_CR1_RES_Msk /*!< ADC resolution */ |
820 | #define ADC_CR1_RES ADC_CR1_RES_Msk /*!< ADC resolution */ |
835 | #define ADC_CR1_RES_0 (0x1U << ADC_CR1_RES_Pos) /*!< 0x01000000 */ |
821 | #define ADC_CR1_RES_0 (0x1UL << ADC_CR1_RES_Pos) /*!< 0x01000000 */ |
836 | #define ADC_CR1_RES_1 (0x2U << ADC_CR1_RES_Pos) /*!< 0x02000000 */ |
822 | #define ADC_CR1_RES_1 (0x2UL << ADC_CR1_RES_Pos) /*!< 0x02000000 */ |
837 | 823 | ||
838 | #define ADC_CR1_OVRIE_Pos (26U) |
824 | #define ADC_CR1_OVRIE_Pos (26U) |
839 | #define ADC_CR1_OVRIE_Msk (0x1U << ADC_CR1_OVRIE_Pos) /*!< 0x04000000 */ |
825 | #define ADC_CR1_OVRIE_Msk (0x1UL << ADC_CR1_OVRIE_Pos) /*!< 0x04000000 */ |
840 | #define ADC_CR1_OVRIE ADC_CR1_OVRIE_Msk /*!< ADC group regular overrun interrupt */ |
826 | #define ADC_CR1_OVRIE ADC_CR1_OVRIE_Msk /*!< ADC group regular overrun interrupt */ |
841 | 827 | ||
842 | /* Legacy defines */ |
828 | /* Legacy defines */ |
843 | #define ADC_CR1_EOCIE (ADC_CR1_EOCSIE) |
829 | #define ADC_CR1_EOCIE (ADC_CR1_EOCSIE) |
844 | #define ADC_CR1_JEOCIE (ADC_CR1_JEOSIE) |
830 | #define ADC_CR1_JEOCIE (ADC_CR1_JEOSIE) |
845 | 831 | ||
846 | /******************* Bit definition for ADC_CR2 register ********************/ |
832 | /******************* Bit definition for ADC_CR2 register ********************/ |
847 | #define ADC_CR2_ADON_Pos (0U) |
833 | #define ADC_CR2_ADON_Pos (0U) |
848 | #define ADC_CR2_ADON_Msk (0x1U << ADC_CR2_ADON_Pos) /*!< 0x00000001 */ |
834 | #define ADC_CR2_ADON_Msk (0x1UL << ADC_CR2_ADON_Pos) /*!< 0x00000001 */ |
849 | #define ADC_CR2_ADON ADC_CR2_ADON_Msk /*!< ADC enable */ |
835 | #define ADC_CR2_ADON ADC_CR2_ADON_Msk /*!< ADC enable */ |
850 | #define ADC_CR2_CONT_Pos (1U) |
836 | #define ADC_CR2_CONT_Pos (1U) |
851 | #define ADC_CR2_CONT_Msk (0x1U << ADC_CR2_CONT_Pos) /*!< 0x00000002 */ |
837 | #define ADC_CR2_CONT_Msk (0x1UL << ADC_CR2_CONT_Pos) /*!< 0x00000002 */ |
852 | #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regular continuous conversion mode */ |
838 | #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regular continuous conversion mode */ |
853 | 839 | ||
854 | #define ADC_CR2_DELS_Pos (4U) |
840 | #define ADC_CR2_DELS_Pos (4U) |
855 | #define ADC_CR2_DELS_Msk (0x7U << ADC_CR2_DELS_Pos) /*!< 0x00000070 */ |
841 | #define ADC_CR2_DELS_Msk (0x7UL << ADC_CR2_DELS_Pos) /*!< 0x00000070 */ |
856 | #define ADC_CR2_DELS ADC_CR2_DELS_Msk /*!< ADC auto delay selection */ |
842 | #define ADC_CR2_DELS ADC_CR2_DELS_Msk /*!< ADC auto delay selection */ |
857 | #define ADC_CR2_DELS_0 (0x1U << ADC_CR2_DELS_Pos) /*!< 0x00000010 */ |
843 | #define ADC_CR2_DELS_0 (0x1UL << ADC_CR2_DELS_Pos) /*!< 0x00000010 */ |
858 | #define ADC_CR2_DELS_1 (0x2U << ADC_CR2_DELS_Pos) /*!< 0x00000020 */ |
844 | #define ADC_CR2_DELS_1 (0x2UL << ADC_CR2_DELS_Pos) /*!< 0x00000020 */ |
859 | #define ADC_CR2_DELS_2 (0x4U << ADC_CR2_DELS_Pos) /*!< 0x00000040 */ |
845 | #define ADC_CR2_DELS_2 (0x4UL << ADC_CR2_DELS_Pos) /*!< 0x00000040 */ |
860 | 846 | ||
861 | #define ADC_CR2_DMA_Pos (8U) |
847 | #define ADC_CR2_DMA_Pos (8U) |
862 | #define ADC_CR2_DMA_Msk (0x1U << ADC_CR2_DMA_Pos) /*!< 0x00000100 */ |
848 | #define ADC_CR2_DMA_Msk (0x1UL << ADC_CR2_DMA_Pos) /*!< 0x00000100 */ |
863 | #define ADC_CR2_DMA ADC_CR2_DMA_Msk /*!< ADC DMA transfer enable */ |
849 | #define ADC_CR2_DMA ADC_CR2_DMA_Msk /*!< ADC DMA transfer enable */ |
864 | #define ADC_CR2_DDS_Pos (9U) |
850 | #define ADC_CR2_DDS_Pos (9U) |
865 | #define ADC_CR2_DDS_Msk (0x1U << ADC_CR2_DDS_Pos) /*!< 0x00000200 */ |
851 | #define ADC_CR2_DDS_Msk (0x1UL << ADC_CR2_DDS_Pos) /*!< 0x00000200 */ |
866 | #define ADC_CR2_DDS ADC_CR2_DDS_Msk /*!< ADC DMA transfer configuration */ |
852 | #define ADC_CR2_DDS ADC_CR2_DDS_Msk /*!< ADC DMA transfer configuration */ |
867 | #define ADC_CR2_EOCS_Pos (10U) |
853 | #define ADC_CR2_EOCS_Pos (10U) |
868 | #define ADC_CR2_EOCS_Msk (0x1U << ADC_CR2_EOCS_Pos) /*!< 0x00000400 */ |
854 | #define ADC_CR2_EOCS_Msk (0x1UL << ADC_CR2_EOCS_Pos) /*!< 0x00000400 */ |
869 | #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!< ADC end of unitary or end of sequence conversions selection */ |
855 | #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!< ADC end of unitary or end of sequence conversions selection */ |
870 | #define ADC_CR2_ALIGN_Pos (11U) |
856 | #define ADC_CR2_ALIGN_Pos (11U) |
871 | #define ADC_CR2_ALIGN_Msk (0x1U << ADC_CR2_ALIGN_Pos) /*!< 0x00000800 */ |
857 | #define ADC_CR2_ALIGN_Msk (0x1UL << ADC_CR2_ALIGN_Pos) /*!< 0x00000800 */ |
872 | #define ADC_CR2_ALIGN ADC_CR2_ALIGN_Msk /*!< ADC data alignement */ |
858 | #define ADC_CR2_ALIGN ADC_CR2_ALIGN_Msk /*!< ADC data alignement */ |
873 | 859 | ||
874 | #define ADC_CR2_JEXTSEL_Pos (16U) |
860 | #define ADC_CR2_JEXTSEL_Pos (16U) |
875 | #define ADC_CR2_JEXTSEL_Msk (0xFU << ADC_CR2_JEXTSEL_Pos) /*!< 0x000F0000 */ |
861 | #define ADC_CR2_JEXTSEL_Msk (0xFUL << ADC_CR2_JEXTSEL_Pos) /*!< 0x000F0000 */ |
876 | #define ADC_CR2_JEXTSEL ADC_CR2_JEXTSEL_Msk /*!< ADC group injected external trigger source */ |
862 | #define ADC_CR2_JEXTSEL ADC_CR2_JEXTSEL_Msk /*!< ADC group injected external trigger source */ |
877 | #define ADC_CR2_JEXTSEL_0 (0x1U << ADC_CR2_JEXTSEL_Pos) /*!< 0x00010000 */ |
863 | #define ADC_CR2_JEXTSEL_0 (0x1UL << ADC_CR2_JEXTSEL_Pos) /*!< 0x00010000 */ |
878 | #define ADC_CR2_JEXTSEL_1 (0x2U << ADC_CR2_JEXTSEL_Pos) /*!< 0x00020000 */ |
864 | #define ADC_CR2_JEXTSEL_1 (0x2UL << ADC_CR2_JEXTSEL_Pos) /*!< 0x00020000 */ |
879 | #define ADC_CR2_JEXTSEL_2 (0x4U << ADC_CR2_JEXTSEL_Pos) /*!< 0x00040000 */ |
865 | #define ADC_CR2_JEXTSEL_2 (0x4UL << ADC_CR2_JEXTSEL_Pos) /*!< 0x00040000 */ |
880 | #define ADC_CR2_JEXTSEL_3 (0x8U << ADC_CR2_JEXTSEL_Pos) /*!< 0x00080000 */ |
866 | #define ADC_CR2_JEXTSEL_3 (0x8UL << ADC_CR2_JEXTSEL_Pos) /*!< 0x00080000 */ |
881 | 867 | ||
882 | #define ADC_CR2_JEXTEN_Pos (20U) |
868 | #define ADC_CR2_JEXTEN_Pos (20U) |
883 | #define ADC_CR2_JEXTEN_Msk (0x3U << ADC_CR2_JEXTEN_Pos) /*!< 0x00300000 */ |
869 | #define ADC_CR2_JEXTEN_Msk (0x3UL << ADC_CR2_JEXTEN_Pos) /*!< 0x00300000 */ |
884 | #define ADC_CR2_JEXTEN ADC_CR2_JEXTEN_Msk /*!< ADC group injected external trigger polarity */ |
870 | #define ADC_CR2_JEXTEN ADC_CR2_JEXTEN_Msk /*!< ADC group injected external trigger polarity */ |
885 | #define ADC_CR2_JEXTEN_0 (0x1U << ADC_CR2_JEXTEN_Pos) /*!< 0x00100000 */ |
871 | #define ADC_CR2_JEXTEN_0 (0x1UL << ADC_CR2_JEXTEN_Pos) /*!< 0x00100000 */ |
886 | #define ADC_CR2_JEXTEN_1 (0x2U << ADC_CR2_JEXTEN_Pos) /*!< 0x00200000 */ |
872 | #define ADC_CR2_JEXTEN_1 (0x2UL << ADC_CR2_JEXTEN_Pos) /*!< 0x00200000 */ |
887 | 873 | ||
888 | #define ADC_CR2_JSWSTART_Pos (22U) |
874 | #define ADC_CR2_JSWSTART_Pos (22U) |
889 | #define ADC_CR2_JSWSTART_Msk (0x1U << ADC_CR2_JSWSTART_Pos) /*!< 0x00400000 */ |
875 | #define ADC_CR2_JSWSTART_Msk (0x1UL << ADC_CR2_JSWSTART_Pos) /*!< 0x00400000 */ |
890 | #define ADC_CR2_JSWSTART ADC_CR2_JSWSTART_Msk /*!< ADC group injected conversion start */ |
876 | #define ADC_CR2_JSWSTART ADC_CR2_JSWSTART_Msk /*!< ADC group injected conversion start */ |
891 | 877 | ||
892 | #define ADC_CR2_EXTSEL_Pos (24U) |
878 | #define ADC_CR2_EXTSEL_Pos (24U) |
893 | #define ADC_CR2_EXTSEL_Msk (0xFU << ADC_CR2_EXTSEL_Pos) /*!< 0x0F000000 */ |
879 | #define ADC_CR2_EXTSEL_Msk (0xFUL << ADC_CR2_EXTSEL_Pos) /*!< 0x0F000000 */ |
894 | #define ADC_CR2_EXTSEL ADC_CR2_EXTSEL_Msk /*!< ADC group regular external trigger source */ |
880 | #define ADC_CR2_EXTSEL ADC_CR2_EXTSEL_Msk /*!< ADC group regular external trigger source */ |
895 | #define ADC_CR2_EXTSEL_0 (0x1U << ADC_CR2_EXTSEL_Pos) /*!< 0x01000000 */ |
881 | #define ADC_CR2_EXTSEL_0 (0x1UL << ADC_CR2_EXTSEL_Pos) /*!< 0x01000000 */ |
896 | #define ADC_CR2_EXTSEL_1 (0x2U << ADC_CR2_EXTSEL_Pos) /*!< 0x02000000 */ |
882 | #define ADC_CR2_EXTSEL_1 (0x2UL << ADC_CR2_EXTSEL_Pos) /*!< 0x02000000 */ |
897 | #define ADC_CR2_EXTSEL_2 (0x4U << ADC_CR2_EXTSEL_Pos) /*!< 0x04000000 */ |
883 | #define ADC_CR2_EXTSEL_2 (0x4UL << ADC_CR2_EXTSEL_Pos) /*!< 0x04000000 */ |
898 | #define ADC_CR2_EXTSEL_3 (0x8U << ADC_CR2_EXTSEL_Pos) /*!< 0x08000000 */ |
884 | #define ADC_CR2_EXTSEL_3 (0x8UL << ADC_CR2_EXTSEL_Pos) /*!< 0x08000000 */ |
899 | 885 | ||
900 | #define ADC_CR2_EXTEN_Pos (28U) |
886 | #define ADC_CR2_EXTEN_Pos (28U) |
901 | #define ADC_CR2_EXTEN_Msk (0x3U << ADC_CR2_EXTEN_Pos) /*!< 0x30000000 */ |
887 | #define ADC_CR2_EXTEN_Msk (0x3UL << ADC_CR2_EXTEN_Pos) /*!< 0x30000000 */ |
902 | #define ADC_CR2_EXTEN ADC_CR2_EXTEN_Msk /*!< ADC group regular external trigger polarity */ |
888 | #define ADC_CR2_EXTEN ADC_CR2_EXTEN_Msk /*!< ADC group regular external trigger polarity */ |
903 | #define ADC_CR2_EXTEN_0 (0x1U << ADC_CR2_EXTEN_Pos) /*!< 0x10000000 */ |
889 | #define ADC_CR2_EXTEN_0 (0x1UL << ADC_CR2_EXTEN_Pos) /*!< 0x10000000 */ |
904 | #define ADC_CR2_EXTEN_1 (0x2U << ADC_CR2_EXTEN_Pos) /*!< 0x20000000 */ |
890 | #define ADC_CR2_EXTEN_1 (0x2UL << ADC_CR2_EXTEN_Pos) /*!< 0x20000000 */ |
905 | 891 | ||
906 | #define ADC_CR2_SWSTART_Pos (30U) |
892 | #define ADC_CR2_SWSTART_Pos (30U) |
907 | #define ADC_CR2_SWSTART_Msk (0x1U << ADC_CR2_SWSTART_Pos) /*!< 0x40000000 */ |
893 | #define ADC_CR2_SWSTART_Msk (0x1UL << ADC_CR2_SWSTART_Pos) /*!< 0x40000000 */ |
908 | #define ADC_CR2_SWSTART ADC_CR2_SWSTART_Msk /*!< ADC group regular conversion start */ |
894 | #define ADC_CR2_SWSTART ADC_CR2_SWSTART_Msk /*!< ADC group regular conversion start */ |
909 | 895 | ||
910 | /****************** Bit definition for ADC_SMPR1 register *******************/ |
896 | /****************** Bit definition for ADC_SMPR1 register *******************/ |
911 | #define ADC_SMPR1_SMP20_Pos (0U) |
897 | #define ADC_SMPR1_SMP20_Pos (0U) |
912 | #define ADC_SMPR1_SMP20_Msk (0x7U << ADC_SMPR1_SMP20_Pos) /*!< 0x00000007 */ |
898 | #define ADC_SMPR1_SMP20_Msk (0x7UL << ADC_SMPR1_SMP20_Pos) /*!< 0x00000007 */ |
913 | #define ADC_SMPR1_SMP20 ADC_SMPR1_SMP20_Msk /*!< ADC channel 20 sampling time selection */ |
899 | #define ADC_SMPR1_SMP20 ADC_SMPR1_SMP20_Msk /*!< ADC channel 20 sampling time selection */ |
914 | #define ADC_SMPR1_SMP20_0 (0x1U << ADC_SMPR1_SMP20_Pos) /*!< 0x00000001 */ |
900 | #define ADC_SMPR1_SMP20_0 (0x1UL << ADC_SMPR1_SMP20_Pos) /*!< 0x00000001 */ |
915 | #define ADC_SMPR1_SMP20_1 (0x2U << ADC_SMPR1_SMP20_Pos) /*!< 0x00000002 */ |
901 | #define ADC_SMPR1_SMP20_1 (0x2UL << ADC_SMPR1_SMP20_Pos) /*!< 0x00000002 */ |
916 | #define ADC_SMPR1_SMP20_2 (0x4U << ADC_SMPR1_SMP20_Pos) /*!< 0x00000004 */ |
902 | #define ADC_SMPR1_SMP20_2 (0x4UL << ADC_SMPR1_SMP20_Pos) /*!< 0x00000004 */ |
917 | 903 | ||
918 | #define ADC_SMPR1_SMP21_Pos (3U) |
904 | #define ADC_SMPR1_SMP21_Pos (3U) |
919 | #define ADC_SMPR1_SMP21_Msk (0x7U << ADC_SMPR1_SMP21_Pos) /*!< 0x00000038 */ |
905 | #define ADC_SMPR1_SMP21_Msk (0x7UL << ADC_SMPR1_SMP21_Pos) /*!< 0x00000038 */ |
920 | #define ADC_SMPR1_SMP21 ADC_SMPR1_SMP21_Msk /*!< ADC channel 21 sampling time selection */ |
906 | #define ADC_SMPR1_SMP21 ADC_SMPR1_SMP21_Msk /*!< ADC channel 21 sampling time selection */ |
921 | #define ADC_SMPR1_SMP21_0 (0x1U << ADC_SMPR1_SMP21_Pos) /*!< 0x00000008 */ |
907 | #define ADC_SMPR1_SMP21_0 (0x1UL << ADC_SMPR1_SMP21_Pos) /*!< 0x00000008 */ |
922 | #define ADC_SMPR1_SMP21_1 (0x2U << ADC_SMPR1_SMP21_Pos) /*!< 0x00000010 */ |
908 | #define ADC_SMPR1_SMP21_1 (0x2UL << ADC_SMPR1_SMP21_Pos) /*!< 0x00000010 */ |
923 | #define ADC_SMPR1_SMP21_2 (0x4U << ADC_SMPR1_SMP21_Pos) /*!< 0x00000020 */ |
909 | #define ADC_SMPR1_SMP21_2 (0x4UL << ADC_SMPR1_SMP21_Pos) /*!< 0x00000020 */ |
924 | 910 | ||
925 | #define ADC_SMPR1_SMP22_Pos (6U) |
911 | #define ADC_SMPR1_SMP22_Pos (6U) |
926 | #define ADC_SMPR1_SMP22_Msk (0x7U << ADC_SMPR1_SMP22_Pos) /*!< 0x000001C0 */ |
912 | #define ADC_SMPR1_SMP22_Msk (0x7UL << ADC_SMPR1_SMP22_Pos) /*!< 0x000001C0 */ |
927 | #define ADC_SMPR1_SMP22 ADC_SMPR1_SMP22_Msk /*!< ADC channel 22 sampling time selection */ |
913 | #define ADC_SMPR1_SMP22 ADC_SMPR1_SMP22_Msk /*!< ADC channel 22 sampling time selection */ |
928 | #define ADC_SMPR1_SMP22_0 (0x1U << ADC_SMPR1_SMP22_Pos) /*!< 0x00000040 */ |
914 | #define ADC_SMPR1_SMP22_0 (0x1UL << ADC_SMPR1_SMP22_Pos) /*!< 0x00000040 */ |
929 | #define ADC_SMPR1_SMP22_1 (0x2U << ADC_SMPR1_SMP22_Pos) /*!< 0x00000080 */ |
915 | #define ADC_SMPR1_SMP22_1 (0x2UL << ADC_SMPR1_SMP22_Pos) /*!< 0x00000080 */ |
930 | #define ADC_SMPR1_SMP22_2 (0x4U << ADC_SMPR1_SMP22_Pos) /*!< 0x00000100 */ |
916 | #define ADC_SMPR1_SMP22_2 (0x4UL << ADC_SMPR1_SMP22_Pos) /*!< 0x00000100 */ |
931 | 917 | ||
932 | #define ADC_SMPR1_SMP23_Pos (9U) |
918 | #define ADC_SMPR1_SMP23_Pos (9U) |
933 | #define ADC_SMPR1_SMP23_Msk (0x7U << ADC_SMPR1_SMP23_Pos) /*!< 0x00000E00 */ |
919 | #define ADC_SMPR1_SMP23_Msk (0x7UL << ADC_SMPR1_SMP23_Pos) /*!< 0x00000E00 */ |
934 | #define ADC_SMPR1_SMP23 ADC_SMPR1_SMP23_Msk /*!< ADC channel 23 sampling time selection */ |
920 | #define ADC_SMPR1_SMP23 ADC_SMPR1_SMP23_Msk /*!< ADC channel 23 sampling time selection */ |
935 | #define ADC_SMPR1_SMP23_0 (0x1U << ADC_SMPR1_SMP23_Pos) /*!< 0x00000200 */ |
921 | #define ADC_SMPR1_SMP23_0 (0x1UL << ADC_SMPR1_SMP23_Pos) /*!< 0x00000200 */ |
936 | #define ADC_SMPR1_SMP23_1 (0x2U << ADC_SMPR1_SMP23_Pos) /*!< 0x00000400 */ |
922 | #define ADC_SMPR1_SMP23_1 (0x2UL << ADC_SMPR1_SMP23_Pos) /*!< 0x00000400 */ |
937 | #define ADC_SMPR1_SMP23_2 (0x4U << ADC_SMPR1_SMP23_Pos) /*!< 0x00000800 */ |
923 | #define ADC_SMPR1_SMP23_2 (0x4UL << ADC_SMPR1_SMP23_Pos) /*!< 0x00000800 */ |
938 | 924 | ||
939 | #define ADC_SMPR1_SMP24_Pos (12U) |
925 | #define ADC_SMPR1_SMP24_Pos (12U) |
940 | #define ADC_SMPR1_SMP24_Msk (0x7U << ADC_SMPR1_SMP24_Pos) /*!< 0x00007000 */ |
926 | #define ADC_SMPR1_SMP24_Msk (0x7UL << ADC_SMPR1_SMP24_Pos) /*!< 0x00007000 */ |
941 | #define ADC_SMPR1_SMP24 ADC_SMPR1_SMP24_Msk /*!< ADC channel 24 sampling time selection */ |
927 | #define ADC_SMPR1_SMP24 ADC_SMPR1_SMP24_Msk /*!< ADC channel 24 sampling time selection */ |
942 | #define ADC_SMPR1_SMP24_0 (0x1U << ADC_SMPR1_SMP24_Pos) /*!< 0x00001000 */ |
928 | #define ADC_SMPR1_SMP24_0 (0x1UL << ADC_SMPR1_SMP24_Pos) /*!< 0x00001000 */ |
943 | #define ADC_SMPR1_SMP24_1 (0x2U << ADC_SMPR1_SMP24_Pos) /*!< 0x00002000 */ |
929 | #define ADC_SMPR1_SMP24_1 (0x2UL << ADC_SMPR1_SMP24_Pos) /*!< 0x00002000 */ |
944 | #define ADC_SMPR1_SMP24_2 (0x4U << ADC_SMPR1_SMP24_Pos) /*!< 0x00004000 */ |
930 | #define ADC_SMPR1_SMP24_2 (0x4UL << ADC_SMPR1_SMP24_Pos) /*!< 0x00004000 */ |
945 | 931 | ||
946 | #define ADC_SMPR1_SMP25_Pos (15U) |
932 | #define ADC_SMPR1_SMP25_Pos (15U) |
947 | #define ADC_SMPR1_SMP25_Msk (0x7U << ADC_SMPR1_SMP25_Pos) /*!< 0x00038000 */ |
933 | #define ADC_SMPR1_SMP25_Msk (0x7UL << ADC_SMPR1_SMP25_Pos) /*!< 0x00038000 */ |
948 | #define ADC_SMPR1_SMP25 ADC_SMPR1_SMP25_Msk /*!< ADC channel 25 sampling time selection */ |
934 | #define ADC_SMPR1_SMP25 ADC_SMPR1_SMP25_Msk /*!< ADC channel 25 sampling time selection */ |
949 | #define ADC_SMPR1_SMP25_0 (0x1U << ADC_SMPR1_SMP25_Pos) /*!< 0x00008000 */ |
935 | #define ADC_SMPR1_SMP25_0 (0x1UL << ADC_SMPR1_SMP25_Pos) /*!< 0x00008000 */ |
950 | #define ADC_SMPR1_SMP25_1 (0x2U << ADC_SMPR1_SMP25_Pos) /*!< 0x00010000 */ |
936 | #define ADC_SMPR1_SMP25_1 (0x2UL << ADC_SMPR1_SMP25_Pos) /*!< 0x00010000 */ |
951 | #define ADC_SMPR1_SMP25_2 (0x4U << ADC_SMPR1_SMP25_Pos) /*!< 0x00020000 */ |
937 | #define ADC_SMPR1_SMP25_2 (0x4UL << ADC_SMPR1_SMP25_Pos) /*!< 0x00020000 */ |
952 | 938 | ||
953 | #define ADC_SMPR1_SMP26_Pos (18U) |
939 | #define ADC_SMPR1_SMP26_Pos (18U) |
954 | #define ADC_SMPR1_SMP26_Msk (0x7U << ADC_SMPR1_SMP26_Pos) /*!< 0x001C0000 */ |
940 | #define ADC_SMPR1_SMP26_Msk (0x7UL << ADC_SMPR1_SMP26_Pos) /*!< 0x001C0000 */ |
955 | #define ADC_SMPR1_SMP26 ADC_SMPR1_SMP26_Msk /*!< ADC channel 26 sampling time selection */ |
941 | #define ADC_SMPR1_SMP26 ADC_SMPR1_SMP26_Msk /*!< ADC channel 26 sampling time selection */ |
956 | #define ADC_SMPR1_SMP26_0 (0x1U << ADC_SMPR1_SMP26_Pos) /*!< 0x00040000 */ |
942 | #define ADC_SMPR1_SMP26_0 (0x1UL << ADC_SMPR1_SMP26_Pos) /*!< 0x00040000 */ |
957 | #define ADC_SMPR1_SMP26_1 (0x2U << ADC_SMPR1_SMP26_Pos) /*!< 0x00080000 */ |
943 | #define ADC_SMPR1_SMP26_1 (0x2UL << ADC_SMPR1_SMP26_Pos) /*!< 0x00080000 */ |
958 | #define ADC_SMPR1_SMP26_2 (0x4U << ADC_SMPR1_SMP26_Pos) /*!< 0x00100000 */ |
944 | #define ADC_SMPR1_SMP26_2 (0x4UL << ADC_SMPR1_SMP26_Pos) /*!< 0x00100000 */ |
959 | 945 | ||
960 | /****************** Bit definition for ADC_SMPR2 register *******************/ |
946 | /****************** Bit definition for ADC_SMPR2 register *******************/ |
961 | #define ADC_SMPR2_SMP10_Pos (0U) |
947 | #define ADC_SMPR2_SMP10_Pos (0U) |
962 | #define ADC_SMPR2_SMP10_Msk (0x7U << ADC_SMPR2_SMP10_Pos) /*!< 0x00000007 */ |
948 | #define ADC_SMPR2_SMP10_Msk (0x7UL << ADC_SMPR2_SMP10_Pos) /*!< 0x00000007 */ |
963 | #define ADC_SMPR2_SMP10 ADC_SMPR2_SMP10_Msk /*!< ADC channel 10 sampling time selection */ |
949 | #define ADC_SMPR2_SMP10 ADC_SMPR2_SMP10_Msk /*!< ADC channel 10 sampling time selection */ |
964 | #define ADC_SMPR2_SMP10_0 (0x1U << ADC_SMPR2_SMP10_Pos) /*!< 0x00000001 */ |
950 | #define ADC_SMPR2_SMP10_0 (0x1UL << ADC_SMPR2_SMP10_Pos) /*!< 0x00000001 */ |
965 | #define ADC_SMPR2_SMP10_1 (0x2U << ADC_SMPR2_SMP10_Pos) /*!< 0x00000002 */ |
951 | #define ADC_SMPR2_SMP10_1 (0x2UL << ADC_SMPR2_SMP10_Pos) /*!< 0x00000002 */ |
966 | #define ADC_SMPR2_SMP10_2 (0x4U << ADC_SMPR2_SMP10_Pos) /*!< 0x00000004 */ |
952 | #define ADC_SMPR2_SMP10_2 (0x4UL << ADC_SMPR2_SMP10_Pos) /*!< 0x00000004 */ |
967 | 953 | ||
968 | #define ADC_SMPR2_SMP11_Pos (3U) |
954 | #define ADC_SMPR2_SMP11_Pos (3U) |
969 | #define ADC_SMPR2_SMP11_Msk (0x7U << ADC_SMPR2_SMP11_Pos) /*!< 0x00000038 */ |
955 | #define ADC_SMPR2_SMP11_Msk (0x7UL << ADC_SMPR2_SMP11_Pos) /*!< 0x00000038 */ |
970 | #define ADC_SMPR2_SMP11 ADC_SMPR2_SMP11_Msk /*!< ADC channel 11 sampling time selection */ |
956 | #define ADC_SMPR2_SMP11 ADC_SMPR2_SMP11_Msk /*!< ADC channel 11 sampling time selection */ |
971 | #define ADC_SMPR2_SMP11_0 (0x1U << ADC_SMPR2_SMP11_Pos) /*!< 0x00000008 */ |
957 | #define ADC_SMPR2_SMP11_0 (0x1UL << ADC_SMPR2_SMP11_Pos) /*!< 0x00000008 */ |
972 | #define ADC_SMPR2_SMP11_1 (0x2U << ADC_SMPR2_SMP11_Pos) /*!< 0x00000010 */ |
958 | #define ADC_SMPR2_SMP11_1 (0x2UL << ADC_SMPR2_SMP11_Pos) /*!< 0x00000010 */ |
973 | #define ADC_SMPR2_SMP11_2 (0x4U << ADC_SMPR2_SMP11_Pos) /*!< 0x00000020 */ |
959 | #define ADC_SMPR2_SMP11_2 (0x4UL << ADC_SMPR2_SMP11_Pos) /*!< 0x00000020 */ |
974 | 960 | ||
975 | #define ADC_SMPR2_SMP12_Pos (6U) |
961 | #define ADC_SMPR2_SMP12_Pos (6U) |
976 | #define ADC_SMPR2_SMP12_Msk (0x7U << ADC_SMPR2_SMP12_Pos) /*!< 0x000001C0 */ |
962 | #define ADC_SMPR2_SMP12_Msk (0x7UL << ADC_SMPR2_SMP12_Pos) /*!< 0x000001C0 */ |
977 | #define ADC_SMPR2_SMP12 ADC_SMPR2_SMP12_Msk /*!< ADC channel 12 sampling time selection */ |
963 | #define ADC_SMPR2_SMP12 ADC_SMPR2_SMP12_Msk /*!< ADC channel 12 sampling time selection */ |
978 | #define ADC_SMPR2_SMP12_0 (0x1U << ADC_SMPR2_SMP12_Pos) /*!< 0x00000040 */ |
964 | #define ADC_SMPR2_SMP12_0 (0x1UL << ADC_SMPR2_SMP12_Pos) /*!< 0x00000040 */ |
979 | #define ADC_SMPR2_SMP12_1 (0x2U << ADC_SMPR2_SMP12_Pos) /*!< 0x00000080 */ |
965 | #define ADC_SMPR2_SMP12_1 (0x2UL << ADC_SMPR2_SMP12_Pos) /*!< 0x00000080 */ |
980 | #define ADC_SMPR2_SMP12_2 (0x4U << ADC_SMPR2_SMP12_Pos) /*!< 0x00000100 */ |
966 | #define ADC_SMPR2_SMP12_2 (0x4UL << ADC_SMPR2_SMP12_Pos) /*!< 0x00000100 */ |
981 | 967 | ||
982 | #define ADC_SMPR2_SMP13_Pos (9U) |
968 | #define ADC_SMPR2_SMP13_Pos (9U) |
983 | #define ADC_SMPR2_SMP13_Msk (0x7U << ADC_SMPR2_SMP13_Pos) /*!< 0x00000E00 */ |
969 | #define ADC_SMPR2_SMP13_Msk (0x7UL << ADC_SMPR2_SMP13_Pos) /*!< 0x00000E00 */ |
984 | #define ADC_SMPR2_SMP13 ADC_SMPR2_SMP13_Msk /*!< ADC channel 13 sampling time selection */ |
970 | #define ADC_SMPR2_SMP13 ADC_SMPR2_SMP13_Msk /*!< ADC channel 13 sampling time selection */ |
985 | #define ADC_SMPR2_SMP13_0 (0x1U << ADC_SMPR2_SMP13_Pos) /*!< 0x00000200 */ |
971 | #define ADC_SMPR2_SMP13_0 (0x1UL << ADC_SMPR2_SMP13_Pos) /*!< 0x00000200 */ |
986 | #define ADC_SMPR2_SMP13_1 (0x2U << ADC_SMPR2_SMP13_Pos) /*!< 0x00000400 */ |
972 | #define ADC_SMPR2_SMP13_1 (0x2UL << ADC_SMPR2_SMP13_Pos) /*!< 0x00000400 */ |
987 | #define ADC_SMPR2_SMP13_2 (0x4U << ADC_SMPR2_SMP13_Pos) /*!< 0x00000800 */ |
973 | #define ADC_SMPR2_SMP13_2 (0x4UL << ADC_SMPR2_SMP13_Pos) /*!< 0x00000800 */ |
988 | 974 | ||
989 | #define ADC_SMPR2_SMP14_Pos (12U) |
975 | #define ADC_SMPR2_SMP14_Pos (12U) |
990 | #define ADC_SMPR2_SMP14_Msk (0x7U << ADC_SMPR2_SMP14_Pos) /*!< 0x00007000 */ |
976 | #define ADC_SMPR2_SMP14_Msk (0x7UL << ADC_SMPR2_SMP14_Pos) /*!< 0x00007000 */ |
991 | #define ADC_SMPR2_SMP14 ADC_SMPR2_SMP14_Msk /*!< ADC channel 14 sampling time selection */ |
977 | #define ADC_SMPR2_SMP14 ADC_SMPR2_SMP14_Msk /*!< ADC channel 14 sampling time selection */ |
992 | #define ADC_SMPR2_SMP14_0 (0x1U << ADC_SMPR2_SMP14_Pos) /*!< 0x00001000 */ |
978 | #define ADC_SMPR2_SMP14_0 (0x1UL << ADC_SMPR2_SMP14_Pos) /*!< 0x00001000 */ |
993 | #define ADC_SMPR2_SMP14_1 (0x2U << ADC_SMPR2_SMP14_Pos) /*!< 0x00002000 */ |
979 | #define ADC_SMPR2_SMP14_1 (0x2UL << ADC_SMPR2_SMP14_Pos) /*!< 0x00002000 */ |
994 | #define ADC_SMPR2_SMP14_2 (0x4U << ADC_SMPR2_SMP14_Pos) /*!< 0x00004000 */ |
980 | #define ADC_SMPR2_SMP14_2 (0x4UL << ADC_SMPR2_SMP14_Pos) /*!< 0x00004000 */ |
995 | 981 | ||
996 | #define ADC_SMPR2_SMP15_Pos (15U) |
982 | #define ADC_SMPR2_SMP15_Pos (15U) |
997 | #define ADC_SMPR2_SMP15_Msk (0x7U << ADC_SMPR2_SMP15_Pos) /*!< 0x00038000 */ |
983 | #define ADC_SMPR2_SMP15_Msk (0x7UL << ADC_SMPR2_SMP15_Pos) /*!< 0x00038000 */ |
998 | #define ADC_SMPR2_SMP15 ADC_SMPR2_SMP15_Msk /*!< ADC channel 5 sampling time selection */ |
984 | #define ADC_SMPR2_SMP15 ADC_SMPR2_SMP15_Msk /*!< ADC channel 5 sampling time selection */ |
999 | #define ADC_SMPR2_SMP15_0 (0x1U << ADC_SMPR2_SMP15_Pos) /*!< 0x00008000 */ |
985 | #define ADC_SMPR2_SMP15_0 (0x1UL << ADC_SMPR2_SMP15_Pos) /*!< 0x00008000 */ |
1000 | #define ADC_SMPR2_SMP15_1 (0x2U << ADC_SMPR2_SMP15_Pos) /*!< 0x00010000 */ |
986 | #define ADC_SMPR2_SMP15_1 (0x2UL << ADC_SMPR2_SMP15_Pos) /*!< 0x00010000 */ |
1001 | #define ADC_SMPR2_SMP15_2 (0x4U << ADC_SMPR2_SMP15_Pos) /*!< 0x00020000 */ |
987 | #define ADC_SMPR2_SMP15_2 (0x4UL << ADC_SMPR2_SMP15_Pos) /*!< 0x00020000 */ |
1002 | 988 | ||
1003 | #define ADC_SMPR2_SMP16_Pos (18U) |
989 | #define ADC_SMPR2_SMP16_Pos (18U) |
1004 | #define ADC_SMPR2_SMP16_Msk (0x7U << ADC_SMPR2_SMP16_Pos) /*!< 0x001C0000 */ |
990 | #define ADC_SMPR2_SMP16_Msk (0x7UL << ADC_SMPR2_SMP16_Pos) /*!< 0x001C0000 */ |
1005 | #define ADC_SMPR2_SMP16 ADC_SMPR2_SMP16_Msk /*!< ADC channel 16 sampling time selection */ |
991 | #define ADC_SMPR2_SMP16 ADC_SMPR2_SMP16_Msk /*!< ADC channel 16 sampling time selection */ |
1006 | #define ADC_SMPR2_SMP16_0 (0x1U << ADC_SMPR2_SMP16_Pos) /*!< 0x00040000 */ |
992 | #define ADC_SMPR2_SMP16_0 (0x1UL << ADC_SMPR2_SMP16_Pos) /*!< 0x00040000 */ |
1007 | #define ADC_SMPR2_SMP16_1 (0x2U << ADC_SMPR2_SMP16_Pos) /*!< 0x00080000 */ |
993 | #define ADC_SMPR2_SMP16_1 (0x2UL << ADC_SMPR2_SMP16_Pos) /*!< 0x00080000 */ |
1008 | #define ADC_SMPR2_SMP16_2 (0x4U << ADC_SMPR2_SMP16_Pos) /*!< 0x00100000 */ |
994 | #define ADC_SMPR2_SMP16_2 (0x4UL << ADC_SMPR2_SMP16_Pos) /*!< 0x00100000 */ |
1009 | 995 | ||
1010 | #define ADC_SMPR2_SMP17_Pos (21U) |
996 | #define ADC_SMPR2_SMP17_Pos (21U) |
1011 | #define ADC_SMPR2_SMP17_Msk (0x7U << ADC_SMPR2_SMP17_Pos) /*!< 0x00E00000 */ |
997 | #define ADC_SMPR2_SMP17_Msk (0x7UL << ADC_SMPR2_SMP17_Pos) /*!< 0x00E00000 */ |
1012 | #define ADC_SMPR2_SMP17 ADC_SMPR2_SMP17_Msk /*!< ADC channel 17 sampling time selection */ |
998 | #define ADC_SMPR2_SMP17 ADC_SMPR2_SMP17_Msk /*!< ADC channel 17 sampling time selection */ |
1013 | #define ADC_SMPR2_SMP17_0 (0x1U << ADC_SMPR2_SMP17_Pos) /*!< 0x00200000 */ |
999 | #define ADC_SMPR2_SMP17_0 (0x1UL << ADC_SMPR2_SMP17_Pos) /*!< 0x00200000 */ |
1014 | #define ADC_SMPR2_SMP17_1 (0x2U << ADC_SMPR2_SMP17_Pos) /*!< 0x00400000 */ |
1000 | #define ADC_SMPR2_SMP17_1 (0x2UL << ADC_SMPR2_SMP17_Pos) /*!< 0x00400000 */ |
1015 | #define ADC_SMPR2_SMP17_2 (0x4U << ADC_SMPR2_SMP17_Pos) /*!< 0x00800000 */ |
1001 | #define ADC_SMPR2_SMP17_2 (0x4UL << ADC_SMPR2_SMP17_Pos) /*!< 0x00800000 */ |
1016 | 1002 | ||
1017 | #define ADC_SMPR2_SMP18_Pos (24U) |
1003 | #define ADC_SMPR2_SMP18_Pos (24U) |
1018 | #define ADC_SMPR2_SMP18_Msk (0x7U << ADC_SMPR2_SMP18_Pos) /*!< 0x07000000 */ |
1004 | #define ADC_SMPR2_SMP18_Msk (0x7UL << ADC_SMPR2_SMP18_Pos) /*!< 0x07000000 */ |
1019 | #define ADC_SMPR2_SMP18 ADC_SMPR2_SMP18_Msk /*!< ADC channel 18 sampling time selection */ |
1005 | #define ADC_SMPR2_SMP18 ADC_SMPR2_SMP18_Msk /*!< ADC channel 18 sampling time selection */ |
1020 | #define ADC_SMPR2_SMP18_0 (0x1U << ADC_SMPR2_SMP18_Pos) /*!< 0x01000000 */ |
1006 | #define ADC_SMPR2_SMP18_0 (0x1UL << ADC_SMPR2_SMP18_Pos) /*!< 0x01000000 */ |
1021 | #define ADC_SMPR2_SMP18_1 (0x2U << ADC_SMPR2_SMP18_Pos) /*!< 0x02000000 */ |
1007 | #define ADC_SMPR2_SMP18_1 (0x2UL << ADC_SMPR2_SMP18_Pos) /*!< 0x02000000 */ |
1022 | #define ADC_SMPR2_SMP18_2 (0x4U << ADC_SMPR2_SMP18_Pos) /*!< 0x04000000 */ |
1008 | #define ADC_SMPR2_SMP18_2 (0x4UL << ADC_SMPR2_SMP18_Pos) /*!< 0x04000000 */ |
1023 | 1009 | ||
1024 | #define ADC_SMPR2_SMP19_Pos (27U) |
1010 | #define ADC_SMPR2_SMP19_Pos (27U) |
1025 | #define ADC_SMPR2_SMP19_Msk (0x7U << ADC_SMPR2_SMP19_Pos) /*!< 0x38000000 */ |
1011 | #define ADC_SMPR2_SMP19_Msk (0x7UL << ADC_SMPR2_SMP19_Pos) /*!< 0x38000000 */ |
1026 | #define ADC_SMPR2_SMP19 ADC_SMPR2_SMP19_Msk /*!< ADC channel 19 sampling time selection */ |
1012 | #define ADC_SMPR2_SMP19 ADC_SMPR2_SMP19_Msk /*!< ADC channel 19 sampling time selection */ |
1027 | #define ADC_SMPR2_SMP19_0 (0x1U << ADC_SMPR2_SMP19_Pos) /*!< 0x08000000 */ |
1013 | #define ADC_SMPR2_SMP19_0 (0x1UL << ADC_SMPR2_SMP19_Pos) /*!< 0x08000000 */ |
1028 | #define ADC_SMPR2_SMP19_1 (0x2U << ADC_SMPR2_SMP19_Pos) /*!< 0x10000000 */ |
1014 | #define ADC_SMPR2_SMP19_1 (0x2UL << ADC_SMPR2_SMP19_Pos) /*!< 0x10000000 */ |
1029 | #define ADC_SMPR2_SMP19_2 (0x4U << ADC_SMPR2_SMP19_Pos) /*!< 0x20000000 */ |
1015 | #define ADC_SMPR2_SMP19_2 (0x4UL << ADC_SMPR2_SMP19_Pos) /*!< 0x20000000 */ |
1030 | 1016 | ||
1031 | /****************** Bit definition for ADC_SMPR3 register *******************/ |
1017 | /****************** Bit definition for ADC_SMPR3 register *******************/ |
1032 | #define ADC_SMPR3_SMP0_Pos (0U) |
1018 | #define ADC_SMPR3_SMP0_Pos (0U) |
1033 | #define ADC_SMPR3_SMP0_Msk (0x7U << ADC_SMPR3_SMP0_Pos) /*!< 0x00000007 */ |
1019 | #define ADC_SMPR3_SMP0_Msk (0x7UL << ADC_SMPR3_SMP0_Pos) /*!< 0x00000007 */ |
1034 | #define ADC_SMPR3_SMP0 ADC_SMPR3_SMP0_Msk /*!< ADC channel 0 sampling time selection */ |
1020 | #define ADC_SMPR3_SMP0 ADC_SMPR3_SMP0_Msk /*!< ADC channel 0 sampling time selection */ |
1035 | #define ADC_SMPR3_SMP0_0 (0x1U << ADC_SMPR3_SMP0_Pos) /*!< 0x00000001 */ |
1021 | #define ADC_SMPR3_SMP0_0 (0x1UL << ADC_SMPR3_SMP0_Pos) /*!< 0x00000001 */ |
1036 | #define ADC_SMPR3_SMP0_1 (0x2U << ADC_SMPR3_SMP0_Pos) /*!< 0x00000002 */ |
1022 | #define ADC_SMPR3_SMP0_1 (0x2UL << ADC_SMPR3_SMP0_Pos) /*!< 0x00000002 */ |
1037 | #define ADC_SMPR3_SMP0_2 (0x4U << ADC_SMPR3_SMP0_Pos) /*!< 0x00000004 */ |
1023 | #define ADC_SMPR3_SMP0_2 (0x4UL << ADC_SMPR3_SMP0_Pos) /*!< 0x00000004 */ |
1038 | 1024 | ||
1039 | #define ADC_SMPR3_SMP1_Pos (3U) |
1025 | #define ADC_SMPR3_SMP1_Pos (3U) |
1040 | #define ADC_SMPR3_SMP1_Msk (0x7U << ADC_SMPR3_SMP1_Pos) /*!< 0x00000038 */ |
1026 | #define ADC_SMPR3_SMP1_Msk (0x7UL << ADC_SMPR3_SMP1_Pos) /*!< 0x00000038 */ |
1041 | #define ADC_SMPR3_SMP1 ADC_SMPR3_SMP1_Msk /*!< ADC channel 1 sampling time selection */ |
1027 | #define ADC_SMPR3_SMP1 ADC_SMPR3_SMP1_Msk /*!< ADC channel 1 sampling time selection */ |
1042 | #define ADC_SMPR3_SMP1_0 (0x1U << ADC_SMPR3_SMP1_Pos) /*!< 0x00000008 */ |
1028 | #define ADC_SMPR3_SMP1_0 (0x1UL << ADC_SMPR3_SMP1_Pos) /*!< 0x00000008 */ |
1043 | #define ADC_SMPR3_SMP1_1 (0x2U << ADC_SMPR3_SMP1_Pos) /*!< 0x00000010 */ |
1029 | #define ADC_SMPR3_SMP1_1 (0x2UL << ADC_SMPR3_SMP1_Pos) /*!< 0x00000010 */ |
1044 | #define ADC_SMPR3_SMP1_2 (0x4U << ADC_SMPR3_SMP1_Pos) /*!< 0x00000020 */ |
1030 | #define ADC_SMPR3_SMP1_2 (0x4UL << ADC_SMPR3_SMP1_Pos) /*!< 0x00000020 */ |
1045 | 1031 | ||
1046 | #define ADC_SMPR3_SMP2_Pos (6U) |
1032 | #define ADC_SMPR3_SMP2_Pos (6U) |
1047 | #define ADC_SMPR3_SMP2_Msk (0x7U << ADC_SMPR3_SMP2_Pos) /*!< 0x000001C0 */ |
1033 | #define ADC_SMPR3_SMP2_Msk (0x7UL << ADC_SMPR3_SMP2_Pos) /*!< 0x000001C0 */ |
1048 | #define ADC_SMPR3_SMP2 ADC_SMPR3_SMP2_Msk /*!< ADC channel 2 sampling time selection */ |
1034 | #define ADC_SMPR3_SMP2 ADC_SMPR3_SMP2_Msk /*!< ADC channel 2 sampling time selection */ |
1049 | #define ADC_SMPR3_SMP2_0 (0x1U << ADC_SMPR3_SMP2_Pos) /*!< 0x00000040 */ |
1035 | #define ADC_SMPR3_SMP2_0 (0x1UL << ADC_SMPR3_SMP2_Pos) /*!< 0x00000040 */ |
1050 | #define ADC_SMPR3_SMP2_1 (0x2U << ADC_SMPR3_SMP2_Pos) /*!< 0x00000080 */ |
1036 | #define ADC_SMPR3_SMP2_1 (0x2UL << ADC_SMPR3_SMP2_Pos) /*!< 0x00000080 */ |
1051 | #define ADC_SMPR3_SMP2_2 (0x4U << ADC_SMPR3_SMP2_Pos) /*!< 0x00000100 */ |
1037 | #define ADC_SMPR3_SMP2_2 (0x4UL << ADC_SMPR3_SMP2_Pos) /*!< 0x00000100 */ |
1052 | 1038 | ||
1053 | #define ADC_SMPR3_SMP3_Pos (9U) |
1039 | #define ADC_SMPR3_SMP3_Pos (9U) |
1054 | #define ADC_SMPR3_SMP3_Msk (0x7U << ADC_SMPR3_SMP3_Pos) /*!< 0x00000E00 */ |
1040 | #define ADC_SMPR3_SMP3_Msk (0x7UL << ADC_SMPR3_SMP3_Pos) /*!< 0x00000E00 */ |
1055 | #define ADC_SMPR3_SMP3 ADC_SMPR3_SMP3_Msk /*!< ADC channel 3 sampling time selection */ |
1041 | #define ADC_SMPR3_SMP3 ADC_SMPR3_SMP3_Msk /*!< ADC channel 3 sampling time selection */ |
1056 | #define ADC_SMPR3_SMP3_0 (0x1U << ADC_SMPR3_SMP3_Pos) /*!< 0x00000200 */ |
1042 | #define ADC_SMPR3_SMP3_0 (0x1UL << ADC_SMPR3_SMP3_Pos) /*!< 0x00000200 */ |
1057 | #define ADC_SMPR3_SMP3_1 (0x2U << ADC_SMPR3_SMP3_Pos) /*!< 0x00000400 */ |
1043 | #define ADC_SMPR3_SMP3_1 (0x2UL << ADC_SMPR3_SMP3_Pos) /*!< 0x00000400 */ |
1058 | #define ADC_SMPR3_SMP3_2 (0x4U << ADC_SMPR3_SMP3_Pos) /*!< 0x00000800 */ |
1044 | #define ADC_SMPR3_SMP3_2 (0x4UL << ADC_SMPR3_SMP3_Pos) /*!< 0x00000800 */ |
1059 | 1045 | ||
1060 | #define ADC_SMPR3_SMP4_Pos (12U) |
1046 | #define ADC_SMPR3_SMP4_Pos (12U) |
1061 | #define ADC_SMPR3_SMP4_Msk (0x7U << ADC_SMPR3_SMP4_Pos) /*!< 0x00007000 */ |
1047 | #define ADC_SMPR3_SMP4_Msk (0x7UL << ADC_SMPR3_SMP4_Pos) /*!< 0x00007000 */ |
1062 | #define ADC_SMPR3_SMP4 ADC_SMPR3_SMP4_Msk /*!< ADC channel 4 sampling time selection */ |
1048 | #define ADC_SMPR3_SMP4 ADC_SMPR3_SMP4_Msk /*!< ADC channel 4 sampling time selection */ |
1063 | #define ADC_SMPR3_SMP4_0 (0x1U << ADC_SMPR3_SMP4_Pos) /*!< 0x00001000 */ |
1049 | #define ADC_SMPR3_SMP4_0 (0x1UL << ADC_SMPR3_SMP4_Pos) /*!< 0x00001000 */ |
1064 | #define ADC_SMPR3_SMP4_1 (0x2U << ADC_SMPR3_SMP4_Pos) /*!< 0x00002000 */ |
1050 | #define ADC_SMPR3_SMP4_1 (0x2UL << ADC_SMPR3_SMP4_Pos) /*!< 0x00002000 */ |
1065 | #define ADC_SMPR3_SMP4_2 (0x4U << ADC_SMPR3_SMP4_Pos) /*!< 0x00004000 */ |
1051 | #define ADC_SMPR3_SMP4_2 (0x4UL << ADC_SMPR3_SMP4_Pos) /*!< 0x00004000 */ |
1066 | 1052 | ||
1067 | #define ADC_SMPR3_SMP5_Pos (15U) |
1053 | #define ADC_SMPR3_SMP5_Pos (15U) |
1068 | #define ADC_SMPR3_SMP5_Msk (0x7U << ADC_SMPR3_SMP5_Pos) /*!< 0x00038000 */ |
1054 | #define ADC_SMPR3_SMP5_Msk (0x7UL << ADC_SMPR3_SMP5_Pos) /*!< 0x00038000 */ |
1069 | #define ADC_SMPR3_SMP5 ADC_SMPR3_SMP5_Msk /*!< ADC channel 5 sampling time selection */ |
1055 | #define ADC_SMPR3_SMP5 ADC_SMPR3_SMP5_Msk /*!< ADC channel 5 sampling time selection */ |
1070 | #define ADC_SMPR3_SMP5_0 (0x1U << ADC_SMPR3_SMP5_Pos) /*!< 0x00008000 */ |
1056 | #define ADC_SMPR3_SMP5_0 (0x1UL << ADC_SMPR3_SMP5_Pos) /*!< 0x00008000 */ |
1071 | #define ADC_SMPR3_SMP5_1 (0x2U << ADC_SMPR3_SMP5_Pos) /*!< 0x00010000 */ |
1057 | #define ADC_SMPR3_SMP5_1 (0x2UL << ADC_SMPR3_SMP5_Pos) /*!< 0x00010000 */ |
1072 | #define ADC_SMPR3_SMP5_2 (0x4U << ADC_SMPR3_SMP5_Pos) /*!< 0x00020000 */ |
1058 | #define ADC_SMPR3_SMP5_2 (0x4UL << ADC_SMPR3_SMP5_Pos) /*!< 0x00020000 */ |
1073 | 1059 | ||
1074 | #define ADC_SMPR3_SMP6_Pos (18U) |
1060 | #define ADC_SMPR3_SMP6_Pos (18U) |
1075 | #define ADC_SMPR3_SMP6_Msk (0x7U << ADC_SMPR3_SMP6_Pos) /*!< 0x001C0000 */ |
1061 | #define ADC_SMPR3_SMP6_Msk (0x7UL << ADC_SMPR3_SMP6_Pos) /*!< 0x001C0000 */ |
1076 | #define ADC_SMPR3_SMP6 ADC_SMPR3_SMP6_Msk /*!< ADC channel 6 sampling time selection */ |
1062 | #define ADC_SMPR3_SMP6 ADC_SMPR3_SMP6_Msk /*!< ADC channel 6 sampling time selection */ |
1077 | #define ADC_SMPR3_SMP6_0 (0x1U << ADC_SMPR3_SMP6_Pos) /*!< 0x00040000 */ |
1063 | #define ADC_SMPR3_SMP6_0 (0x1UL << ADC_SMPR3_SMP6_Pos) /*!< 0x00040000 */ |
1078 | #define ADC_SMPR3_SMP6_1 (0x2U << ADC_SMPR3_SMP6_Pos) /*!< 0x00080000 */ |
1064 | #define ADC_SMPR3_SMP6_1 (0x2UL << ADC_SMPR3_SMP6_Pos) /*!< 0x00080000 */ |
1079 | #define ADC_SMPR3_SMP6_2 (0x4U << ADC_SMPR3_SMP6_Pos) /*!< 0x00100000 */ |
1065 | #define ADC_SMPR3_SMP6_2 (0x4UL << ADC_SMPR3_SMP6_Pos) /*!< 0x00100000 */ |
1080 | 1066 | ||
1081 | #define ADC_SMPR3_SMP7_Pos (21U) |
1067 | #define ADC_SMPR3_SMP7_Pos (21U) |
1082 | #define ADC_SMPR3_SMP7_Msk (0x7U << ADC_SMPR3_SMP7_Pos) /*!< 0x00E00000 */ |
1068 | #define ADC_SMPR3_SMP7_Msk (0x7UL << ADC_SMPR3_SMP7_Pos) /*!< 0x00E00000 */ |
1083 | #define ADC_SMPR3_SMP7 ADC_SMPR3_SMP7_Msk /*!< ADC channel 7 sampling time selection */ |
1069 | #define ADC_SMPR3_SMP7 ADC_SMPR3_SMP7_Msk /*!< ADC channel 7 sampling time selection */ |
1084 | #define ADC_SMPR3_SMP7_0 (0x1U << ADC_SMPR3_SMP7_Pos) /*!< 0x00200000 */ |
1070 | #define ADC_SMPR3_SMP7_0 (0x1UL << ADC_SMPR3_SMP7_Pos) /*!< 0x00200000 */ |
1085 | #define ADC_SMPR3_SMP7_1 (0x2U << ADC_SMPR3_SMP7_Pos) /*!< 0x00400000 */ |
1071 | #define ADC_SMPR3_SMP7_1 (0x2UL << ADC_SMPR3_SMP7_Pos) /*!< 0x00400000 */ |
1086 | #define ADC_SMPR3_SMP7_2 (0x4U << ADC_SMPR3_SMP7_Pos) /*!< 0x00800000 */ |
1072 | #define ADC_SMPR3_SMP7_2 (0x4UL << ADC_SMPR3_SMP7_Pos) /*!< 0x00800000 */ |
1087 | 1073 | ||
1088 | #define ADC_SMPR3_SMP8_Pos (24U) |
1074 | #define ADC_SMPR3_SMP8_Pos (24U) |
1089 | #define ADC_SMPR3_SMP8_Msk (0x7U << ADC_SMPR3_SMP8_Pos) /*!< 0x07000000 */ |
1075 | #define ADC_SMPR3_SMP8_Msk (0x7UL << ADC_SMPR3_SMP8_Pos) /*!< 0x07000000 */ |
1090 | #define ADC_SMPR3_SMP8 ADC_SMPR3_SMP8_Msk /*!< ADC channel 8 sampling time selection */ |
1076 | #define ADC_SMPR3_SMP8 ADC_SMPR3_SMP8_Msk /*!< ADC channel 8 sampling time selection */ |
1091 | #define ADC_SMPR3_SMP8_0 (0x1U << ADC_SMPR3_SMP8_Pos) /*!< 0x01000000 */ |
1077 | #define ADC_SMPR3_SMP8_0 (0x1UL << ADC_SMPR3_SMP8_Pos) /*!< 0x01000000 */ |
1092 | #define ADC_SMPR3_SMP8_1 (0x2U << ADC_SMPR3_SMP8_Pos) /*!< 0x02000000 */ |
1078 | #define ADC_SMPR3_SMP8_1 (0x2UL << ADC_SMPR3_SMP8_Pos) /*!< 0x02000000 */ |
1093 | #define ADC_SMPR3_SMP8_2 (0x4U << ADC_SMPR3_SMP8_Pos) /*!< 0x04000000 */ |
1079 | #define ADC_SMPR3_SMP8_2 (0x4UL << ADC_SMPR3_SMP8_Pos) /*!< 0x04000000 */ |
1094 | 1080 | ||
1095 | #define ADC_SMPR3_SMP9_Pos (27U) |
1081 | #define ADC_SMPR3_SMP9_Pos (27U) |
1096 | #define ADC_SMPR3_SMP9_Msk (0x7U << ADC_SMPR3_SMP9_Pos) /*!< 0x38000000 */ |
1082 | #define ADC_SMPR3_SMP9_Msk (0x7UL << ADC_SMPR3_SMP9_Pos) /*!< 0x38000000 */ |
1097 | #define ADC_SMPR3_SMP9 ADC_SMPR3_SMP9_Msk /*!< ADC channel 9 sampling time selection */ |
1083 | #define ADC_SMPR3_SMP9 ADC_SMPR3_SMP9_Msk /*!< ADC channel 9 sampling time selection */ |
1098 | #define ADC_SMPR3_SMP9_0 (0x1U << ADC_SMPR3_SMP9_Pos) /*!< 0x08000000 */ |
1084 | #define ADC_SMPR3_SMP9_0 (0x1UL << ADC_SMPR3_SMP9_Pos) /*!< 0x08000000 */ |
1099 | #define ADC_SMPR3_SMP9_1 (0x2U << ADC_SMPR3_SMP9_Pos) /*!< 0x10000000 */ |
1085 | #define ADC_SMPR3_SMP9_1 (0x2UL << ADC_SMPR3_SMP9_Pos) /*!< 0x10000000 */ |
1100 | #define ADC_SMPR3_SMP9_2 (0x4U << ADC_SMPR3_SMP9_Pos) /*!< 0x20000000 */ |
1086 | #define ADC_SMPR3_SMP9_2 (0x4UL << ADC_SMPR3_SMP9_Pos) /*!< 0x20000000 */ |
1101 | 1087 | ||
1102 | /****************** Bit definition for ADC_JOFR1 register *******************/ |
1088 | /****************** Bit definition for ADC_JOFR1 register *******************/ |
1103 | #define ADC_JOFR1_JOFFSET1_Pos (0U) |
1089 | #define ADC_JOFR1_JOFFSET1_Pos (0U) |
1104 | #define ADC_JOFR1_JOFFSET1_Msk (0xFFFU << ADC_JOFR1_JOFFSET1_Pos) /*!< 0x00000FFF */ |
1090 | #define ADC_JOFR1_JOFFSET1_Msk (0xFFFUL << ADC_JOFR1_JOFFSET1_Pos) /*!< 0x00000FFF */ |
1105 | #define ADC_JOFR1_JOFFSET1 ADC_JOFR1_JOFFSET1_Msk /*!< ADC group injected sequencer rank 1 offset value */ |
1091 | #define ADC_JOFR1_JOFFSET1 ADC_JOFR1_JOFFSET1_Msk /*!< ADC group injected sequencer rank 1 offset value */ |
1106 | 1092 | ||
1107 | /****************** Bit definition for ADC_JOFR2 register *******************/ |
1093 | /****************** Bit definition for ADC_JOFR2 register *******************/ |
1108 | #define ADC_JOFR2_JOFFSET2_Pos (0U) |
1094 | #define ADC_JOFR2_JOFFSET2_Pos (0U) |
1109 | #define ADC_JOFR2_JOFFSET2_Msk (0xFFFU << ADC_JOFR2_JOFFSET2_Pos) /*!< 0x00000FFF */ |
1095 | #define ADC_JOFR2_JOFFSET2_Msk (0xFFFUL << ADC_JOFR2_JOFFSET2_Pos) /*!< 0x00000FFF */ |
1110 | #define ADC_JOFR2_JOFFSET2 ADC_JOFR2_JOFFSET2_Msk /*!< ADC group injected sequencer rank 2 offset value */ |
1096 | #define ADC_JOFR2_JOFFSET2 ADC_JOFR2_JOFFSET2_Msk /*!< ADC group injected sequencer rank 2 offset value */ |
1111 | 1097 | ||
1112 | /****************** Bit definition for ADC_JOFR3 register *******************/ |
1098 | /****************** Bit definition for ADC_JOFR3 register *******************/ |
1113 | #define ADC_JOFR3_JOFFSET3_Pos (0U) |
1099 | #define ADC_JOFR3_JOFFSET3_Pos (0U) |
1114 | #define ADC_JOFR3_JOFFSET3_Msk (0xFFFU << ADC_JOFR3_JOFFSET3_Pos) /*!< 0x00000FFF */ |
1100 | #define ADC_JOFR3_JOFFSET3_Msk (0xFFFUL << ADC_JOFR3_JOFFSET3_Pos) /*!< 0x00000FFF */ |
1115 | #define ADC_JOFR3_JOFFSET3 ADC_JOFR3_JOFFSET3_Msk /*!< ADC group injected sequencer rank 3 offset value */ |
1101 | #define ADC_JOFR3_JOFFSET3 ADC_JOFR3_JOFFSET3_Msk /*!< ADC group injected sequencer rank 3 offset value */ |
1116 | 1102 | ||
1117 | /****************** Bit definition for ADC_JOFR4 register *******************/ |
1103 | /****************** Bit definition for ADC_JOFR4 register *******************/ |
1118 | #define ADC_JOFR4_JOFFSET4_Pos (0U) |
1104 | #define ADC_JOFR4_JOFFSET4_Pos (0U) |
1119 | #define ADC_JOFR4_JOFFSET4_Msk (0xFFFU << ADC_JOFR4_JOFFSET4_Pos) /*!< 0x00000FFF */ |
1105 | #define ADC_JOFR4_JOFFSET4_Msk (0xFFFUL << ADC_JOFR4_JOFFSET4_Pos) /*!< 0x00000FFF */ |
1120 | #define ADC_JOFR4_JOFFSET4 ADC_JOFR4_JOFFSET4_Msk /*!< ADC group injected sequencer rank 4 offset value */ |
1106 | #define ADC_JOFR4_JOFFSET4 ADC_JOFR4_JOFFSET4_Msk /*!< ADC group injected sequencer rank 4 offset value */ |
1121 | 1107 | ||
1122 | /******************* Bit definition for ADC_HTR register ********************/ |
1108 | /******************* Bit definition for ADC_HTR register ********************/ |
1123 | #define ADC_HTR_HT_Pos (0U) |
1109 | #define ADC_HTR_HT_Pos (0U) |
1124 | #define ADC_HTR_HT_Msk (0xFFFU << ADC_HTR_HT_Pos) /*!< 0x00000FFF */ |
1110 | #define ADC_HTR_HT_Msk (0xFFFUL << ADC_HTR_HT_Pos) /*!< 0x00000FFF */ |
1125 | #define ADC_HTR_HT ADC_HTR_HT_Msk /*!< ADC analog watchdog 1 threshold high */ |
1111 | #define ADC_HTR_HT ADC_HTR_HT_Msk /*!< ADC analog watchdog 1 threshold high */ |
1126 | 1112 | ||
1127 | /******************* Bit definition for ADC_LTR register ********************/ |
1113 | /******************* Bit definition for ADC_LTR register ********************/ |
1128 | #define ADC_LTR_LT_Pos (0U) |
1114 | #define ADC_LTR_LT_Pos (0U) |
1129 | #define ADC_LTR_LT_Msk (0xFFFU << ADC_LTR_LT_Pos) /*!< 0x00000FFF */ |
1115 | #define ADC_LTR_LT_Msk (0xFFFUL << ADC_LTR_LT_Pos) /*!< 0x00000FFF */ |
1130 | #define ADC_LTR_LT ADC_LTR_LT_Msk /*!< ADC analog watchdog 1 threshold low */ |
1116 | #define ADC_LTR_LT ADC_LTR_LT_Msk /*!< ADC analog watchdog 1 threshold low */ |
1131 | 1117 | ||
1132 | /******************* Bit definition for ADC_SQR1 register *******************/ |
1118 | /******************* Bit definition for ADC_SQR1 register *******************/ |
1133 | #define ADC_SQR1_L_Pos (20U) |
1119 | #define ADC_SQR1_L_Pos (20U) |
1134 | #define ADC_SQR1_L_Msk (0x1FU << ADC_SQR1_L_Pos) /*!< 0x01F00000 */ |
1120 | #define ADC_SQR1_L_Msk (0x1FUL << ADC_SQR1_L_Pos) /*!< 0x01F00000 */ |
1135 | #define ADC_SQR1_L ADC_SQR1_L_Msk /*!< ADC group regular sequencer scan length */ |
1121 | #define ADC_SQR1_L ADC_SQR1_L_Msk /*!< ADC group regular sequencer scan length */ |
1136 | #define ADC_SQR1_L_0 (0x01U << ADC_SQR1_L_Pos) /*!< 0x00100000 */ |
1122 | #define ADC_SQR1_L_0 (0x01UL << ADC_SQR1_L_Pos) /*!< 0x00100000 */ |
1137 | #define ADC_SQR1_L_1 (0x02U << ADC_SQR1_L_Pos) /*!< 0x00200000 */ |
1123 | #define ADC_SQR1_L_1 (0x02UL << ADC_SQR1_L_Pos) /*!< 0x00200000 */ |
1138 | #define ADC_SQR1_L_2 (0x04U << ADC_SQR1_L_Pos) /*!< 0x00400000 */ |
1124 | #define ADC_SQR1_L_2 (0x04UL << ADC_SQR1_L_Pos) /*!< 0x00400000 */ |
1139 | #define ADC_SQR1_L_3 (0x08U << ADC_SQR1_L_Pos) /*!< 0x00800000 */ |
1125 | #define ADC_SQR1_L_3 (0x08UL << ADC_SQR1_L_Pos) /*!< 0x00800000 */ |
1140 | #define ADC_SQR1_L_4 (0x10U << ADC_SQR1_L_Pos) /*!< 0x01000000 */ |
1126 | #define ADC_SQR1_L_4 (0x10UL << ADC_SQR1_L_Pos) /*!< 0x01000000 */ |
1141 | 1127 | ||
1142 | #define ADC_SQR1_SQ27_Pos (10U) |
1128 | #define ADC_SQR1_SQ27_Pos (10U) |
1143 | #define ADC_SQR1_SQ27_Msk (0x1FU << ADC_SQR1_SQ27_Pos) /*!< 0x00007C00 */ |
1129 | #define ADC_SQR1_SQ27_Msk (0x1FUL << ADC_SQR1_SQ27_Pos) /*!< 0x00007C00 */ |
1144 | #define ADC_SQR1_SQ27 ADC_SQR1_SQ27_Msk /*!< ADC group regular sequencer rank 27 */ |
1130 | #define ADC_SQR1_SQ27 ADC_SQR1_SQ27_Msk /*!< ADC group regular sequencer rank 27 */ |
1145 | #define ADC_SQR1_SQ27_0 (0x01U << ADC_SQR1_SQ27_Pos) /*!< 0x00000400 */ |
1131 | #define ADC_SQR1_SQ27_0 (0x01UL << ADC_SQR1_SQ27_Pos) /*!< 0x00000400 */ |
1146 | #define ADC_SQR1_SQ27_1 (0x02U << ADC_SQR1_SQ27_Pos) /*!< 0x00000800 */ |
1132 | #define ADC_SQR1_SQ27_1 (0x02UL << ADC_SQR1_SQ27_Pos) /*!< 0x00000800 */ |
1147 | #define ADC_SQR1_SQ27_2 (0x04U << ADC_SQR1_SQ27_Pos) /*!< 0x00001000 */ |
1133 | #define ADC_SQR1_SQ27_2 (0x04UL << ADC_SQR1_SQ27_Pos) /*!< 0x00001000 */ |
1148 | #define ADC_SQR1_SQ27_3 (0x08U << ADC_SQR1_SQ27_Pos) /*!< 0x00002000 */ |
1134 | #define ADC_SQR1_SQ27_3 (0x08UL << ADC_SQR1_SQ27_Pos) /*!< 0x00002000 */ |
1149 | #define ADC_SQR1_SQ27_4 (0x10U << ADC_SQR1_SQ27_Pos) /*!< 0x00004000 */ |
1135 | #define ADC_SQR1_SQ27_4 (0x10UL << ADC_SQR1_SQ27_Pos) /*!< 0x00004000 */ |
1150 | 1136 | ||
1151 | #define ADC_SQR1_SQ26_Pos (5U) |
1137 | #define ADC_SQR1_SQ26_Pos (5U) |
1152 | #define ADC_SQR1_SQ26_Msk (0x1FU << ADC_SQR1_SQ26_Pos) /*!< 0x000003E0 */ |
1138 | #define ADC_SQR1_SQ26_Msk (0x1FUL << ADC_SQR1_SQ26_Pos) /*!< 0x000003E0 */ |
1153 | #define ADC_SQR1_SQ26 ADC_SQR1_SQ26_Msk /*!< ADC group regular sequencer rank 26 */ |
1139 | #define ADC_SQR1_SQ26 ADC_SQR1_SQ26_Msk /*!< ADC group regular sequencer rank 26 */ |
1154 | #define ADC_SQR1_SQ26_0 (0x01U << ADC_SQR1_SQ26_Pos) /*!< 0x00000020 */ |
1140 | #define ADC_SQR1_SQ26_0 (0x01UL << ADC_SQR1_SQ26_Pos) /*!< 0x00000020 */ |
1155 | #define ADC_SQR1_SQ26_1 (0x02U << ADC_SQR1_SQ26_Pos) /*!< 0x00000040 */ |
1141 | #define ADC_SQR1_SQ26_1 (0x02UL << ADC_SQR1_SQ26_Pos) /*!< 0x00000040 */ |
1156 | #define ADC_SQR1_SQ26_2 (0x04U << ADC_SQR1_SQ26_Pos) /*!< 0x00000080 */ |
1142 | #define ADC_SQR1_SQ26_2 (0x04UL << ADC_SQR1_SQ26_Pos) /*!< 0x00000080 */ |
1157 | #define ADC_SQR1_SQ26_3 (0x08U << ADC_SQR1_SQ26_Pos) /*!< 0x00000100 */ |
1143 | #define ADC_SQR1_SQ26_3 (0x08UL << ADC_SQR1_SQ26_Pos) /*!< 0x00000100 */ |
1158 | #define ADC_SQR1_SQ26_4 (0x10U << ADC_SQR1_SQ26_Pos) /*!< 0x00000200 */ |
1144 | #define ADC_SQR1_SQ26_4 (0x10UL << ADC_SQR1_SQ26_Pos) /*!< 0x00000200 */ |
1159 | 1145 | ||
1160 | #define ADC_SQR1_SQ25_Pos (0U) |
1146 | #define ADC_SQR1_SQ25_Pos (0U) |
1161 | #define ADC_SQR1_SQ25_Msk (0x1FU << ADC_SQR1_SQ25_Pos) /*!< 0x0000001F */ |
1147 | #define ADC_SQR1_SQ25_Msk (0x1FUL << ADC_SQR1_SQ25_Pos) /*!< 0x0000001F */ |
1162 | #define ADC_SQR1_SQ25 ADC_SQR1_SQ25_Msk /*!< ADC group regular sequencer rank 25 */ |
1148 | #define ADC_SQR1_SQ25 ADC_SQR1_SQ25_Msk /*!< ADC group regular sequencer rank 25 */ |
1163 | #define ADC_SQR1_SQ25_0 (0x01U << ADC_SQR1_SQ25_Pos) /*!< 0x00000001 */ |
1149 | #define ADC_SQR1_SQ25_0 (0x01UL << ADC_SQR1_SQ25_Pos) /*!< 0x00000001 */ |
1164 | #define ADC_SQR1_SQ25_1 (0x02U << ADC_SQR1_SQ25_Pos) /*!< 0x00000002 */ |
1150 | #define ADC_SQR1_SQ25_1 (0x02UL << ADC_SQR1_SQ25_Pos) /*!< 0x00000002 */ |
1165 | #define ADC_SQR1_SQ25_2 (0x04U << ADC_SQR1_SQ25_Pos) /*!< 0x00000004 */ |
1151 | #define ADC_SQR1_SQ25_2 (0x04UL << ADC_SQR1_SQ25_Pos) /*!< 0x00000004 */ |
1166 | #define ADC_SQR1_SQ25_3 (0x08U << ADC_SQR1_SQ25_Pos) /*!< 0x00000008 */ |
1152 | #define ADC_SQR1_SQ25_3 (0x08UL << ADC_SQR1_SQ25_Pos) /*!< 0x00000008 */ |
1167 | #define ADC_SQR1_SQ25_4 (0x10U << ADC_SQR1_SQ25_Pos) /*!< 0x00000010 */ |
1153 | #define ADC_SQR1_SQ25_4 (0x10UL << ADC_SQR1_SQ25_Pos) /*!< 0x00000010 */ |
1168 | 1154 | ||
1169 | /******************* Bit definition for ADC_SQR2 register *******************/ |
1155 | /******************* Bit definition for ADC_SQR2 register *******************/ |
1170 | #define ADC_SQR2_SQ19_Pos (0U) |
1156 | #define ADC_SQR2_SQ19_Pos (0U) |
1171 | #define ADC_SQR2_SQ19_Msk (0x1FU << ADC_SQR2_SQ19_Pos) /*!< 0x0000001F */ |
1157 | #define ADC_SQR2_SQ19_Msk (0x1FUL << ADC_SQR2_SQ19_Pos) /*!< 0x0000001F */ |
1172 | #define ADC_SQR2_SQ19 ADC_SQR2_SQ19_Msk /*!< ADC group regular sequencer rank 19 */ |
1158 | #define ADC_SQR2_SQ19 ADC_SQR2_SQ19_Msk /*!< ADC group regular sequencer rank 19 */ |
1173 | #define ADC_SQR2_SQ19_0 (0x01U << ADC_SQR2_SQ19_Pos) /*!< 0x00000001 */ |
1159 | #define ADC_SQR2_SQ19_0 (0x01UL << ADC_SQR2_SQ19_Pos) /*!< 0x00000001 */ |
1174 | #define ADC_SQR2_SQ19_1 (0x02U << ADC_SQR2_SQ19_Pos) /*!< 0x00000002 */ |
1160 | #define ADC_SQR2_SQ19_1 (0x02UL << ADC_SQR2_SQ19_Pos) /*!< 0x00000002 */ |
1175 | #define ADC_SQR2_SQ19_2 (0x04U << ADC_SQR2_SQ19_Pos) /*!< 0x00000004 */ |
1161 | #define ADC_SQR2_SQ19_2 (0x04UL << ADC_SQR2_SQ19_Pos) /*!< 0x00000004 */ |
1176 | #define ADC_SQR2_SQ19_3 (0x08U << ADC_SQR2_SQ19_Pos) /*!< 0x00000008 */ |
1162 | #define ADC_SQR2_SQ19_3 (0x08UL << ADC_SQR2_SQ19_Pos) /*!< 0x00000008 */ |
1177 | #define ADC_SQR2_SQ19_4 (0x10U << ADC_SQR2_SQ19_Pos) /*!< 0x00000010 */ |
1163 | #define ADC_SQR2_SQ19_4 (0x10UL << ADC_SQR2_SQ19_Pos) /*!< 0x00000010 */ |
1178 | 1164 | ||
1179 | #define ADC_SQR2_SQ20_Pos (5U) |
1165 | #define ADC_SQR2_SQ20_Pos (5U) |
1180 | #define ADC_SQR2_SQ20_Msk (0x1FU << ADC_SQR2_SQ20_Pos) /*!< 0x000003E0 */ |
1166 | #define ADC_SQR2_SQ20_Msk (0x1FUL << ADC_SQR2_SQ20_Pos) /*!< 0x000003E0 */ |
1181 | #define ADC_SQR2_SQ20 ADC_SQR2_SQ20_Msk /*!< ADC group regular sequencer rank 20 */ |
1167 | #define ADC_SQR2_SQ20 ADC_SQR2_SQ20_Msk /*!< ADC group regular sequencer rank 20 */ |
1182 | #define ADC_SQR2_SQ20_0 (0x01U << ADC_SQR2_SQ20_Pos) /*!< 0x00000020 */ |
1168 | #define ADC_SQR2_SQ20_0 (0x01UL << ADC_SQR2_SQ20_Pos) /*!< 0x00000020 */ |
1183 | #define ADC_SQR2_SQ20_1 (0x02U << ADC_SQR2_SQ20_Pos) /*!< 0x00000040 */ |
1169 | #define ADC_SQR2_SQ20_1 (0x02UL << ADC_SQR2_SQ20_Pos) /*!< 0x00000040 */ |
1184 | #define ADC_SQR2_SQ20_2 (0x04U << ADC_SQR2_SQ20_Pos) /*!< 0x00000080 */ |
1170 | #define ADC_SQR2_SQ20_2 (0x04UL << ADC_SQR2_SQ20_Pos) /*!< 0x00000080 */ |
1185 | #define ADC_SQR2_SQ20_3 (0x08U << ADC_SQR2_SQ20_Pos) /*!< 0x00000100 */ |
1171 | #define ADC_SQR2_SQ20_3 (0x08UL << ADC_SQR2_SQ20_Pos) /*!< 0x00000100 */ |
1186 | #define ADC_SQR2_SQ20_4 (0x10U << ADC_SQR2_SQ20_Pos) /*!< 0x00000200 */ |
1172 | #define ADC_SQR2_SQ20_4 (0x10UL << ADC_SQR2_SQ20_Pos) /*!< 0x00000200 */ |
1187 | 1173 | ||
1188 | #define ADC_SQR2_SQ21_Pos (10U) |
1174 | #define ADC_SQR2_SQ21_Pos (10U) |
1189 | #define ADC_SQR2_SQ21_Msk (0x1FU << ADC_SQR2_SQ21_Pos) /*!< 0x00007C00 */ |
1175 | #define ADC_SQR2_SQ21_Msk (0x1FUL << ADC_SQR2_SQ21_Pos) /*!< 0x00007C00 */ |
1190 | #define ADC_SQR2_SQ21 ADC_SQR2_SQ21_Msk /*!< ADC group regular sequencer rank 21 */ |
1176 | #define ADC_SQR2_SQ21 ADC_SQR2_SQ21_Msk /*!< ADC group regular sequencer rank 21 */ |
1191 | #define ADC_SQR2_SQ21_0 (0x01U << ADC_SQR2_SQ21_Pos) /*!< 0x00000400 */ |
1177 | #define ADC_SQR2_SQ21_0 (0x01UL << ADC_SQR2_SQ21_Pos) /*!< 0x00000400 */ |
1192 | #define ADC_SQR2_SQ21_1 (0x02U << ADC_SQR2_SQ21_Pos) /*!< 0x00000800 */ |
1178 | #define ADC_SQR2_SQ21_1 (0x02UL << ADC_SQR2_SQ21_Pos) /*!< 0x00000800 */ |
1193 | #define ADC_SQR2_SQ21_2 (0x04U << ADC_SQR2_SQ21_Pos) /*!< 0x00001000 */ |
1179 | #define ADC_SQR2_SQ21_2 (0x04UL << ADC_SQR2_SQ21_Pos) /*!< 0x00001000 */ |
1194 | #define ADC_SQR2_SQ21_3 (0x08U << ADC_SQR2_SQ21_Pos) /*!< 0x00002000 */ |
1180 | #define ADC_SQR2_SQ21_3 (0x08UL << ADC_SQR2_SQ21_Pos) /*!< 0x00002000 */ |
1195 | #define ADC_SQR2_SQ21_4 (0x10U << ADC_SQR2_SQ21_Pos) /*!< 0x00004000 */ |
1181 | #define ADC_SQR2_SQ21_4 (0x10UL << ADC_SQR2_SQ21_Pos) /*!< 0x00004000 */ |
1196 | 1182 | ||
1197 | #define ADC_SQR2_SQ22_Pos (15U) |
1183 | #define ADC_SQR2_SQ22_Pos (15U) |
1198 | #define ADC_SQR2_SQ22_Msk (0x1FU << ADC_SQR2_SQ22_Pos) /*!< 0x000F8000 */ |
1184 | #define ADC_SQR2_SQ22_Msk (0x1FUL << ADC_SQR2_SQ22_Pos) /*!< 0x000F8000 */ |
1199 | #define ADC_SQR2_SQ22 ADC_SQR2_SQ22_Msk /*!< ADC group regular sequencer rank 22 */ |
1185 | #define ADC_SQR2_SQ22 ADC_SQR2_SQ22_Msk /*!< ADC group regular sequencer rank 22 */ |
1200 | #define ADC_SQR2_SQ22_0 (0x01U << ADC_SQR2_SQ22_Pos) /*!< 0x00008000 */ |
1186 | #define ADC_SQR2_SQ22_0 (0x01UL << ADC_SQR2_SQ22_Pos) /*!< 0x00008000 */ |
1201 | #define ADC_SQR2_SQ22_1 (0x02U << ADC_SQR2_SQ22_Pos) /*!< 0x00010000 */ |
1187 | #define ADC_SQR2_SQ22_1 (0x02UL << ADC_SQR2_SQ22_Pos) /*!< 0x00010000 */ |
1202 | #define ADC_SQR2_SQ22_2 (0x04U << ADC_SQR2_SQ22_Pos) /*!< 0x00020000 */ |
1188 | #define ADC_SQR2_SQ22_2 (0x04UL << ADC_SQR2_SQ22_Pos) /*!< 0x00020000 */ |
1203 | #define ADC_SQR2_SQ22_3 (0x08U << ADC_SQR2_SQ22_Pos) /*!< 0x00040000 */ |
1189 | #define ADC_SQR2_SQ22_3 (0x08UL << ADC_SQR2_SQ22_Pos) /*!< 0x00040000 */ |
1204 | #define ADC_SQR2_SQ22_4 (0x10U << ADC_SQR2_SQ22_Pos) /*!< 0x00080000 */ |
1190 | #define ADC_SQR2_SQ22_4 (0x10UL << ADC_SQR2_SQ22_Pos) /*!< 0x00080000 */ |
1205 | 1191 | ||
1206 | #define ADC_SQR2_SQ23_Pos (20U) |
1192 | #define ADC_SQR2_SQ23_Pos (20U) |
1207 | #define ADC_SQR2_SQ23_Msk (0x1FU << ADC_SQR2_SQ23_Pos) /*!< 0x01F00000 */ |
1193 | #define ADC_SQR2_SQ23_Msk (0x1FUL << ADC_SQR2_SQ23_Pos) /*!< 0x01F00000 */ |
1208 | #define ADC_SQR2_SQ23 ADC_SQR2_SQ23_Msk /*!< ADC group regular sequencer rank 23 */ |
1194 | #define ADC_SQR2_SQ23 ADC_SQR2_SQ23_Msk /*!< ADC group regular sequencer rank 23 */ |
1209 | #define ADC_SQR2_SQ23_0 (0x01U << ADC_SQR2_SQ23_Pos) /*!< 0x00100000 */ |
1195 | #define ADC_SQR2_SQ23_0 (0x01UL << ADC_SQR2_SQ23_Pos) /*!< 0x00100000 */ |
1210 | #define ADC_SQR2_SQ23_1 (0x02U << ADC_SQR2_SQ23_Pos) /*!< 0x00200000 */ |
1196 | #define ADC_SQR2_SQ23_1 (0x02UL << ADC_SQR2_SQ23_Pos) /*!< 0x00200000 */ |
1211 | #define ADC_SQR2_SQ23_2 (0x04U << ADC_SQR2_SQ23_Pos) /*!< 0x00400000 */ |
1197 | #define ADC_SQR2_SQ23_2 (0x04UL << ADC_SQR2_SQ23_Pos) /*!< 0x00400000 */ |
1212 | #define ADC_SQR2_SQ23_3 (0x08U << ADC_SQR2_SQ23_Pos) /*!< 0x00800000 */ |
1198 | #define ADC_SQR2_SQ23_3 (0x08UL << ADC_SQR2_SQ23_Pos) /*!< 0x00800000 */ |
1213 | #define ADC_SQR2_SQ23_4 (0x10U << ADC_SQR2_SQ23_Pos) /*!< 0x01000000 */ |
1199 | #define ADC_SQR2_SQ23_4 (0x10UL << ADC_SQR2_SQ23_Pos) /*!< 0x01000000 */ |
1214 | 1200 | ||
1215 | #define ADC_SQR2_SQ24_Pos (25U) |
1201 | #define ADC_SQR2_SQ24_Pos (25U) |
1216 | #define ADC_SQR2_SQ24_Msk (0x1FU << ADC_SQR2_SQ24_Pos) /*!< 0x3E000000 */ |
1202 | #define ADC_SQR2_SQ24_Msk (0x1FUL << ADC_SQR2_SQ24_Pos) /*!< 0x3E000000 */ |
1217 | #define ADC_SQR2_SQ24 ADC_SQR2_SQ24_Msk /*!< ADC group regular sequencer rank 24 */ |
1203 | #define ADC_SQR2_SQ24 ADC_SQR2_SQ24_Msk /*!< ADC group regular sequencer rank 24 */ |
1218 | #define ADC_SQR2_SQ24_0 (0x01U << ADC_SQR2_SQ24_Pos) /*!< 0x02000000 */ |
1204 | #define ADC_SQR2_SQ24_0 (0x01UL << ADC_SQR2_SQ24_Pos) /*!< 0x02000000 */ |
1219 | #define ADC_SQR2_SQ24_1 (0x02U << ADC_SQR2_SQ24_Pos) /*!< 0x04000000 */ |
1205 | #define ADC_SQR2_SQ24_1 (0x02UL << ADC_SQR2_SQ24_Pos) /*!< 0x04000000 */ |
1220 | #define ADC_SQR2_SQ24_2 (0x04U << ADC_SQR2_SQ24_Pos) /*!< 0x08000000 */ |
1206 | #define ADC_SQR2_SQ24_2 (0x04UL << ADC_SQR2_SQ24_Pos) /*!< 0x08000000 */ |
1221 | #define ADC_SQR2_SQ24_3 (0x08U << ADC_SQR2_SQ24_Pos) /*!< 0x10000000 */ |
1207 | #define ADC_SQR2_SQ24_3 (0x08UL << ADC_SQR2_SQ24_Pos) /*!< 0x10000000 */ |
1222 | #define ADC_SQR2_SQ24_4 (0x10U << ADC_SQR2_SQ24_Pos) /*!< 0x20000000 */ |
1208 | #define ADC_SQR2_SQ24_4 (0x10UL << ADC_SQR2_SQ24_Pos) /*!< 0x20000000 */ |
1223 | 1209 | ||
1224 | /******************* Bit definition for ADC_SQR3 register *******************/ |
1210 | /******************* Bit definition for ADC_SQR3 register *******************/ |
1225 | #define ADC_SQR3_SQ13_Pos (0U) |
1211 | #define ADC_SQR3_SQ13_Pos (0U) |
1226 | #define ADC_SQR3_SQ13_Msk (0x1FU << ADC_SQR3_SQ13_Pos) /*!< 0x0000001F */ |
1212 | #define ADC_SQR3_SQ13_Msk (0x1FUL << ADC_SQR3_SQ13_Pos) /*!< 0x0000001F */ |
1227 | #define ADC_SQR3_SQ13 ADC_SQR3_SQ13_Msk /*!< ADC group regular sequencer rank 13 */ |
1213 | #define ADC_SQR3_SQ13 ADC_SQR3_SQ13_Msk /*!< ADC group regular sequencer rank 13 */ |
1228 | #define ADC_SQR3_SQ13_0 (0x01U << ADC_SQR3_SQ13_Pos) /*!< 0x00000001 */ |
1214 | #define ADC_SQR3_SQ13_0 (0x01UL << ADC_SQR3_SQ13_Pos) /*!< 0x00000001 */ |
1229 | #define ADC_SQR3_SQ13_1 (0x02U << ADC_SQR3_SQ13_Pos) /*!< 0x00000002 */ |
1215 | #define ADC_SQR3_SQ13_1 (0x02UL << ADC_SQR3_SQ13_Pos) /*!< 0x00000002 */ |
1230 | #define ADC_SQR3_SQ13_2 (0x04U << ADC_SQR3_SQ13_Pos) /*!< 0x00000004 */ |
1216 | #define ADC_SQR3_SQ13_2 (0x04UL << ADC_SQR3_SQ13_Pos) /*!< 0x00000004 */ |
1231 | #define ADC_SQR3_SQ13_3 (0x08U << ADC_SQR3_SQ13_Pos) /*!< 0x00000008 */ |
1217 | #define ADC_SQR3_SQ13_3 (0x08UL << ADC_SQR3_SQ13_Pos) /*!< 0x00000008 */ |
1232 | #define ADC_SQR3_SQ13_4 (0x10U << ADC_SQR3_SQ13_Pos) /*!< 0x00000010 */ |
1218 | #define ADC_SQR3_SQ13_4 (0x10UL << ADC_SQR3_SQ13_Pos) /*!< 0x00000010 */ |
1233 | 1219 | ||
1234 | #define ADC_SQR3_SQ14_Pos (5U) |
1220 | #define ADC_SQR3_SQ14_Pos (5U) |
1235 | #define ADC_SQR3_SQ14_Msk (0x1FU << ADC_SQR3_SQ14_Pos) /*!< 0x000003E0 */ |
1221 | #define ADC_SQR3_SQ14_Msk (0x1FUL << ADC_SQR3_SQ14_Pos) /*!< 0x000003E0 */ |
1236 | #define ADC_SQR3_SQ14 ADC_SQR3_SQ14_Msk /*!< ADC group regular sequencer rank 14 */ |
1222 | #define ADC_SQR3_SQ14 ADC_SQR3_SQ14_Msk /*!< ADC group regular sequencer rank 14 */ |
1237 | #define ADC_SQR3_SQ14_0 (0x01U << ADC_SQR3_SQ14_Pos) /*!< 0x00000020 */ |
1223 | #define ADC_SQR3_SQ14_0 (0x01UL << ADC_SQR3_SQ14_Pos) /*!< 0x00000020 */ |
1238 | #define ADC_SQR3_SQ14_1 (0x02U << ADC_SQR3_SQ14_Pos) /*!< 0x00000040 */ |
1224 | #define ADC_SQR3_SQ14_1 (0x02UL << ADC_SQR3_SQ14_Pos) /*!< 0x00000040 */ |
1239 | #define ADC_SQR3_SQ14_2 (0x04U << ADC_SQR3_SQ14_Pos) /*!< 0x00000080 */ |
1225 | #define ADC_SQR3_SQ14_2 (0x04UL << ADC_SQR3_SQ14_Pos) /*!< 0x00000080 */ |
1240 | #define ADC_SQR3_SQ14_3 (0x08U << ADC_SQR3_SQ14_Pos) /*!< 0x00000100 */ |
1226 | #define ADC_SQR3_SQ14_3 (0x08UL << ADC_SQR3_SQ14_Pos) /*!< 0x00000100 */ |
1241 | #define ADC_SQR3_SQ14_4 (0x10U << ADC_SQR3_SQ14_Pos) /*!< 0x00000200 */ |
1227 | #define ADC_SQR3_SQ14_4 (0x10UL << ADC_SQR3_SQ14_Pos) /*!< 0x00000200 */ |
1242 | 1228 | ||
1243 | #define ADC_SQR3_SQ15_Pos (10U) |
1229 | #define ADC_SQR3_SQ15_Pos (10U) |
1244 | #define ADC_SQR3_SQ15_Msk (0x1FU << ADC_SQR3_SQ15_Pos) /*!< 0x00007C00 */ |
1230 | #define ADC_SQR3_SQ15_Msk (0x1FUL << ADC_SQR3_SQ15_Pos) /*!< 0x00007C00 */ |
1245 | #define ADC_SQR3_SQ15 ADC_SQR3_SQ15_Msk /*!< ADC group regular sequencer rank 15 */ |
1231 | #define ADC_SQR3_SQ15 ADC_SQR3_SQ15_Msk /*!< ADC group regular sequencer rank 15 */ |
1246 | #define ADC_SQR3_SQ15_0 (0x01U << ADC_SQR3_SQ15_Pos) /*!< 0x00000400 */ |
1232 | #define ADC_SQR3_SQ15_0 (0x01UL << ADC_SQR3_SQ15_Pos) /*!< 0x00000400 */ |
1247 | #define ADC_SQR3_SQ15_1 (0x02U << ADC_SQR3_SQ15_Pos) /*!< 0x00000800 */ |
1233 | #define ADC_SQR3_SQ15_1 (0x02UL << ADC_SQR3_SQ15_Pos) /*!< 0x00000800 */ |
1248 | #define ADC_SQR3_SQ15_2 (0x04U << ADC_SQR3_SQ15_Pos) /*!< 0x00001000 */ |
1234 | #define ADC_SQR3_SQ15_2 (0x04UL << ADC_SQR3_SQ15_Pos) /*!< 0x00001000 */ |
1249 | #define ADC_SQR3_SQ15_3 (0x08U << ADC_SQR3_SQ15_Pos) /*!< 0x00002000 */ |
1235 | #define ADC_SQR3_SQ15_3 (0x08UL << ADC_SQR3_SQ15_Pos) /*!< 0x00002000 */ |
1250 | #define ADC_SQR3_SQ15_4 (0x10U << ADC_SQR3_SQ15_Pos) /*!< 0x00004000 */ |
1236 | #define ADC_SQR3_SQ15_4 (0x10UL << ADC_SQR3_SQ15_Pos) /*!< 0x00004000 */ |
1251 | 1237 | ||
1252 | #define ADC_SQR3_SQ16_Pos (15U) |
1238 | #define ADC_SQR3_SQ16_Pos (15U) |
1253 | #define ADC_SQR3_SQ16_Msk (0x1FU << ADC_SQR3_SQ16_Pos) /*!< 0x000F8000 */ |
1239 | #define ADC_SQR3_SQ16_Msk (0x1FUL << ADC_SQR3_SQ16_Pos) /*!< 0x000F8000 */ |
1254 | #define ADC_SQR3_SQ16 ADC_SQR3_SQ16_Msk /*!< ADC group regular sequencer rank 16 */ |
1240 | #define ADC_SQR3_SQ16 ADC_SQR3_SQ16_Msk /*!< ADC group regular sequencer rank 16 */ |
1255 | #define ADC_SQR3_SQ16_0 (0x01U << ADC_SQR3_SQ16_Pos) /*!< 0x00008000 */ |
1241 | #define ADC_SQR3_SQ16_0 (0x01UL << ADC_SQR3_SQ16_Pos) /*!< 0x00008000 */ |
1256 | #define ADC_SQR3_SQ16_1 (0x02U << ADC_SQR3_SQ16_Pos) /*!< 0x00010000 */ |
1242 | #define ADC_SQR3_SQ16_1 (0x02UL << ADC_SQR3_SQ16_Pos) /*!< 0x00010000 */ |
1257 | #define ADC_SQR3_SQ16_2 (0x04U << ADC_SQR3_SQ16_Pos) /*!< 0x00020000 */ |
1243 | #define ADC_SQR3_SQ16_2 (0x04UL << ADC_SQR3_SQ16_Pos) /*!< 0x00020000 */ |
1258 | #define ADC_SQR3_SQ16_3 (0x08U << ADC_SQR3_SQ16_Pos) /*!< 0x00040000 */ |
1244 | #define ADC_SQR3_SQ16_3 (0x08UL << ADC_SQR3_SQ16_Pos) /*!< 0x00040000 */ |
1259 | #define ADC_SQR3_SQ16_4 (0x10U << ADC_SQR3_SQ16_Pos) /*!< 0x00080000 */ |
1245 | #define ADC_SQR3_SQ16_4 (0x10UL << ADC_SQR3_SQ16_Pos) /*!< 0x00080000 */ |
1260 | 1246 | ||
1261 | #define ADC_SQR3_SQ17_Pos (20U) |
1247 | #define ADC_SQR3_SQ17_Pos (20U) |
1262 | #define ADC_SQR3_SQ17_Msk (0x1FU << ADC_SQR3_SQ17_Pos) /*!< 0x01F00000 */ |
1248 | #define ADC_SQR3_SQ17_Msk (0x1FUL << ADC_SQR3_SQ17_Pos) /*!< 0x01F00000 */ |
1263 | #define ADC_SQR3_SQ17 ADC_SQR3_SQ17_Msk /*!< ADC group regular sequencer rank 17 */ |
1249 | #define ADC_SQR3_SQ17 ADC_SQR3_SQ17_Msk /*!< ADC group regular sequencer rank 17 */ |
1264 | #define ADC_SQR3_SQ17_0 (0x01U << ADC_SQR3_SQ17_Pos) /*!< 0x00100000 */ |
1250 | #define ADC_SQR3_SQ17_0 (0x01UL << ADC_SQR3_SQ17_Pos) /*!< 0x00100000 */ |
1265 | #define ADC_SQR3_SQ17_1 (0x02U << ADC_SQR3_SQ17_Pos) /*!< 0x00200000 */ |
1251 | #define ADC_SQR3_SQ17_1 (0x02UL << ADC_SQR3_SQ17_Pos) /*!< 0x00200000 */ |
1266 | #define ADC_SQR3_SQ17_2 (0x04U << ADC_SQR3_SQ17_Pos) /*!< 0x00400000 */ |
1252 | #define ADC_SQR3_SQ17_2 (0x04UL << ADC_SQR3_SQ17_Pos) /*!< 0x00400000 */ |
1267 | #define ADC_SQR3_SQ17_3 (0x08U << ADC_SQR3_SQ17_Pos) /*!< 0x00800000 */ |
1253 | #define ADC_SQR3_SQ17_3 (0x08UL << ADC_SQR3_SQ17_Pos) /*!< 0x00800000 */ |
1268 | #define ADC_SQR3_SQ17_4 (0x10U << ADC_SQR3_SQ17_Pos) /*!< 0x01000000 */ |
1254 | #define ADC_SQR3_SQ17_4 (0x10UL << ADC_SQR3_SQ17_Pos) /*!< 0x01000000 */ |
1269 | 1255 | ||
1270 | #define ADC_SQR3_SQ18_Pos (25U) |
1256 | #define ADC_SQR3_SQ18_Pos (25U) |
1271 | #define ADC_SQR3_SQ18_Msk (0x1FU << ADC_SQR3_SQ18_Pos) /*!< 0x3E000000 */ |
1257 | #define ADC_SQR3_SQ18_Msk (0x1FUL << ADC_SQR3_SQ18_Pos) /*!< 0x3E000000 */ |
1272 | #define ADC_SQR3_SQ18 ADC_SQR3_SQ18_Msk /*!< ADC group regular sequencer rank 18 */ |
1258 | #define ADC_SQR3_SQ18 ADC_SQR3_SQ18_Msk /*!< ADC group regular sequencer rank 18 */ |
1273 | #define ADC_SQR3_SQ18_0 (0x01U << ADC_SQR3_SQ18_Pos) /*!< 0x02000000 */ |
1259 | #define ADC_SQR3_SQ18_0 (0x01UL << ADC_SQR3_SQ18_Pos) /*!< 0x02000000 */ |
1274 | #define ADC_SQR3_SQ18_1 (0x02U << ADC_SQR3_SQ18_Pos) /*!< 0x04000000 */ |
1260 | #define ADC_SQR3_SQ18_1 (0x02UL << ADC_SQR3_SQ18_Pos) /*!< 0x04000000 */ |
1275 | #define ADC_SQR3_SQ18_2 (0x04U << ADC_SQR3_SQ18_Pos) /*!< 0x08000000 */ |
1261 | #define ADC_SQR3_SQ18_2 (0x04UL << ADC_SQR3_SQ18_Pos) /*!< 0x08000000 */ |
1276 | #define ADC_SQR3_SQ18_3 (0x08U << ADC_SQR3_SQ18_Pos) /*!< 0x10000000 */ |
1262 | #define ADC_SQR3_SQ18_3 (0x08UL << ADC_SQR3_SQ18_Pos) /*!< 0x10000000 */ |
1277 | #define ADC_SQR3_SQ18_4 (0x10U << ADC_SQR3_SQ18_Pos) /*!< 0x20000000 */ |
1263 | #define ADC_SQR3_SQ18_4 (0x10UL << ADC_SQR3_SQ18_Pos) /*!< 0x20000000 */ |
1278 | 1264 | ||
1279 | /******************* Bit definition for ADC_SQR4 register *******************/ |
1265 | /******************* Bit definition for ADC_SQR4 register *******************/ |
1280 | #define ADC_SQR4_SQ7_Pos (0U) |
1266 | #define ADC_SQR4_SQ7_Pos (0U) |
1281 | #define ADC_SQR4_SQ7_Msk (0x1FU << ADC_SQR4_SQ7_Pos) /*!< 0x0000001F */ |
1267 | #define ADC_SQR4_SQ7_Msk (0x1FUL << ADC_SQR4_SQ7_Pos) /*!< 0x0000001F */ |
1282 | #define ADC_SQR4_SQ7 ADC_SQR4_SQ7_Msk /*!< ADC group regular sequencer rank 7 */ |
1268 | #define ADC_SQR4_SQ7 ADC_SQR4_SQ7_Msk /*!< ADC group regular sequencer rank 7 */ |
1283 | #define ADC_SQR4_SQ7_0 (0x01U << ADC_SQR4_SQ7_Pos) /*!< 0x00000001 */ |
1269 | #define ADC_SQR4_SQ7_0 (0x01UL << ADC_SQR4_SQ7_Pos) /*!< 0x00000001 */ |
1284 | #define ADC_SQR4_SQ7_1 (0x02U << ADC_SQR4_SQ7_Pos) /*!< 0x00000002 */ |
1270 | #define ADC_SQR4_SQ7_1 (0x02UL << ADC_SQR4_SQ7_Pos) /*!< 0x00000002 */ |
1285 | #define ADC_SQR4_SQ7_2 (0x04U << ADC_SQR4_SQ7_Pos) /*!< 0x00000004 */ |
1271 | #define ADC_SQR4_SQ7_2 (0x04UL << ADC_SQR4_SQ7_Pos) /*!< 0x00000004 */ |
1286 | #define ADC_SQR4_SQ7_3 (0x08U << ADC_SQR4_SQ7_Pos) /*!< 0x00000008 */ |
1272 | #define ADC_SQR4_SQ7_3 (0x08UL << ADC_SQR4_SQ7_Pos) /*!< 0x00000008 */ |
1287 | #define ADC_SQR4_SQ7_4 (0x10U << ADC_SQR4_SQ7_Pos) /*!< 0x00000010 */ |
1273 | #define ADC_SQR4_SQ7_4 (0x10UL << ADC_SQR4_SQ7_Pos) /*!< 0x00000010 */ |
1288 | 1274 | ||
1289 | #define ADC_SQR4_SQ8_Pos (5U) |
1275 | #define ADC_SQR4_SQ8_Pos (5U) |
1290 | #define ADC_SQR4_SQ8_Msk (0x1FU << ADC_SQR4_SQ8_Pos) /*!< 0x000003E0 */ |
1276 | #define ADC_SQR4_SQ8_Msk (0x1FUL << ADC_SQR4_SQ8_Pos) /*!< 0x000003E0 */ |
1291 | #define ADC_SQR4_SQ8 ADC_SQR4_SQ8_Msk /*!< ADC group regular sequencer rank 8 */ |
1277 | #define ADC_SQR4_SQ8 ADC_SQR4_SQ8_Msk /*!< ADC group regular sequencer rank 8 */ |
1292 | #define ADC_SQR4_SQ8_0 (0x01U << ADC_SQR4_SQ8_Pos) /*!< 0x00000020 */ |
1278 | #define ADC_SQR4_SQ8_0 (0x01UL << ADC_SQR4_SQ8_Pos) /*!< 0x00000020 */ |
1293 | #define ADC_SQR4_SQ8_1 (0x02U << ADC_SQR4_SQ8_Pos) /*!< 0x00000040 */ |
1279 | #define ADC_SQR4_SQ8_1 (0x02UL << ADC_SQR4_SQ8_Pos) /*!< 0x00000040 */ |
1294 | #define ADC_SQR4_SQ8_2 (0x04U << ADC_SQR4_SQ8_Pos) /*!< 0x00000080 */ |
1280 | #define ADC_SQR4_SQ8_2 (0x04UL << ADC_SQR4_SQ8_Pos) /*!< 0x00000080 */ |
1295 | #define ADC_SQR4_SQ8_3 (0x08U << ADC_SQR4_SQ8_Pos) /*!< 0x00000100 */ |
1281 | #define ADC_SQR4_SQ8_3 (0x08UL << ADC_SQR4_SQ8_Pos) /*!< 0x00000100 */ |
1296 | #define ADC_SQR4_SQ8_4 (0x10U << ADC_SQR4_SQ8_Pos) /*!< 0x00000200 */ |
1282 | #define ADC_SQR4_SQ8_4 (0x10UL << ADC_SQR4_SQ8_Pos) /*!< 0x00000200 */ |
1297 | 1283 | ||
1298 | #define ADC_SQR4_SQ9_Pos (10U) |
1284 | #define ADC_SQR4_SQ9_Pos (10U) |
1299 | #define ADC_SQR4_SQ9_Msk (0x1FU << ADC_SQR4_SQ9_Pos) /*!< 0x00007C00 */ |
1285 | #define ADC_SQR4_SQ9_Msk (0x1FUL << ADC_SQR4_SQ9_Pos) /*!< 0x00007C00 */ |
1300 | #define ADC_SQR4_SQ9 ADC_SQR4_SQ9_Msk /*!< ADC group regular sequencer rank 9 */ |
1286 | #define ADC_SQR4_SQ9 ADC_SQR4_SQ9_Msk /*!< ADC group regular sequencer rank 9 */ |
1301 | #define ADC_SQR4_SQ9_0 (0x01U << ADC_SQR4_SQ9_Pos) /*!< 0x00000400 */ |
1287 | #define ADC_SQR4_SQ9_0 (0x01UL << ADC_SQR4_SQ9_Pos) /*!< 0x00000400 */ |
1302 | #define ADC_SQR4_SQ9_1 (0x02U << ADC_SQR4_SQ9_Pos) /*!< 0x00000800 */ |
1288 | #define ADC_SQR4_SQ9_1 (0x02UL << ADC_SQR4_SQ9_Pos) /*!< 0x00000800 */ |
1303 | #define ADC_SQR4_SQ9_2 (0x04U << ADC_SQR4_SQ9_Pos) /*!< 0x00001000 */ |
1289 | #define ADC_SQR4_SQ9_2 (0x04UL << ADC_SQR4_SQ9_Pos) /*!< 0x00001000 */ |
1304 | #define ADC_SQR4_SQ9_3 (0x08U << ADC_SQR4_SQ9_Pos) /*!< 0x00002000 */ |
1290 | #define ADC_SQR4_SQ9_3 (0x08UL << ADC_SQR4_SQ9_Pos) /*!< 0x00002000 */ |
1305 | #define ADC_SQR4_SQ9_4 (0x10U << ADC_SQR4_SQ9_Pos) /*!< 0x00004000 */ |
1291 | #define ADC_SQR4_SQ9_4 (0x10UL << ADC_SQR4_SQ9_Pos) /*!< 0x00004000 */ |
1306 | 1292 | ||
1307 | #define ADC_SQR4_SQ10_Pos (15U) |
1293 | #define ADC_SQR4_SQ10_Pos (15U) |
1308 | #define ADC_SQR4_SQ10_Msk (0x1FU << ADC_SQR4_SQ10_Pos) /*!< 0x000F8000 */ |
1294 | #define ADC_SQR4_SQ10_Msk (0x1FUL << ADC_SQR4_SQ10_Pos) /*!< 0x000F8000 */ |
1309 | #define ADC_SQR4_SQ10 ADC_SQR4_SQ10_Msk /*!< ADC group regular sequencer rank 10 */ |
1295 | #define ADC_SQR4_SQ10 ADC_SQR4_SQ10_Msk /*!< ADC group regular sequencer rank 10 */ |
1310 | #define ADC_SQR4_SQ10_0 (0x01U << ADC_SQR4_SQ10_Pos) /*!< 0x00008000 */ |
1296 | #define ADC_SQR4_SQ10_0 (0x01UL << ADC_SQR4_SQ10_Pos) /*!< 0x00008000 */ |
1311 | #define ADC_SQR4_SQ10_1 (0x02U << ADC_SQR4_SQ10_Pos) /*!< 0x00010000 */ |
1297 | #define ADC_SQR4_SQ10_1 (0x02UL << ADC_SQR4_SQ10_Pos) /*!< 0x00010000 */ |
1312 | #define ADC_SQR4_SQ10_2 (0x04U << ADC_SQR4_SQ10_Pos) /*!< 0x00020000 */ |
1298 | #define ADC_SQR4_SQ10_2 (0x04UL << ADC_SQR4_SQ10_Pos) /*!< 0x00020000 */ |
1313 | #define ADC_SQR4_SQ10_3 (0x08U << ADC_SQR4_SQ10_Pos) /*!< 0x00040000 */ |
1299 | #define ADC_SQR4_SQ10_3 (0x08UL << ADC_SQR4_SQ10_Pos) /*!< 0x00040000 */ |
1314 | #define ADC_SQR4_SQ10_4 (0x10U << ADC_SQR4_SQ10_Pos) /*!< 0x00080000 */ |
1300 | #define ADC_SQR4_SQ10_4 (0x10UL << ADC_SQR4_SQ10_Pos) /*!< 0x00080000 */ |
1315 | 1301 | ||
1316 | #define ADC_SQR4_SQ11_Pos (20U) |
1302 | #define ADC_SQR4_SQ11_Pos (20U) |
1317 | #define ADC_SQR4_SQ11_Msk (0x1FU << ADC_SQR4_SQ11_Pos) /*!< 0x01F00000 */ |
1303 | #define ADC_SQR4_SQ11_Msk (0x1FUL << ADC_SQR4_SQ11_Pos) /*!< 0x01F00000 */ |
1318 | #define ADC_SQR4_SQ11 ADC_SQR4_SQ11_Msk /*!< ADC group regular sequencer rank 11 */ |
1304 | #define ADC_SQR4_SQ11 ADC_SQR4_SQ11_Msk /*!< ADC group regular sequencer rank 11 */ |
1319 | #define ADC_SQR4_SQ11_0 (0x01U << ADC_SQR4_SQ11_Pos) /*!< 0x00100000 */ |
1305 | #define ADC_SQR4_SQ11_0 (0x01UL << ADC_SQR4_SQ11_Pos) /*!< 0x00100000 */ |
1320 | #define ADC_SQR4_SQ11_1 (0x02U << ADC_SQR4_SQ11_Pos) /*!< 0x00200000 */ |
1306 | #define ADC_SQR4_SQ11_1 (0x02UL << ADC_SQR4_SQ11_Pos) /*!< 0x00200000 */ |
1321 | #define ADC_SQR4_SQ11_2 (0x04U << ADC_SQR4_SQ11_Pos) /*!< 0x00400000 */ |
1307 | #define ADC_SQR4_SQ11_2 (0x04UL << ADC_SQR4_SQ11_Pos) /*!< 0x00400000 */ |
1322 | #define ADC_SQR4_SQ11_3 (0x08U << ADC_SQR4_SQ11_Pos) /*!< 0x00800000 */ |
1308 | #define ADC_SQR4_SQ11_3 (0x08UL << ADC_SQR4_SQ11_Pos) /*!< 0x00800000 */ |
1323 | #define ADC_SQR4_SQ11_4 (0x10U << ADC_SQR4_SQ11_Pos) /*!< 0x01000000 */ |
1309 | #define ADC_SQR4_SQ11_4 (0x10UL << ADC_SQR4_SQ11_Pos) /*!< 0x01000000 */ |
1324 | 1310 | ||
1325 | #define ADC_SQR4_SQ12_Pos (25U) |
1311 | #define ADC_SQR4_SQ12_Pos (25U) |
1326 | #define ADC_SQR4_SQ12_Msk (0x1FU << ADC_SQR4_SQ12_Pos) /*!< 0x3E000000 */ |
1312 | #define ADC_SQR4_SQ12_Msk (0x1FUL << ADC_SQR4_SQ12_Pos) /*!< 0x3E000000 */ |
1327 | #define ADC_SQR4_SQ12 ADC_SQR4_SQ12_Msk /*!< ADC group regular sequencer rank 12 */ |
1313 | #define ADC_SQR4_SQ12 ADC_SQR4_SQ12_Msk /*!< ADC group regular sequencer rank 12 */ |
1328 | #define ADC_SQR4_SQ12_0 (0x01U << ADC_SQR4_SQ12_Pos) /*!< 0x02000000 */ |
1314 | #define ADC_SQR4_SQ12_0 (0x01UL << ADC_SQR4_SQ12_Pos) /*!< 0x02000000 */ |
1329 | #define ADC_SQR4_SQ12_1 (0x02U << ADC_SQR4_SQ12_Pos) /*!< 0x04000000 */ |
1315 | #define ADC_SQR4_SQ12_1 (0x02UL << ADC_SQR4_SQ12_Pos) /*!< 0x04000000 */ |
1330 | #define ADC_SQR4_SQ12_2 (0x04U << ADC_SQR4_SQ12_Pos) /*!< 0x08000000 */ |
1316 | #define ADC_SQR4_SQ12_2 (0x04UL << ADC_SQR4_SQ12_Pos) /*!< 0x08000000 */ |
1331 | #define ADC_SQR4_SQ12_3 (0x08U << ADC_SQR4_SQ12_Pos) /*!< 0x10000000 */ |
1317 | #define ADC_SQR4_SQ12_3 (0x08UL << ADC_SQR4_SQ12_Pos) /*!< 0x10000000 */ |
1332 | #define ADC_SQR4_SQ12_4 (0x10U << ADC_SQR4_SQ12_Pos) /*!< 0x20000000 */ |
1318 | #define ADC_SQR4_SQ12_4 (0x10UL << ADC_SQR4_SQ12_Pos) /*!< 0x20000000 */ |
1333 | 1319 | ||
1334 | /******************* Bit definition for ADC_SQR5 register *******************/ |
1320 | /******************* Bit definition for ADC_SQR5 register *******************/ |
1335 | #define ADC_SQR5_SQ1_Pos (0U) |
1321 | #define ADC_SQR5_SQ1_Pos (0U) |
1336 | #define ADC_SQR5_SQ1_Msk (0x1FU << ADC_SQR5_SQ1_Pos) /*!< 0x0000001F */ |
1322 | #define ADC_SQR5_SQ1_Msk (0x1FUL << ADC_SQR5_SQ1_Pos) /*!< 0x0000001F */ |
1337 | #define ADC_SQR5_SQ1 ADC_SQR5_SQ1_Msk /*!< ADC group regular sequencer rank 1 */ |
1323 | #define ADC_SQR5_SQ1 ADC_SQR5_SQ1_Msk /*!< ADC group regular sequencer rank 1 */ |
1338 | #define ADC_SQR5_SQ1_0 (0x01U << ADC_SQR5_SQ1_Pos) /*!< 0x00000001 */ |
1324 | #define ADC_SQR5_SQ1_0 (0x01UL << ADC_SQR5_SQ1_Pos) /*!< 0x00000001 */ |
1339 | #define ADC_SQR5_SQ1_1 (0x02U << ADC_SQR5_SQ1_Pos) /*!< 0x00000002 */ |
1325 | #define ADC_SQR5_SQ1_1 (0x02UL << ADC_SQR5_SQ1_Pos) /*!< 0x00000002 */ |
1340 | #define ADC_SQR5_SQ1_2 (0x04U << ADC_SQR5_SQ1_Pos) /*!< 0x00000004 */ |
1326 | #define ADC_SQR5_SQ1_2 (0x04UL << ADC_SQR5_SQ1_Pos) /*!< 0x00000004 */ |
1341 | #define ADC_SQR5_SQ1_3 (0x08U << ADC_SQR5_SQ1_Pos) /*!< 0x00000008 */ |
1327 | #define ADC_SQR5_SQ1_3 (0x08UL << ADC_SQR5_SQ1_Pos) /*!< 0x00000008 */ |
1342 | #define ADC_SQR5_SQ1_4 (0x10U << ADC_SQR5_SQ1_Pos) /*!< 0x00000010 */ |
1328 | #define ADC_SQR5_SQ1_4 (0x10UL << ADC_SQR5_SQ1_Pos) /*!< 0x00000010 */ |
1343 | 1329 | ||
1344 | #define ADC_SQR5_SQ2_Pos (5U) |
1330 | #define ADC_SQR5_SQ2_Pos (5U) |
1345 | #define ADC_SQR5_SQ2_Msk (0x1FU << ADC_SQR5_SQ2_Pos) /*!< 0x000003E0 */ |
1331 | #define ADC_SQR5_SQ2_Msk (0x1FUL << ADC_SQR5_SQ2_Pos) /*!< 0x000003E0 */ |
1346 | #define ADC_SQR5_SQ2 ADC_SQR5_SQ2_Msk /*!< ADC group regular sequencer rank 2 */ |
1332 | #define ADC_SQR5_SQ2 ADC_SQR5_SQ2_Msk /*!< ADC group regular sequencer rank 2 */ |
1347 | #define ADC_SQR5_SQ2_0 (0x01U << ADC_SQR5_SQ2_Pos) /*!< 0x00000020 */ |
1333 | #define ADC_SQR5_SQ2_0 (0x01UL << ADC_SQR5_SQ2_Pos) /*!< 0x00000020 */ |
1348 | #define ADC_SQR5_SQ2_1 (0x02U << ADC_SQR5_SQ2_Pos) /*!< 0x00000040 */ |
1334 | #define ADC_SQR5_SQ2_1 (0x02UL << ADC_SQR5_SQ2_Pos) /*!< 0x00000040 */ |
1349 | #define ADC_SQR5_SQ2_2 (0x04U << ADC_SQR5_SQ2_Pos) /*!< 0x00000080 */ |
1335 | #define ADC_SQR5_SQ2_2 (0x04UL << ADC_SQR5_SQ2_Pos) /*!< 0x00000080 */ |
1350 | #define ADC_SQR5_SQ2_3 (0x08U << ADC_SQR5_SQ2_Pos) /*!< 0x00000100 */ |
1336 | #define ADC_SQR5_SQ2_3 (0x08UL << ADC_SQR5_SQ2_Pos) /*!< 0x00000100 */ |
1351 | #define ADC_SQR5_SQ2_4 (0x10U << ADC_SQR5_SQ2_Pos) /*!< 0x00000200 */ |
1337 | #define ADC_SQR5_SQ2_4 (0x10UL << ADC_SQR5_SQ2_Pos) /*!< 0x00000200 */ |
1352 | 1338 | ||
1353 | #define ADC_SQR5_SQ3_Pos (10U) |
1339 | #define ADC_SQR5_SQ3_Pos (10U) |
1354 | #define ADC_SQR5_SQ3_Msk (0x1FU << ADC_SQR5_SQ3_Pos) /*!< 0x00007C00 */ |
1340 | #define ADC_SQR5_SQ3_Msk (0x1FUL << ADC_SQR5_SQ3_Pos) /*!< 0x00007C00 */ |
1355 | #define ADC_SQR5_SQ3 ADC_SQR5_SQ3_Msk /*!< ADC group regular sequencer rank 3 */ |
1341 | #define ADC_SQR5_SQ3 ADC_SQR5_SQ3_Msk /*!< ADC group regular sequencer rank 3 */ |
1356 | #define ADC_SQR5_SQ3_0 (0x01U << ADC_SQR5_SQ3_Pos) /*!< 0x00000400 */ |
1342 | #define ADC_SQR5_SQ3_0 (0x01UL << ADC_SQR5_SQ3_Pos) /*!< 0x00000400 */ |
1357 | #define ADC_SQR5_SQ3_1 (0x02U << ADC_SQR5_SQ3_Pos) /*!< 0x00000800 */ |
1343 | #define ADC_SQR5_SQ3_1 (0x02UL << ADC_SQR5_SQ3_Pos) /*!< 0x00000800 */ |
1358 | #define ADC_SQR5_SQ3_2 (0x04U << ADC_SQR5_SQ3_Pos) /*!< 0x00001000 */ |
1344 | #define ADC_SQR5_SQ3_2 (0x04UL << ADC_SQR5_SQ3_Pos) /*!< 0x00001000 */ |
1359 | #define ADC_SQR5_SQ3_3 (0x08U << ADC_SQR5_SQ3_Pos) /*!< 0x00002000 */ |
1345 | #define ADC_SQR5_SQ3_3 (0x08UL << ADC_SQR5_SQ3_Pos) /*!< 0x00002000 */ |
1360 | #define ADC_SQR5_SQ3_4 (0x10U << ADC_SQR5_SQ3_Pos) /*!< 0x00004000 */ |
1346 | #define ADC_SQR5_SQ3_4 (0x10UL << ADC_SQR5_SQ3_Pos) /*!< 0x00004000 */ |
1361 | 1347 | ||
1362 | #define ADC_SQR5_SQ4_Pos (15U) |
1348 | #define ADC_SQR5_SQ4_Pos (15U) |
1363 | #define ADC_SQR5_SQ4_Msk (0x1FU << ADC_SQR5_SQ4_Pos) /*!< 0x000F8000 */ |
1349 | #define ADC_SQR5_SQ4_Msk (0x1FUL << ADC_SQR5_SQ4_Pos) /*!< 0x000F8000 */ |
1364 | #define ADC_SQR5_SQ4 ADC_SQR5_SQ4_Msk /*!< ADC group regular sequencer rank 4 */ |
1350 | #define ADC_SQR5_SQ4 ADC_SQR5_SQ4_Msk /*!< ADC group regular sequencer rank 4 */ |
1365 | #define ADC_SQR5_SQ4_0 (0x01U << ADC_SQR5_SQ4_Pos) /*!< 0x00008000 */ |
1351 | #define ADC_SQR5_SQ4_0 (0x01UL << ADC_SQR5_SQ4_Pos) /*!< 0x00008000 */ |
1366 | #define ADC_SQR5_SQ4_1 (0x02U << ADC_SQR5_SQ4_Pos) /*!< 0x00010000 */ |
1352 | #define ADC_SQR5_SQ4_1 (0x02UL << ADC_SQR5_SQ4_Pos) /*!< 0x00010000 */ |
1367 | #define ADC_SQR5_SQ4_2 (0x04U << ADC_SQR5_SQ4_Pos) /*!< 0x00020000 */ |
1353 | #define ADC_SQR5_SQ4_2 (0x04UL << ADC_SQR5_SQ4_Pos) /*!< 0x00020000 */ |
1368 | #define ADC_SQR5_SQ4_3 (0x08U << ADC_SQR5_SQ4_Pos) /*!< 0x00040000 */ |
1354 | #define ADC_SQR5_SQ4_3 (0x08UL << ADC_SQR5_SQ4_Pos) /*!< 0x00040000 */ |
1369 | #define ADC_SQR5_SQ4_4 (0x10U << ADC_SQR5_SQ4_Pos) /*!< 0x00080000 */ |
1355 | #define ADC_SQR5_SQ4_4 (0x10UL << ADC_SQR5_SQ4_Pos) /*!< 0x00080000 */ |
1370 | 1356 | ||
1371 | #define ADC_SQR5_SQ5_Pos (20U) |
1357 | #define ADC_SQR5_SQ5_Pos (20U) |
1372 | #define ADC_SQR5_SQ5_Msk (0x1FU << ADC_SQR5_SQ5_Pos) /*!< 0x01F00000 */ |
1358 | #define ADC_SQR5_SQ5_Msk (0x1FUL << ADC_SQR5_SQ5_Pos) /*!< 0x01F00000 */ |
1373 | #define ADC_SQR5_SQ5 ADC_SQR5_SQ5_Msk /*!< ADC group regular sequencer rank 5 */ |
1359 | #define ADC_SQR5_SQ5 ADC_SQR5_SQ5_Msk /*!< ADC group regular sequencer rank 5 */ |
1374 | #define ADC_SQR5_SQ5_0 (0x01U << ADC_SQR5_SQ5_Pos) /*!< 0x00100000 */ |
1360 | #define ADC_SQR5_SQ5_0 (0x01UL << ADC_SQR5_SQ5_Pos) /*!< 0x00100000 */ |
1375 | #define ADC_SQR5_SQ5_1 (0x02U << ADC_SQR5_SQ5_Pos) /*!< 0x00200000 */ |
1361 | #define ADC_SQR5_SQ5_1 (0x02UL << ADC_SQR5_SQ5_Pos) /*!< 0x00200000 */ |
1376 | #define ADC_SQR5_SQ5_2 (0x04U << ADC_SQR5_SQ5_Pos) /*!< 0x00400000 */ |
1362 | #define ADC_SQR5_SQ5_2 (0x04UL << ADC_SQR5_SQ5_Pos) /*!< 0x00400000 */ |
1377 | #define ADC_SQR5_SQ5_3 (0x08U << ADC_SQR5_SQ5_Pos) /*!< 0x00800000 */ |
1363 | #define ADC_SQR5_SQ5_3 (0x08UL << ADC_SQR5_SQ5_Pos) /*!< 0x00800000 */ |
1378 | #define ADC_SQR5_SQ5_4 (0x10U << ADC_SQR5_SQ5_Pos) /*!< 0x01000000 */ |
1364 | #define ADC_SQR5_SQ5_4 (0x10UL << ADC_SQR5_SQ5_Pos) /*!< 0x01000000 */ |
1379 | 1365 | ||
1380 | #define ADC_SQR5_SQ6_Pos (25U) |
1366 | #define ADC_SQR5_SQ6_Pos (25U) |
1381 | #define ADC_SQR5_SQ6_Msk (0x1FU << ADC_SQR5_SQ6_Pos) /*!< 0x3E000000 */ |
1367 | #define ADC_SQR5_SQ6_Msk (0x1FUL << ADC_SQR5_SQ6_Pos) /*!< 0x3E000000 */ |
1382 | #define ADC_SQR5_SQ6 ADC_SQR5_SQ6_Msk /*!< ADC group regular sequencer rank 6 */ |
1368 | #define ADC_SQR5_SQ6 ADC_SQR5_SQ6_Msk /*!< ADC group regular sequencer rank 6 */ |
1383 | #define ADC_SQR5_SQ6_0 (0x01U << ADC_SQR5_SQ6_Pos) /*!< 0x02000000 */ |
1369 | #define ADC_SQR5_SQ6_0 (0x01UL << ADC_SQR5_SQ6_Pos) /*!< 0x02000000 */ |
1384 | #define ADC_SQR5_SQ6_1 (0x02U << ADC_SQR5_SQ6_Pos) /*!< 0x04000000 */ |
1370 | #define ADC_SQR5_SQ6_1 (0x02UL << ADC_SQR5_SQ6_Pos) /*!< 0x04000000 */ |
1385 | #define ADC_SQR5_SQ6_2 (0x04U << ADC_SQR5_SQ6_Pos) /*!< 0x08000000 */ |
1371 | #define ADC_SQR5_SQ6_2 (0x04UL << ADC_SQR5_SQ6_Pos) /*!< 0x08000000 */ |
1386 | #define ADC_SQR5_SQ6_3 (0x08U << ADC_SQR5_SQ6_Pos) /*!< 0x10000000 */ |
1372 | #define ADC_SQR5_SQ6_3 (0x08UL << ADC_SQR5_SQ6_Pos) /*!< 0x10000000 */ |
1387 | #define ADC_SQR5_SQ6_4 (0x10U << ADC_SQR5_SQ6_Pos) /*!< 0x20000000 */ |
1373 | #define ADC_SQR5_SQ6_4 (0x10UL << ADC_SQR5_SQ6_Pos) /*!< 0x20000000 */ |
1388 | 1374 | ||
1389 | 1375 | ||
1390 | /******************* Bit definition for ADC_JSQR register *******************/ |
1376 | /******************* Bit definition for ADC_JSQR register *******************/ |
1391 | #define ADC_JSQR_JSQ1_Pos (0U) |
1377 | #define ADC_JSQR_JSQ1_Pos (0U) |
1392 | #define ADC_JSQR_JSQ1_Msk (0x1FU << ADC_JSQR_JSQ1_Pos) /*!< 0x0000001F */ |
1378 | #define ADC_JSQR_JSQ1_Msk (0x1FUL << ADC_JSQR_JSQ1_Pos) /*!< 0x0000001F */ |
1393 | #define ADC_JSQR_JSQ1 ADC_JSQR_JSQ1_Msk /*!< ADC group injected sequencer rank 1 */ |
1379 | #define ADC_JSQR_JSQ1 ADC_JSQR_JSQ1_Msk /*!< ADC group injected sequencer rank 1 */ |
1394 | #define ADC_JSQR_JSQ1_0 (0x01U << ADC_JSQR_JSQ1_Pos) /*!< 0x00000001 */ |
1380 | #define ADC_JSQR_JSQ1_0 (0x01UL << ADC_JSQR_JSQ1_Pos) /*!< 0x00000001 */ |
1395 | #define ADC_JSQR_JSQ1_1 (0x02U << ADC_JSQR_JSQ1_Pos) /*!< 0x00000002 */ |
1381 | #define ADC_JSQR_JSQ1_1 (0x02UL << ADC_JSQR_JSQ1_Pos) /*!< 0x00000002 */ |
1396 | #define ADC_JSQR_JSQ1_2 (0x04U << ADC_JSQR_JSQ1_Pos) /*!< 0x00000004 */ |
1382 | #define ADC_JSQR_JSQ1_2 (0x04UL << ADC_JSQR_JSQ1_Pos) /*!< 0x00000004 */ |
1397 | #define ADC_JSQR_JSQ1_3 (0x08U << ADC_JSQR_JSQ1_Pos) /*!< 0x00000008 */ |
1383 | #define ADC_JSQR_JSQ1_3 (0x08UL << ADC_JSQR_JSQ1_Pos) /*!< 0x00000008 */ |
1398 | #define ADC_JSQR_JSQ1_4 (0x10U << ADC_JSQR_JSQ1_Pos) /*!< 0x00000010 */ |
1384 | #define ADC_JSQR_JSQ1_4 (0x10UL << ADC_JSQR_JSQ1_Pos) /*!< 0x00000010 */ |
1399 | 1385 | ||
1400 | #define ADC_JSQR_JSQ2_Pos (5U) |
1386 | #define ADC_JSQR_JSQ2_Pos (5U) |
1401 | #define ADC_JSQR_JSQ2_Msk (0x1FU << ADC_JSQR_JSQ2_Pos) /*!< 0x000003E0 */ |
1387 | #define ADC_JSQR_JSQ2_Msk (0x1FUL << ADC_JSQR_JSQ2_Pos) /*!< 0x000003E0 */ |
1402 | #define ADC_JSQR_JSQ2 ADC_JSQR_JSQ2_Msk /*!< ADC group injected sequencer rank 2 */ |
1388 | #define ADC_JSQR_JSQ2 ADC_JSQR_JSQ2_Msk /*!< ADC group injected sequencer rank 2 */ |
1403 | #define ADC_JSQR_JSQ2_0 (0x01U << ADC_JSQR_JSQ2_Pos) /*!< 0x00000020 */ |
1389 | #define ADC_JSQR_JSQ2_0 (0x01UL << ADC_JSQR_JSQ2_Pos) /*!< 0x00000020 */ |
1404 | #define ADC_JSQR_JSQ2_1 (0x02U << ADC_JSQR_JSQ2_Pos) /*!< 0x00000040 */ |
1390 | #define ADC_JSQR_JSQ2_1 (0x02UL << ADC_JSQR_JSQ2_Pos) /*!< 0x00000040 */ |
1405 | #define ADC_JSQR_JSQ2_2 (0x04U << ADC_JSQR_JSQ2_Pos) /*!< 0x00000080 */ |
1391 | #define ADC_JSQR_JSQ2_2 (0x04UL << ADC_JSQR_JSQ2_Pos) /*!< 0x00000080 */ |
1406 | #define ADC_JSQR_JSQ2_3 (0x08U << ADC_JSQR_JSQ2_Pos) /*!< 0x00000100 */ |
1392 | #define ADC_JSQR_JSQ2_3 (0x08UL << ADC_JSQR_JSQ2_Pos) /*!< 0x00000100 */ |
1407 | #define ADC_JSQR_JSQ2_4 (0x10U << ADC_JSQR_JSQ2_Pos) /*!< 0x00000200 */ |
1393 | #define ADC_JSQR_JSQ2_4 (0x10UL << ADC_JSQR_JSQ2_Pos) /*!< 0x00000200 */ |
1408 | 1394 | ||
1409 | #define ADC_JSQR_JSQ3_Pos (10U) |
1395 | #define ADC_JSQR_JSQ3_Pos (10U) |
1410 | #define ADC_JSQR_JSQ3_Msk (0x1FU << ADC_JSQR_JSQ3_Pos) /*!< 0x00007C00 */ |
1396 | #define ADC_JSQR_JSQ3_Msk (0x1FUL << ADC_JSQR_JSQ3_Pos) /*!< 0x00007C00 */ |
1411 | #define ADC_JSQR_JSQ3 ADC_JSQR_JSQ3_Msk /*!< ADC group injected sequencer rank 3 */ |
1397 | #define ADC_JSQR_JSQ3 ADC_JSQR_JSQ3_Msk /*!< ADC group injected sequencer rank 3 */ |
1412 | #define ADC_JSQR_JSQ3_0 (0x01U << ADC_JSQR_JSQ3_Pos) /*!< 0x00000400 */ |
1398 | #define ADC_JSQR_JSQ3_0 (0x01UL << ADC_JSQR_JSQ3_Pos) /*!< 0x00000400 */ |
1413 | #define ADC_JSQR_JSQ3_1 (0x02U << ADC_JSQR_JSQ3_Pos) /*!< 0x00000800 */ |
1399 | #define ADC_JSQR_JSQ3_1 (0x02UL << ADC_JSQR_JSQ3_Pos) /*!< 0x00000800 */ |
1414 | #define ADC_JSQR_JSQ3_2 (0x04U << ADC_JSQR_JSQ3_Pos) /*!< 0x00001000 */ |
1400 | #define ADC_JSQR_JSQ3_2 (0x04UL << ADC_JSQR_JSQ3_Pos) /*!< 0x00001000 */ |
1415 | #define ADC_JSQR_JSQ3_3 (0x08U << ADC_JSQR_JSQ3_Pos) /*!< 0x00002000 */ |
1401 | #define ADC_JSQR_JSQ3_3 (0x08UL << ADC_JSQR_JSQ3_Pos) /*!< 0x00002000 */ |
1416 | #define ADC_JSQR_JSQ3_4 (0x10U << ADC_JSQR_JSQ3_Pos) /*!< 0x00004000 */ |
1402 | #define ADC_JSQR_JSQ3_4 (0x10UL << ADC_JSQR_JSQ3_Pos) /*!< 0x00004000 */ |
1417 | 1403 | ||
1418 | #define ADC_JSQR_JSQ4_Pos (15U) |
1404 | #define ADC_JSQR_JSQ4_Pos (15U) |
1419 | #define ADC_JSQR_JSQ4_Msk (0x1FU << ADC_JSQR_JSQ4_Pos) /*!< 0x000F8000 */ |
1405 | #define ADC_JSQR_JSQ4_Msk (0x1FUL << ADC_JSQR_JSQ4_Pos) /*!< 0x000F8000 */ |
1420 | #define ADC_JSQR_JSQ4 ADC_JSQR_JSQ4_Msk /*!< ADC group injected sequencer rank 4 */ |
1406 | #define ADC_JSQR_JSQ4 ADC_JSQR_JSQ4_Msk /*!< ADC group injected sequencer rank 4 */ |
1421 | #define ADC_JSQR_JSQ4_0 (0x01U << ADC_JSQR_JSQ4_Pos) /*!< 0x00008000 */ |
1407 | #define ADC_JSQR_JSQ4_0 (0x01UL << ADC_JSQR_JSQ4_Pos) /*!< 0x00008000 */ |
1422 | #define ADC_JSQR_JSQ4_1 (0x02U << ADC_JSQR_JSQ4_Pos) /*!< 0x00010000 */ |
1408 | #define ADC_JSQR_JSQ4_1 (0x02UL << ADC_JSQR_JSQ4_Pos) /*!< 0x00010000 */ |
1423 | #define ADC_JSQR_JSQ4_2 (0x04U << ADC_JSQR_JSQ4_Pos) /*!< 0x00020000 */ |
1409 | #define ADC_JSQR_JSQ4_2 (0x04UL << ADC_JSQR_JSQ4_Pos) /*!< 0x00020000 */ |
1424 | #define ADC_JSQR_JSQ4_3 (0x08U << ADC_JSQR_JSQ4_Pos) /*!< 0x00040000 */ |
1410 | #define ADC_JSQR_JSQ4_3 (0x08UL << ADC_JSQR_JSQ4_Pos) /*!< 0x00040000 */ |
1425 | #define ADC_JSQR_JSQ4_4 (0x10U << ADC_JSQR_JSQ4_Pos) /*!< 0x00080000 */ |
1411 | #define ADC_JSQR_JSQ4_4 (0x10UL << ADC_JSQR_JSQ4_Pos) /*!< 0x00080000 */ |
1426 | 1412 | ||
1427 | #define ADC_JSQR_JL_Pos (20U) |
1413 | #define ADC_JSQR_JL_Pos (20U) |
1428 | #define ADC_JSQR_JL_Msk (0x3U << ADC_JSQR_JL_Pos) /*!< 0x00300000 */ |
1414 | #define ADC_JSQR_JL_Msk (0x3UL << ADC_JSQR_JL_Pos) /*!< 0x00300000 */ |
1429 | #define ADC_JSQR_JL ADC_JSQR_JL_Msk /*!< ADC group injected sequencer scan length */ |
1415 | #define ADC_JSQR_JL ADC_JSQR_JL_Msk /*!< ADC group injected sequencer scan length */ |
1430 | #define ADC_JSQR_JL_0 (0x1U << ADC_JSQR_JL_Pos) /*!< 0x00100000 */ |
1416 | #define ADC_JSQR_JL_0 (0x1UL << ADC_JSQR_JL_Pos) /*!< 0x00100000 */ |
1431 | #define ADC_JSQR_JL_1 (0x2U << ADC_JSQR_JL_Pos) /*!< 0x00200000 */ |
1417 | #define ADC_JSQR_JL_1 (0x2UL << ADC_JSQR_JL_Pos) /*!< 0x00200000 */ |
1432 | 1418 | ||
1433 | /******************* Bit definition for ADC_JDR1 register *******************/ |
1419 | /******************* Bit definition for ADC_JDR1 register *******************/ |
1434 | #define ADC_JDR1_JDATA_Pos (0U) |
1420 | #define ADC_JDR1_JDATA_Pos (0U) |
1435 | #define ADC_JDR1_JDATA_Msk (0xFFFFU << ADC_JDR1_JDATA_Pos) /*!< 0x0000FFFF */ |
1421 | #define ADC_JDR1_JDATA_Msk (0xFFFFUL << ADC_JDR1_JDATA_Pos) /*!< 0x0000FFFF */ |
1436 | #define ADC_JDR1_JDATA ADC_JDR1_JDATA_Msk /*!< ADC group injected sequencer rank 1 conversion data */ |
1422 | #define ADC_JDR1_JDATA ADC_JDR1_JDATA_Msk /*!< ADC group injected sequencer rank 1 conversion data */ |
1437 | 1423 | ||
1438 | /******************* Bit definition for ADC_JDR2 register *******************/ |
1424 | /******************* Bit definition for ADC_JDR2 register *******************/ |
1439 | #define ADC_JDR2_JDATA_Pos (0U) |
1425 | #define ADC_JDR2_JDATA_Pos (0U) |
1440 | #define ADC_JDR2_JDATA_Msk (0xFFFFU << ADC_JDR2_JDATA_Pos) /*!< 0x0000FFFF */ |
1426 | #define ADC_JDR2_JDATA_Msk (0xFFFFUL << ADC_JDR2_JDATA_Pos) /*!< 0x0000FFFF */ |
1441 | #define ADC_JDR2_JDATA ADC_JDR2_JDATA_Msk /*!< ADC group injected sequencer rank 2 conversion data */ |
1427 | #define ADC_JDR2_JDATA ADC_JDR2_JDATA_Msk /*!< ADC group injected sequencer rank 2 conversion data */ |
1442 | 1428 | ||
1443 | /******************* Bit definition for ADC_JDR3 register *******************/ |
1429 | /******************* Bit definition for ADC_JDR3 register *******************/ |
1444 | #define ADC_JDR3_JDATA_Pos (0U) |
1430 | #define ADC_JDR3_JDATA_Pos (0U) |
1445 | #define ADC_JDR3_JDATA_Msk (0xFFFFU << ADC_JDR3_JDATA_Pos) /*!< 0x0000FFFF */ |
1431 | #define ADC_JDR3_JDATA_Msk (0xFFFFUL << ADC_JDR3_JDATA_Pos) /*!< 0x0000FFFF */ |
1446 | #define ADC_JDR3_JDATA ADC_JDR3_JDATA_Msk /*!< ADC group injected sequencer rank 3 conversion data */ |
1432 | #define ADC_JDR3_JDATA ADC_JDR3_JDATA_Msk /*!< ADC group injected sequencer rank 3 conversion data */ |
1447 | 1433 | ||
1448 | /******************* Bit definition for ADC_JDR4 register *******************/ |
1434 | /******************* Bit definition for ADC_JDR4 register *******************/ |
1449 | #define ADC_JDR4_JDATA_Pos (0U) |
1435 | #define ADC_JDR4_JDATA_Pos (0U) |
1450 | #define ADC_JDR4_JDATA_Msk (0xFFFFU << ADC_JDR4_JDATA_Pos) /*!< 0x0000FFFF */ |
1436 | #define ADC_JDR4_JDATA_Msk (0xFFFFUL << ADC_JDR4_JDATA_Pos) /*!< 0x0000FFFF */ |
1451 | #define ADC_JDR4_JDATA ADC_JDR4_JDATA_Msk /*!< ADC group injected sequencer rank 4 conversion data */ |
1437 | #define ADC_JDR4_JDATA ADC_JDR4_JDATA_Msk /*!< ADC group injected sequencer rank 4 conversion data */ |
1452 | 1438 | ||
1453 | /******************** Bit definition for ADC_DR register ********************/ |
1439 | /******************** Bit definition for ADC_DR register ********************/ |
1454 | #define ADC_DR_DATA_Pos (0U) |
1440 | #define ADC_DR_DATA_Pos (0U) |
1455 | #define ADC_DR_DATA_Msk (0xFFFFU << ADC_DR_DATA_Pos) /*!< 0x0000FFFF */ |
1441 | #define ADC_DR_DATA_Msk (0xFFFFUL << ADC_DR_DATA_Pos) /*!< 0x0000FFFF */ |
1456 | #define ADC_DR_DATA ADC_DR_DATA_Msk /*!< ADC group regular conversion data */ |
1442 | #define ADC_DR_DATA ADC_DR_DATA_Msk /*!< ADC group regular conversion data */ |
1457 | 1443 | ||
1458 | /******************* Bit definition for ADC_CSR register ********************/ |
1444 | /******************* Bit definition for ADC_CSR register ********************/ |
1459 | #define ADC_CSR_AWD1_Pos (0U) |
1445 | #define ADC_CSR_AWD1_Pos (0U) |
1460 | #define ADC_CSR_AWD1_Msk (0x1U << ADC_CSR_AWD1_Pos) /*!< 0x00000001 */ |
1446 | #define ADC_CSR_AWD1_Msk (0x1UL << ADC_CSR_AWD1_Pos) /*!< 0x00000001 */ |
1461 | #define ADC_CSR_AWD1 ADC_CSR_AWD1_Msk /*!< ADC multimode master analog watchdog 1 flag */ |
1447 | #define ADC_CSR_AWD1 ADC_CSR_AWD1_Msk /*!< ADC multimode master analog watchdog 1 flag */ |
1462 | #define ADC_CSR_EOCS1_Pos (1U) |
1448 | #define ADC_CSR_EOCS1_Pos (1U) |
1463 | #define ADC_CSR_EOCS1_Msk (0x1U << ADC_CSR_EOCS1_Pos) /*!< 0x00000002 */ |
1449 | #define ADC_CSR_EOCS1_Msk (0x1UL << ADC_CSR_EOCS1_Pos) /*!< 0x00000002 */ |
1464 | #define ADC_CSR_EOCS1 ADC_CSR_EOCS1_Msk /*!< ADC multimode master group regular end of unitary conversion or end of sequence conversions flag */ |
1450 | #define ADC_CSR_EOCS1 ADC_CSR_EOCS1_Msk /*!< ADC multimode master group regular end of unitary conversion or end of sequence conversions flag */ |
1465 | #define ADC_CSR_JEOS1_Pos (2U) |
1451 | #define ADC_CSR_JEOS1_Pos (2U) |
1466 | #define ADC_CSR_JEOS1_Msk (0x1U << ADC_CSR_JEOS1_Pos) /*!< 0x00000004 */ |
1452 | #define ADC_CSR_JEOS1_Msk (0x1UL << ADC_CSR_JEOS1_Pos) /*!< 0x00000004 */ |
1467 | #define ADC_CSR_JEOS1 ADC_CSR_JEOS1_Msk /*!< ADC multimode master group injected end of sequence conversions flag */ |
1453 | #define ADC_CSR_JEOS1 ADC_CSR_JEOS1_Msk /*!< ADC multimode master group injected end of sequence conversions flag */ |
1468 | #define ADC_CSR_JSTRT1_Pos (3U) |
1454 | #define ADC_CSR_JSTRT1_Pos (3U) |
1469 | #define ADC_CSR_JSTRT1_Msk (0x1U << ADC_CSR_JSTRT1_Pos) /*!< 0x00000008 */ |
1455 | #define ADC_CSR_JSTRT1_Msk (0x1UL << ADC_CSR_JSTRT1_Pos) /*!< 0x00000008 */ |
1470 | #define ADC_CSR_JSTRT1 ADC_CSR_JSTRT1_Msk /*!< ADC multimode master group injected conversion start flag */ |
1456 | #define ADC_CSR_JSTRT1 ADC_CSR_JSTRT1_Msk /*!< ADC multimode master group injected conversion start flag */ |
1471 | #define ADC_CSR_STRT1_Pos (4U) |
1457 | #define ADC_CSR_STRT1_Pos (4U) |
1472 | #define ADC_CSR_STRT1_Msk (0x1U << ADC_CSR_STRT1_Pos) /*!< 0x00000010 */ |
1458 | #define ADC_CSR_STRT1_Msk (0x1UL << ADC_CSR_STRT1_Pos) /*!< 0x00000010 */ |
1473 | #define ADC_CSR_STRT1 ADC_CSR_STRT1_Msk /*!< ADC multimode master group regular conversion start flag */ |
1459 | #define ADC_CSR_STRT1 ADC_CSR_STRT1_Msk /*!< ADC multimode master group regular conversion start flag */ |
1474 | #define ADC_CSR_OVR1_Pos (5U) |
1460 | #define ADC_CSR_OVR1_Pos (5U) |
1475 | #define ADC_CSR_OVR1_Msk (0x1U << ADC_CSR_OVR1_Pos) /*!< 0x00000020 */ |
1461 | #define ADC_CSR_OVR1_Msk (0x1UL << ADC_CSR_OVR1_Pos) /*!< 0x00000020 */ |
1476 | #define ADC_CSR_OVR1 ADC_CSR_OVR1_Msk /*!< ADC multimode master group regular overrun flag */ |
1462 | #define ADC_CSR_OVR1 ADC_CSR_OVR1_Msk /*!< ADC multimode master group regular overrun flag */ |
1477 | #define ADC_CSR_ADONS1_Pos (6U) |
1463 | #define ADC_CSR_ADONS1_Pos (6U) |
1478 | #define ADC_CSR_ADONS1_Msk (0x1U << ADC_CSR_ADONS1_Pos) /*!< 0x00000040 */ |
1464 | #define ADC_CSR_ADONS1_Msk (0x1UL << ADC_CSR_ADONS1_Pos) /*!< 0x00000040 */ |
1479 | #define ADC_CSR_ADONS1 ADC_CSR_ADONS1_Msk /*!< ADC multimode master ready flag */ |
1465 | #define ADC_CSR_ADONS1 ADC_CSR_ADONS1_Msk /*!< ADC multimode master ready flag */ |
1480 | 1466 | ||
1481 | /* Legacy defines */ |
1467 | /* Legacy defines */ |
1482 | #define ADC_CSR_EOC1 (ADC_CSR_EOCS1) |
1468 | #define ADC_CSR_EOC1 (ADC_CSR_EOCS1) |
1483 | #define ADC_CSR_JEOC1 (ADC_CSR_JEOS1) |
1469 | #define ADC_CSR_JEOC1 (ADC_CSR_JEOS1) |
1484 | 1470 | ||
1485 | /******************* Bit definition for ADC_CCR register ********************/ |
1471 | /******************* Bit definition for ADC_CCR register ********************/ |
1486 | #define ADC_CCR_ADCPRE_Pos (16U) |
1472 | #define ADC_CCR_ADCPRE_Pos (16U) |
1487 | #define ADC_CCR_ADCPRE_Msk (0x3U << ADC_CCR_ADCPRE_Pos) /*!< 0x00030000 */ |
1473 | #define ADC_CCR_ADCPRE_Msk (0x3UL << ADC_CCR_ADCPRE_Pos) /*!< 0x00030000 */ |
1488 | #define ADC_CCR_ADCPRE ADC_CCR_ADCPRE_Msk /*!< ADC clock source asynchronous prescaler */ |
1474 | #define ADC_CCR_ADCPRE ADC_CCR_ADCPRE_Msk /*!< ADC clock source asynchronous prescaler */ |
1489 | #define ADC_CCR_ADCPRE_0 (0x1U << ADC_CCR_ADCPRE_Pos) /*!< 0x00010000 */ |
1475 | #define ADC_CCR_ADCPRE_0 (0x1UL << ADC_CCR_ADCPRE_Pos) /*!< 0x00010000 */ |
1490 | #define ADC_CCR_ADCPRE_1 (0x2U << ADC_CCR_ADCPRE_Pos) /*!< 0x00020000 */ |
1476 | #define ADC_CCR_ADCPRE_1 (0x2UL << ADC_CCR_ADCPRE_Pos) /*!< 0x00020000 */ |
1491 | #define ADC_CCR_TSVREFE_Pos (23U) |
1477 | #define ADC_CCR_TSVREFE_Pos (23U) |
1492 | #define ADC_CCR_TSVREFE_Msk (0x1U << ADC_CCR_TSVREFE_Pos) /*!< 0x00800000 */ |
1478 | #define ADC_CCR_TSVREFE_Msk (0x1UL << ADC_CCR_TSVREFE_Pos) /*!< 0x00800000 */ |
1493 | #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!< ADC internal path to VrefInt and temperature sensor enable */ |
1479 | #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!< ADC internal path to VrefInt and temperature sensor enable */ |
1494 | 1480 | ||
1495 | /******************************************************************************/ |
1481 | /******************************************************************************/ |
1496 | /* */ |
1482 | /* */ |
1497 | /* Analog Comparators (COMP) */ |
1483 | /* Analog Comparators (COMP) */ |
Line 1502... | Line 1488... | ||
1502 | #define COMP_CSR_10KPU (0x00000001U) /*!< Comparator 1 input plus 10K pull-up resistor */ |
1488 | #define COMP_CSR_10KPU (0x00000001U) /*!< Comparator 1 input plus 10K pull-up resistor */ |
1503 | #define COMP_CSR_400KPU (0x00000002U) /*!< Comparator 1 input plus 400K pull-up resistor */ |
1489 | #define COMP_CSR_400KPU (0x00000002U) /*!< Comparator 1 input plus 400K pull-up resistor */ |
1504 | #define COMP_CSR_10KPD (0x00000004U) /*!< Comparator 1 input plus 10K pull-down resistor */ |
1490 | #define COMP_CSR_10KPD (0x00000004U) /*!< Comparator 1 input plus 10K pull-down resistor */ |
1505 | #define COMP_CSR_400KPD (0x00000008U) /*!< Comparator 1 input plus 400K pull-down resistor */ |
1491 | #define COMP_CSR_400KPD (0x00000008U) /*!< Comparator 1 input plus 400K pull-down resistor */ |
1506 | #define COMP_CSR_CMP1EN_Pos (4U) |
1492 | #define COMP_CSR_CMP1EN_Pos (4U) |
1507 | #define COMP_CSR_CMP1EN_Msk (0x1U << COMP_CSR_CMP1EN_Pos) /*!< 0x00000010 */ |
1493 | #define COMP_CSR_CMP1EN_Msk (0x1UL << COMP_CSR_CMP1EN_Pos) /*!< 0x00000010 */ |
1508 | #define COMP_CSR_CMP1EN COMP_CSR_CMP1EN_Msk /*!< Comparator 1 enable */ |
1494 | #define COMP_CSR_CMP1EN COMP_CSR_CMP1EN_Msk /*!< Comparator 1 enable */ |
1509 | #define COMP_CSR_CMP1OUT_Pos (7U) |
1495 | #define COMP_CSR_CMP1OUT_Pos (7U) |
1510 | #define COMP_CSR_CMP1OUT_Msk (0x1U << COMP_CSR_CMP1OUT_Pos) /*!< 0x00000080 */ |
1496 | #define COMP_CSR_CMP1OUT_Msk (0x1UL << COMP_CSR_CMP1OUT_Pos) /*!< 0x00000080 */ |
1511 | #define COMP_CSR_CMP1OUT COMP_CSR_CMP1OUT_Msk /*!< Comparator 1 output level */ |
1497 | #define COMP_CSR_CMP1OUT COMP_CSR_CMP1OUT_Msk /*!< Comparator 1 output level */ |
1512 | #define COMP_CSR_SPEED_Pos (12U) |
1498 | #define COMP_CSR_SPEED_Pos (12U) |
1513 | #define COMP_CSR_SPEED_Msk (0x1U << COMP_CSR_SPEED_Pos) /*!< 0x00001000 */ |
1499 | #define COMP_CSR_SPEED_Msk (0x1UL << COMP_CSR_SPEED_Pos) /*!< 0x00001000 */ |
1514 | #define COMP_CSR_SPEED COMP_CSR_SPEED_Msk /*!< Comparator 2 power mode */ |
1500 | #define COMP_CSR_SPEED COMP_CSR_SPEED_Msk /*!< Comparator 2 power mode */ |
1515 | #define COMP_CSR_CMP2OUT_Pos (13U) |
1501 | #define COMP_CSR_CMP2OUT_Pos (13U) |
1516 | #define COMP_CSR_CMP2OUT_Msk (0x1U << COMP_CSR_CMP2OUT_Pos) /*!< 0x00002000 */ |
1502 | #define COMP_CSR_CMP2OUT_Msk (0x1UL << COMP_CSR_CMP2OUT_Pos) /*!< 0x00002000 */ |
1517 | #define COMP_CSR_CMP2OUT COMP_CSR_CMP2OUT_Msk /*!< Comparator 2 output level */ |
1503 | #define COMP_CSR_CMP2OUT COMP_CSR_CMP2OUT_Msk /*!< Comparator 2 output level */ |
1518 | 1504 | ||
1519 | #define COMP_CSR_WNDWE_Pos (17U) |
1505 | #define COMP_CSR_WNDWE_Pos (17U) |
1520 | #define COMP_CSR_WNDWE_Msk (0x1U << COMP_CSR_WNDWE_Pos) /*!< 0x00020000 */ |
1506 | #define COMP_CSR_WNDWE_Msk (0x1UL << COMP_CSR_WNDWE_Pos) /*!< 0x00020000 */ |
1521 | #define COMP_CSR_WNDWE COMP_CSR_WNDWE_Msk /*!< Pair of comparators window mode. Bit intended to be used with COMP common instance (COMP_Common_TypeDef) */ |
1507 | #define COMP_CSR_WNDWE COMP_CSR_WNDWE_Msk /*!< Pair of comparators window mode. Bit intended to be used with COMP common instance (COMP_Common_TypeDef) */ |
1522 | 1508 | ||
1523 | #define COMP_CSR_INSEL_Pos (18U) |
1509 | #define COMP_CSR_INSEL_Pos (18U) |
1524 | #define COMP_CSR_INSEL_Msk (0x7U << COMP_CSR_INSEL_Pos) /*!< 0x001C0000 */ |
1510 | #define COMP_CSR_INSEL_Msk (0x7UL << COMP_CSR_INSEL_Pos) /*!< 0x001C0000 */ |
1525 | #define COMP_CSR_INSEL COMP_CSR_INSEL_Msk /*!< Comparator 2 input minus selection */ |
1511 | #define COMP_CSR_INSEL COMP_CSR_INSEL_Msk /*!< Comparator 2 input minus selection */ |
1526 | #define COMP_CSR_INSEL_0 (0x1U << COMP_CSR_INSEL_Pos) /*!< 0x00040000 */ |
1512 | #define COMP_CSR_INSEL_0 (0x1UL << COMP_CSR_INSEL_Pos) /*!< 0x00040000 */ |
1527 | #define COMP_CSR_INSEL_1 (0x2U << COMP_CSR_INSEL_Pos) /*!< 0x00080000 */ |
1513 | #define COMP_CSR_INSEL_1 (0x2UL << COMP_CSR_INSEL_Pos) /*!< 0x00080000 */ |
1528 | #define COMP_CSR_INSEL_2 (0x4U << COMP_CSR_INSEL_Pos) /*!< 0x00100000 */ |
1514 | #define COMP_CSR_INSEL_2 (0x4UL << COMP_CSR_INSEL_Pos) /*!< 0x00100000 */ |
1529 | #define COMP_CSR_OUTSEL_Pos (21U) |
1515 | #define COMP_CSR_OUTSEL_Pos (21U) |
1530 | #define COMP_CSR_OUTSEL_Msk (0x7U << COMP_CSR_OUTSEL_Pos) /*!< 0x00E00000 */ |
1516 | #define COMP_CSR_OUTSEL_Msk (0x7UL << COMP_CSR_OUTSEL_Pos) /*!< 0x00E00000 */ |
1531 | #define COMP_CSR_OUTSEL COMP_CSR_OUTSEL_Msk /*!< Comparator 2 output redirection */ |
1517 | #define COMP_CSR_OUTSEL COMP_CSR_OUTSEL_Msk /*!< Comparator 2 output redirection */ |
1532 | #define COMP_CSR_OUTSEL_0 (0x1U << COMP_CSR_OUTSEL_Pos) /*!< 0x00200000 */ |
1518 | #define COMP_CSR_OUTSEL_0 (0x1UL << COMP_CSR_OUTSEL_Pos) /*!< 0x00200000 */ |
1533 | #define COMP_CSR_OUTSEL_1 (0x2U << COMP_CSR_OUTSEL_Pos) /*!< 0x00400000 */ |
1519 | #define COMP_CSR_OUTSEL_1 (0x2UL << COMP_CSR_OUTSEL_Pos) /*!< 0x00400000 */ |
1534 | #define COMP_CSR_OUTSEL_2 (0x4U << COMP_CSR_OUTSEL_Pos) /*!< 0x00800000 */ |
1520 | #define COMP_CSR_OUTSEL_2 (0x4UL << COMP_CSR_OUTSEL_Pos) /*!< 0x00800000 */ |
1535 | 1521 | ||
1536 | /* Bits present in COMP register but not related to comparator */ |
1522 | /* Bits present in COMP register but not related to comparator */ |
1537 | /* (or partially related to comparator, in addition to other peripherals) */ |
1523 | /* (or partially related to comparator, in addition to other peripherals) */ |
1538 | #define COMP_CSR_VREFOUTEN_Pos (16U) |
1524 | #define COMP_CSR_VREFOUTEN_Pos (16U) |
1539 | #define COMP_CSR_VREFOUTEN_Msk (0x1U << COMP_CSR_VREFOUTEN_Pos) /*!< 0x00010000 */ |
1525 | #define COMP_CSR_VREFOUTEN_Msk (0x1UL << COMP_CSR_VREFOUTEN_Pos) /*!< 0x00010000 */ |
1540 | #define COMP_CSR_VREFOUTEN COMP_CSR_VREFOUTEN_Msk /*!< VrefInt output enable on GPIO group 3 */ |
1526 | #define COMP_CSR_VREFOUTEN COMP_CSR_VREFOUTEN_Msk /*!< VrefInt output enable on GPIO group 3 */ |
1541 | 1527 | ||
1542 | /******************************************************************************/ |
1528 | /******************************************************************************/ |
1543 | /* */ |
1529 | /* */ |
1544 | /* CRC calculation unit (CRC) */ |
1530 | /* CRC calculation unit (CRC) */ |
1545 | /* */ |
1531 | /* */ |
1546 | /******************************************************************************/ |
1532 | /******************************************************************************/ |
1547 | 1533 | ||
1548 | /******************* Bit definition for CRC_DR register *********************/ |
1534 | /******************* Bit definition for CRC_DR register *********************/ |
1549 | #define CRC_DR_DR_Pos (0U) |
1535 | #define CRC_DR_DR_Pos (0U) |
1550 | #define CRC_DR_DR_Msk (0xFFFFFFFFU << CRC_DR_DR_Pos) /*!< 0xFFFFFFFF */ |
1536 | #define CRC_DR_DR_Msk (0xFFFFFFFFUL << CRC_DR_DR_Pos) /*!< 0xFFFFFFFF */ |
1551 | #define CRC_DR_DR CRC_DR_DR_Msk /*!< Data register bits */ |
1537 | #define CRC_DR_DR CRC_DR_DR_Msk /*!< Data register bits */ |
1552 | 1538 | ||
1553 | /******************* Bit definition for CRC_IDR register ********************/ |
1539 | /******************* Bit definition for CRC_IDR register ********************/ |
1554 | #define CRC_IDR_IDR_Pos (0U) |
1540 | #define CRC_IDR_IDR_Pos (0U) |
1555 | #define CRC_IDR_IDR_Msk (0xFFU << CRC_IDR_IDR_Pos) /*!< 0x000000FF */ |
1541 | #define CRC_IDR_IDR_Msk (0xFFUL << CRC_IDR_IDR_Pos) /*!< 0x000000FF */ |
1556 | #define CRC_IDR_IDR CRC_IDR_IDR_Msk /*!< General-purpose 8-bit data register bits */ |
1542 | #define CRC_IDR_IDR CRC_IDR_IDR_Msk /*!< General-purpose 8-bit data register bits */ |
1557 | 1543 | ||
1558 | /******************** Bit definition for CRC_CR register ********************/ |
1544 | /******************** Bit definition for CRC_CR register ********************/ |
1559 | #define CRC_CR_RESET_Pos (0U) |
1545 | #define CRC_CR_RESET_Pos (0U) |
1560 | #define CRC_CR_RESET_Msk (0x1U << CRC_CR_RESET_Pos) /*!< 0x00000001 */ |
1546 | #define CRC_CR_RESET_Msk (0x1UL << CRC_CR_RESET_Pos) /*!< 0x00000001 */ |
1561 | #define CRC_CR_RESET CRC_CR_RESET_Msk /*!< RESET bit */ |
1547 | #define CRC_CR_RESET CRC_CR_RESET_Msk /*!< RESET bit */ |
1562 | 1548 | ||
1563 | /******************************************************************************/ |
1549 | /******************************************************************************/ |
1564 | /* */ |
1550 | /* */ |
1565 | /* Digital to Analog Converter (DAC) */ |
1551 | /* Digital to Analog Converter (DAC) */ |
1566 | /* */ |
1552 | /* */ |
1567 | /******************************************************************************/ |
1553 | /******************************************************************************/ |
1568 | 1554 | ||
1569 | /******************** Bit definition for DAC_CR register ********************/ |
1555 | /******************** Bit definition for DAC_CR register ********************/ |
1570 | #define DAC_CR_EN1_Pos (0U) |
1556 | #define DAC_CR_EN1_Pos (0U) |
1571 | #define DAC_CR_EN1_Msk (0x1U << DAC_CR_EN1_Pos) /*!< 0x00000001 */ |
1557 | #define DAC_CR_EN1_Msk (0x1UL << DAC_CR_EN1_Pos) /*!< 0x00000001 */ |
1572 | #define DAC_CR_EN1 DAC_CR_EN1_Msk /*!<DAC channel1 enable */ |
1558 | #define DAC_CR_EN1 DAC_CR_EN1_Msk /*!<DAC channel1 enable */ |
1573 | #define DAC_CR_BOFF1_Pos (1U) |
1559 | #define DAC_CR_BOFF1_Pos (1U) |
1574 | #define DAC_CR_BOFF1_Msk (0x1U << DAC_CR_BOFF1_Pos) /*!< 0x00000002 */ |
1560 | #define DAC_CR_BOFF1_Msk (0x1UL << DAC_CR_BOFF1_Pos) /*!< 0x00000002 */ |
1575 | #define DAC_CR_BOFF1 DAC_CR_BOFF1_Msk /*!<DAC channel1 output buffer disable */ |
1561 | #define DAC_CR_BOFF1 DAC_CR_BOFF1_Msk /*!<DAC channel1 output buffer disable */ |
1576 | #define DAC_CR_TEN1_Pos (2U) |
1562 | #define DAC_CR_TEN1_Pos (2U) |
1577 | #define DAC_CR_TEN1_Msk (0x1U << DAC_CR_TEN1_Pos) /*!< 0x00000004 */ |
1563 | #define DAC_CR_TEN1_Msk (0x1UL << DAC_CR_TEN1_Pos) /*!< 0x00000004 */ |
1578 | #define DAC_CR_TEN1 DAC_CR_TEN1_Msk /*!<DAC channel1 Trigger enable */ |
1564 | #define DAC_CR_TEN1 DAC_CR_TEN1_Msk /*!<DAC channel1 Trigger enable */ |
1579 | 1565 | ||
1580 | #define DAC_CR_TSEL1_Pos (3U) |
1566 | #define DAC_CR_TSEL1_Pos (3U) |
1581 | #define DAC_CR_TSEL1_Msk (0x7U << DAC_CR_TSEL1_Pos) /*!< 0x00000038 */ |
1567 | #define DAC_CR_TSEL1_Msk (0x7UL << DAC_CR_TSEL1_Pos) /*!< 0x00000038 */ |
1582 | #define DAC_CR_TSEL1 DAC_CR_TSEL1_Msk /*!<TSEL1[2:0] (DAC channel1 Trigger selection) */ |
1568 | #define DAC_CR_TSEL1 DAC_CR_TSEL1_Msk /*!<TSEL1[2:0] (DAC channel1 Trigger selection) */ |
1583 | #define DAC_CR_TSEL1_0 (0x1U << DAC_CR_TSEL1_Pos) /*!< 0x00000008 */ |
1569 | #define DAC_CR_TSEL1_0 (0x1UL << DAC_CR_TSEL1_Pos) /*!< 0x00000008 */ |
1584 | #define DAC_CR_TSEL1_1 (0x2U << DAC_CR_TSEL1_Pos) /*!< 0x00000010 */ |
1570 | #define DAC_CR_TSEL1_1 (0x2UL << DAC_CR_TSEL1_Pos) /*!< 0x00000010 */ |
1585 | #define DAC_CR_TSEL1_2 (0x4U << DAC_CR_TSEL1_Pos) /*!< 0x00000020 */ |
1571 | #define DAC_CR_TSEL1_2 (0x4UL << DAC_CR_TSEL1_Pos) /*!< 0x00000020 */ |
1586 | 1572 | ||
1587 | #define DAC_CR_WAVE1_Pos (6U) |
1573 | #define DAC_CR_WAVE1_Pos (6U) |
1588 | #define DAC_CR_WAVE1_Msk (0x3U << DAC_CR_WAVE1_Pos) /*!< 0x000000C0 */ |
1574 | #define DAC_CR_WAVE1_Msk (0x3UL << DAC_CR_WAVE1_Pos) /*!< 0x000000C0 */ |
1589 | #define DAC_CR_WAVE1 DAC_CR_WAVE1_Msk /*!<WAVE1[1:0] (DAC channel1 noise/triangle wave generation enable) */ |
1575 | #define DAC_CR_WAVE1 DAC_CR_WAVE1_Msk /*!<WAVE1[1:0] (DAC channel1 noise/triangle wave generation enable) */ |
1590 | #define DAC_CR_WAVE1_0 (0x1U << DAC_CR_WAVE1_Pos) /*!< 0x00000040 */ |
1576 | #define DAC_CR_WAVE1_0 (0x1UL << DAC_CR_WAVE1_Pos) /*!< 0x00000040 */ |
1591 | #define DAC_CR_WAVE1_1 (0x2U << DAC_CR_WAVE1_Pos) /*!< 0x00000080 */ |
1577 | #define DAC_CR_WAVE1_1 (0x2UL << DAC_CR_WAVE1_Pos) /*!< 0x00000080 */ |
1592 | 1578 | ||
1593 | #define DAC_CR_MAMP1_Pos (8U) |
1579 | #define DAC_CR_MAMP1_Pos (8U) |
1594 | #define DAC_CR_MAMP1_Msk (0xFU << DAC_CR_MAMP1_Pos) /*!< 0x00000F00 */ |
1580 | #define DAC_CR_MAMP1_Msk (0xFUL << DAC_CR_MAMP1_Pos) /*!< 0x00000F00 */ |
1595 | #define DAC_CR_MAMP1 DAC_CR_MAMP1_Msk /*!<MAMP1[3:0] (DAC channel1 Mask/Amplitude selector) */ |
1581 | #define DAC_CR_MAMP1 DAC_CR_MAMP1_Msk /*!<MAMP1[3:0] (DAC channel1 Mask/Amplitude selector) */ |
1596 | #define DAC_CR_MAMP1_0 (0x1U << DAC_CR_MAMP1_Pos) /*!< 0x00000100 */ |
1582 | #define DAC_CR_MAMP1_0 (0x1UL << DAC_CR_MAMP1_Pos) /*!< 0x00000100 */ |
1597 | #define DAC_CR_MAMP1_1 (0x2U << DAC_CR_MAMP1_Pos) /*!< 0x00000200 */ |
1583 | #define DAC_CR_MAMP1_1 (0x2UL << DAC_CR_MAMP1_Pos) /*!< 0x00000200 */ |
1598 | #define DAC_CR_MAMP1_2 (0x4U << DAC_CR_MAMP1_Pos) /*!< 0x00000400 */ |
1584 | #define DAC_CR_MAMP1_2 (0x4UL << DAC_CR_MAMP1_Pos) /*!< 0x00000400 */ |
1599 | #define DAC_CR_MAMP1_3 (0x8U << DAC_CR_MAMP1_Pos) /*!< 0x00000800 */ |
1585 | #define DAC_CR_MAMP1_3 (0x8UL << DAC_CR_MAMP1_Pos) /*!< 0x00000800 */ |
1600 | 1586 | ||
1601 | #define DAC_CR_DMAEN1_Pos (12U) |
1587 | #define DAC_CR_DMAEN1_Pos (12U) |
1602 | #define DAC_CR_DMAEN1_Msk (0x1U << DAC_CR_DMAEN1_Pos) /*!< 0x00001000 */ |
1588 | #define DAC_CR_DMAEN1_Msk (0x1UL << DAC_CR_DMAEN1_Pos) /*!< 0x00001000 */ |
1603 | #define DAC_CR_DMAEN1 DAC_CR_DMAEN1_Msk /*!<DAC channel1 DMA enable */ |
1589 | #define DAC_CR_DMAEN1 DAC_CR_DMAEN1_Msk /*!<DAC channel1 DMA enable */ |
1604 | #define DAC_CR_DMAUDRIE1_Pos (13U) |
1590 | #define DAC_CR_DMAUDRIE1_Pos (13U) |
1605 | #define DAC_CR_DMAUDRIE1_Msk (0x1U << DAC_CR_DMAUDRIE1_Pos) /*!< 0x00002000 */ |
1591 | #define DAC_CR_DMAUDRIE1_Msk (0x1UL << DAC_CR_DMAUDRIE1_Pos) /*!< 0x00002000 */ |
1606 | #define DAC_CR_DMAUDRIE1 DAC_CR_DMAUDRIE1_Msk /*!<DAC channel1 DMA Interrupt enable */ |
1592 | #define DAC_CR_DMAUDRIE1 DAC_CR_DMAUDRIE1_Msk /*!<DAC channel1 DMA Interrupt enable */ |
1607 | #define DAC_CR_EN2_Pos (16U) |
1593 | #define DAC_CR_EN2_Pos (16U) |
1608 | #define DAC_CR_EN2_Msk (0x1U << DAC_CR_EN2_Pos) /*!< 0x00010000 */ |
1594 | #define DAC_CR_EN2_Msk (0x1UL << DAC_CR_EN2_Pos) /*!< 0x00010000 */ |
1609 | #define DAC_CR_EN2 DAC_CR_EN2_Msk /*!<DAC channel2 enable */ |
1595 | #define DAC_CR_EN2 DAC_CR_EN2_Msk /*!<DAC channel2 enable */ |
1610 | #define DAC_CR_BOFF2_Pos (17U) |
1596 | #define DAC_CR_BOFF2_Pos (17U) |
1611 | #define DAC_CR_BOFF2_Msk (0x1U << DAC_CR_BOFF2_Pos) /*!< 0x00020000 */ |
1597 | #define DAC_CR_BOFF2_Msk (0x1UL << DAC_CR_BOFF2_Pos) /*!< 0x00020000 */ |
1612 | #define DAC_CR_BOFF2 DAC_CR_BOFF2_Msk /*!<DAC channel2 output buffer disable */ |
1598 | #define DAC_CR_BOFF2 DAC_CR_BOFF2_Msk /*!<DAC channel2 output buffer disable */ |
1613 | #define DAC_CR_TEN2_Pos (18U) |
1599 | #define DAC_CR_TEN2_Pos (18U) |
1614 | #define DAC_CR_TEN2_Msk (0x1U << DAC_CR_TEN2_Pos) /*!< 0x00040000 */ |
1600 | #define DAC_CR_TEN2_Msk (0x1UL << DAC_CR_TEN2_Pos) /*!< 0x00040000 */ |
1615 | #define DAC_CR_TEN2 DAC_CR_TEN2_Msk /*!<DAC channel2 Trigger enable */ |
1601 | #define DAC_CR_TEN2 DAC_CR_TEN2_Msk /*!<DAC channel2 Trigger enable */ |
1616 | 1602 | ||
1617 | #define DAC_CR_TSEL2_Pos (19U) |
1603 | #define DAC_CR_TSEL2_Pos (19U) |
1618 | #define DAC_CR_TSEL2_Msk (0x7U << DAC_CR_TSEL2_Pos) /*!< 0x00380000 */ |
1604 | #define DAC_CR_TSEL2_Msk (0x7UL << DAC_CR_TSEL2_Pos) /*!< 0x00380000 */ |
1619 | #define DAC_CR_TSEL2 DAC_CR_TSEL2_Msk /*!<TSEL2[2:0] (DAC channel2 Trigger selection) */ |
1605 | #define DAC_CR_TSEL2 DAC_CR_TSEL2_Msk /*!<TSEL2[2:0] (DAC channel2 Trigger selection) */ |
1620 | #define DAC_CR_TSEL2_0 (0x1U << DAC_CR_TSEL2_Pos) /*!< 0x00080000 */ |
1606 | #define DAC_CR_TSEL2_0 (0x1UL << DAC_CR_TSEL2_Pos) /*!< 0x00080000 */ |
1621 | #define DAC_CR_TSEL2_1 (0x2U << DAC_CR_TSEL2_Pos) /*!< 0x00100000 */ |
1607 | #define DAC_CR_TSEL2_1 (0x2UL << DAC_CR_TSEL2_Pos) /*!< 0x00100000 */ |
1622 | #define DAC_CR_TSEL2_2 (0x4U << DAC_CR_TSEL2_Pos) /*!< 0x00200000 */ |
1608 | #define DAC_CR_TSEL2_2 (0x4UL << DAC_CR_TSEL2_Pos) /*!< 0x00200000 */ |
1623 | 1609 | ||
1624 | #define DAC_CR_WAVE2_Pos (22U) |
1610 | #define DAC_CR_WAVE2_Pos (22U) |
1625 | #define DAC_CR_WAVE2_Msk (0x3U << DAC_CR_WAVE2_Pos) /*!< 0x00C00000 */ |
1611 | #define DAC_CR_WAVE2_Msk (0x3UL << DAC_CR_WAVE2_Pos) /*!< 0x00C00000 */ |
1626 | #define DAC_CR_WAVE2 DAC_CR_WAVE2_Msk /*!<WAVE2[1:0] (DAC channel2 noise/triangle wave generation enable) */ |
1612 | #define DAC_CR_WAVE2 DAC_CR_WAVE2_Msk /*!<WAVE2[1:0] (DAC channel2 noise/triangle wave generation enable) */ |
1627 | #define DAC_CR_WAVE2_0 (0x1U << DAC_CR_WAVE2_Pos) /*!< 0x00400000 */ |
1613 | #define DAC_CR_WAVE2_0 (0x1UL << DAC_CR_WAVE2_Pos) /*!< 0x00400000 */ |
1628 | #define DAC_CR_WAVE2_1 (0x2U << DAC_CR_WAVE2_Pos) /*!< 0x00800000 */ |
1614 | #define DAC_CR_WAVE2_1 (0x2UL << DAC_CR_WAVE2_Pos) /*!< 0x00800000 */ |
1629 | 1615 | ||
1630 | #define DAC_CR_MAMP2_Pos (24U) |
1616 | #define DAC_CR_MAMP2_Pos (24U) |
1631 | #define DAC_CR_MAMP2_Msk (0xFU << DAC_CR_MAMP2_Pos) /*!< 0x0F000000 */ |
1617 | #define DAC_CR_MAMP2_Msk (0xFUL << DAC_CR_MAMP2_Pos) /*!< 0x0F000000 */ |
1632 | #define DAC_CR_MAMP2 DAC_CR_MAMP2_Msk /*!<MAMP2[3:0] (DAC channel2 Mask/Amplitude selector) */ |
1618 | #define DAC_CR_MAMP2 DAC_CR_MAMP2_Msk /*!<MAMP2[3:0] (DAC channel2 Mask/Amplitude selector) */ |
1633 | #define DAC_CR_MAMP2_0 (0x1U << DAC_CR_MAMP2_Pos) /*!< 0x01000000 */ |
1619 | #define DAC_CR_MAMP2_0 (0x1UL << DAC_CR_MAMP2_Pos) /*!< 0x01000000 */ |
1634 | #define DAC_CR_MAMP2_1 (0x2U << DAC_CR_MAMP2_Pos) /*!< 0x02000000 */ |
1620 | #define DAC_CR_MAMP2_1 (0x2UL << DAC_CR_MAMP2_Pos) /*!< 0x02000000 */ |
1635 | #define DAC_CR_MAMP2_2 (0x4U << DAC_CR_MAMP2_Pos) /*!< 0x04000000 */ |
1621 | #define DAC_CR_MAMP2_2 (0x4UL << DAC_CR_MAMP2_Pos) /*!< 0x04000000 */ |
1636 | #define DAC_CR_MAMP2_3 (0x8U << DAC_CR_MAMP2_Pos) /*!< 0x08000000 */ |
1622 | #define DAC_CR_MAMP2_3 (0x8UL << DAC_CR_MAMP2_Pos) /*!< 0x08000000 */ |
1637 | 1623 | ||
1638 | #define DAC_CR_DMAEN2_Pos (28U) |
1624 | #define DAC_CR_DMAEN2_Pos (28U) |
1639 | #define DAC_CR_DMAEN2_Msk (0x1U << DAC_CR_DMAEN2_Pos) /*!< 0x10000000 */ |
1625 | #define DAC_CR_DMAEN2_Msk (0x1UL << DAC_CR_DMAEN2_Pos) /*!< 0x10000000 */ |
1640 | #define DAC_CR_DMAEN2 DAC_CR_DMAEN2_Msk /*!<DAC channel2 DMA enabled */ |
1626 | #define DAC_CR_DMAEN2 DAC_CR_DMAEN2_Msk /*!<DAC channel2 DMA enabled */ |
1641 | #define DAC_CR_DMAUDRIE2_Pos (29U) |
1627 | #define DAC_CR_DMAUDRIE2_Pos (29U) |
1642 | #define DAC_CR_DMAUDRIE2_Msk (0x1U << DAC_CR_DMAUDRIE2_Pos) /*!< 0x20000000 */ |
1628 | #define DAC_CR_DMAUDRIE2_Msk (0x1UL << DAC_CR_DMAUDRIE2_Pos) /*!< 0x20000000 */ |
1643 | #define DAC_CR_DMAUDRIE2 DAC_CR_DMAUDRIE2_Msk /*!<DAC channel2 DMA underrun interrupt enable */ |
1629 | #define DAC_CR_DMAUDRIE2 DAC_CR_DMAUDRIE2_Msk /*!<DAC channel2 DMA underrun interrupt enable */ |
1644 | /***************** Bit definition for DAC_SWTRIGR register ******************/ |
1630 | /***************** Bit definition for DAC_SWTRIGR register ******************/ |
1645 | #define DAC_SWTRIGR_SWTRIG1_Pos (0U) |
1631 | #define DAC_SWTRIGR_SWTRIG1_Pos (0U) |
1646 | #define DAC_SWTRIGR_SWTRIG1_Msk (0x1U << DAC_SWTRIGR_SWTRIG1_Pos) /*!< 0x00000001 */ |
1632 | #define DAC_SWTRIGR_SWTRIG1_Msk (0x1UL << DAC_SWTRIGR_SWTRIG1_Pos) /*!< 0x00000001 */ |
1647 | #define DAC_SWTRIGR_SWTRIG1 DAC_SWTRIGR_SWTRIG1_Msk /*!<DAC channel1 software trigger */ |
1633 | #define DAC_SWTRIGR_SWTRIG1 DAC_SWTRIGR_SWTRIG1_Msk /*!<DAC channel1 software trigger */ |
1648 | #define DAC_SWTRIGR_SWTRIG2_Pos (1U) |
1634 | #define DAC_SWTRIGR_SWTRIG2_Pos (1U) |
1649 | #define DAC_SWTRIGR_SWTRIG2_Msk (0x1U << DAC_SWTRIGR_SWTRIG2_Pos) /*!< 0x00000002 */ |
1635 | #define DAC_SWTRIGR_SWTRIG2_Msk (0x1UL << DAC_SWTRIGR_SWTRIG2_Pos) /*!< 0x00000002 */ |
1650 | #define DAC_SWTRIGR_SWTRIG2 DAC_SWTRIGR_SWTRIG2_Msk /*!<DAC channel2 software trigger */ |
1636 | #define DAC_SWTRIGR_SWTRIG2 DAC_SWTRIGR_SWTRIG2_Msk /*!<DAC channel2 software trigger */ |
1651 | 1637 | ||
1652 | /***************** Bit definition for DAC_DHR12R1 register ******************/ |
1638 | /***************** Bit definition for DAC_DHR12R1 register ******************/ |
1653 | #define DAC_DHR12R1_DACC1DHR_Pos (0U) |
1639 | #define DAC_DHR12R1_DACC1DHR_Pos (0U) |
1654 | #define DAC_DHR12R1_DACC1DHR_Msk (0xFFFU << DAC_DHR12R1_DACC1DHR_Pos) /*!< 0x00000FFF */ |
1640 | #define DAC_DHR12R1_DACC1DHR_Msk (0xFFFUL << DAC_DHR12R1_DACC1DHR_Pos) /*!< 0x00000FFF */ |
1655 | #define DAC_DHR12R1_DACC1DHR DAC_DHR12R1_DACC1DHR_Msk /*!<DAC channel1 12-bit Right aligned data */ |
1641 | #define DAC_DHR12R1_DACC1DHR DAC_DHR12R1_DACC1DHR_Msk /*!<DAC channel1 12-bit Right aligned data */ |
1656 | 1642 | ||
1657 | /***************** Bit definition for DAC_DHR12L1 register ******************/ |
1643 | /***************** Bit definition for DAC_DHR12L1 register ******************/ |
1658 | #define DAC_DHR12L1_DACC1DHR_Pos (4U) |
1644 | #define DAC_DHR12L1_DACC1DHR_Pos (4U) |
1659 | #define DAC_DHR12L1_DACC1DHR_Msk (0xFFFU << DAC_DHR12L1_DACC1DHR_Pos) /*!< 0x0000FFF0 */ |
1645 | #define DAC_DHR12L1_DACC1DHR_Msk (0xFFFUL << DAC_DHR12L1_DACC1DHR_Pos) /*!< 0x0000FFF0 */ |
1660 | #define DAC_DHR12L1_DACC1DHR DAC_DHR12L1_DACC1DHR_Msk /*!<DAC channel1 12-bit Left aligned data */ |
1646 | #define DAC_DHR12L1_DACC1DHR DAC_DHR12L1_DACC1DHR_Msk /*!<DAC channel1 12-bit Left aligned data */ |
1661 | 1647 | ||
1662 | /****************** Bit definition for DAC_DHR8R1 register ******************/ |
1648 | /****************** Bit definition for DAC_DHR8R1 register ******************/ |
1663 | #define DAC_DHR8R1_DACC1DHR_Pos (0U) |
1649 | #define DAC_DHR8R1_DACC1DHR_Pos (0U) |
1664 | #define DAC_DHR8R1_DACC1DHR_Msk (0xFFU << DAC_DHR8R1_DACC1DHR_Pos) /*!< 0x000000FF */ |
1650 | #define DAC_DHR8R1_DACC1DHR_Msk (0xFFUL << DAC_DHR8R1_DACC1DHR_Pos) /*!< 0x000000FF */ |
1665 | #define DAC_DHR8R1_DACC1DHR DAC_DHR8R1_DACC1DHR_Msk /*!<DAC channel1 8-bit Right aligned data */ |
1651 | #define DAC_DHR8R1_DACC1DHR DAC_DHR8R1_DACC1DHR_Msk /*!<DAC channel1 8-bit Right aligned data */ |
1666 | 1652 | ||
1667 | /***************** Bit definition for DAC_DHR12R2 register ******************/ |
1653 | /***************** Bit definition for DAC_DHR12R2 register ******************/ |
1668 | #define DAC_DHR12R2_DACC2DHR_Pos (0U) |
1654 | #define DAC_DHR12R2_DACC2DHR_Pos (0U) |
1669 | #define DAC_DHR12R2_DACC2DHR_Msk (0xFFFU << DAC_DHR12R2_DACC2DHR_Pos) /*!< 0x00000FFF */ |
1655 | #define DAC_DHR12R2_DACC2DHR_Msk (0xFFFUL << DAC_DHR12R2_DACC2DHR_Pos) /*!< 0x00000FFF */ |
1670 | #define DAC_DHR12R2_DACC2DHR DAC_DHR12R2_DACC2DHR_Msk /*!<DAC channel2 12-bit Right aligned data */ |
1656 | #define DAC_DHR12R2_DACC2DHR DAC_DHR12R2_DACC2DHR_Msk /*!<DAC channel2 12-bit Right aligned data */ |
1671 | 1657 | ||
1672 | /***************** Bit definition for DAC_DHR12L2 register ******************/ |
1658 | /***************** Bit definition for DAC_DHR12L2 register ******************/ |
1673 | #define DAC_DHR12L2_DACC2DHR_Pos (4U) |
1659 | #define DAC_DHR12L2_DACC2DHR_Pos (4U) |
1674 | #define DAC_DHR12L2_DACC2DHR_Msk (0xFFFU << DAC_DHR12L2_DACC2DHR_Pos) /*!< 0x0000FFF0 */ |
1660 | #define DAC_DHR12L2_DACC2DHR_Msk (0xFFFUL << DAC_DHR12L2_DACC2DHR_Pos) /*!< 0x0000FFF0 */ |
1675 | #define DAC_DHR12L2_DACC2DHR DAC_DHR12L2_DACC2DHR_Msk /*!<DAC channel2 12-bit Left aligned data */ |
1661 | #define DAC_DHR12L2_DACC2DHR DAC_DHR12L2_DACC2DHR_Msk /*!<DAC channel2 12-bit Left aligned data */ |
1676 | 1662 | ||
1677 | /****************** Bit definition for DAC_DHR8R2 register ******************/ |
1663 | /****************** Bit definition for DAC_DHR8R2 register ******************/ |
1678 | #define DAC_DHR8R2_DACC2DHR_Pos (0U) |
1664 | #define DAC_DHR8R2_DACC2DHR_Pos (0U) |
1679 | #define DAC_DHR8R2_DACC2DHR_Msk (0xFFU << DAC_DHR8R2_DACC2DHR_Pos) /*!< 0x000000FF */ |
1665 | #define DAC_DHR8R2_DACC2DHR_Msk (0xFFUL << DAC_DHR8R2_DACC2DHR_Pos) /*!< 0x000000FF */ |
1680 | #define DAC_DHR8R2_DACC2DHR DAC_DHR8R2_DACC2DHR_Msk /*!<DAC channel2 8-bit Right aligned data */ |
1666 | #define DAC_DHR8R2_DACC2DHR DAC_DHR8R2_DACC2DHR_Msk /*!<DAC channel2 8-bit Right aligned data */ |
1681 | 1667 | ||
1682 | /***************** Bit definition for DAC_DHR12RD register ******************/ |
1668 | /***************** Bit definition for DAC_DHR12RD register ******************/ |
1683 | #define DAC_DHR12RD_DACC1DHR_Pos (0U) |
1669 | #define DAC_DHR12RD_DACC1DHR_Pos (0U) |
1684 | #define DAC_DHR12RD_DACC1DHR_Msk (0xFFFU << DAC_DHR12RD_DACC1DHR_Pos) /*!< 0x00000FFF */ |
1670 | #define DAC_DHR12RD_DACC1DHR_Msk (0xFFFUL << DAC_DHR12RD_DACC1DHR_Pos) /*!< 0x00000FFF */ |
1685 | #define DAC_DHR12RD_DACC1DHR DAC_DHR12RD_DACC1DHR_Msk /*!<DAC channel1 12-bit Right aligned data */ |
1671 | #define DAC_DHR12RD_DACC1DHR DAC_DHR12RD_DACC1DHR_Msk /*!<DAC channel1 12-bit Right aligned data */ |
1686 | #define DAC_DHR12RD_DACC2DHR_Pos (16U) |
1672 | #define DAC_DHR12RD_DACC2DHR_Pos (16U) |
1687 | #define DAC_DHR12RD_DACC2DHR_Msk (0xFFFU << DAC_DHR12RD_DACC2DHR_Pos) /*!< 0x0FFF0000 */ |
1673 | #define DAC_DHR12RD_DACC2DHR_Msk (0xFFFUL << DAC_DHR12RD_DACC2DHR_Pos) /*!< 0x0FFF0000 */ |
1688 | #define DAC_DHR12RD_DACC2DHR DAC_DHR12RD_DACC2DHR_Msk /*!<DAC channel2 12-bit Right aligned data */ |
1674 | #define DAC_DHR12RD_DACC2DHR DAC_DHR12RD_DACC2DHR_Msk /*!<DAC channel2 12-bit Right aligned data */ |
1689 | 1675 | ||
1690 | /***************** Bit definition for DAC_DHR12LD register ******************/ |
1676 | /***************** Bit definition for DAC_DHR12LD register ******************/ |
1691 | #define DAC_DHR12LD_DACC1DHR_Pos (4U) |
1677 | #define DAC_DHR12LD_DACC1DHR_Pos (4U) |
1692 | #define DAC_DHR12LD_DACC1DHR_Msk (0xFFFU << DAC_DHR12LD_DACC1DHR_Pos) /*!< 0x0000FFF0 */ |
1678 | #define DAC_DHR12LD_DACC1DHR_Msk (0xFFFUL << DAC_DHR12LD_DACC1DHR_Pos) /*!< 0x0000FFF0 */ |
1693 | #define DAC_DHR12LD_DACC1DHR DAC_DHR12LD_DACC1DHR_Msk /*!<DAC channel1 12-bit Left aligned data */ |
1679 | #define DAC_DHR12LD_DACC1DHR DAC_DHR12LD_DACC1DHR_Msk /*!<DAC channel1 12-bit Left aligned data */ |
1694 | #define DAC_DHR12LD_DACC2DHR_Pos (20U) |
1680 | #define DAC_DHR12LD_DACC2DHR_Pos (20U) |
1695 | #define DAC_DHR12LD_DACC2DHR_Msk (0xFFFU << DAC_DHR12LD_DACC2DHR_Pos) /*!< 0xFFF00000 */ |
1681 | #define DAC_DHR12LD_DACC2DHR_Msk (0xFFFUL << DAC_DHR12LD_DACC2DHR_Pos) /*!< 0xFFF00000 */ |
1696 | #define DAC_DHR12LD_DACC2DHR DAC_DHR12LD_DACC2DHR_Msk /*!<DAC channel2 12-bit Left aligned data */ |
1682 | #define DAC_DHR12LD_DACC2DHR DAC_DHR12LD_DACC2DHR_Msk /*!<DAC channel2 12-bit Left aligned data */ |
1697 | 1683 | ||
1698 | /****************** Bit definition for DAC_DHR8RD register ******************/ |
1684 | /****************** Bit definition for DAC_DHR8RD register ******************/ |
1699 | #define DAC_DHR8RD_DACC1DHR_Pos (0U) |
1685 | #define DAC_DHR8RD_DACC1DHR_Pos (0U) |
1700 | #define DAC_DHR8RD_DACC1DHR_Msk (0xFFU << DAC_DHR8RD_DACC1DHR_Pos) /*!< 0x000000FF */ |
1686 | #define DAC_DHR8RD_DACC1DHR_Msk (0xFFUL << DAC_DHR8RD_DACC1DHR_Pos) /*!< 0x000000FF */ |
1701 | #define DAC_DHR8RD_DACC1DHR DAC_DHR8RD_DACC1DHR_Msk /*!<DAC channel1 8-bit Right aligned data */ |
1687 | #define DAC_DHR8RD_DACC1DHR DAC_DHR8RD_DACC1DHR_Msk /*!<DAC channel1 8-bit Right aligned data */ |
1702 | #define DAC_DHR8RD_DACC2DHR_Pos (8U) |
1688 | #define DAC_DHR8RD_DACC2DHR_Pos (8U) |
1703 | #define DAC_DHR8RD_DACC2DHR_Msk (0xFFU << DAC_DHR8RD_DACC2DHR_Pos) /*!< 0x0000FF00 */ |
1689 | #define DAC_DHR8RD_DACC2DHR_Msk (0xFFUL << DAC_DHR8RD_DACC2DHR_Pos) /*!< 0x0000FF00 */ |
1704 | #define DAC_DHR8RD_DACC2DHR DAC_DHR8RD_DACC2DHR_Msk /*!<DAC channel2 8-bit Right aligned data */ |
1690 | #define DAC_DHR8RD_DACC2DHR DAC_DHR8RD_DACC2DHR_Msk /*!<DAC channel2 8-bit Right aligned data */ |
1705 | 1691 | ||
1706 | /******************* Bit definition for DAC_DOR1 register *******************/ |
1692 | /******************* Bit definition for DAC_DOR1 register *******************/ |
1707 | #define DAC_DOR1_DACC1DOR_Pos (0U) |
1693 | #define DAC_DOR1_DACC1DOR_Pos (0U) |
1708 | #define DAC_DOR1_DACC1DOR_Msk (0xFFFU << DAC_DOR1_DACC1DOR_Pos) /*!< 0x00000FFF */ |
1694 | #define DAC_DOR1_DACC1DOR_Msk (0xFFFUL << DAC_DOR1_DACC1DOR_Pos) /*!< 0x00000FFF */ |
1709 | #define DAC_DOR1_DACC1DOR DAC_DOR1_DACC1DOR_Msk /*!<DAC channel1 data output */ |
1695 | #define DAC_DOR1_DACC1DOR DAC_DOR1_DACC1DOR_Msk /*!<DAC channel1 data output */ |
1710 | 1696 | ||
1711 | /******************* Bit definition for DAC_DOR2 register *******************/ |
1697 | /******************* Bit definition for DAC_DOR2 register *******************/ |
1712 | #define DAC_DOR2_DACC2DOR_Pos (0U) |
1698 | #define DAC_DOR2_DACC2DOR_Pos (0U) |
1713 | #define DAC_DOR2_DACC2DOR_Msk (0xFFFU << DAC_DOR2_DACC2DOR_Pos) /*!< 0x00000FFF */ |
1699 | #define DAC_DOR2_DACC2DOR_Msk (0xFFFUL << DAC_DOR2_DACC2DOR_Pos) /*!< 0x00000FFF */ |
1714 | #define DAC_DOR2_DACC2DOR DAC_DOR2_DACC2DOR_Msk /*!<DAC channel2 data output */ |
1700 | #define DAC_DOR2_DACC2DOR DAC_DOR2_DACC2DOR_Msk /*!<DAC channel2 data output */ |
1715 | 1701 | ||
1716 | /******************** Bit definition for DAC_SR register ********************/ |
1702 | /******************** Bit definition for DAC_SR register ********************/ |
1717 | #define DAC_SR_DMAUDR1_Pos (13U) |
1703 | #define DAC_SR_DMAUDR1_Pos (13U) |
1718 | #define DAC_SR_DMAUDR1_Msk (0x1U << DAC_SR_DMAUDR1_Pos) /*!< 0x00002000 */ |
1704 | #define DAC_SR_DMAUDR1_Msk (0x1UL << DAC_SR_DMAUDR1_Pos) /*!< 0x00002000 */ |
1719 | #define DAC_SR_DMAUDR1 DAC_SR_DMAUDR1_Msk /*!<DAC channel1 DMA underrun flag */ |
1705 | #define DAC_SR_DMAUDR1 DAC_SR_DMAUDR1_Msk /*!<DAC channel1 DMA underrun flag */ |
1720 | #define DAC_SR_DMAUDR2_Pos (29U) |
1706 | #define DAC_SR_DMAUDR2_Pos (29U) |
1721 | #define DAC_SR_DMAUDR2_Msk (0x1U << DAC_SR_DMAUDR2_Pos) /*!< 0x20000000 */ |
1707 | #define DAC_SR_DMAUDR2_Msk (0x1UL << DAC_SR_DMAUDR2_Pos) /*!< 0x20000000 */ |
1722 | #define DAC_SR_DMAUDR2 DAC_SR_DMAUDR2_Msk /*!<DAC channel2 DMA underrun flag */ |
1708 | #define DAC_SR_DMAUDR2 DAC_SR_DMAUDR2_Msk /*!<DAC channel2 DMA underrun flag */ |
1723 | 1709 | ||
1724 | /******************************************************************************/ |
1710 | /******************************************************************************/ |
1725 | /* */ |
1711 | /* */ |
1726 | /* Debug MCU (DBGMCU) */ |
1712 | /* Debug MCU (DBGMCU) */ |
1727 | /* */ |
1713 | /* */ |
1728 | /******************************************************************************/ |
1714 | /******************************************************************************/ |
1729 | 1715 | ||
1730 | /**************** Bit definition for DBGMCU_IDCODE register *****************/ |
1716 | /**************** Bit definition for DBGMCU_IDCODE register *****************/ |
1731 | #define DBGMCU_IDCODE_DEV_ID_Pos (0U) |
1717 | #define DBGMCU_IDCODE_DEV_ID_Pos (0U) |
1732 | #define DBGMCU_IDCODE_DEV_ID_Msk (0xFFFU << DBGMCU_IDCODE_DEV_ID_Pos) /*!< 0x00000FFF */ |
1718 | #define DBGMCU_IDCODE_DEV_ID_Msk (0xFFFUL << DBGMCU_IDCODE_DEV_ID_Pos) /*!< 0x00000FFF */ |
1733 | #define DBGMCU_IDCODE_DEV_ID DBGMCU_IDCODE_DEV_ID_Msk /*!< Device Identifier */ |
1719 | #define DBGMCU_IDCODE_DEV_ID DBGMCU_IDCODE_DEV_ID_Msk /*!< Device Identifier */ |
1734 | 1720 | ||
1735 | #define DBGMCU_IDCODE_REV_ID_Pos (16U) |
1721 | #define DBGMCU_IDCODE_REV_ID_Pos (16U) |
1736 | #define DBGMCU_IDCODE_REV_ID_Msk (0xFFFFU << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0xFFFF0000 */ |
1722 | #define DBGMCU_IDCODE_REV_ID_Msk (0xFFFFUL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0xFFFF0000 */ |
1737 | #define DBGMCU_IDCODE_REV_ID DBGMCU_IDCODE_REV_ID_Msk /*!< REV_ID[15:0] bits (Revision Identifier) */ |
1723 | #define DBGMCU_IDCODE_REV_ID DBGMCU_IDCODE_REV_ID_Msk /*!< REV_ID[15:0] bits (Revision Identifier) */ |
1738 | #define DBGMCU_IDCODE_REV_ID_0 (0x0001U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00010000 */ |
1724 | #define DBGMCU_IDCODE_REV_ID_0 (0x0001UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00010000 */ |
1739 | #define DBGMCU_IDCODE_REV_ID_1 (0x0002U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00020000 */ |
1725 | #define DBGMCU_IDCODE_REV_ID_1 (0x0002UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00020000 */ |
1740 | #define DBGMCU_IDCODE_REV_ID_2 (0x0004U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00040000 */ |
1726 | #define DBGMCU_IDCODE_REV_ID_2 (0x0004UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00040000 */ |
1741 | #define DBGMCU_IDCODE_REV_ID_3 (0x0008U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00080000 */ |
1727 | #define DBGMCU_IDCODE_REV_ID_3 (0x0008UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00080000 */ |
1742 | #define DBGMCU_IDCODE_REV_ID_4 (0x0010U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00100000 */ |
1728 | #define DBGMCU_IDCODE_REV_ID_4 (0x0010UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00100000 */ |
1743 | #define DBGMCU_IDCODE_REV_ID_5 (0x0020U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00200000 */ |
1729 | #define DBGMCU_IDCODE_REV_ID_5 (0x0020UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00200000 */ |
1744 | #define DBGMCU_IDCODE_REV_ID_6 (0x0040U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00400000 */ |
1730 | #define DBGMCU_IDCODE_REV_ID_6 (0x0040UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00400000 */ |
1745 | #define DBGMCU_IDCODE_REV_ID_7 (0x0080U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00800000 */ |
1731 | #define DBGMCU_IDCODE_REV_ID_7 (0x0080UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00800000 */ |
1746 | #define DBGMCU_IDCODE_REV_ID_8 (0x0100U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x01000000 */ |
1732 | #define DBGMCU_IDCODE_REV_ID_8 (0x0100UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x01000000 */ |
1747 | #define DBGMCU_IDCODE_REV_ID_9 (0x0200U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x02000000 */ |
1733 | #define DBGMCU_IDCODE_REV_ID_9 (0x0200UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x02000000 */ |
1748 | #define DBGMCU_IDCODE_REV_ID_10 (0x0400U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x04000000 */ |
1734 | #define DBGMCU_IDCODE_REV_ID_10 (0x0400UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x04000000 */ |
1749 | #define DBGMCU_IDCODE_REV_ID_11 (0x0800U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x08000000 */ |
1735 | #define DBGMCU_IDCODE_REV_ID_11 (0x0800UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x08000000 */ |
1750 | #define DBGMCU_IDCODE_REV_ID_12 (0x1000U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x10000000 */ |
1736 | #define DBGMCU_IDCODE_REV_ID_12 (0x1000UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x10000000 */ |
1751 | #define DBGMCU_IDCODE_REV_ID_13 (0x2000U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x20000000 */ |
1737 | #define DBGMCU_IDCODE_REV_ID_13 (0x2000UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x20000000 */ |
1752 | #define DBGMCU_IDCODE_REV_ID_14 (0x4000U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x40000000 */ |
1738 | #define DBGMCU_IDCODE_REV_ID_14 (0x4000UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x40000000 */ |
1753 | #define DBGMCU_IDCODE_REV_ID_15 (0x8000U << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x80000000 */ |
1739 | #define DBGMCU_IDCODE_REV_ID_15 (0x8000UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x80000000 */ |
1754 | 1740 | ||
1755 | /****************** Bit definition for DBGMCU_CR register *******************/ |
1741 | /****************** Bit definition for DBGMCU_CR register *******************/ |
1756 | #define DBGMCU_CR_DBG_SLEEP_Pos (0U) |
1742 | #define DBGMCU_CR_DBG_SLEEP_Pos (0U) |
1757 | #define DBGMCU_CR_DBG_SLEEP_Msk (0x1U << DBGMCU_CR_DBG_SLEEP_Pos) /*!< 0x00000001 */ |
1743 | #define DBGMCU_CR_DBG_SLEEP_Msk (0x1UL << DBGMCU_CR_DBG_SLEEP_Pos) /*!< 0x00000001 */ |
1758 | #define DBGMCU_CR_DBG_SLEEP DBGMCU_CR_DBG_SLEEP_Msk /*!< Debug Sleep Mode */ |
1744 | #define DBGMCU_CR_DBG_SLEEP DBGMCU_CR_DBG_SLEEP_Msk /*!< Debug Sleep Mode */ |
1759 | #define DBGMCU_CR_DBG_STOP_Pos (1U) |
1745 | #define DBGMCU_CR_DBG_STOP_Pos (1U) |
1760 | #define DBGMCU_CR_DBG_STOP_Msk (0x1U << DBGMCU_CR_DBG_STOP_Pos) /*!< 0x00000002 */ |
1746 | #define DBGMCU_CR_DBG_STOP_Msk (0x1UL << DBGMCU_CR_DBG_STOP_Pos) /*!< 0x00000002 */ |
1761 | #define DBGMCU_CR_DBG_STOP DBGMCU_CR_DBG_STOP_Msk /*!< Debug Stop Mode */ |
1747 | #define DBGMCU_CR_DBG_STOP DBGMCU_CR_DBG_STOP_Msk /*!< Debug Stop Mode */ |
1762 | #define DBGMCU_CR_DBG_STANDBY_Pos (2U) |
1748 | #define DBGMCU_CR_DBG_STANDBY_Pos (2U) |
1763 | #define DBGMCU_CR_DBG_STANDBY_Msk (0x1U << DBGMCU_CR_DBG_STANDBY_Pos) /*!< 0x00000004 */ |
1749 | #define DBGMCU_CR_DBG_STANDBY_Msk (0x1UL << DBGMCU_CR_DBG_STANDBY_Pos) /*!< 0x00000004 */ |
1764 | #define DBGMCU_CR_DBG_STANDBY DBGMCU_CR_DBG_STANDBY_Msk /*!< Debug Standby mode */ |
1750 | #define DBGMCU_CR_DBG_STANDBY DBGMCU_CR_DBG_STANDBY_Msk /*!< Debug Standby mode */ |
1765 | #define DBGMCU_CR_TRACE_IOEN_Pos (5U) |
1751 | #define DBGMCU_CR_TRACE_IOEN_Pos (5U) |
1766 | #define DBGMCU_CR_TRACE_IOEN_Msk (0x1U << DBGMCU_CR_TRACE_IOEN_Pos) /*!< 0x00000020 */ |
1752 | #define DBGMCU_CR_TRACE_IOEN_Msk (0x1UL << DBGMCU_CR_TRACE_IOEN_Pos) /*!< 0x00000020 */ |
1767 | #define DBGMCU_CR_TRACE_IOEN DBGMCU_CR_TRACE_IOEN_Msk /*!< Trace Pin Assignment Control */ |
1753 | #define DBGMCU_CR_TRACE_IOEN DBGMCU_CR_TRACE_IOEN_Msk /*!< Trace Pin Assignment Control */ |
1768 | 1754 | ||
1769 | #define DBGMCU_CR_TRACE_MODE_Pos (6U) |
1755 | #define DBGMCU_CR_TRACE_MODE_Pos (6U) |
1770 | #define DBGMCU_CR_TRACE_MODE_Msk (0x3U << DBGMCU_CR_TRACE_MODE_Pos) /*!< 0x000000C0 */ |
1756 | #define DBGMCU_CR_TRACE_MODE_Msk (0x3UL << DBGMCU_CR_TRACE_MODE_Pos) /*!< 0x000000C0 */ |
1771 | #define DBGMCU_CR_TRACE_MODE DBGMCU_CR_TRACE_MODE_Msk /*!< TRACE_MODE[1:0] bits (Trace Pin Assignment Control) */ |
1757 | #define DBGMCU_CR_TRACE_MODE DBGMCU_CR_TRACE_MODE_Msk /*!< TRACE_MODE[1:0] bits (Trace Pin Assignment Control) */ |
1772 | #define DBGMCU_CR_TRACE_MODE_0 (0x1U << DBGMCU_CR_TRACE_MODE_Pos) /*!< 0x00000040 */ |
1758 | #define DBGMCU_CR_TRACE_MODE_0 (0x1UL << DBGMCU_CR_TRACE_MODE_Pos) /*!< 0x00000040 */ |
1773 | #define DBGMCU_CR_TRACE_MODE_1 (0x2U << DBGMCU_CR_TRACE_MODE_Pos) /*!< 0x00000080 */ |
1759 | #define DBGMCU_CR_TRACE_MODE_1 (0x2UL << DBGMCU_CR_TRACE_MODE_Pos) /*!< 0x00000080 */ |
1774 | 1760 | ||
1775 | /****************** Bit definition for DBGMCU_APB1_FZ register **************/ |
1761 | /****************** Bit definition for DBGMCU_APB1_FZ register **************/ |
1776 | 1762 | ||
1777 | #define DBGMCU_APB1_FZ_DBG_TIM2_STOP_Pos (0U) |
1763 | #define DBGMCU_APB1_FZ_DBG_TIM2_STOP_Pos (0U) |
1778 | #define DBGMCU_APB1_FZ_DBG_TIM2_STOP_Msk (0x1U << DBGMCU_APB1_FZ_DBG_TIM2_STOP_Pos) /*!< 0x00000001 */ |
1764 | #define DBGMCU_APB1_FZ_DBG_TIM2_STOP_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_TIM2_STOP_Pos) /*!< 0x00000001 */ |
1779 | #define DBGMCU_APB1_FZ_DBG_TIM2_STOP DBGMCU_APB1_FZ_DBG_TIM2_STOP_Msk /*!< TIM2 counter stopped when core is halted */ |
1765 | #define DBGMCU_APB1_FZ_DBG_TIM2_STOP DBGMCU_APB1_FZ_DBG_TIM2_STOP_Msk /*!< TIM2 counter stopped when core is halted */ |
1780 | #define DBGMCU_APB1_FZ_DBG_TIM3_STOP_Pos (1U) |
1766 | #define DBGMCU_APB1_FZ_DBG_TIM3_STOP_Pos (1U) |
1781 | #define DBGMCU_APB1_FZ_DBG_TIM3_STOP_Msk (0x1U << DBGMCU_APB1_FZ_DBG_TIM3_STOP_Pos) /*!< 0x00000002 */ |
1767 | #define DBGMCU_APB1_FZ_DBG_TIM3_STOP_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_TIM3_STOP_Pos) /*!< 0x00000002 */ |
1782 | #define DBGMCU_APB1_FZ_DBG_TIM3_STOP DBGMCU_APB1_FZ_DBG_TIM3_STOP_Msk /*!< TIM3 counter stopped when core is halted */ |
1768 | #define DBGMCU_APB1_FZ_DBG_TIM3_STOP DBGMCU_APB1_FZ_DBG_TIM3_STOP_Msk /*!< TIM3 counter stopped when core is halted */ |
1783 | #define DBGMCU_APB1_FZ_DBG_TIM4_STOP_Pos (2U) |
1769 | #define DBGMCU_APB1_FZ_DBG_TIM4_STOP_Pos (2U) |
1784 | #define DBGMCU_APB1_FZ_DBG_TIM4_STOP_Msk (0x1U << DBGMCU_APB1_FZ_DBG_TIM4_STOP_Pos) /*!< 0x00000004 */ |
1770 | #define DBGMCU_APB1_FZ_DBG_TIM4_STOP_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_TIM4_STOP_Pos) /*!< 0x00000004 */ |
1785 | #define DBGMCU_APB1_FZ_DBG_TIM4_STOP DBGMCU_APB1_FZ_DBG_TIM4_STOP_Msk /*!< TIM4 counter stopped when core is halted */ |
1771 | #define DBGMCU_APB1_FZ_DBG_TIM4_STOP DBGMCU_APB1_FZ_DBG_TIM4_STOP_Msk /*!< TIM4 counter stopped when core is halted */ |
1786 | #define DBGMCU_APB1_FZ_DBG_TIM6_STOP_Pos (4U) |
1772 | #define DBGMCU_APB1_FZ_DBG_TIM6_STOP_Pos (4U) |
1787 | #define DBGMCU_APB1_FZ_DBG_TIM6_STOP_Msk (0x1U << DBGMCU_APB1_FZ_DBG_TIM6_STOP_Pos) /*!< 0x00000010 */ |
1773 | #define DBGMCU_APB1_FZ_DBG_TIM6_STOP_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_TIM6_STOP_Pos) /*!< 0x00000010 */ |
1788 | #define DBGMCU_APB1_FZ_DBG_TIM6_STOP DBGMCU_APB1_FZ_DBG_TIM6_STOP_Msk /*!< TIM6 counter stopped when core is halted */ |
1774 | #define DBGMCU_APB1_FZ_DBG_TIM6_STOP DBGMCU_APB1_FZ_DBG_TIM6_STOP_Msk /*!< TIM6 counter stopped when core is halted */ |
1789 | #define DBGMCU_APB1_FZ_DBG_TIM7_STOP_Pos (5U) |
1775 | #define DBGMCU_APB1_FZ_DBG_TIM7_STOP_Pos (5U) |
1790 | #define DBGMCU_APB1_FZ_DBG_TIM7_STOP_Msk (0x1U << DBGMCU_APB1_FZ_DBG_TIM7_STOP_Pos) /*!< 0x00000020 */ |
1776 | #define DBGMCU_APB1_FZ_DBG_TIM7_STOP_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_TIM7_STOP_Pos) /*!< 0x00000020 */ |
1791 | #define DBGMCU_APB1_FZ_DBG_TIM7_STOP DBGMCU_APB1_FZ_DBG_TIM7_STOP_Msk /*!< TIM7 counter stopped when core is halted */ |
1777 | #define DBGMCU_APB1_FZ_DBG_TIM7_STOP DBGMCU_APB1_FZ_DBG_TIM7_STOP_Msk /*!< TIM7 counter stopped when core is halted */ |
1792 | #define DBGMCU_APB1_FZ_DBG_WWDG_STOP_Pos (11U) |
1778 | #define DBGMCU_APB1_FZ_DBG_WWDG_STOP_Pos (11U) |
1793 | #define DBGMCU_APB1_FZ_DBG_WWDG_STOP_Msk (0x1U << DBGMCU_APB1_FZ_DBG_WWDG_STOP_Pos) /*!< 0x00000800 */ |
1779 | #define DBGMCU_APB1_FZ_DBG_WWDG_STOP_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_WWDG_STOP_Pos) /*!< 0x00000800 */ |
1794 | #define DBGMCU_APB1_FZ_DBG_WWDG_STOP DBGMCU_APB1_FZ_DBG_WWDG_STOP_Msk /*!< Debug Window Watchdog stopped when Core is halted */ |
1780 | #define DBGMCU_APB1_FZ_DBG_WWDG_STOP DBGMCU_APB1_FZ_DBG_WWDG_STOP_Msk /*!< Debug Window Watchdog stopped when Core is halted */ |
1795 | #define DBGMCU_APB1_FZ_DBG_IWDG_STOP_Pos (12U) |
1781 | #define DBGMCU_APB1_FZ_DBG_IWDG_STOP_Pos (12U) |
1796 | #define DBGMCU_APB1_FZ_DBG_IWDG_STOP_Msk (0x1U << DBGMCU_APB1_FZ_DBG_IWDG_STOP_Pos) /*!< 0x00001000 */ |
1782 | #define DBGMCU_APB1_FZ_DBG_IWDG_STOP_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_IWDG_STOP_Pos) /*!< 0x00001000 */ |
1797 | #define DBGMCU_APB1_FZ_DBG_IWDG_STOP DBGMCU_APB1_FZ_DBG_IWDG_STOP_Msk /*!< Debug Independent Watchdog stopped when Core is halted */ |
1783 | #define DBGMCU_APB1_FZ_DBG_IWDG_STOP DBGMCU_APB1_FZ_DBG_IWDG_STOP_Msk /*!< Debug Independent Watchdog stopped when Core is halted */ |
1798 | #define DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT_Pos (21U) |
1784 | #define DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT_Pos (21U) |
1799 | #define DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT_Msk (0x1U << DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT_Pos) /*!< 0x00200000 */ |
1785 | #define DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT_Pos) /*!< 0x00200000 */ |
1800 | #define DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT_Msk /*!< SMBUS timeout mode stopped when Core is halted */ |
1786 | #define DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT_Msk /*!< SMBUS timeout mode stopped when Core is halted */ |
1801 | #define DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT_Pos (22U) |
1787 | #define DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT_Pos (22U) |
1802 | #define DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT_Msk (0x1U << DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT_Pos) /*!< 0x00400000 */ |
1788 | #define DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT_Pos) /*!< 0x00400000 */ |
1803 | #define DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT_Msk /*!< SMBUS timeout mode stopped when Core is halted */ |
1789 | #define DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT_Msk /*!< SMBUS timeout mode stopped when Core is halted */ |
1804 | 1790 | ||
1805 | /****************** Bit definition for DBGMCU_APB2_FZ register **************/ |
1791 | /****************** Bit definition for DBGMCU_APB2_FZ register **************/ |
1806 | 1792 | ||
1807 | #define DBGMCU_APB2_FZ_DBG_TIM9_STOP_Pos (2U) |
1793 | #define DBGMCU_APB2_FZ_DBG_TIM9_STOP_Pos (2U) |
1808 | #define DBGMCU_APB2_FZ_DBG_TIM9_STOP_Msk (0x1U << DBGMCU_APB2_FZ_DBG_TIM9_STOP_Pos) /*!< 0x00000004 */ |
1794 | #define DBGMCU_APB2_FZ_DBG_TIM9_STOP_Msk (0x1UL << DBGMCU_APB2_FZ_DBG_TIM9_STOP_Pos) /*!< 0x00000004 */ |
1809 | #define DBGMCU_APB2_FZ_DBG_TIM9_STOP DBGMCU_APB2_FZ_DBG_TIM9_STOP_Msk /*!< TIM9 counter stopped when core is halted */ |
1795 | #define DBGMCU_APB2_FZ_DBG_TIM9_STOP DBGMCU_APB2_FZ_DBG_TIM9_STOP_Msk /*!< TIM9 counter stopped when core is halted */ |
1810 | #define DBGMCU_APB2_FZ_DBG_TIM10_STOP_Pos (3U) |
1796 | #define DBGMCU_APB2_FZ_DBG_TIM10_STOP_Pos (3U) |
1811 | #define DBGMCU_APB2_FZ_DBG_TIM10_STOP_Msk (0x1U << DBGMCU_APB2_FZ_DBG_TIM10_STOP_Pos) /*!< 0x00000008 */ |
1797 | #define DBGMCU_APB2_FZ_DBG_TIM10_STOP_Msk (0x1UL << DBGMCU_APB2_FZ_DBG_TIM10_STOP_Pos) /*!< 0x00000008 */ |
1812 | #define DBGMCU_APB2_FZ_DBG_TIM10_STOP DBGMCU_APB2_FZ_DBG_TIM10_STOP_Msk /*!< TIM10 counter stopped when core is halted */ |
1798 | #define DBGMCU_APB2_FZ_DBG_TIM10_STOP DBGMCU_APB2_FZ_DBG_TIM10_STOP_Msk /*!< TIM10 counter stopped when core is halted */ |
1813 | #define DBGMCU_APB2_FZ_DBG_TIM11_STOP_Pos (4U) |
1799 | #define DBGMCU_APB2_FZ_DBG_TIM11_STOP_Pos (4U) |
1814 | #define DBGMCU_APB2_FZ_DBG_TIM11_STOP_Msk (0x1U << DBGMCU_APB2_FZ_DBG_TIM11_STOP_Pos) /*!< 0x00000010 */ |
1800 | #define DBGMCU_APB2_FZ_DBG_TIM11_STOP_Msk (0x1UL << DBGMCU_APB2_FZ_DBG_TIM11_STOP_Pos) /*!< 0x00000010 */ |
1815 | #define DBGMCU_APB2_FZ_DBG_TIM11_STOP DBGMCU_APB2_FZ_DBG_TIM11_STOP_Msk /*!< TIM11 counter stopped when core is halted */ |
1801 | #define DBGMCU_APB2_FZ_DBG_TIM11_STOP DBGMCU_APB2_FZ_DBG_TIM11_STOP_Msk /*!< TIM11 counter stopped when core is halted */ |
1816 | 1802 | ||
1817 | /******************************************************************************/ |
1803 | /******************************************************************************/ |
1818 | /* */ |
1804 | /* */ |
1819 | /* DMA Controller (DMA) */ |
1805 | /* DMA Controller (DMA) */ |
1820 | /* */ |
1806 | /* */ |
1821 | /******************************************************************************/ |
1807 | /******************************************************************************/ |
1822 | 1808 | ||
1823 | /******************* Bit definition for DMA_ISR register ********************/ |
1809 | /******************* Bit definition for DMA_ISR register ********************/ |
1824 | #define DMA_ISR_GIF1_Pos (0U) |
1810 | #define DMA_ISR_GIF1_Pos (0U) |
1825 | #define DMA_ISR_GIF1_Msk (0x1U << DMA_ISR_GIF1_Pos) /*!< 0x00000001 */ |
1811 | #define DMA_ISR_GIF1_Msk (0x1UL << DMA_ISR_GIF1_Pos) /*!< 0x00000001 */ |
1826 | #define DMA_ISR_GIF1 DMA_ISR_GIF1_Msk /*!< Channel 1 Global interrupt flag */ |
1812 | #define DMA_ISR_GIF1 DMA_ISR_GIF1_Msk /*!< Channel 1 Global interrupt flag */ |
1827 | #define DMA_ISR_TCIF1_Pos (1U) |
1813 | #define DMA_ISR_TCIF1_Pos (1U) |
1828 | #define DMA_ISR_TCIF1_Msk (0x1U << DMA_ISR_TCIF1_Pos) /*!< 0x00000002 */ |
1814 | #define DMA_ISR_TCIF1_Msk (0x1UL << DMA_ISR_TCIF1_Pos) /*!< 0x00000002 */ |
1829 | #define DMA_ISR_TCIF1 DMA_ISR_TCIF1_Msk /*!< Channel 1 Transfer Complete flag */ |
1815 | #define DMA_ISR_TCIF1 DMA_ISR_TCIF1_Msk /*!< Channel 1 Transfer Complete flag */ |
1830 | #define DMA_ISR_HTIF1_Pos (2U) |
1816 | #define DMA_ISR_HTIF1_Pos (2U) |
1831 | #define DMA_ISR_HTIF1_Msk (0x1U << DMA_ISR_HTIF1_Pos) /*!< 0x00000004 */ |
1817 | #define DMA_ISR_HTIF1_Msk (0x1UL << DMA_ISR_HTIF1_Pos) /*!< 0x00000004 */ |
1832 | #define DMA_ISR_HTIF1 DMA_ISR_HTIF1_Msk /*!< Channel 1 Half Transfer flag */ |
1818 | #define DMA_ISR_HTIF1 DMA_ISR_HTIF1_Msk /*!< Channel 1 Half Transfer flag */ |
1833 | #define DMA_ISR_TEIF1_Pos (3U) |
1819 | #define DMA_ISR_TEIF1_Pos (3U) |
1834 | #define DMA_ISR_TEIF1_Msk (0x1U << DMA_ISR_TEIF1_Pos) /*!< 0x00000008 */ |
1820 | #define DMA_ISR_TEIF1_Msk (0x1UL << DMA_ISR_TEIF1_Pos) /*!< 0x00000008 */ |
1835 | #define DMA_ISR_TEIF1 DMA_ISR_TEIF1_Msk /*!< Channel 1 Transfer Error flag */ |
1821 | #define DMA_ISR_TEIF1 DMA_ISR_TEIF1_Msk /*!< Channel 1 Transfer Error flag */ |
1836 | #define DMA_ISR_GIF2_Pos (4U) |
1822 | #define DMA_ISR_GIF2_Pos (4U) |
1837 | #define DMA_ISR_GIF2_Msk (0x1U << DMA_ISR_GIF2_Pos) /*!< 0x00000010 */ |
1823 | #define DMA_ISR_GIF2_Msk (0x1UL << DMA_ISR_GIF2_Pos) /*!< 0x00000010 */ |
1838 | #define DMA_ISR_GIF2 DMA_ISR_GIF2_Msk /*!< Channel 2 Global interrupt flag */ |
1824 | #define DMA_ISR_GIF2 DMA_ISR_GIF2_Msk /*!< Channel 2 Global interrupt flag */ |
1839 | #define DMA_ISR_TCIF2_Pos (5U) |
1825 | #define DMA_ISR_TCIF2_Pos (5U) |
1840 | #define DMA_ISR_TCIF2_Msk (0x1U << DMA_ISR_TCIF2_Pos) /*!< 0x00000020 */ |
1826 | #define DMA_ISR_TCIF2_Msk (0x1UL << DMA_ISR_TCIF2_Pos) /*!< 0x00000020 */ |
1841 | #define DMA_ISR_TCIF2 DMA_ISR_TCIF2_Msk /*!< Channel 2 Transfer Complete flag */ |
1827 | #define DMA_ISR_TCIF2 DMA_ISR_TCIF2_Msk /*!< Channel 2 Transfer Complete flag */ |
1842 | #define DMA_ISR_HTIF2_Pos (6U) |
1828 | #define DMA_ISR_HTIF2_Pos (6U) |
1843 | #define DMA_ISR_HTIF2_Msk (0x1U << DMA_ISR_HTIF2_Pos) /*!< 0x00000040 */ |
1829 | #define DMA_ISR_HTIF2_Msk (0x1UL << DMA_ISR_HTIF2_Pos) /*!< 0x00000040 */ |
1844 | #define DMA_ISR_HTIF2 DMA_ISR_HTIF2_Msk /*!< Channel 2 Half Transfer flag */ |
1830 | #define DMA_ISR_HTIF2 DMA_ISR_HTIF2_Msk /*!< Channel 2 Half Transfer flag */ |
1845 | #define DMA_ISR_TEIF2_Pos (7U) |
1831 | #define DMA_ISR_TEIF2_Pos (7U) |
1846 | #define DMA_ISR_TEIF2_Msk (0x1U << DMA_ISR_TEIF2_Pos) /*!< 0x00000080 */ |
1832 | #define DMA_ISR_TEIF2_Msk (0x1UL << DMA_ISR_TEIF2_Pos) /*!< 0x00000080 */ |
1847 | #define DMA_ISR_TEIF2 DMA_ISR_TEIF2_Msk /*!< Channel 2 Transfer Error flag */ |
1833 | #define DMA_ISR_TEIF2 DMA_ISR_TEIF2_Msk /*!< Channel 2 Transfer Error flag */ |
1848 | #define DMA_ISR_GIF3_Pos (8U) |
1834 | #define DMA_ISR_GIF3_Pos (8U) |
1849 | #define DMA_ISR_GIF3_Msk (0x1U << DMA_ISR_GIF3_Pos) /*!< 0x00000100 */ |
1835 | #define DMA_ISR_GIF3_Msk (0x1UL << DMA_ISR_GIF3_Pos) /*!< 0x00000100 */ |
1850 | #define DMA_ISR_GIF3 DMA_ISR_GIF3_Msk /*!< Channel 3 Global interrupt flag */ |
1836 | #define DMA_ISR_GIF3 DMA_ISR_GIF3_Msk /*!< Channel 3 Global interrupt flag */ |
1851 | #define DMA_ISR_TCIF3_Pos (9U) |
1837 | #define DMA_ISR_TCIF3_Pos (9U) |
1852 | #define DMA_ISR_TCIF3_Msk (0x1U << DMA_ISR_TCIF3_Pos) /*!< 0x00000200 */ |
1838 | #define DMA_ISR_TCIF3_Msk (0x1UL << DMA_ISR_TCIF3_Pos) /*!< 0x00000200 */ |
1853 | #define DMA_ISR_TCIF3 DMA_ISR_TCIF3_Msk /*!< Channel 3 Transfer Complete flag */ |
1839 | #define DMA_ISR_TCIF3 DMA_ISR_TCIF3_Msk /*!< Channel 3 Transfer Complete flag */ |
1854 | #define DMA_ISR_HTIF3_Pos (10U) |
1840 | #define DMA_ISR_HTIF3_Pos (10U) |
1855 | #define DMA_ISR_HTIF3_Msk (0x1U << DMA_ISR_HTIF3_Pos) /*!< 0x00000400 */ |
1841 | #define DMA_ISR_HTIF3_Msk (0x1UL << DMA_ISR_HTIF3_Pos) /*!< 0x00000400 */ |
1856 | #define DMA_ISR_HTIF3 DMA_ISR_HTIF3_Msk /*!< Channel 3 Half Transfer flag */ |
1842 | #define DMA_ISR_HTIF3 DMA_ISR_HTIF3_Msk /*!< Channel 3 Half Transfer flag */ |
1857 | #define DMA_ISR_TEIF3_Pos (11U) |
1843 | #define DMA_ISR_TEIF3_Pos (11U) |
1858 | #define DMA_ISR_TEIF3_Msk (0x1U << DMA_ISR_TEIF3_Pos) /*!< 0x00000800 */ |
1844 | #define DMA_ISR_TEIF3_Msk (0x1UL << DMA_ISR_TEIF3_Pos) /*!< 0x00000800 */ |
1859 | #define DMA_ISR_TEIF3 DMA_ISR_TEIF3_Msk /*!< Channel 3 Transfer Error flag */ |
1845 | #define DMA_ISR_TEIF3 DMA_ISR_TEIF3_Msk /*!< Channel 3 Transfer Error flag */ |
1860 | #define DMA_ISR_GIF4_Pos (12U) |
1846 | #define DMA_ISR_GIF4_Pos (12U) |
1861 | #define DMA_ISR_GIF4_Msk (0x1U << DMA_ISR_GIF4_Pos) /*!< 0x00001000 */ |
1847 | #define DMA_ISR_GIF4_Msk (0x1UL << DMA_ISR_GIF4_Pos) /*!< 0x00001000 */ |
1862 | #define DMA_ISR_GIF4 DMA_ISR_GIF4_Msk /*!< Channel 4 Global interrupt flag */ |
1848 | #define DMA_ISR_GIF4 DMA_ISR_GIF4_Msk /*!< Channel 4 Global interrupt flag */ |
1863 | #define DMA_ISR_TCIF4_Pos (13U) |
1849 | #define DMA_ISR_TCIF4_Pos (13U) |
1864 | #define DMA_ISR_TCIF4_Msk (0x1U << DMA_ISR_TCIF4_Pos) /*!< 0x00002000 */ |
1850 | #define DMA_ISR_TCIF4_Msk (0x1UL << DMA_ISR_TCIF4_Pos) /*!< 0x00002000 */ |
1865 | #define DMA_ISR_TCIF4 DMA_ISR_TCIF4_Msk /*!< Channel 4 Transfer Complete flag */ |
1851 | #define DMA_ISR_TCIF4 DMA_ISR_TCIF4_Msk /*!< Channel 4 Transfer Complete flag */ |
1866 | #define DMA_ISR_HTIF4_Pos (14U) |
1852 | #define DMA_ISR_HTIF4_Pos (14U) |
1867 | #define DMA_ISR_HTIF4_Msk (0x1U << DMA_ISR_HTIF4_Pos) /*!< 0x00004000 */ |
1853 | #define DMA_ISR_HTIF4_Msk (0x1UL << DMA_ISR_HTIF4_Pos) /*!< 0x00004000 */ |
1868 | #define DMA_ISR_HTIF4 DMA_ISR_HTIF4_Msk /*!< Channel 4 Half Transfer flag */ |
1854 | #define DMA_ISR_HTIF4 DMA_ISR_HTIF4_Msk /*!< Channel 4 Half Transfer flag */ |
1869 | #define DMA_ISR_TEIF4_Pos (15U) |
1855 | #define DMA_ISR_TEIF4_Pos (15U) |
1870 | #define DMA_ISR_TEIF4_Msk (0x1U << DMA_ISR_TEIF4_Pos) /*!< 0x00008000 */ |
1856 | #define DMA_ISR_TEIF4_Msk (0x1UL << DMA_ISR_TEIF4_Pos) /*!< 0x00008000 */ |
1871 | #define DMA_ISR_TEIF4 DMA_ISR_TEIF4_Msk /*!< Channel 4 Transfer Error flag */ |
1857 | #define DMA_ISR_TEIF4 DMA_ISR_TEIF4_Msk /*!< Channel 4 Transfer Error flag */ |
1872 | #define DMA_ISR_GIF5_Pos (16U) |
1858 | #define DMA_ISR_GIF5_Pos (16U) |
1873 | #define DMA_ISR_GIF5_Msk (0x1U << DMA_ISR_GIF5_Pos) /*!< 0x00010000 */ |
1859 | #define DMA_ISR_GIF5_Msk (0x1UL << DMA_ISR_GIF5_Pos) /*!< 0x00010000 */ |
1874 | #define DMA_ISR_GIF5 DMA_ISR_GIF5_Msk /*!< Channel 5 Global interrupt flag */ |
1860 | #define DMA_ISR_GIF5 DMA_ISR_GIF5_Msk /*!< Channel 5 Global interrupt flag */ |
1875 | #define DMA_ISR_TCIF5_Pos (17U) |
1861 | #define DMA_ISR_TCIF5_Pos (17U) |
1876 | #define DMA_ISR_TCIF5_Msk (0x1U << DMA_ISR_TCIF5_Pos) /*!< 0x00020000 */ |
1862 | #define DMA_ISR_TCIF5_Msk (0x1UL << DMA_ISR_TCIF5_Pos) /*!< 0x00020000 */ |
1877 | #define DMA_ISR_TCIF5 DMA_ISR_TCIF5_Msk /*!< Channel 5 Transfer Complete flag */ |
1863 | #define DMA_ISR_TCIF5 DMA_ISR_TCIF5_Msk /*!< Channel 5 Transfer Complete flag */ |
1878 | #define DMA_ISR_HTIF5_Pos (18U) |
1864 | #define DMA_ISR_HTIF5_Pos (18U) |
1879 | #define DMA_ISR_HTIF5_Msk (0x1U << DMA_ISR_HTIF5_Pos) /*!< 0x00040000 */ |
1865 | #define DMA_ISR_HTIF5_Msk (0x1UL << DMA_ISR_HTIF5_Pos) /*!< 0x00040000 */ |
1880 | #define DMA_ISR_HTIF5 DMA_ISR_HTIF5_Msk /*!< Channel 5 Half Transfer flag */ |
1866 | #define DMA_ISR_HTIF5 DMA_ISR_HTIF5_Msk /*!< Channel 5 Half Transfer flag */ |
1881 | #define DMA_ISR_TEIF5_Pos (19U) |
1867 | #define DMA_ISR_TEIF5_Pos (19U) |
1882 | #define DMA_ISR_TEIF5_Msk (0x1U << DMA_ISR_TEIF5_Pos) /*!< 0x00080000 */ |
1868 | #define DMA_ISR_TEIF5_Msk (0x1UL << DMA_ISR_TEIF5_Pos) /*!< 0x00080000 */ |
1883 | #define DMA_ISR_TEIF5 DMA_ISR_TEIF5_Msk /*!< Channel 5 Transfer Error flag */ |
1869 | #define DMA_ISR_TEIF5 DMA_ISR_TEIF5_Msk /*!< Channel 5 Transfer Error flag */ |
1884 | #define DMA_ISR_GIF6_Pos (20U) |
1870 | #define DMA_ISR_GIF6_Pos (20U) |
1885 | #define DMA_ISR_GIF6_Msk (0x1U << DMA_ISR_GIF6_Pos) /*!< 0x00100000 */ |
1871 | #define DMA_ISR_GIF6_Msk (0x1UL << DMA_ISR_GIF6_Pos) /*!< 0x00100000 */ |
1886 | #define DMA_ISR_GIF6 DMA_ISR_GIF6_Msk /*!< Channel 6 Global interrupt flag */ |
1872 | #define DMA_ISR_GIF6 DMA_ISR_GIF6_Msk /*!< Channel 6 Global interrupt flag */ |
1887 | #define DMA_ISR_TCIF6_Pos (21U) |
1873 | #define DMA_ISR_TCIF6_Pos (21U) |
1888 | #define DMA_ISR_TCIF6_Msk (0x1U << DMA_ISR_TCIF6_Pos) /*!< 0x00200000 */ |
1874 | #define DMA_ISR_TCIF6_Msk (0x1UL << DMA_ISR_TCIF6_Pos) /*!< 0x00200000 */ |
1889 | #define DMA_ISR_TCIF6 DMA_ISR_TCIF6_Msk /*!< Channel 6 Transfer Complete flag */ |
1875 | #define DMA_ISR_TCIF6 DMA_ISR_TCIF6_Msk /*!< Channel 6 Transfer Complete flag */ |
1890 | #define DMA_ISR_HTIF6_Pos (22U) |
1876 | #define DMA_ISR_HTIF6_Pos (22U) |
1891 | #define DMA_ISR_HTIF6_Msk (0x1U << DMA_ISR_HTIF6_Pos) /*!< 0x00400000 */ |
1877 | #define DMA_ISR_HTIF6_Msk (0x1UL << DMA_ISR_HTIF6_Pos) /*!< 0x00400000 */ |
1892 | #define DMA_ISR_HTIF6 DMA_ISR_HTIF6_Msk /*!< Channel 6 Half Transfer flag */ |
1878 | #define DMA_ISR_HTIF6 DMA_ISR_HTIF6_Msk /*!< Channel 6 Half Transfer flag */ |
1893 | #define DMA_ISR_TEIF6_Pos (23U) |
1879 | #define DMA_ISR_TEIF6_Pos (23U) |
1894 | #define DMA_ISR_TEIF6_Msk (0x1U << DMA_ISR_TEIF6_Pos) /*!< 0x00800000 */ |
1880 | #define DMA_ISR_TEIF6_Msk (0x1UL << DMA_ISR_TEIF6_Pos) /*!< 0x00800000 */ |
1895 | #define DMA_ISR_TEIF6 DMA_ISR_TEIF6_Msk /*!< Channel 6 Transfer Error flag */ |
1881 | #define DMA_ISR_TEIF6 DMA_ISR_TEIF6_Msk /*!< Channel 6 Transfer Error flag */ |
1896 | #define DMA_ISR_GIF7_Pos (24U) |
1882 | #define DMA_ISR_GIF7_Pos (24U) |
1897 | #define DMA_ISR_GIF7_Msk (0x1U << DMA_ISR_GIF7_Pos) /*!< 0x01000000 */ |
1883 | #define DMA_ISR_GIF7_Msk (0x1UL << DMA_ISR_GIF7_Pos) /*!< 0x01000000 */ |
1898 | #define DMA_ISR_GIF7 DMA_ISR_GIF7_Msk /*!< Channel 7 Global interrupt flag */ |
1884 | #define DMA_ISR_GIF7 DMA_ISR_GIF7_Msk /*!< Channel 7 Global interrupt flag */ |
1899 | #define DMA_ISR_TCIF7_Pos (25U) |
1885 | #define DMA_ISR_TCIF7_Pos (25U) |
1900 | #define DMA_ISR_TCIF7_Msk (0x1U << DMA_ISR_TCIF7_Pos) /*!< 0x02000000 */ |
1886 | #define DMA_ISR_TCIF7_Msk (0x1UL << DMA_ISR_TCIF7_Pos) /*!< 0x02000000 */ |
1901 | #define DMA_ISR_TCIF7 DMA_ISR_TCIF7_Msk /*!< Channel 7 Transfer Complete flag */ |
1887 | #define DMA_ISR_TCIF7 DMA_ISR_TCIF7_Msk /*!< Channel 7 Transfer Complete flag */ |
1902 | #define DMA_ISR_HTIF7_Pos (26U) |
1888 | #define DMA_ISR_HTIF7_Pos (26U) |
1903 | #define DMA_ISR_HTIF7_Msk (0x1U << DMA_ISR_HTIF7_Pos) /*!< 0x04000000 */ |
1889 | #define DMA_ISR_HTIF7_Msk (0x1UL << DMA_ISR_HTIF7_Pos) /*!< 0x04000000 */ |
1904 | #define DMA_ISR_HTIF7 DMA_ISR_HTIF7_Msk /*!< Channel 7 Half Transfer flag */ |
1890 | #define DMA_ISR_HTIF7 DMA_ISR_HTIF7_Msk /*!< Channel 7 Half Transfer flag */ |
1905 | #define DMA_ISR_TEIF7_Pos (27U) |
1891 | #define DMA_ISR_TEIF7_Pos (27U) |
1906 | #define DMA_ISR_TEIF7_Msk (0x1U << DMA_ISR_TEIF7_Pos) /*!< 0x08000000 */ |
1892 | #define DMA_ISR_TEIF7_Msk (0x1UL << DMA_ISR_TEIF7_Pos) /*!< 0x08000000 */ |
1907 | #define DMA_ISR_TEIF7 DMA_ISR_TEIF7_Msk /*!< Channel 7 Transfer Error flag */ |
1893 | #define DMA_ISR_TEIF7 DMA_ISR_TEIF7_Msk /*!< Channel 7 Transfer Error flag */ |
1908 | 1894 | ||
1909 | /******************* Bit definition for DMA_IFCR register *******************/ |
1895 | /******************* Bit definition for DMA_IFCR register *******************/ |
1910 | #define DMA_IFCR_CGIF1_Pos (0U) |
1896 | #define DMA_IFCR_CGIF1_Pos (0U) |
1911 | #define DMA_IFCR_CGIF1_Msk (0x1U << DMA_IFCR_CGIF1_Pos) /*!< 0x00000001 */ |
1897 | #define DMA_IFCR_CGIF1_Msk (0x1UL << DMA_IFCR_CGIF1_Pos) /*!< 0x00000001 */ |
1912 | #define DMA_IFCR_CGIF1 DMA_IFCR_CGIF1_Msk /*!< Channel 1 Global interrupt clear */ |
1898 | #define DMA_IFCR_CGIF1 DMA_IFCR_CGIF1_Msk /*!< Channel 1 Global interrupt clear */ |
1913 | #define DMA_IFCR_CTCIF1_Pos (1U) |
1899 | #define DMA_IFCR_CTCIF1_Pos (1U) |
1914 | #define DMA_IFCR_CTCIF1_Msk (0x1U << DMA_IFCR_CTCIF1_Pos) /*!< 0x00000002 */ |
1900 | #define DMA_IFCR_CTCIF1_Msk (0x1UL << DMA_IFCR_CTCIF1_Pos) /*!< 0x00000002 */ |
1915 | #define DMA_IFCR_CTCIF1 DMA_IFCR_CTCIF1_Msk /*!< Channel 1 Transfer Complete clear */ |
1901 | #define DMA_IFCR_CTCIF1 DMA_IFCR_CTCIF1_Msk /*!< Channel 1 Transfer Complete clear */ |
1916 | #define DMA_IFCR_CHTIF1_Pos (2U) |
1902 | #define DMA_IFCR_CHTIF1_Pos (2U) |
1917 | #define DMA_IFCR_CHTIF1_Msk (0x1U << DMA_IFCR_CHTIF1_Pos) /*!< 0x00000004 */ |
1903 | #define DMA_IFCR_CHTIF1_Msk (0x1UL << DMA_IFCR_CHTIF1_Pos) /*!< 0x00000004 */ |
1918 | #define DMA_IFCR_CHTIF1 DMA_IFCR_CHTIF1_Msk /*!< Channel 1 Half Transfer clear */ |
1904 | #define DMA_IFCR_CHTIF1 DMA_IFCR_CHTIF1_Msk /*!< Channel 1 Half Transfer clear */ |
1919 | #define DMA_IFCR_CTEIF1_Pos (3U) |
1905 | #define DMA_IFCR_CTEIF1_Pos (3U) |
1920 | #define DMA_IFCR_CTEIF1_Msk (0x1U << DMA_IFCR_CTEIF1_Pos) /*!< 0x00000008 */ |
1906 | #define DMA_IFCR_CTEIF1_Msk (0x1UL << DMA_IFCR_CTEIF1_Pos) /*!< 0x00000008 */ |
1921 | #define DMA_IFCR_CTEIF1 DMA_IFCR_CTEIF1_Msk /*!< Channel 1 Transfer Error clear */ |
1907 | #define DMA_IFCR_CTEIF1 DMA_IFCR_CTEIF1_Msk /*!< Channel 1 Transfer Error clear */ |
1922 | #define DMA_IFCR_CGIF2_Pos (4U) |
1908 | #define DMA_IFCR_CGIF2_Pos (4U) |
1923 | #define DMA_IFCR_CGIF2_Msk (0x1U << DMA_IFCR_CGIF2_Pos) /*!< 0x00000010 */ |
1909 | #define DMA_IFCR_CGIF2_Msk (0x1UL << DMA_IFCR_CGIF2_Pos) /*!< 0x00000010 */ |
1924 | #define DMA_IFCR_CGIF2 DMA_IFCR_CGIF2_Msk /*!< Channel 2 Global interrupt clear */ |
1910 | #define DMA_IFCR_CGIF2 DMA_IFCR_CGIF2_Msk /*!< Channel 2 Global interrupt clear */ |
1925 | #define DMA_IFCR_CTCIF2_Pos (5U) |
1911 | #define DMA_IFCR_CTCIF2_Pos (5U) |
1926 | #define DMA_IFCR_CTCIF2_Msk (0x1U << DMA_IFCR_CTCIF2_Pos) /*!< 0x00000020 */ |
1912 | #define DMA_IFCR_CTCIF2_Msk (0x1UL << DMA_IFCR_CTCIF2_Pos) /*!< 0x00000020 */ |
1927 | #define DMA_IFCR_CTCIF2 DMA_IFCR_CTCIF2_Msk /*!< Channel 2 Transfer Complete clear */ |
1913 | #define DMA_IFCR_CTCIF2 DMA_IFCR_CTCIF2_Msk /*!< Channel 2 Transfer Complete clear */ |
1928 | #define DMA_IFCR_CHTIF2_Pos (6U) |
1914 | #define DMA_IFCR_CHTIF2_Pos (6U) |
1929 | #define DMA_IFCR_CHTIF2_Msk (0x1U << DMA_IFCR_CHTIF2_Pos) /*!< 0x00000040 */ |
1915 | #define DMA_IFCR_CHTIF2_Msk (0x1UL << DMA_IFCR_CHTIF2_Pos) /*!< 0x00000040 */ |
1930 | #define DMA_IFCR_CHTIF2 DMA_IFCR_CHTIF2_Msk /*!< Channel 2 Half Transfer clear */ |
1916 | #define DMA_IFCR_CHTIF2 DMA_IFCR_CHTIF2_Msk /*!< Channel 2 Half Transfer clear */ |
1931 | #define DMA_IFCR_CTEIF2_Pos (7U) |
1917 | #define DMA_IFCR_CTEIF2_Pos (7U) |
1932 | #define DMA_IFCR_CTEIF2_Msk (0x1U << DMA_IFCR_CTEIF2_Pos) /*!< 0x00000080 */ |
1918 | #define DMA_IFCR_CTEIF2_Msk (0x1UL << DMA_IFCR_CTEIF2_Pos) /*!< 0x00000080 */ |
1933 | #define DMA_IFCR_CTEIF2 DMA_IFCR_CTEIF2_Msk /*!< Channel 2 Transfer Error clear */ |
1919 | #define DMA_IFCR_CTEIF2 DMA_IFCR_CTEIF2_Msk /*!< Channel 2 Transfer Error clear */ |
1934 | #define DMA_IFCR_CGIF3_Pos (8U) |
1920 | #define DMA_IFCR_CGIF3_Pos (8U) |
1935 | #define DMA_IFCR_CGIF3_Msk (0x1U << DMA_IFCR_CGIF3_Pos) /*!< 0x00000100 */ |
1921 | #define DMA_IFCR_CGIF3_Msk (0x1UL << DMA_IFCR_CGIF3_Pos) /*!< 0x00000100 */ |
1936 | #define DMA_IFCR_CGIF3 DMA_IFCR_CGIF3_Msk /*!< Channel 3 Global interrupt clear */ |
1922 | #define DMA_IFCR_CGIF3 DMA_IFCR_CGIF3_Msk /*!< Channel 3 Global interrupt clear */ |
1937 | #define DMA_IFCR_CTCIF3_Pos (9U) |
1923 | #define DMA_IFCR_CTCIF3_Pos (9U) |
1938 | #define DMA_IFCR_CTCIF3_Msk (0x1U << DMA_IFCR_CTCIF3_Pos) /*!< 0x00000200 */ |
1924 | #define DMA_IFCR_CTCIF3_Msk (0x1UL << DMA_IFCR_CTCIF3_Pos) /*!< 0x00000200 */ |
1939 | #define DMA_IFCR_CTCIF3 DMA_IFCR_CTCIF3_Msk /*!< Channel 3 Transfer Complete clear */ |
1925 | #define DMA_IFCR_CTCIF3 DMA_IFCR_CTCIF3_Msk /*!< Channel 3 Transfer Complete clear */ |
1940 | #define DMA_IFCR_CHTIF3_Pos (10U) |
1926 | #define DMA_IFCR_CHTIF3_Pos (10U) |
1941 | #define DMA_IFCR_CHTIF3_Msk (0x1U << DMA_IFCR_CHTIF3_Pos) /*!< 0x00000400 */ |
1927 | #define DMA_IFCR_CHTIF3_Msk (0x1UL << DMA_IFCR_CHTIF3_Pos) /*!< 0x00000400 */ |
1942 | #define DMA_IFCR_CHTIF3 DMA_IFCR_CHTIF3_Msk /*!< Channel 3 Half Transfer clear */ |
1928 | #define DMA_IFCR_CHTIF3 DMA_IFCR_CHTIF3_Msk /*!< Channel 3 Half Transfer clear */ |
1943 | #define DMA_IFCR_CTEIF3_Pos (11U) |
1929 | #define DMA_IFCR_CTEIF3_Pos (11U) |
1944 | #define DMA_IFCR_CTEIF3_Msk (0x1U << DMA_IFCR_CTEIF3_Pos) /*!< 0x00000800 */ |
1930 | #define DMA_IFCR_CTEIF3_Msk (0x1UL << DMA_IFCR_CTEIF3_Pos) /*!< 0x00000800 */ |
1945 | #define DMA_IFCR_CTEIF3 DMA_IFCR_CTEIF3_Msk /*!< Channel 3 Transfer Error clear */ |
1931 | #define DMA_IFCR_CTEIF3 DMA_IFCR_CTEIF3_Msk /*!< Channel 3 Transfer Error clear */ |
1946 | #define DMA_IFCR_CGIF4_Pos (12U) |
1932 | #define DMA_IFCR_CGIF4_Pos (12U) |
1947 | #define DMA_IFCR_CGIF4_Msk (0x1U << DMA_IFCR_CGIF4_Pos) /*!< 0x00001000 */ |
1933 | #define DMA_IFCR_CGIF4_Msk (0x1UL << DMA_IFCR_CGIF4_Pos) /*!< 0x00001000 */ |
1948 | #define DMA_IFCR_CGIF4 DMA_IFCR_CGIF4_Msk /*!< Channel 4 Global interrupt clear */ |
1934 | #define DMA_IFCR_CGIF4 DMA_IFCR_CGIF4_Msk /*!< Channel 4 Global interrupt clear */ |
1949 | #define DMA_IFCR_CTCIF4_Pos (13U) |
1935 | #define DMA_IFCR_CTCIF4_Pos (13U) |
1950 | #define DMA_IFCR_CTCIF4_Msk (0x1U << DMA_IFCR_CTCIF4_Pos) /*!< 0x00002000 */ |
1936 | #define DMA_IFCR_CTCIF4_Msk (0x1UL << DMA_IFCR_CTCIF4_Pos) /*!< 0x00002000 */ |
1951 | #define DMA_IFCR_CTCIF4 DMA_IFCR_CTCIF4_Msk /*!< Channel 4 Transfer Complete clear */ |
1937 | #define DMA_IFCR_CTCIF4 DMA_IFCR_CTCIF4_Msk /*!< Channel 4 Transfer Complete clear */ |
1952 | #define DMA_IFCR_CHTIF4_Pos (14U) |
1938 | #define DMA_IFCR_CHTIF4_Pos (14U) |
1953 | #define DMA_IFCR_CHTIF4_Msk (0x1U << DMA_IFCR_CHTIF4_Pos) /*!< 0x00004000 */ |
1939 | #define DMA_IFCR_CHTIF4_Msk (0x1UL << DMA_IFCR_CHTIF4_Pos) /*!< 0x00004000 */ |
1954 | #define DMA_IFCR_CHTIF4 DMA_IFCR_CHTIF4_Msk /*!< Channel 4 Half Transfer clear */ |
1940 | #define DMA_IFCR_CHTIF4 DMA_IFCR_CHTIF4_Msk /*!< Channel 4 Half Transfer clear */ |
1955 | #define DMA_IFCR_CTEIF4_Pos (15U) |
1941 | #define DMA_IFCR_CTEIF4_Pos (15U) |
1956 | #define DMA_IFCR_CTEIF4_Msk (0x1U << DMA_IFCR_CTEIF4_Pos) /*!< 0x00008000 */ |
1942 | #define DMA_IFCR_CTEIF4_Msk (0x1UL << DMA_IFCR_CTEIF4_Pos) /*!< 0x00008000 */ |
1957 | #define DMA_IFCR_CTEIF4 DMA_IFCR_CTEIF4_Msk /*!< Channel 4 Transfer Error clear */ |
1943 | #define DMA_IFCR_CTEIF4 DMA_IFCR_CTEIF4_Msk /*!< Channel 4 Transfer Error clear */ |
1958 | #define DMA_IFCR_CGIF5_Pos (16U) |
1944 | #define DMA_IFCR_CGIF5_Pos (16U) |
1959 | #define DMA_IFCR_CGIF5_Msk (0x1U << DMA_IFCR_CGIF5_Pos) /*!< 0x00010000 */ |
1945 | #define DMA_IFCR_CGIF5_Msk (0x1UL << DMA_IFCR_CGIF5_Pos) /*!< 0x00010000 */ |
1960 | #define DMA_IFCR_CGIF5 DMA_IFCR_CGIF5_Msk /*!< Channel 5 Global interrupt clear */ |
1946 | #define DMA_IFCR_CGIF5 DMA_IFCR_CGIF5_Msk /*!< Channel 5 Global interrupt clear */ |
1961 | #define DMA_IFCR_CTCIF5_Pos (17U) |
1947 | #define DMA_IFCR_CTCIF5_Pos (17U) |
1962 | #define DMA_IFCR_CTCIF5_Msk (0x1U << DMA_IFCR_CTCIF5_Pos) /*!< 0x00020000 */ |
1948 | #define DMA_IFCR_CTCIF5_Msk (0x1UL << DMA_IFCR_CTCIF5_Pos) /*!< 0x00020000 */ |
1963 | #define DMA_IFCR_CTCIF5 DMA_IFCR_CTCIF5_Msk /*!< Channel 5 Transfer Complete clear */ |
1949 | #define DMA_IFCR_CTCIF5 DMA_IFCR_CTCIF5_Msk /*!< Channel 5 Transfer Complete clear */ |
1964 | #define DMA_IFCR_CHTIF5_Pos (18U) |
1950 | #define DMA_IFCR_CHTIF5_Pos (18U) |
1965 | #define DMA_IFCR_CHTIF5_Msk (0x1U << DMA_IFCR_CHTIF5_Pos) /*!< 0x00040000 */ |
1951 | #define DMA_IFCR_CHTIF5_Msk (0x1UL << DMA_IFCR_CHTIF5_Pos) /*!< 0x00040000 */ |
1966 | #define DMA_IFCR_CHTIF5 DMA_IFCR_CHTIF5_Msk /*!< Channel 5 Half Transfer clear */ |
1952 | #define DMA_IFCR_CHTIF5 DMA_IFCR_CHTIF5_Msk /*!< Channel 5 Half Transfer clear */ |
1967 | #define DMA_IFCR_CTEIF5_Pos (19U) |
1953 | #define DMA_IFCR_CTEIF5_Pos (19U) |
1968 | #define DMA_IFCR_CTEIF5_Msk (0x1U << DMA_IFCR_CTEIF5_Pos) /*!< 0x00080000 */ |
1954 | #define DMA_IFCR_CTEIF5_Msk (0x1UL << DMA_IFCR_CTEIF5_Pos) /*!< 0x00080000 */ |
1969 | #define DMA_IFCR_CTEIF5 DMA_IFCR_CTEIF5_Msk /*!< Channel 5 Transfer Error clear */ |
1955 | #define DMA_IFCR_CTEIF5 DMA_IFCR_CTEIF5_Msk /*!< Channel 5 Transfer Error clear */ |
1970 | #define DMA_IFCR_CGIF6_Pos (20U) |
1956 | #define DMA_IFCR_CGIF6_Pos (20U) |
1971 | #define DMA_IFCR_CGIF6_Msk (0x1U << DMA_IFCR_CGIF6_Pos) /*!< 0x00100000 */ |
1957 | #define DMA_IFCR_CGIF6_Msk (0x1UL << DMA_IFCR_CGIF6_Pos) /*!< 0x00100000 */ |
1972 | #define DMA_IFCR_CGIF6 DMA_IFCR_CGIF6_Msk /*!< Channel 6 Global interrupt clear */ |
1958 | #define DMA_IFCR_CGIF6 DMA_IFCR_CGIF6_Msk /*!< Channel 6 Global interrupt clear */ |
1973 | #define DMA_IFCR_CTCIF6_Pos (21U) |
1959 | #define DMA_IFCR_CTCIF6_Pos (21U) |
1974 | #define DMA_IFCR_CTCIF6_Msk (0x1U << DMA_IFCR_CTCIF6_Pos) /*!< 0x00200000 */ |
1960 | #define DMA_IFCR_CTCIF6_Msk (0x1UL << DMA_IFCR_CTCIF6_Pos) /*!< 0x00200000 */ |
1975 | #define DMA_IFCR_CTCIF6 DMA_IFCR_CTCIF6_Msk /*!< Channel 6 Transfer Complete clear */ |
1961 | #define DMA_IFCR_CTCIF6 DMA_IFCR_CTCIF6_Msk /*!< Channel 6 Transfer Complete clear */ |
1976 | #define DMA_IFCR_CHTIF6_Pos (22U) |
1962 | #define DMA_IFCR_CHTIF6_Pos (22U) |
1977 | #define DMA_IFCR_CHTIF6_Msk (0x1U << DMA_IFCR_CHTIF6_Pos) /*!< 0x00400000 */ |
1963 | #define DMA_IFCR_CHTIF6_Msk (0x1UL << DMA_IFCR_CHTIF6_Pos) /*!< 0x00400000 */ |
1978 | #define DMA_IFCR_CHTIF6 DMA_IFCR_CHTIF6_Msk /*!< Channel 6 Half Transfer clear */ |
1964 | #define DMA_IFCR_CHTIF6 DMA_IFCR_CHTIF6_Msk /*!< Channel 6 Half Transfer clear */ |
1979 | #define DMA_IFCR_CTEIF6_Pos (23U) |
1965 | #define DMA_IFCR_CTEIF6_Pos (23U) |
1980 | #define DMA_IFCR_CTEIF6_Msk (0x1U << DMA_IFCR_CTEIF6_Pos) /*!< 0x00800000 */ |
1966 | #define DMA_IFCR_CTEIF6_Msk (0x1UL << DMA_IFCR_CTEIF6_Pos) /*!< 0x00800000 */ |
1981 | #define DMA_IFCR_CTEIF6 DMA_IFCR_CTEIF6_Msk /*!< Channel 6 Transfer Error clear */ |
1967 | #define DMA_IFCR_CTEIF6 DMA_IFCR_CTEIF6_Msk /*!< Channel 6 Transfer Error clear */ |
1982 | #define DMA_IFCR_CGIF7_Pos (24U) |
1968 | #define DMA_IFCR_CGIF7_Pos (24U) |
1983 | #define DMA_IFCR_CGIF7_Msk (0x1U << DMA_IFCR_CGIF7_Pos) /*!< 0x01000000 */ |
1969 | #define DMA_IFCR_CGIF7_Msk (0x1UL << DMA_IFCR_CGIF7_Pos) /*!< 0x01000000 */ |
1984 | #define DMA_IFCR_CGIF7 DMA_IFCR_CGIF7_Msk /*!< Channel 7 Global interrupt clear */ |
1970 | #define DMA_IFCR_CGIF7 DMA_IFCR_CGIF7_Msk /*!< Channel 7 Global interrupt clear */ |
1985 | #define DMA_IFCR_CTCIF7_Pos (25U) |
1971 | #define DMA_IFCR_CTCIF7_Pos (25U) |
1986 | #define DMA_IFCR_CTCIF7_Msk (0x1U << DMA_IFCR_CTCIF7_Pos) /*!< 0x02000000 */ |
1972 | #define DMA_IFCR_CTCIF7_Msk (0x1UL << DMA_IFCR_CTCIF7_Pos) /*!< 0x02000000 */ |
1987 | #define DMA_IFCR_CTCIF7 DMA_IFCR_CTCIF7_Msk /*!< Channel 7 Transfer Complete clear */ |
1973 | #define DMA_IFCR_CTCIF7 DMA_IFCR_CTCIF7_Msk /*!< Channel 7 Transfer Complete clear */ |
1988 | #define DMA_IFCR_CHTIF7_Pos (26U) |
1974 | #define DMA_IFCR_CHTIF7_Pos (26U) |
1989 | #define DMA_IFCR_CHTIF7_Msk (0x1U << DMA_IFCR_CHTIF7_Pos) /*!< 0x04000000 */ |
1975 | #define DMA_IFCR_CHTIF7_Msk (0x1UL << DMA_IFCR_CHTIF7_Pos) /*!< 0x04000000 */ |
1990 | #define DMA_IFCR_CHTIF7 DMA_IFCR_CHTIF7_Msk /*!< Channel 7 Half Transfer clear */ |
1976 | #define DMA_IFCR_CHTIF7 DMA_IFCR_CHTIF7_Msk /*!< Channel 7 Half Transfer clear */ |
1991 | #define DMA_IFCR_CTEIF7_Pos (27U) |
1977 | #define DMA_IFCR_CTEIF7_Pos (27U) |
1992 | #define DMA_IFCR_CTEIF7_Msk (0x1U << DMA_IFCR_CTEIF7_Pos) /*!< 0x08000000 */ |
1978 | #define DMA_IFCR_CTEIF7_Msk (0x1UL << DMA_IFCR_CTEIF7_Pos) /*!< 0x08000000 */ |
1993 | #define DMA_IFCR_CTEIF7 DMA_IFCR_CTEIF7_Msk /*!< Channel 7 Transfer Error clear */ |
1979 | #define DMA_IFCR_CTEIF7 DMA_IFCR_CTEIF7_Msk /*!< Channel 7 Transfer Error clear */ |
1994 | 1980 | ||
1995 | /******************* Bit definition for DMA_CCR register *******************/ |
1981 | /******************* Bit definition for DMA_CCR register *******************/ |
1996 | #define DMA_CCR_EN_Pos (0U) |
1982 | #define DMA_CCR_EN_Pos (0U) |
1997 | #define DMA_CCR_EN_Msk (0x1U << DMA_CCR_EN_Pos) /*!< 0x00000001 */ |
1983 | #define DMA_CCR_EN_Msk (0x1UL << DMA_CCR_EN_Pos) /*!< 0x00000001 */ |
1998 | #define DMA_CCR_EN DMA_CCR_EN_Msk /*!< Channel enable*/ |
1984 | #define DMA_CCR_EN DMA_CCR_EN_Msk /*!< Channel enable*/ |
1999 | #define DMA_CCR_TCIE_Pos (1U) |
1985 | #define DMA_CCR_TCIE_Pos (1U) |
2000 | #define DMA_CCR_TCIE_Msk (0x1U << DMA_CCR_TCIE_Pos) /*!< 0x00000002 */ |
1986 | #define DMA_CCR_TCIE_Msk (0x1UL << DMA_CCR_TCIE_Pos) /*!< 0x00000002 */ |
2001 | #define DMA_CCR_TCIE DMA_CCR_TCIE_Msk /*!< Transfer complete interrupt enable */ |
1987 | #define DMA_CCR_TCIE DMA_CCR_TCIE_Msk /*!< Transfer complete interrupt enable */ |
2002 | #define DMA_CCR_HTIE_Pos (2U) |
1988 | #define DMA_CCR_HTIE_Pos (2U) |
2003 | #define DMA_CCR_HTIE_Msk (0x1U << DMA_CCR_HTIE_Pos) /*!< 0x00000004 */ |
1989 | #define DMA_CCR_HTIE_Msk (0x1UL << DMA_CCR_HTIE_Pos) /*!< 0x00000004 */ |
2004 | #define DMA_CCR_HTIE DMA_CCR_HTIE_Msk /*!< Half Transfer interrupt enable */ |
1990 | #define DMA_CCR_HTIE DMA_CCR_HTIE_Msk /*!< Half Transfer interrupt enable */ |
2005 | #define DMA_CCR_TEIE_Pos (3U) |
1991 | #define DMA_CCR_TEIE_Pos (3U) |
2006 | #define DMA_CCR_TEIE_Msk (0x1U << DMA_CCR_TEIE_Pos) /*!< 0x00000008 */ |
1992 | #define DMA_CCR_TEIE_Msk (0x1UL << DMA_CCR_TEIE_Pos) /*!< 0x00000008 */ |
2007 | #define DMA_CCR_TEIE DMA_CCR_TEIE_Msk /*!< Transfer error interrupt enable */ |
1993 | #define DMA_CCR_TEIE DMA_CCR_TEIE_Msk /*!< Transfer error interrupt enable */ |
2008 | #define DMA_CCR_DIR_Pos (4U) |
1994 | #define DMA_CCR_DIR_Pos (4U) |
2009 | #define DMA_CCR_DIR_Msk (0x1U << DMA_CCR_DIR_Pos) /*!< 0x00000010 */ |
1995 | #define DMA_CCR_DIR_Msk (0x1UL << DMA_CCR_DIR_Pos) /*!< 0x00000010 */ |
2010 | #define DMA_CCR_DIR DMA_CCR_DIR_Msk /*!< Data transfer direction */ |
1996 | #define DMA_CCR_DIR DMA_CCR_DIR_Msk /*!< Data transfer direction */ |
2011 | #define DMA_CCR_CIRC_Pos (5U) |
1997 | #define DMA_CCR_CIRC_Pos (5U) |
2012 | #define DMA_CCR_CIRC_Msk (0x1U << DMA_CCR_CIRC_Pos) /*!< 0x00000020 */ |
1998 | #define DMA_CCR_CIRC_Msk (0x1UL << DMA_CCR_CIRC_Pos) /*!< 0x00000020 */ |
2013 | #define DMA_CCR_CIRC DMA_CCR_CIRC_Msk /*!< Circular mode */ |
1999 | #define DMA_CCR_CIRC DMA_CCR_CIRC_Msk /*!< Circular mode */ |
2014 | #define DMA_CCR_PINC_Pos (6U) |
2000 | #define DMA_CCR_PINC_Pos (6U) |
2015 | #define DMA_CCR_PINC_Msk (0x1U << DMA_CCR_PINC_Pos) /*!< 0x00000040 */ |
2001 | #define DMA_CCR_PINC_Msk (0x1UL << DMA_CCR_PINC_Pos) /*!< 0x00000040 */ |
2016 | #define DMA_CCR_PINC DMA_CCR_PINC_Msk /*!< Peripheral increment mode */ |
2002 | #define DMA_CCR_PINC DMA_CCR_PINC_Msk /*!< Peripheral increment mode */ |
2017 | #define DMA_CCR_MINC_Pos (7U) |
2003 | #define DMA_CCR_MINC_Pos (7U) |
2018 | #define DMA_CCR_MINC_Msk (0x1U << DMA_CCR_MINC_Pos) /*!< 0x00000080 */ |
2004 | #define DMA_CCR_MINC_Msk (0x1UL << DMA_CCR_MINC_Pos) /*!< 0x00000080 */ |
2019 | #define DMA_CCR_MINC DMA_CCR_MINC_Msk /*!< Memory increment mode */ |
2005 | #define DMA_CCR_MINC DMA_CCR_MINC_Msk /*!< Memory increment mode */ |
2020 | 2006 | ||
2021 | #define DMA_CCR_PSIZE_Pos (8U) |
2007 | #define DMA_CCR_PSIZE_Pos (8U) |
2022 | #define DMA_CCR_PSIZE_Msk (0x3U << DMA_CCR_PSIZE_Pos) /*!< 0x00000300 */ |
2008 | #define DMA_CCR_PSIZE_Msk (0x3UL << DMA_CCR_PSIZE_Pos) /*!< 0x00000300 */ |
2023 | #define DMA_CCR_PSIZE DMA_CCR_PSIZE_Msk /*!< PSIZE[1:0] bits (Peripheral size) */ |
2009 | #define DMA_CCR_PSIZE DMA_CCR_PSIZE_Msk /*!< PSIZE[1:0] bits (Peripheral size) */ |
2024 | #define DMA_CCR_PSIZE_0 (0x1U << DMA_CCR_PSIZE_Pos) /*!< 0x00000100 */ |
2010 | #define DMA_CCR_PSIZE_0 (0x1UL << DMA_CCR_PSIZE_Pos) /*!< 0x00000100 */ |
2025 | #define DMA_CCR_PSIZE_1 (0x2U << DMA_CCR_PSIZE_Pos) /*!< 0x00000200 */ |
2011 | #define DMA_CCR_PSIZE_1 (0x2UL << DMA_CCR_PSIZE_Pos) /*!< 0x00000200 */ |
2026 | 2012 | ||
2027 | #define DMA_CCR_MSIZE_Pos (10U) |
2013 | #define DMA_CCR_MSIZE_Pos (10U) |
2028 | #define DMA_CCR_MSIZE_Msk (0x3U << DMA_CCR_MSIZE_Pos) /*!< 0x00000C00 */ |
2014 | #define DMA_CCR_MSIZE_Msk (0x3UL << DMA_CCR_MSIZE_Pos) /*!< 0x00000C00 */ |
2029 | #define DMA_CCR_MSIZE DMA_CCR_MSIZE_Msk /*!< MSIZE[1:0] bits (Memory size) */ |
2015 | #define DMA_CCR_MSIZE DMA_CCR_MSIZE_Msk /*!< MSIZE[1:0] bits (Memory size) */ |
2030 | #define DMA_CCR_MSIZE_0 (0x1U << DMA_CCR_MSIZE_Pos) /*!< 0x00000400 */ |
2016 | #define DMA_CCR_MSIZE_0 (0x1UL << DMA_CCR_MSIZE_Pos) /*!< 0x00000400 */ |
2031 | #define DMA_CCR_MSIZE_1 (0x2U << DMA_CCR_MSIZE_Pos) /*!< 0x00000800 */ |
2017 | #define DMA_CCR_MSIZE_1 (0x2UL << DMA_CCR_MSIZE_Pos) /*!< 0x00000800 */ |
2032 | 2018 | ||
2033 | #define DMA_CCR_PL_Pos (12U) |
2019 | #define DMA_CCR_PL_Pos (12U) |
2034 | #define DMA_CCR_PL_Msk (0x3U << DMA_CCR_PL_Pos) /*!< 0x00003000 */ |
2020 | #define DMA_CCR_PL_Msk (0x3UL << DMA_CCR_PL_Pos) /*!< 0x00003000 */ |
2035 | #define DMA_CCR_PL DMA_CCR_PL_Msk /*!< PL[1:0] bits(Channel Priority level) */ |
2021 | #define DMA_CCR_PL DMA_CCR_PL_Msk /*!< PL[1:0] bits(Channel Priority level) */ |
2036 | #define DMA_CCR_PL_0 (0x1U << DMA_CCR_PL_Pos) /*!< 0x00001000 */ |
2022 | #define DMA_CCR_PL_0 (0x1UL << DMA_CCR_PL_Pos) /*!< 0x00001000 */ |
2037 | #define DMA_CCR_PL_1 (0x2U << DMA_CCR_PL_Pos) /*!< 0x00002000 */ |
2023 | #define DMA_CCR_PL_1 (0x2UL << DMA_CCR_PL_Pos) /*!< 0x00002000 */ |
2038 | 2024 | ||
2039 | #define DMA_CCR_MEM2MEM_Pos (14U) |
2025 | #define DMA_CCR_MEM2MEM_Pos (14U) |
2040 | #define DMA_CCR_MEM2MEM_Msk (0x1U << DMA_CCR_MEM2MEM_Pos) /*!< 0x00004000 */ |
2026 | #define DMA_CCR_MEM2MEM_Msk (0x1UL << DMA_CCR_MEM2MEM_Pos) /*!< 0x00004000 */ |
2041 | #define DMA_CCR_MEM2MEM DMA_CCR_MEM2MEM_Msk /*!< Memory to memory mode */ |
2027 | #define DMA_CCR_MEM2MEM DMA_CCR_MEM2MEM_Msk /*!< Memory to memory mode */ |
2042 | 2028 | ||
2043 | /****************** Bit definition generic for DMA_CNDTR register *******************/ |
2029 | /****************** Bit definition generic for DMA_CNDTR register *******************/ |
2044 | #define DMA_CNDTR_NDT_Pos (0U) |
2030 | #define DMA_CNDTR_NDT_Pos (0U) |
2045 | #define DMA_CNDTR_NDT_Msk (0xFFFFU << DMA_CNDTR_NDT_Pos) /*!< 0x0000FFFF */ |
2031 | #define DMA_CNDTR_NDT_Msk (0xFFFFUL << DMA_CNDTR_NDT_Pos) /*!< 0x0000FFFF */ |
2046 | #define DMA_CNDTR_NDT DMA_CNDTR_NDT_Msk /*!< Number of data to Transfer */ |
2032 | #define DMA_CNDTR_NDT DMA_CNDTR_NDT_Msk /*!< Number of data to Transfer */ |
2047 | 2033 | ||
2048 | /****************** Bit definition for DMA_CNDTR1 register ******************/ |
2034 | /****************** Bit definition for DMA_CNDTR1 register ******************/ |
2049 | #define DMA_CNDTR1_NDT_Pos (0U) |
2035 | #define DMA_CNDTR1_NDT_Pos (0U) |
2050 | #define DMA_CNDTR1_NDT_Msk (0xFFFFU << DMA_CNDTR1_NDT_Pos) /*!< 0x0000FFFF */ |
2036 | #define DMA_CNDTR1_NDT_Msk (0xFFFFUL << DMA_CNDTR1_NDT_Pos) /*!< 0x0000FFFF */ |
2051 | #define DMA_CNDTR1_NDT DMA_CNDTR1_NDT_Msk /*!< Number of data to Transfer */ |
2037 | #define DMA_CNDTR1_NDT DMA_CNDTR1_NDT_Msk /*!< Number of data to Transfer */ |
2052 | 2038 | ||
2053 | /****************** Bit definition for DMA_CNDTR2 register ******************/ |
2039 | /****************** Bit definition for DMA_CNDTR2 register ******************/ |
2054 | #define DMA_CNDTR2_NDT_Pos (0U) |
2040 | #define DMA_CNDTR2_NDT_Pos (0U) |
2055 | #define DMA_CNDTR2_NDT_Msk (0xFFFFU << DMA_CNDTR2_NDT_Pos) /*!< 0x0000FFFF */ |
2041 | #define DMA_CNDTR2_NDT_Msk (0xFFFFUL << DMA_CNDTR2_NDT_Pos) /*!< 0x0000FFFF */ |
2056 | #define DMA_CNDTR2_NDT DMA_CNDTR2_NDT_Msk /*!< Number of data to Transfer */ |
2042 | #define DMA_CNDTR2_NDT DMA_CNDTR2_NDT_Msk /*!< Number of data to Transfer */ |
2057 | 2043 | ||
2058 | /****************** Bit definition for DMA_CNDTR3 register ******************/ |
2044 | /****************** Bit definition for DMA_CNDTR3 register ******************/ |
2059 | #define DMA_CNDTR3_NDT_Pos (0U) |
2045 | #define DMA_CNDTR3_NDT_Pos (0U) |
2060 | #define DMA_CNDTR3_NDT_Msk (0xFFFFU << DMA_CNDTR3_NDT_Pos) /*!< 0x0000FFFF */ |
2046 | #define DMA_CNDTR3_NDT_Msk (0xFFFFUL << DMA_CNDTR3_NDT_Pos) /*!< 0x0000FFFF */ |
2061 | #define DMA_CNDTR3_NDT DMA_CNDTR3_NDT_Msk /*!< Number of data to Transfer */ |
2047 | #define DMA_CNDTR3_NDT DMA_CNDTR3_NDT_Msk /*!< Number of data to Transfer */ |
2062 | 2048 | ||
2063 | /****************** Bit definition for DMA_CNDTR4 register ******************/ |
2049 | /****************** Bit definition for DMA_CNDTR4 register ******************/ |
2064 | #define DMA_CNDTR4_NDT_Pos (0U) |
2050 | #define DMA_CNDTR4_NDT_Pos (0U) |
2065 | #define DMA_CNDTR4_NDT_Msk (0xFFFFU << DMA_CNDTR4_NDT_Pos) /*!< 0x0000FFFF */ |
2051 | #define DMA_CNDTR4_NDT_Msk (0xFFFFUL << DMA_CNDTR4_NDT_Pos) /*!< 0x0000FFFF */ |
2066 | #define DMA_CNDTR4_NDT DMA_CNDTR4_NDT_Msk /*!< Number of data to Transfer */ |
2052 | #define DMA_CNDTR4_NDT DMA_CNDTR4_NDT_Msk /*!< Number of data to Transfer */ |
2067 | 2053 | ||
2068 | /****************** Bit definition for DMA_CNDTR5 register ******************/ |
2054 | /****************** Bit definition for DMA_CNDTR5 register ******************/ |
2069 | #define DMA_CNDTR5_NDT_Pos (0U) |
2055 | #define DMA_CNDTR5_NDT_Pos (0U) |
2070 | #define DMA_CNDTR5_NDT_Msk (0xFFFFU << DMA_CNDTR5_NDT_Pos) /*!< 0x0000FFFF */ |
2056 | #define DMA_CNDTR5_NDT_Msk (0xFFFFUL << DMA_CNDTR5_NDT_Pos) /*!< 0x0000FFFF */ |
2071 | #define DMA_CNDTR5_NDT DMA_CNDTR5_NDT_Msk /*!< Number of data to Transfer */ |
2057 | #define DMA_CNDTR5_NDT DMA_CNDTR5_NDT_Msk /*!< Number of data to Transfer */ |
2072 | 2058 | ||
2073 | /****************** Bit definition for DMA_CNDTR6 register ******************/ |
2059 | /****************** Bit definition for DMA_CNDTR6 register ******************/ |
2074 | #define DMA_CNDTR6_NDT_Pos (0U) |
2060 | #define DMA_CNDTR6_NDT_Pos (0U) |
2075 | #define DMA_CNDTR6_NDT_Msk (0xFFFFU << DMA_CNDTR6_NDT_Pos) /*!< 0x0000FFFF */ |
2061 | #define DMA_CNDTR6_NDT_Msk (0xFFFFUL << DMA_CNDTR6_NDT_Pos) /*!< 0x0000FFFF */ |
2076 | #define DMA_CNDTR6_NDT DMA_CNDTR6_NDT_Msk /*!< Number of data to Transfer */ |
2062 | #define DMA_CNDTR6_NDT DMA_CNDTR6_NDT_Msk /*!< Number of data to Transfer */ |
2077 | 2063 | ||
2078 | /****************** Bit definition for DMA_CNDTR7 register ******************/ |
2064 | /****************** Bit definition for DMA_CNDTR7 register ******************/ |
2079 | #define DMA_CNDTR7_NDT_Pos (0U) |
2065 | #define DMA_CNDTR7_NDT_Pos (0U) |
2080 | #define DMA_CNDTR7_NDT_Msk (0xFFFFU << DMA_CNDTR7_NDT_Pos) /*!< 0x0000FFFF */ |
2066 | #define DMA_CNDTR7_NDT_Msk (0xFFFFUL << DMA_CNDTR7_NDT_Pos) /*!< 0x0000FFFF */ |
2081 | #define DMA_CNDTR7_NDT DMA_CNDTR7_NDT_Msk /*!< Number of data to Transfer */ |
2067 | #define DMA_CNDTR7_NDT DMA_CNDTR7_NDT_Msk /*!< Number of data to Transfer */ |
2082 | 2068 | ||
2083 | /****************** Bit definition generic for DMA_CPAR register ********************/ |
2069 | /****************** Bit definition generic for DMA_CPAR register ********************/ |
2084 | #define DMA_CPAR_PA_Pos (0U) |
2070 | #define DMA_CPAR_PA_Pos (0U) |
2085 | #define DMA_CPAR_PA_Msk (0xFFFFFFFFU << DMA_CPAR_PA_Pos) /*!< 0xFFFFFFFF */ |
2071 | #define DMA_CPAR_PA_Msk (0xFFFFFFFFUL << DMA_CPAR_PA_Pos) /*!< 0xFFFFFFFF */ |
2086 | #define DMA_CPAR_PA DMA_CPAR_PA_Msk /*!< Peripheral Address */ |
2072 | #define DMA_CPAR_PA DMA_CPAR_PA_Msk /*!< Peripheral Address */ |
2087 | 2073 | ||
2088 | /****************** Bit definition for DMA_CPAR1 register *******************/ |
2074 | /****************** Bit definition for DMA_CPAR1 register *******************/ |
2089 | #define DMA_CPAR1_PA_Pos (0U) |
2075 | #define DMA_CPAR1_PA_Pos (0U) |
2090 | #define DMA_CPAR1_PA_Msk (0xFFFFFFFFU << DMA_CPAR1_PA_Pos) /*!< 0xFFFFFFFF */ |
2076 | #define DMA_CPAR1_PA_Msk (0xFFFFFFFFUL << DMA_CPAR1_PA_Pos) /*!< 0xFFFFFFFF */ |
2091 | #define DMA_CPAR1_PA DMA_CPAR1_PA_Msk /*!< Peripheral Address */ |
2077 | #define DMA_CPAR1_PA DMA_CPAR1_PA_Msk /*!< Peripheral Address */ |
2092 | 2078 | ||
2093 | /****************** Bit definition for DMA_CPAR2 register *******************/ |
2079 | /****************** Bit definition for DMA_CPAR2 register *******************/ |
2094 | #define DMA_CPAR2_PA_Pos (0U) |
2080 | #define DMA_CPAR2_PA_Pos (0U) |
2095 | #define DMA_CPAR2_PA_Msk (0xFFFFFFFFU << DMA_CPAR2_PA_Pos) /*!< 0xFFFFFFFF */ |
2081 | #define DMA_CPAR2_PA_Msk (0xFFFFFFFFUL << DMA_CPAR2_PA_Pos) /*!< 0xFFFFFFFF */ |
2096 | #define DMA_CPAR2_PA DMA_CPAR2_PA_Msk /*!< Peripheral Address */ |
2082 | #define DMA_CPAR2_PA DMA_CPAR2_PA_Msk /*!< Peripheral Address */ |
2097 | 2083 | ||
2098 | /****************** Bit definition for DMA_CPAR3 register *******************/ |
2084 | /****************** Bit definition for DMA_CPAR3 register *******************/ |
2099 | #define DMA_CPAR3_PA_Pos (0U) |
2085 | #define DMA_CPAR3_PA_Pos (0U) |
2100 | #define DMA_CPAR3_PA_Msk (0xFFFFFFFFU << DMA_CPAR3_PA_Pos) /*!< 0xFFFFFFFF */ |
2086 | #define DMA_CPAR3_PA_Msk (0xFFFFFFFFUL << DMA_CPAR3_PA_Pos) /*!< 0xFFFFFFFF */ |
2101 | #define DMA_CPAR3_PA DMA_CPAR3_PA_Msk /*!< Peripheral Address */ |
2087 | #define DMA_CPAR3_PA DMA_CPAR3_PA_Msk /*!< Peripheral Address */ |
2102 | 2088 | ||
2103 | 2089 | ||
2104 | /****************** Bit definition for DMA_CPAR4 register *******************/ |
2090 | /****************** Bit definition for DMA_CPAR4 register *******************/ |
2105 | #define DMA_CPAR4_PA_Pos (0U) |
2091 | #define DMA_CPAR4_PA_Pos (0U) |
2106 | #define DMA_CPAR4_PA_Msk (0xFFFFFFFFU << DMA_CPAR4_PA_Pos) /*!< 0xFFFFFFFF */ |
2092 | #define DMA_CPAR4_PA_Msk (0xFFFFFFFFUL << DMA_CPAR4_PA_Pos) /*!< 0xFFFFFFFF */ |
2107 | #define DMA_CPAR4_PA DMA_CPAR4_PA_Msk /*!< Peripheral Address */ |
2093 | #define DMA_CPAR4_PA DMA_CPAR4_PA_Msk /*!< Peripheral Address */ |
2108 | 2094 | ||
2109 | /****************** Bit definition for DMA_CPAR5 register *******************/ |
2095 | /****************** Bit definition for DMA_CPAR5 register *******************/ |
2110 | #define DMA_CPAR5_PA_Pos (0U) |
2096 | #define DMA_CPAR5_PA_Pos (0U) |
2111 | #define DMA_CPAR5_PA_Msk (0xFFFFFFFFU << DMA_CPAR5_PA_Pos) /*!< 0xFFFFFFFF */ |
2097 | #define DMA_CPAR5_PA_Msk (0xFFFFFFFFUL << DMA_CPAR5_PA_Pos) /*!< 0xFFFFFFFF */ |
2112 | #define DMA_CPAR5_PA DMA_CPAR5_PA_Msk /*!< Peripheral Address */ |
2098 | #define DMA_CPAR5_PA DMA_CPAR5_PA_Msk /*!< Peripheral Address */ |
2113 | 2099 | ||
2114 | /****************** Bit definition for DMA_CPAR6 register *******************/ |
2100 | /****************** Bit definition for DMA_CPAR6 register *******************/ |
2115 | #define DMA_CPAR6_PA_Pos (0U) |
2101 | #define DMA_CPAR6_PA_Pos (0U) |
2116 | #define DMA_CPAR6_PA_Msk (0xFFFFFFFFU << DMA_CPAR6_PA_Pos) /*!< 0xFFFFFFFF */ |
2102 | #define DMA_CPAR6_PA_Msk (0xFFFFFFFFUL << DMA_CPAR6_PA_Pos) /*!< 0xFFFFFFFF */ |
2117 | #define DMA_CPAR6_PA DMA_CPAR6_PA_Msk /*!< Peripheral Address */ |
2103 | #define DMA_CPAR6_PA DMA_CPAR6_PA_Msk /*!< Peripheral Address */ |
2118 | 2104 | ||
2119 | 2105 | ||
2120 | /****************** Bit definition for DMA_CPAR7 register *******************/ |
2106 | /****************** Bit definition for DMA_CPAR7 register *******************/ |
2121 | #define DMA_CPAR7_PA_Pos (0U) |
2107 | #define DMA_CPAR7_PA_Pos (0U) |
2122 | #define DMA_CPAR7_PA_Msk (0xFFFFFFFFU << DMA_CPAR7_PA_Pos) /*!< 0xFFFFFFFF */ |
2108 | #define DMA_CPAR7_PA_Msk (0xFFFFFFFFUL << DMA_CPAR7_PA_Pos) /*!< 0xFFFFFFFF */ |
2123 | #define DMA_CPAR7_PA DMA_CPAR7_PA_Msk /*!< Peripheral Address */ |
2109 | #define DMA_CPAR7_PA DMA_CPAR7_PA_Msk /*!< Peripheral Address */ |
2124 | 2110 | ||
2125 | /****************** Bit definition generic for DMA_CMAR register ********************/ |
2111 | /****************** Bit definition generic for DMA_CMAR register ********************/ |
2126 | #define DMA_CMAR_MA_Pos (0U) |
2112 | #define DMA_CMAR_MA_Pos (0U) |
2127 | #define DMA_CMAR_MA_Msk (0xFFFFFFFFU << DMA_CMAR_MA_Pos) /*!< 0xFFFFFFFF */ |
2113 | #define DMA_CMAR_MA_Msk (0xFFFFFFFFUL << DMA_CMAR_MA_Pos) /*!< 0xFFFFFFFF */ |
2128 | #define DMA_CMAR_MA DMA_CMAR_MA_Msk /*!< Memory Address */ |
2114 | #define DMA_CMAR_MA DMA_CMAR_MA_Msk /*!< Memory Address */ |
2129 | 2115 | ||
2130 | /****************** Bit definition for DMA_CMAR1 register *******************/ |
2116 | /****************** Bit definition for DMA_CMAR1 register *******************/ |
2131 | #define DMA_CMAR1_MA_Pos (0U) |
2117 | #define DMA_CMAR1_MA_Pos (0U) |
2132 | #define DMA_CMAR1_MA_Msk (0xFFFFFFFFU << DMA_CMAR1_MA_Pos) /*!< 0xFFFFFFFF */ |
2118 | #define DMA_CMAR1_MA_Msk (0xFFFFFFFFUL << DMA_CMAR1_MA_Pos) /*!< 0xFFFFFFFF */ |
2133 | #define DMA_CMAR1_MA DMA_CMAR1_MA_Msk /*!< Memory Address */ |
2119 | #define DMA_CMAR1_MA DMA_CMAR1_MA_Msk /*!< Memory Address */ |
2134 | 2120 | ||
2135 | /****************** Bit definition for DMA_CMAR2 register *******************/ |
2121 | /****************** Bit definition for DMA_CMAR2 register *******************/ |
2136 | #define DMA_CMAR2_MA_Pos (0U) |
2122 | #define DMA_CMAR2_MA_Pos (0U) |
2137 | #define DMA_CMAR2_MA_Msk (0xFFFFFFFFU << DMA_CMAR2_MA_Pos) /*!< 0xFFFFFFFF */ |
2123 | #define DMA_CMAR2_MA_Msk (0xFFFFFFFFUL << DMA_CMAR2_MA_Pos) /*!< 0xFFFFFFFF */ |
2138 | #define DMA_CMAR2_MA DMA_CMAR2_MA_Msk /*!< Memory Address */ |
2124 | #define DMA_CMAR2_MA DMA_CMAR2_MA_Msk /*!< Memory Address */ |
2139 | 2125 | ||
2140 | /****************** Bit definition for DMA_CMAR3 register *******************/ |
2126 | /****************** Bit definition for DMA_CMAR3 register *******************/ |
2141 | #define DMA_CMAR3_MA_Pos (0U) |
2127 | #define DMA_CMAR3_MA_Pos (0U) |
2142 | #define DMA_CMAR3_MA_Msk (0xFFFFFFFFU << DMA_CMAR3_MA_Pos) /*!< 0xFFFFFFFF */ |
2128 | #define DMA_CMAR3_MA_Msk (0xFFFFFFFFUL << DMA_CMAR3_MA_Pos) /*!< 0xFFFFFFFF */ |
2143 | #define DMA_CMAR3_MA DMA_CMAR3_MA_Msk /*!< Memory Address */ |
2129 | #define DMA_CMAR3_MA DMA_CMAR3_MA_Msk /*!< Memory Address */ |
2144 | 2130 | ||
2145 | 2131 | ||
2146 | /****************** Bit definition for DMA_CMAR4 register *******************/ |
2132 | /****************** Bit definition for DMA_CMAR4 register *******************/ |
2147 | #define DMA_CMAR4_MA_Pos (0U) |
2133 | #define DMA_CMAR4_MA_Pos (0U) |
2148 | #define DMA_CMAR4_MA_Msk (0xFFFFFFFFU << DMA_CMAR4_MA_Pos) /*!< 0xFFFFFFFF */ |
2134 | #define DMA_CMAR4_MA_Msk (0xFFFFFFFFUL << DMA_CMAR4_MA_Pos) /*!< 0xFFFFFFFF */ |
2149 | #define DMA_CMAR4_MA DMA_CMAR4_MA_Msk /*!< Memory Address */ |
2135 | #define DMA_CMAR4_MA DMA_CMAR4_MA_Msk /*!< Memory Address */ |
2150 | 2136 | ||
2151 | /****************** Bit definition for DMA_CMAR5 register *******************/ |
2137 | /****************** Bit definition for DMA_CMAR5 register *******************/ |
2152 | #define DMA_CMAR5_MA_Pos (0U) |
2138 | #define DMA_CMAR5_MA_Pos (0U) |
2153 | #define DMA_CMAR5_MA_Msk (0xFFFFFFFFU << DMA_CMAR5_MA_Pos) /*!< 0xFFFFFFFF */ |
2139 | #define DMA_CMAR5_MA_Msk (0xFFFFFFFFUL << DMA_CMAR5_MA_Pos) /*!< 0xFFFFFFFF */ |
2154 | #define DMA_CMAR5_MA DMA_CMAR5_MA_Msk /*!< Memory Address */ |
2140 | #define DMA_CMAR5_MA DMA_CMAR5_MA_Msk /*!< Memory Address */ |
2155 | 2141 | ||
2156 | /****************** Bit definition for DMA_CMAR6 register *******************/ |
2142 | /****************** Bit definition for DMA_CMAR6 register *******************/ |
2157 | #define DMA_CMAR6_MA_Pos (0U) |
2143 | #define DMA_CMAR6_MA_Pos (0U) |
2158 | #define DMA_CMAR6_MA_Msk (0xFFFFFFFFU << DMA_CMAR6_MA_Pos) /*!< 0xFFFFFFFF */ |
2144 | #define DMA_CMAR6_MA_Msk (0xFFFFFFFFUL << DMA_CMAR6_MA_Pos) /*!< 0xFFFFFFFF */ |
2159 | #define DMA_CMAR6_MA DMA_CMAR6_MA_Msk /*!< Memory Address */ |
2145 | #define DMA_CMAR6_MA DMA_CMAR6_MA_Msk /*!< Memory Address */ |
2160 | 2146 | ||
2161 | /****************** Bit definition for DMA_CMAR7 register *******************/ |
2147 | /****************** Bit definition for DMA_CMAR7 register *******************/ |
2162 | #define DMA_CMAR7_MA_Pos (0U) |
2148 | #define DMA_CMAR7_MA_Pos (0U) |
2163 | #define DMA_CMAR7_MA_Msk (0xFFFFFFFFU << DMA_CMAR7_MA_Pos) /*!< 0xFFFFFFFF */ |
2149 | #define DMA_CMAR7_MA_Msk (0xFFFFFFFFUL << DMA_CMAR7_MA_Pos) /*!< 0xFFFFFFFF */ |
2164 | #define DMA_CMAR7_MA DMA_CMAR7_MA_Msk /*!< Memory Address */ |
2150 | #define DMA_CMAR7_MA DMA_CMAR7_MA_Msk /*!< Memory Address */ |
2165 | 2151 | ||
2166 | /******************************************************************************/ |
2152 | /******************************************************************************/ |
2167 | /* */ |
2153 | /* */ |
2168 | /* External Interrupt/Event Controller (EXTI) */ |
2154 | /* External Interrupt/Event Controller (EXTI) */ |
2169 | /* */ |
2155 | /* */ |
2170 | /******************************************************************************/ |
2156 | /******************************************************************************/ |
2171 | 2157 | ||
2172 | /******************* Bit definition for EXTI_IMR register *******************/ |
2158 | /******************* Bit definition for EXTI_IMR register *******************/ |
2173 | #define EXTI_IMR_MR0_Pos (0U) |
2159 | #define EXTI_IMR_MR0_Pos (0U) |
2174 | #define EXTI_IMR_MR0_Msk (0x1U << EXTI_IMR_MR0_Pos) /*!< 0x00000001 */ |
2160 | #define EXTI_IMR_MR0_Msk (0x1UL << EXTI_IMR_MR0_Pos) /*!< 0x00000001 */ |
2175 | #define EXTI_IMR_MR0 EXTI_IMR_MR0_Msk /*!< Interrupt Mask on line 0 */ |
2161 | #define EXTI_IMR_MR0 EXTI_IMR_MR0_Msk /*!< Interrupt Mask on line 0 */ |
2176 | #define EXTI_IMR_MR1_Pos (1U) |
2162 | #define EXTI_IMR_MR1_Pos (1U) |
2177 | #define EXTI_IMR_MR1_Msk (0x1U << EXTI_IMR_MR1_Pos) /*!< 0x00000002 */ |
2163 | #define EXTI_IMR_MR1_Msk (0x1UL << EXTI_IMR_MR1_Pos) /*!< 0x00000002 */ |
2178 | #define EXTI_IMR_MR1 EXTI_IMR_MR1_Msk /*!< Interrupt Mask on line 1 */ |
2164 | #define EXTI_IMR_MR1 EXTI_IMR_MR1_Msk /*!< Interrupt Mask on line 1 */ |
2179 | #define EXTI_IMR_MR2_Pos (2U) |
2165 | #define EXTI_IMR_MR2_Pos (2U) |
2180 | #define EXTI_IMR_MR2_Msk (0x1U << EXTI_IMR_MR2_Pos) /*!< 0x00000004 */ |
2166 | #define EXTI_IMR_MR2_Msk (0x1UL << EXTI_IMR_MR2_Pos) /*!< 0x00000004 */ |
2181 | #define EXTI_IMR_MR2 EXTI_IMR_MR2_Msk /*!< Interrupt Mask on line 2 */ |
2167 | #define EXTI_IMR_MR2 EXTI_IMR_MR2_Msk /*!< Interrupt Mask on line 2 */ |
2182 | #define EXTI_IMR_MR3_Pos (3U) |
2168 | #define EXTI_IMR_MR3_Pos (3U) |
2183 | #define EXTI_IMR_MR3_Msk (0x1U << EXTI_IMR_MR3_Pos) /*!< 0x00000008 */ |
2169 | #define EXTI_IMR_MR3_Msk (0x1UL << EXTI_IMR_MR3_Pos) /*!< 0x00000008 */ |
2184 | #define EXTI_IMR_MR3 EXTI_IMR_MR3_Msk /*!< Interrupt Mask on line 3 */ |
2170 | #define EXTI_IMR_MR3 EXTI_IMR_MR3_Msk /*!< Interrupt Mask on line 3 */ |
2185 | #define EXTI_IMR_MR4_Pos (4U) |
2171 | #define EXTI_IMR_MR4_Pos (4U) |
2186 | #define EXTI_IMR_MR4_Msk (0x1U << EXTI_IMR_MR4_Pos) /*!< 0x00000010 */ |
2172 | #define EXTI_IMR_MR4_Msk (0x1UL << EXTI_IMR_MR4_Pos) /*!< 0x00000010 */ |
2187 | #define EXTI_IMR_MR4 EXTI_IMR_MR4_Msk /*!< Interrupt Mask on line 4 */ |
2173 | #define EXTI_IMR_MR4 EXTI_IMR_MR4_Msk /*!< Interrupt Mask on line 4 */ |
2188 | #define EXTI_IMR_MR5_Pos (5U) |
2174 | #define EXTI_IMR_MR5_Pos (5U) |
2189 | #define EXTI_IMR_MR5_Msk (0x1U << EXTI_IMR_MR5_Pos) /*!< 0x00000020 */ |
2175 | #define EXTI_IMR_MR5_Msk (0x1UL << EXTI_IMR_MR5_Pos) /*!< 0x00000020 */ |
2190 | #define EXTI_IMR_MR5 EXTI_IMR_MR5_Msk /*!< Interrupt Mask on line 5 */ |
2176 | #define EXTI_IMR_MR5 EXTI_IMR_MR5_Msk /*!< Interrupt Mask on line 5 */ |
2191 | #define EXTI_IMR_MR6_Pos (6U) |
2177 | #define EXTI_IMR_MR6_Pos (6U) |
2192 | #define EXTI_IMR_MR6_Msk (0x1U << EXTI_IMR_MR6_Pos) /*!< 0x00000040 */ |
2178 | #define EXTI_IMR_MR6_Msk (0x1UL << EXTI_IMR_MR6_Pos) /*!< 0x00000040 */ |
2193 | #define EXTI_IMR_MR6 EXTI_IMR_MR6_Msk /*!< Interrupt Mask on line 6 */ |
2179 | #define EXTI_IMR_MR6 EXTI_IMR_MR6_Msk /*!< Interrupt Mask on line 6 */ |
2194 | #define EXTI_IMR_MR7_Pos (7U) |
2180 | #define EXTI_IMR_MR7_Pos (7U) |
2195 | #define EXTI_IMR_MR7_Msk (0x1U << EXTI_IMR_MR7_Pos) /*!< 0x00000080 */ |
2181 | #define EXTI_IMR_MR7_Msk (0x1UL << EXTI_IMR_MR7_Pos) /*!< 0x00000080 */ |
2196 | #define EXTI_IMR_MR7 EXTI_IMR_MR7_Msk /*!< Interrupt Mask on line 7 */ |
2182 | #define EXTI_IMR_MR7 EXTI_IMR_MR7_Msk /*!< Interrupt Mask on line 7 */ |
2197 | #define EXTI_IMR_MR8_Pos (8U) |
2183 | #define EXTI_IMR_MR8_Pos (8U) |
2198 | #define EXTI_IMR_MR8_Msk (0x1U << EXTI_IMR_MR8_Pos) /*!< 0x00000100 */ |
2184 | #define EXTI_IMR_MR8_Msk (0x1UL << EXTI_IMR_MR8_Pos) /*!< 0x00000100 */ |
2199 | #define EXTI_IMR_MR8 EXTI_IMR_MR8_Msk /*!< Interrupt Mask on line 8 */ |
2185 | #define EXTI_IMR_MR8 EXTI_IMR_MR8_Msk /*!< Interrupt Mask on line 8 */ |
2200 | #define EXTI_IMR_MR9_Pos (9U) |
2186 | #define EXTI_IMR_MR9_Pos (9U) |
2201 | #define EXTI_IMR_MR9_Msk (0x1U << EXTI_IMR_MR9_Pos) /*!< 0x00000200 */ |
2187 | #define EXTI_IMR_MR9_Msk (0x1UL << EXTI_IMR_MR9_Pos) /*!< 0x00000200 */ |
2202 | #define EXTI_IMR_MR9 EXTI_IMR_MR9_Msk /*!< Interrupt Mask on line 9 */ |
2188 | #define EXTI_IMR_MR9 EXTI_IMR_MR9_Msk /*!< Interrupt Mask on line 9 */ |
2203 | #define EXTI_IMR_MR10_Pos (10U) |
2189 | #define EXTI_IMR_MR10_Pos (10U) |
2204 | #define EXTI_IMR_MR10_Msk (0x1U << EXTI_IMR_MR10_Pos) /*!< 0x00000400 */ |
2190 | #define EXTI_IMR_MR10_Msk (0x1UL << EXTI_IMR_MR10_Pos) /*!< 0x00000400 */ |
2205 | #define EXTI_IMR_MR10 EXTI_IMR_MR10_Msk /*!< Interrupt Mask on line 10 */ |
2191 | #define EXTI_IMR_MR10 EXTI_IMR_MR10_Msk /*!< Interrupt Mask on line 10 */ |
2206 | #define EXTI_IMR_MR11_Pos (11U) |
2192 | #define EXTI_IMR_MR11_Pos (11U) |
2207 | #define EXTI_IMR_MR11_Msk (0x1U << EXTI_IMR_MR11_Pos) /*!< 0x00000800 */ |
2193 | #define EXTI_IMR_MR11_Msk (0x1UL << EXTI_IMR_MR11_Pos) /*!< 0x00000800 */ |
2208 | #define EXTI_IMR_MR11 EXTI_IMR_MR11_Msk /*!< Interrupt Mask on line 11 */ |
2194 | #define EXTI_IMR_MR11 EXTI_IMR_MR11_Msk /*!< Interrupt Mask on line 11 */ |
2209 | #define EXTI_IMR_MR12_Pos (12U) |
2195 | #define EXTI_IMR_MR12_Pos (12U) |
2210 | #define EXTI_IMR_MR12_Msk (0x1U << EXTI_IMR_MR12_Pos) /*!< 0x00001000 */ |
2196 | #define EXTI_IMR_MR12_Msk (0x1UL << EXTI_IMR_MR12_Pos) /*!< 0x00001000 */ |
2211 | #define EXTI_IMR_MR12 EXTI_IMR_MR12_Msk /*!< Interrupt Mask on line 12 */ |
2197 | #define EXTI_IMR_MR12 EXTI_IMR_MR12_Msk /*!< Interrupt Mask on line 12 */ |
2212 | #define EXTI_IMR_MR13_Pos (13U) |
2198 | #define EXTI_IMR_MR13_Pos (13U) |
2213 | #define EXTI_IMR_MR13_Msk (0x1U << EXTI_IMR_MR13_Pos) /*!< 0x00002000 */ |
2199 | #define EXTI_IMR_MR13_Msk (0x1UL << EXTI_IMR_MR13_Pos) /*!< 0x00002000 */ |
2214 | #define EXTI_IMR_MR13 EXTI_IMR_MR13_Msk /*!< Interrupt Mask on line 13 */ |
2200 | #define EXTI_IMR_MR13 EXTI_IMR_MR13_Msk /*!< Interrupt Mask on line 13 */ |
2215 | #define EXTI_IMR_MR14_Pos (14U) |
2201 | #define EXTI_IMR_MR14_Pos (14U) |
2216 | #define EXTI_IMR_MR14_Msk (0x1U << EXTI_IMR_MR14_Pos) /*!< 0x00004000 */ |
2202 | #define EXTI_IMR_MR14_Msk (0x1UL << EXTI_IMR_MR14_Pos) /*!< 0x00004000 */ |
2217 | #define EXTI_IMR_MR14 EXTI_IMR_MR14_Msk /*!< Interrupt Mask on line 14 */ |
2203 | #define EXTI_IMR_MR14 EXTI_IMR_MR14_Msk /*!< Interrupt Mask on line 14 */ |
2218 | #define EXTI_IMR_MR15_Pos (15U) |
2204 | #define EXTI_IMR_MR15_Pos (15U) |
2219 | #define EXTI_IMR_MR15_Msk (0x1U << EXTI_IMR_MR15_Pos) /*!< 0x00008000 */ |
2205 | #define EXTI_IMR_MR15_Msk (0x1UL << EXTI_IMR_MR15_Pos) /*!< 0x00008000 */ |
2220 | #define EXTI_IMR_MR15 EXTI_IMR_MR15_Msk /*!< Interrupt Mask on line 15 */ |
2206 | #define EXTI_IMR_MR15 EXTI_IMR_MR15_Msk /*!< Interrupt Mask on line 15 */ |
2221 | #define EXTI_IMR_MR16_Pos (16U) |
2207 | #define EXTI_IMR_MR16_Pos (16U) |
2222 | #define EXTI_IMR_MR16_Msk (0x1U << EXTI_IMR_MR16_Pos) /*!< 0x00010000 */ |
2208 | #define EXTI_IMR_MR16_Msk (0x1UL << EXTI_IMR_MR16_Pos) /*!< 0x00010000 */ |
2223 | #define EXTI_IMR_MR16 EXTI_IMR_MR16_Msk /*!< Interrupt Mask on line 16 */ |
2209 | #define EXTI_IMR_MR16 EXTI_IMR_MR16_Msk /*!< Interrupt Mask on line 16 */ |
2224 | #define EXTI_IMR_MR17_Pos (17U) |
2210 | #define EXTI_IMR_MR17_Pos (17U) |
2225 | #define EXTI_IMR_MR17_Msk (0x1U << EXTI_IMR_MR17_Pos) /*!< 0x00020000 */ |
2211 | #define EXTI_IMR_MR17_Msk (0x1UL << EXTI_IMR_MR17_Pos) /*!< 0x00020000 */ |
2226 | #define EXTI_IMR_MR17 EXTI_IMR_MR17_Msk /*!< Interrupt Mask on line 17 */ |
2212 | #define EXTI_IMR_MR17 EXTI_IMR_MR17_Msk /*!< Interrupt Mask on line 17 */ |
2227 | #define EXTI_IMR_MR18_Pos (18U) |
2213 | #define EXTI_IMR_MR18_Pos (18U) |
2228 | #define EXTI_IMR_MR18_Msk (0x1U << EXTI_IMR_MR18_Pos) /*!< 0x00040000 */ |
2214 | #define EXTI_IMR_MR18_Msk (0x1UL << EXTI_IMR_MR18_Pos) /*!< 0x00040000 */ |
2229 | #define EXTI_IMR_MR18 EXTI_IMR_MR18_Msk /*!< Interrupt Mask on line 18 */ |
2215 | #define EXTI_IMR_MR18 EXTI_IMR_MR18_Msk /*!< Interrupt Mask on line 18 */ |
2230 | #define EXTI_IMR_MR19_Pos (19U) |
2216 | #define EXTI_IMR_MR19_Pos (19U) |
2231 | #define EXTI_IMR_MR19_Msk (0x1U << EXTI_IMR_MR19_Pos) /*!< 0x00080000 */ |
2217 | #define EXTI_IMR_MR19_Msk (0x1UL << EXTI_IMR_MR19_Pos) /*!< 0x00080000 */ |
2232 | #define EXTI_IMR_MR19 EXTI_IMR_MR19_Msk /*!< Interrupt Mask on line 19 */ |
2218 | #define EXTI_IMR_MR19 EXTI_IMR_MR19_Msk /*!< Interrupt Mask on line 19 */ |
2233 | #define EXTI_IMR_MR20_Pos (20U) |
2219 | #define EXTI_IMR_MR20_Pos (20U) |
2234 | #define EXTI_IMR_MR20_Msk (0x1U << EXTI_IMR_MR20_Pos) /*!< 0x00100000 */ |
2220 | #define EXTI_IMR_MR20_Msk (0x1UL << EXTI_IMR_MR20_Pos) /*!< 0x00100000 */ |
2235 | #define EXTI_IMR_MR20 EXTI_IMR_MR20_Msk /*!< Interrupt Mask on line 20 */ |
2221 | #define EXTI_IMR_MR20 EXTI_IMR_MR20_Msk /*!< Interrupt Mask on line 20 */ |
2236 | #define EXTI_IMR_MR21_Pos (21U) |
2222 | #define EXTI_IMR_MR21_Pos (21U) |
2237 | #define EXTI_IMR_MR21_Msk (0x1U << EXTI_IMR_MR21_Pos) /*!< 0x00200000 */ |
2223 | #define EXTI_IMR_MR21_Msk (0x1UL << EXTI_IMR_MR21_Pos) /*!< 0x00200000 */ |
2238 | #define EXTI_IMR_MR21 EXTI_IMR_MR21_Msk /*!< Interrupt Mask on line 21 */ |
2224 | #define EXTI_IMR_MR21 EXTI_IMR_MR21_Msk /*!< Interrupt Mask on line 21 */ |
2239 | #define EXTI_IMR_MR22_Pos (22U) |
2225 | #define EXTI_IMR_MR22_Pos (22U) |
2240 | #define EXTI_IMR_MR22_Msk (0x1U << EXTI_IMR_MR22_Pos) /*!< 0x00400000 */ |
2226 | #define EXTI_IMR_MR22_Msk (0x1UL << EXTI_IMR_MR22_Pos) /*!< 0x00400000 */ |
2241 | #define EXTI_IMR_MR22 EXTI_IMR_MR22_Msk /*!< Interrupt Mask on line 22 */ |
2227 | #define EXTI_IMR_MR22 EXTI_IMR_MR22_Msk /*!< Interrupt Mask on line 22 */ |
2242 | /* Catgeroy 1 & 2 */ |
2228 | /* Catgeroy 1 & 2 */ |
2243 | 2229 | ||
2244 | /* References Defines */ |
2230 | /* References Defines */ |
2245 | #define EXTI_IMR_IM0 EXTI_IMR_MR0 |
2231 | #define EXTI_IMR_IM0 EXTI_IMR_MR0 |
Line 2265... | Line 2251... | ||
2265 | #define EXTI_IMR_IM20 EXTI_IMR_MR20 |
2251 | #define EXTI_IMR_IM20 EXTI_IMR_MR20 |
2266 | #define EXTI_IMR_IM21 EXTI_IMR_MR21 |
2252 | #define EXTI_IMR_IM21 EXTI_IMR_MR21 |
2267 | #define EXTI_IMR_IM22 EXTI_IMR_MR22 |
2253 | #define EXTI_IMR_IM22 EXTI_IMR_MR22 |
2268 | /* Catgeroy 1 & 2 */ |
2254 | /* Catgeroy 1 & 2 */ |
2269 | #define EXTI_IMR_IM_Pos (0U) |
2255 | #define EXTI_IMR_IM_Pos (0U) |
2270 | #define EXTI_IMR_IM_Msk (0x7FFFFFU << EXTI_IMR_IM_Pos) /*!< 0x007FFFFF */ |
2256 | #define EXTI_IMR_IM_Msk (0x7FFFFFUL << EXTI_IMR_IM_Pos) /*!< 0x007FFFFF */ |
2271 | #define EXTI_IMR_IM EXTI_IMR_IM_Msk /*!< Interrupt Mask All */ |
2257 | #define EXTI_IMR_IM EXTI_IMR_IM_Msk /*!< Interrupt Mask All */ |
2272 | 2258 | ||
2273 | /******************* Bit definition for EXTI_EMR register *******************/ |
2259 | /******************* Bit definition for EXTI_EMR register *******************/ |
2274 | #define EXTI_EMR_MR0_Pos (0U) |
2260 | #define EXTI_EMR_MR0_Pos (0U) |
2275 | #define EXTI_EMR_MR0_Msk (0x1U << EXTI_EMR_MR0_Pos) /*!< 0x00000001 */ |
2261 | #define EXTI_EMR_MR0_Msk (0x1UL << EXTI_EMR_MR0_Pos) /*!< 0x00000001 */ |
2276 | #define EXTI_EMR_MR0 EXTI_EMR_MR0_Msk /*!< Event Mask on line 0 */ |
2262 | #define EXTI_EMR_MR0 EXTI_EMR_MR0_Msk /*!< Event Mask on line 0 */ |
2277 | #define EXTI_EMR_MR1_Pos (1U) |
2263 | #define EXTI_EMR_MR1_Pos (1U) |
2278 | #define EXTI_EMR_MR1_Msk (0x1U << EXTI_EMR_MR1_Pos) /*!< 0x00000002 */ |
2264 | #define EXTI_EMR_MR1_Msk (0x1UL << EXTI_EMR_MR1_Pos) /*!< 0x00000002 */ |
2279 | #define EXTI_EMR_MR1 EXTI_EMR_MR1_Msk /*!< Event Mask on line 1 */ |
2265 | #define EXTI_EMR_MR1 EXTI_EMR_MR1_Msk /*!< Event Mask on line 1 */ |
2280 | #define EXTI_EMR_MR2_Pos (2U) |
2266 | #define EXTI_EMR_MR2_Pos (2U) |
2281 | #define EXTI_EMR_MR2_Msk (0x1U << EXTI_EMR_MR2_Pos) /*!< 0x00000004 */ |
2267 | #define EXTI_EMR_MR2_Msk (0x1UL << EXTI_EMR_MR2_Pos) /*!< 0x00000004 */ |
2282 | #define EXTI_EMR_MR2 EXTI_EMR_MR2_Msk /*!< Event Mask on line 2 */ |
2268 | #define EXTI_EMR_MR2 EXTI_EMR_MR2_Msk /*!< Event Mask on line 2 */ |
2283 | #define EXTI_EMR_MR3_Pos (3U) |
2269 | #define EXTI_EMR_MR3_Pos (3U) |
2284 | #define EXTI_EMR_MR3_Msk (0x1U << EXTI_EMR_MR3_Pos) /*!< 0x00000008 */ |
2270 | #define EXTI_EMR_MR3_Msk (0x1UL << EXTI_EMR_MR3_Pos) /*!< 0x00000008 */ |
2285 | #define EXTI_EMR_MR3 EXTI_EMR_MR3_Msk /*!< Event Mask on line 3 */ |
2271 | #define EXTI_EMR_MR3 EXTI_EMR_MR3_Msk /*!< Event Mask on line 3 */ |
2286 | #define EXTI_EMR_MR4_Pos (4U) |
2272 | #define EXTI_EMR_MR4_Pos (4U) |
2287 | #define EXTI_EMR_MR4_Msk (0x1U << EXTI_EMR_MR4_Pos) /*!< 0x00000010 */ |
2273 | #define EXTI_EMR_MR4_Msk (0x1UL << EXTI_EMR_MR4_Pos) /*!< 0x00000010 */ |
2288 | #define EXTI_EMR_MR4 EXTI_EMR_MR4_Msk /*!< Event Mask on line 4 */ |
2274 | #define EXTI_EMR_MR4 EXTI_EMR_MR4_Msk /*!< Event Mask on line 4 */ |
2289 | #define EXTI_EMR_MR5_Pos (5U) |
2275 | #define EXTI_EMR_MR5_Pos (5U) |
2290 | #define EXTI_EMR_MR5_Msk (0x1U << EXTI_EMR_MR5_Pos) /*!< 0x00000020 */ |
2276 | #define EXTI_EMR_MR5_Msk (0x1UL << EXTI_EMR_MR5_Pos) /*!< 0x00000020 */ |
2291 | #define EXTI_EMR_MR5 EXTI_EMR_MR5_Msk /*!< Event Mask on line 5 */ |
2277 | #define EXTI_EMR_MR5 EXTI_EMR_MR5_Msk /*!< Event Mask on line 5 */ |
2292 | #define EXTI_EMR_MR6_Pos (6U) |
2278 | #define EXTI_EMR_MR6_Pos (6U) |
2293 | #define EXTI_EMR_MR6_Msk (0x1U << EXTI_EMR_MR6_Pos) /*!< 0x00000040 */ |
2279 | #define EXTI_EMR_MR6_Msk (0x1UL << EXTI_EMR_MR6_Pos) /*!< 0x00000040 */ |
2294 | #define EXTI_EMR_MR6 EXTI_EMR_MR6_Msk /*!< Event Mask on line 6 */ |
2280 | #define EXTI_EMR_MR6 EXTI_EMR_MR6_Msk /*!< Event Mask on line 6 */ |
2295 | #define EXTI_EMR_MR7_Pos (7U) |
2281 | #define EXTI_EMR_MR7_Pos (7U) |
2296 | #define EXTI_EMR_MR7_Msk (0x1U << EXTI_EMR_MR7_Pos) /*!< 0x00000080 */ |
2282 | #define EXTI_EMR_MR7_Msk (0x1UL << EXTI_EMR_MR7_Pos) /*!< 0x00000080 */ |
2297 | #define EXTI_EMR_MR7 EXTI_EMR_MR7_Msk /*!< Event Mask on line 7 */ |
2283 | #define EXTI_EMR_MR7 EXTI_EMR_MR7_Msk /*!< Event Mask on line 7 */ |
2298 | #define EXTI_EMR_MR8_Pos (8U) |
2284 | #define EXTI_EMR_MR8_Pos (8U) |
2299 | #define EXTI_EMR_MR8_Msk (0x1U << EXTI_EMR_MR8_Pos) /*!< 0x00000100 */ |
2285 | #define EXTI_EMR_MR8_Msk (0x1UL << EXTI_EMR_MR8_Pos) /*!< 0x00000100 */ |
2300 | #define EXTI_EMR_MR8 EXTI_EMR_MR8_Msk /*!< Event Mask on line 8 */ |
2286 | #define EXTI_EMR_MR8 EXTI_EMR_MR8_Msk /*!< Event Mask on line 8 */ |
2301 | #define EXTI_EMR_MR9_Pos (9U) |
2287 | #define EXTI_EMR_MR9_Pos (9U) |
2302 | #define EXTI_EMR_MR9_Msk (0x1U << EXTI_EMR_MR9_Pos) /*!< 0x00000200 */ |
2288 | #define EXTI_EMR_MR9_Msk (0x1UL << EXTI_EMR_MR9_Pos) /*!< 0x00000200 */ |
2303 | #define EXTI_EMR_MR9 EXTI_EMR_MR9_Msk /*!< Event Mask on line 9 */ |
2289 | #define EXTI_EMR_MR9 EXTI_EMR_MR9_Msk /*!< Event Mask on line 9 */ |
2304 | #define EXTI_EMR_MR10_Pos (10U) |
2290 | #define EXTI_EMR_MR10_Pos (10U) |
2305 | #define EXTI_EMR_MR10_Msk (0x1U << EXTI_EMR_MR10_Pos) /*!< 0x00000400 */ |
2291 | #define EXTI_EMR_MR10_Msk (0x1UL << EXTI_EMR_MR10_Pos) /*!< 0x00000400 */ |
2306 | #define EXTI_EMR_MR10 EXTI_EMR_MR10_Msk /*!< Event Mask on line 10 */ |
2292 | #define EXTI_EMR_MR10 EXTI_EMR_MR10_Msk /*!< Event Mask on line 10 */ |
2307 | #define EXTI_EMR_MR11_Pos (11U) |
2293 | #define EXTI_EMR_MR11_Pos (11U) |
2308 | #define EXTI_EMR_MR11_Msk (0x1U << EXTI_EMR_MR11_Pos) /*!< 0x00000800 */ |
2294 | #define EXTI_EMR_MR11_Msk (0x1UL << EXTI_EMR_MR11_Pos) /*!< 0x00000800 */ |
2309 | #define EXTI_EMR_MR11 EXTI_EMR_MR11_Msk /*!< Event Mask on line 11 */ |
2295 | #define EXTI_EMR_MR11 EXTI_EMR_MR11_Msk /*!< Event Mask on line 11 */ |
2310 | #define EXTI_EMR_MR12_Pos (12U) |
2296 | #define EXTI_EMR_MR12_Pos (12U) |
2311 | #define EXTI_EMR_MR12_Msk (0x1U << EXTI_EMR_MR12_Pos) /*!< 0x00001000 */ |
2297 | #define EXTI_EMR_MR12_Msk (0x1UL << EXTI_EMR_MR12_Pos) /*!< 0x00001000 */ |
2312 | #define EXTI_EMR_MR12 EXTI_EMR_MR12_Msk /*!< Event Mask on line 12 */ |
2298 | #define EXTI_EMR_MR12 EXTI_EMR_MR12_Msk /*!< Event Mask on line 12 */ |
2313 | #define EXTI_EMR_MR13_Pos (13U) |
2299 | #define EXTI_EMR_MR13_Pos (13U) |
2314 | #define EXTI_EMR_MR13_Msk (0x1U << EXTI_EMR_MR13_Pos) /*!< 0x00002000 */ |
2300 | #define EXTI_EMR_MR13_Msk (0x1UL << EXTI_EMR_MR13_Pos) /*!< 0x00002000 */ |
2315 | #define EXTI_EMR_MR13 EXTI_EMR_MR13_Msk /*!< Event Mask on line 13 */ |
2301 | #define EXTI_EMR_MR13 EXTI_EMR_MR13_Msk /*!< Event Mask on line 13 */ |
2316 | #define EXTI_EMR_MR14_Pos (14U) |
2302 | #define EXTI_EMR_MR14_Pos (14U) |
2317 | #define EXTI_EMR_MR14_Msk (0x1U << EXTI_EMR_MR14_Pos) /*!< 0x00004000 */ |
2303 | #define EXTI_EMR_MR14_Msk (0x1UL << EXTI_EMR_MR14_Pos) /*!< 0x00004000 */ |
2318 | #define EXTI_EMR_MR14 EXTI_EMR_MR14_Msk /*!< Event Mask on line 14 */ |
2304 | #define EXTI_EMR_MR14 EXTI_EMR_MR14_Msk /*!< Event Mask on line 14 */ |
2319 | #define EXTI_EMR_MR15_Pos (15U) |
2305 | #define EXTI_EMR_MR15_Pos (15U) |
2320 | #define EXTI_EMR_MR15_Msk (0x1U << EXTI_EMR_MR15_Pos) /*!< 0x00008000 */ |
2306 | #define EXTI_EMR_MR15_Msk (0x1UL << EXTI_EMR_MR15_Pos) /*!< 0x00008000 */ |
2321 | #define EXTI_EMR_MR15 EXTI_EMR_MR15_Msk /*!< Event Mask on line 15 */ |
2307 | #define EXTI_EMR_MR15 EXTI_EMR_MR15_Msk /*!< Event Mask on line 15 */ |
2322 | #define EXTI_EMR_MR16_Pos (16U) |
2308 | #define EXTI_EMR_MR16_Pos (16U) |
2323 | #define EXTI_EMR_MR16_Msk (0x1U << EXTI_EMR_MR16_Pos) /*!< 0x00010000 */ |
2309 | #define EXTI_EMR_MR16_Msk (0x1UL << EXTI_EMR_MR16_Pos) /*!< 0x00010000 */ |
2324 | #define EXTI_EMR_MR16 EXTI_EMR_MR16_Msk /*!< Event Mask on line 16 */ |
2310 | #define EXTI_EMR_MR16 EXTI_EMR_MR16_Msk /*!< Event Mask on line 16 */ |
2325 | #define EXTI_EMR_MR17_Pos (17U) |
2311 | #define EXTI_EMR_MR17_Pos (17U) |
2326 | #define EXTI_EMR_MR17_Msk (0x1U << EXTI_EMR_MR17_Pos) /*!< 0x00020000 */ |
2312 | #define EXTI_EMR_MR17_Msk (0x1UL << EXTI_EMR_MR17_Pos) /*!< 0x00020000 */ |
2327 | #define EXTI_EMR_MR17 EXTI_EMR_MR17_Msk /*!< Event Mask on line 17 */ |
2313 | #define EXTI_EMR_MR17 EXTI_EMR_MR17_Msk /*!< Event Mask on line 17 */ |
2328 | #define EXTI_EMR_MR18_Pos (18U) |
2314 | #define EXTI_EMR_MR18_Pos (18U) |
2329 | #define EXTI_EMR_MR18_Msk (0x1U << EXTI_EMR_MR18_Pos) /*!< 0x00040000 */ |
2315 | #define EXTI_EMR_MR18_Msk (0x1UL << EXTI_EMR_MR18_Pos) /*!< 0x00040000 */ |
2330 | #define EXTI_EMR_MR18 EXTI_EMR_MR18_Msk /*!< Event Mask on line 18 */ |
2316 | #define EXTI_EMR_MR18 EXTI_EMR_MR18_Msk /*!< Event Mask on line 18 */ |
2331 | #define EXTI_EMR_MR19_Pos (19U) |
2317 | #define EXTI_EMR_MR19_Pos (19U) |
2332 | #define EXTI_EMR_MR19_Msk (0x1U << EXTI_EMR_MR19_Pos) /*!< 0x00080000 */ |
2318 | #define EXTI_EMR_MR19_Msk (0x1UL << EXTI_EMR_MR19_Pos) /*!< 0x00080000 */ |
2333 | #define EXTI_EMR_MR19 EXTI_EMR_MR19_Msk /*!< Event Mask on line 19 */ |
2319 | #define EXTI_EMR_MR19 EXTI_EMR_MR19_Msk /*!< Event Mask on line 19 */ |
2334 | #define EXTI_EMR_MR20_Pos (20U) |
2320 | #define EXTI_EMR_MR20_Pos (20U) |
2335 | #define EXTI_EMR_MR20_Msk (0x1U << EXTI_EMR_MR20_Pos) /*!< 0x00100000 */ |
2321 | #define EXTI_EMR_MR20_Msk (0x1UL << EXTI_EMR_MR20_Pos) /*!< 0x00100000 */ |
2336 | #define EXTI_EMR_MR20 EXTI_EMR_MR20_Msk /*!< Event Mask on line 20 */ |
2322 | #define EXTI_EMR_MR20 EXTI_EMR_MR20_Msk /*!< Event Mask on line 20 */ |
2337 | #define EXTI_EMR_MR21_Pos (21U) |
2323 | #define EXTI_EMR_MR21_Pos (21U) |
2338 | #define EXTI_EMR_MR21_Msk (0x1U << EXTI_EMR_MR21_Pos) /*!< 0x00200000 */ |
2324 | #define EXTI_EMR_MR21_Msk (0x1UL << EXTI_EMR_MR21_Pos) /*!< 0x00200000 */ |
2339 | #define EXTI_EMR_MR21 EXTI_EMR_MR21_Msk /*!< Event Mask on line 21 */ |
2325 | #define EXTI_EMR_MR21 EXTI_EMR_MR21_Msk /*!< Event Mask on line 21 */ |
2340 | #define EXTI_EMR_MR22_Pos (22U) |
2326 | #define EXTI_EMR_MR22_Pos (22U) |
2341 | #define EXTI_EMR_MR22_Msk (0x1U << EXTI_EMR_MR22_Pos) /*!< 0x00400000 */ |
2327 | #define EXTI_EMR_MR22_Msk (0x1UL << EXTI_EMR_MR22_Pos) /*!< 0x00400000 */ |
2342 | #define EXTI_EMR_MR22 EXTI_EMR_MR22_Msk /*!< Event Mask on line 22 */ |
2328 | #define EXTI_EMR_MR22 EXTI_EMR_MR22_Msk /*!< Event Mask on line 22 */ |
2343 | 2329 | ||
2344 | /* References Defines */ |
2330 | /* References Defines */ |
2345 | #define EXTI_EMR_EM0 EXTI_EMR_MR0 |
2331 | #define EXTI_EMR_EM0 EXTI_EMR_MR0 |
2346 | #define EXTI_EMR_EM1 EXTI_EMR_MR1 |
2332 | #define EXTI_EMR_EM1 EXTI_EMR_MR1 |
Line 2366... | Line 2352... | ||
2366 | #define EXTI_EMR_EM21 EXTI_EMR_MR21 |
2352 | #define EXTI_EMR_EM21 EXTI_EMR_MR21 |
2367 | #define EXTI_EMR_EM22 EXTI_EMR_MR22 |
2353 | #define EXTI_EMR_EM22 EXTI_EMR_MR22 |
2368 | 2354 | ||
2369 | /****************** Bit definition for EXTI_RTSR register *******************/ |
2355 | /****************** Bit definition for EXTI_RTSR register *******************/ |
2370 | #define EXTI_RTSR_TR0_Pos (0U) |
2356 | #define EXTI_RTSR_TR0_Pos (0U) |
2371 | #define EXTI_RTSR_TR0_Msk (0x1U << EXTI_RTSR_TR0_Pos) /*!< 0x00000001 */ |
2357 | #define EXTI_RTSR_TR0_Msk (0x1UL << EXTI_RTSR_TR0_Pos) /*!< 0x00000001 */ |
2372 | #define EXTI_RTSR_TR0 EXTI_RTSR_TR0_Msk /*!< Rising trigger event configuration bit of line 0 */ |
2358 | #define EXTI_RTSR_TR0 EXTI_RTSR_TR0_Msk /*!< Rising trigger event configuration bit of line 0 */ |
2373 | #define EXTI_RTSR_TR1_Pos (1U) |
2359 | #define EXTI_RTSR_TR1_Pos (1U) |
2374 | #define EXTI_RTSR_TR1_Msk (0x1U << EXTI_RTSR_TR1_Pos) /*!< 0x00000002 */ |
2360 | #define EXTI_RTSR_TR1_Msk (0x1UL << EXTI_RTSR_TR1_Pos) /*!< 0x00000002 */ |
2375 | #define EXTI_RTSR_TR1 EXTI_RTSR_TR1_Msk /*!< Rising trigger event configuration bit of line 1 */ |
2361 | #define EXTI_RTSR_TR1 EXTI_RTSR_TR1_Msk /*!< Rising trigger event configuration bit of line 1 */ |
2376 | #define EXTI_RTSR_TR2_Pos (2U) |
2362 | #define EXTI_RTSR_TR2_Pos (2U) |
2377 | #define EXTI_RTSR_TR2_Msk (0x1U << EXTI_RTSR_TR2_Pos) /*!< 0x00000004 */ |
2363 | #define EXTI_RTSR_TR2_Msk (0x1UL << EXTI_RTSR_TR2_Pos) /*!< 0x00000004 */ |
2378 | #define EXTI_RTSR_TR2 EXTI_RTSR_TR2_Msk /*!< Rising trigger event configuration bit of line 2 */ |
2364 | #define EXTI_RTSR_TR2 EXTI_RTSR_TR2_Msk /*!< Rising trigger event configuration bit of line 2 */ |
2379 | #define EXTI_RTSR_TR3_Pos (3U) |
2365 | #define EXTI_RTSR_TR3_Pos (3U) |
2380 | #define EXTI_RTSR_TR3_Msk (0x1U << EXTI_RTSR_TR3_Pos) /*!< 0x00000008 */ |
2366 | #define EXTI_RTSR_TR3_Msk (0x1UL << EXTI_RTSR_TR3_Pos) /*!< 0x00000008 */ |
2381 | #define EXTI_RTSR_TR3 EXTI_RTSR_TR3_Msk /*!< Rising trigger event configuration bit of line 3 */ |
2367 | #define EXTI_RTSR_TR3 EXTI_RTSR_TR3_Msk /*!< Rising trigger event configuration bit of line 3 */ |
2382 | #define EXTI_RTSR_TR4_Pos (4U) |
2368 | #define EXTI_RTSR_TR4_Pos (4U) |
2383 | #define EXTI_RTSR_TR4_Msk (0x1U << EXTI_RTSR_TR4_Pos) /*!< 0x00000010 */ |
2369 | #define EXTI_RTSR_TR4_Msk (0x1UL << EXTI_RTSR_TR4_Pos) /*!< 0x00000010 */ |
2384 | #define EXTI_RTSR_TR4 EXTI_RTSR_TR4_Msk /*!< Rising trigger event configuration bit of line 4 */ |
2370 | #define EXTI_RTSR_TR4 EXTI_RTSR_TR4_Msk /*!< Rising trigger event configuration bit of line 4 */ |
2385 | #define EXTI_RTSR_TR5_Pos (5U) |
2371 | #define EXTI_RTSR_TR5_Pos (5U) |
2386 | #define EXTI_RTSR_TR5_Msk (0x1U << EXTI_RTSR_TR5_Pos) /*!< 0x00000020 */ |
2372 | #define EXTI_RTSR_TR5_Msk (0x1UL << EXTI_RTSR_TR5_Pos) /*!< 0x00000020 */ |
2387 | #define EXTI_RTSR_TR5 EXTI_RTSR_TR5_Msk /*!< Rising trigger event configuration bit of line 5 */ |
2373 | #define EXTI_RTSR_TR5 EXTI_RTSR_TR5_Msk /*!< Rising trigger event configuration bit of line 5 */ |
2388 | #define EXTI_RTSR_TR6_Pos (6U) |
2374 | #define EXTI_RTSR_TR6_Pos (6U) |
2389 | #define EXTI_RTSR_TR6_Msk (0x1U << EXTI_RTSR_TR6_Pos) /*!< 0x00000040 */ |
2375 | #define EXTI_RTSR_TR6_Msk (0x1UL << EXTI_RTSR_TR6_Pos) /*!< 0x00000040 */ |
2390 | #define EXTI_RTSR_TR6 EXTI_RTSR_TR6_Msk /*!< Rising trigger event configuration bit of line 6 */ |
2376 | #define EXTI_RTSR_TR6 EXTI_RTSR_TR6_Msk /*!< Rising trigger event configuration bit of line 6 */ |
2391 | #define EXTI_RTSR_TR7_Pos (7U) |
2377 | #define EXTI_RTSR_TR7_Pos (7U) |
2392 | #define EXTI_RTSR_TR7_Msk (0x1U << EXTI_RTSR_TR7_Pos) /*!< 0x00000080 */ |
2378 | #define EXTI_RTSR_TR7_Msk (0x1UL << EXTI_RTSR_TR7_Pos) /*!< 0x00000080 */ |
2393 | #define EXTI_RTSR_TR7 EXTI_RTSR_TR7_Msk /*!< Rising trigger event configuration bit of line 7 */ |
2379 | #define EXTI_RTSR_TR7 EXTI_RTSR_TR7_Msk /*!< Rising trigger event configuration bit of line 7 */ |
2394 | #define EXTI_RTSR_TR8_Pos (8U) |
2380 | #define EXTI_RTSR_TR8_Pos (8U) |
2395 | #define EXTI_RTSR_TR8_Msk (0x1U << EXTI_RTSR_TR8_Pos) /*!< 0x00000100 */ |
2381 | #define EXTI_RTSR_TR8_Msk (0x1UL << EXTI_RTSR_TR8_Pos) /*!< 0x00000100 */ |
2396 | #define EXTI_RTSR_TR8 EXTI_RTSR_TR8_Msk /*!< Rising trigger event configuration bit of line 8 */ |
2382 | #define EXTI_RTSR_TR8 EXTI_RTSR_TR8_Msk /*!< Rising trigger event configuration bit of line 8 */ |
2397 | #define EXTI_RTSR_TR9_Pos (9U) |
2383 | #define EXTI_RTSR_TR9_Pos (9U) |
2398 | #define EXTI_RTSR_TR9_Msk (0x1U << EXTI_RTSR_TR9_Pos) /*!< 0x00000200 */ |
2384 | #define EXTI_RTSR_TR9_Msk (0x1UL << EXTI_RTSR_TR9_Pos) /*!< 0x00000200 */ |
2399 | #define EXTI_RTSR_TR9 EXTI_RTSR_TR9_Msk /*!< Rising trigger event configuration bit of line 9 */ |
2385 | #define EXTI_RTSR_TR9 EXTI_RTSR_TR9_Msk /*!< Rising trigger event configuration bit of line 9 */ |
2400 | #define EXTI_RTSR_TR10_Pos (10U) |
2386 | #define EXTI_RTSR_TR10_Pos (10U) |
2401 | #define EXTI_RTSR_TR10_Msk (0x1U << EXTI_RTSR_TR10_Pos) /*!< 0x00000400 */ |
2387 | #define EXTI_RTSR_TR10_Msk (0x1UL << EXTI_RTSR_TR10_Pos) /*!< 0x00000400 */ |
2402 | #define EXTI_RTSR_TR10 EXTI_RTSR_TR10_Msk /*!< Rising trigger event configuration bit of line 10 */ |
2388 | #define EXTI_RTSR_TR10 EXTI_RTSR_TR10_Msk /*!< Rising trigger event configuration bit of line 10 */ |
2403 | #define EXTI_RTSR_TR11_Pos (11U) |
2389 | #define EXTI_RTSR_TR11_Pos (11U) |
2404 | #define EXTI_RTSR_TR11_Msk (0x1U << EXTI_RTSR_TR11_Pos) /*!< 0x00000800 */ |
2390 | #define EXTI_RTSR_TR11_Msk (0x1UL << EXTI_RTSR_TR11_Pos) /*!< 0x00000800 */ |
2405 | #define EXTI_RTSR_TR11 EXTI_RTSR_TR11_Msk /*!< Rising trigger event configuration bit of line 11 */ |
2391 | #define EXTI_RTSR_TR11 EXTI_RTSR_TR11_Msk /*!< Rising trigger event configuration bit of line 11 */ |
2406 | #define EXTI_RTSR_TR12_Pos (12U) |
2392 | #define EXTI_RTSR_TR12_Pos (12U) |
2407 | #define EXTI_RTSR_TR12_Msk (0x1U << EXTI_RTSR_TR12_Pos) /*!< 0x00001000 */ |
2393 | #define EXTI_RTSR_TR12_Msk (0x1UL << EXTI_RTSR_TR12_Pos) /*!< 0x00001000 */ |
2408 | #define EXTI_RTSR_TR12 EXTI_RTSR_TR12_Msk /*!< Rising trigger event configuration bit of line 12 */ |
2394 | #define EXTI_RTSR_TR12 EXTI_RTSR_TR12_Msk /*!< Rising trigger event configuration bit of line 12 */ |
2409 | #define EXTI_RTSR_TR13_Pos (13U) |
2395 | #define EXTI_RTSR_TR13_Pos (13U) |
2410 | #define EXTI_RTSR_TR13_Msk (0x1U << EXTI_RTSR_TR13_Pos) /*!< 0x00002000 */ |
2396 | #define EXTI_RTSR_TR13_Msk (0x1UL << EXTI_RTSR_TR13_Pos) /*!< 0x00002000 */ |
2411 | #define EXTI_RTSR_TR13 EXTI_RTSR_TR13_Msk /*!< Rising trigger event configuration bit of line 13 */ |
2397 | #define EXTI_RTSR_TR13 EXTI_RTSR_TR13_Msk /*!< Rising trigger event configuration bit of line 13 */ |
2412 | #define EXTI_RTSR_TR14_Pos (14U) |
2398 | #define EXTI_RTSR_TR14_Pos (14U) |
2413 | #define EXTI_RTSR_TR14_Msk (0x1U << EXTI_RTSR_TR14_Pos) /*!< 0x00004000 */ |
2399 | #define EXTI_RTSR_TR14_Msk (0x1UL << EXTI_RTSR_TR14_Pos) /*!< 0x00004000 */ |
2414 | #define EXTI_RTSR_TR14 EXTI_RTSR_TR14_Msk /*!< Rising trigger event configuration bit of line 14 */ |
2400 | #define EXTI_RTSR_TR14 EXTI_RTSR_TR14_Msk /*!< Rising trigger event configuration bit of line 14 */ |
2415 | #define EXTI_RTSR_TR15_Pos (15U) |
2401 | #define EXTI_RTSR_TR15_Pos (15U) |
2416 | #define EXTI_RTSR_TR15_Msk (0x1U << EXTI_RTSR_TR15_Pos) /*!< 0x00008000 */ |
2402 | #define EXTI_RTSR_TR15_Msk (0x1UL << EXTI_RTSR_TR15_Pos) /*!< 0x00008000 */ |
2417 | #define EXTI_RTSR_TR15 EXTI_RTSR_TR15_Msk /*!< Rising trigger event configuration bit of line 15 */ |
2403 | #define EXTI_RTSR_TR15 EXTI_RTSR_TR15_Msk /*!< Rising trigger event configuration bit of line 15 */ |
2418 | #define EXTI_RTSR_TR16_Pos (16U) |
2404 | #define EXTI_RTSR_TR16_Pos (16U) |
2419 | #define EXTI_RTSR_TR16_Msk (0x1U << EXTI_RTSR_TR16_Pos) /*!< 0x00010000 */ |
2405 | #define EXTI_RTSR_TR16_Msk (0x1UL << EXTI_RTSR_TR16_Pos) /*!< 0x00010000 */ |
2420 | #define EXTI_RTSR_TR16 EXTI_RTSR_TR16_Msk /*!< Rising trigger event configuration bit of line 16 */ |
2406 | #define EXTI_RTSR_TR16 EXTI_RTSR_TR16_Msk /*!< Rising trigger event configuration bit of line 16 */ |
2421 | #define EXTI_RTSR_TR17_Pos (17U) |
2407 | #define EXTI_RTSR_TR17_Pos (17U) |
2422 | #define EXTI_RTSR_TR17_Msk (0x1U << EXTI_RTSR_TR17_Pos) /*!< 0x00020000 */ |
2408 | #define EXTI_RTSR_TR17_Msk (0x1UL << EXTI_RTSR_TR17_Pos) /*!< 0x00020000 */ |
2423 | #define EXTI_RTSR_TR17 EXTI_RTSR_TR17_Msk /*!< Rising trigger event configuration bit of line 17 */ |
2409 | #define EXTI_RTSR_TR17 EXTI_RTSR_TR17_Msk /*!< Rising trigger event configuration bit of line 17 */ |
2424 | #define EXTI_RTSR_TR18_Pos (18U) |
2410 | #define EXTI_RTSR_TR18_Pos (18U) |
2425 | #define EXTI_RTSR_TR18_Msk (0x1U << EXTI_RTSR_TR18_Pos) /*!< 0x00040000 */ |
2411 | #define EXTI_RTSR_TR18_Msk (0x1UL << EXTI_RTSR_TR18_Pos) /*!< 0x00040000 */ |
2426 | #define EXTI_RTSR_TR18 EXTI_RTSR_TR18_Msk /*!< Rising trigger event configuration bit of line 18 */ |
2412 | #define EXTI_RTSR_TR18 EXTI_RTSR_TR18_Msk /*!< Rising trigger event configuration bit of line 18 */ |
2427 | #define EXTI_RTSR_TR19_Pos (19U) |
2413 | #define EXTI_RTSR_TR19_Pos (19U) |
2428 | #define EXTI_RTSR_TR19_Msk (0x1U << EXTI_RTSR_TR19_Pos) /*!< 0x00080000 */ |
2414 | #define EXTI_RTSR_TR19_Msk (0x1UL << EXTI_RTSR_TR19_Pos) /*!< 0x00080000 */ |
2429 | #define EXTI_RTSR_TR19 EXTI_RTSR_TR19_Msk /*!< Rising trigger event configuration bit of line 19 */ |
2415 | #define EXTI_RTSR_TR19 EXTI_RTSR_TR19_Msk /*!< Rising trigger event configuration bit of line 19 */ |
2430 | #define EXTI_RTSR_TR20_Pos (20U) |
2416 | #define EXTI_RTSR_TR20_Pos (20U) |
2431 | #define EXTI_RTSR_TR20_Msk (0x1U << EXTI_RTSR_TR20_Pos) /*!< 0x00100000 */ |
2417 | #define EXTI_RTSR_TR20_Msk (0x1UL << EXTI_RTSR_TR20_Pos) /*!< 0x00100000 */ |
2432 | #define EXTI_RTSR_TR20 EXTI_RTSR_TR20_Msk /*!< Rising trigger event configuration bit of line 20 */ |
2418 | #define EXTI_RTSR_TR20 EXTI_RTSR_TR20_Msk /*!< Rising trigger event configuration bit of line 20 */ |
2433 | #define EXTI_RTSR_TR21_Pos (21U) |
2419 | #define EXTI_RTSR_TR21_Pos (21U) |
2434 | #define EXTI_RTSR_TR21_Msk (0x1U << EXTI_RTSR_TR21_Pos) /*!< 0x00200000 */ |
2420 | #define EXTI_RTSR_TR21_Msk (0x1UL << EXTI_RTSR_TR21_Pos) /*!< 0x00200000 */ |
2435 | #define EXTI_RTSR_TR21 EXTI_RTSR_TR21_Msk /*!< Rising trigger event configuration bit of line 21 */ |
2421 | #define EXTI_RTSR_TR21 EXTI_RTSR_TR21_Msk /*!< Rising trigger event configuration bit of line 21 */ |
2436 | #define EXTI_RTSR_TR22_Pos (22U) |
2422 | #define EXTI_RTSR_TR22_Pos (22U) |
2437 | #define EXTI_RTSR_TR22_Msk (0x1U << EXTI_RTSR_TR22_Pos) /*!< 0x00400000 */ |
2423 | #define EXTI_RTSR_TR22_Msk (0x1UL << EXTI_RTSR_TR22_Pos) /*!< 0x00400000 */ |
2438 | #define EXTI_RTSR_TR22 EXTI_RTSR_TR22_Msk /*!< Rising trigger event configuration bit of line 22 */ |
2424 | #define EXTI_RTSR_TR22 EXTI_RTSR_TR22_Msk /*!< Rising trigger event configuration bit of line 22 */ |
2439 | 2425 | ||
2440 | /* References Defines */ |
2426 | /* References Defines */ |
2441 | #define EXTI_RTSR_RT0 EXTI_RTSR_TR0 |
2427 | #define EXTI_RTSR_RT0 EXTI_RTSR_TR0 |
2442 | #define EXTI_RTSR_RT1 EXTI_RTSR_TR1 |
2428 | #define EXTI_RTSR_RT1 EXTI_RTSR_TR1 |
Line 2462... | Line 2448... | ||
2462 | #define EXTI_RTSR_RT21 EXTI_RTSR_TR21 |
2448 | #define EXTI_RTSR_RT21 EXTI_RTSR_TR21 |
2463 | #define EXTI_RTSR_RT22 EXTI_RTSR_TR22 |
2449 | #define EXTI_RTSR_RT22 EXTI_RTSR_TR22 |
2464 | 2450 | ||
2465 | /****************** Bit definition for EXTI_FTSR register *******************/ |
2451 | /****************** Bit definition for EXTI_FTSR register *******************/ |
2466 | #define EXTI_FTSR_TR0_Pos (0U) |
2452 | #define EXTI_FTSR_TR0_Pos (0U) |
2467 | #define EXTI_FTSR_TR0_Msk (0x1U << EXTI_FTSR_TR0_Pos) /*!< 0x00000001 */ |
2453 | #define EXTI_FTSR_TR0_Msk (0x1UL << EXTI_FTSR_TR0_Pos) /*!< 0x00000001 */ |
2468 | #define EXTI_FTSR_TR0 EXTI_FTSR_TR0_Msk /*!< Falling trigger event configuration bit of line 0 */ |
2454 | #define EXTI_FTSR_TR0 EXTI_FTSR_TR0_Msk /*!< Falling trigger event configuration bit of line 0 */ |
2469 | #define EXTI_FTSR_TR1_Pos (1U) |
2455 | #define EXTI_FTSR_TR1_Pos (1U) |
2470 | #define EXTI_FTSR_TR1_Msk (0x1U << EXTI_FTSR_TR1_Pos) /*!< 0x00000002 */ |
2456 | #define EXTI_FTSR_TR1_Msk (0x1UL << EXTI_FTSR_TR1_Pos) /*!< 0x00000002 */ |
2471 | #define EXTI_FTSR_TR1 EXTI_FTSR_TR1_Msk /*!< Falling trigger event configuration bit of line 1 */ |
2457 | #define EXTI_FTSR_TR1 EXTI_FTSR_TR1_Msk /*!< Falling trigger event configuration bit of line 1 */ |
2472 | #define EXTI_FTSR_TR2_Pos (2U) |
2458 | #define EXTI_FTSR_TR2_Pos (2U) |
2473 | #define EXTI_FTSR_TR2_Msk (0x1U << EXTI_FTSR_TR2_Pos) /*!< 0x00000004 */ |
2459 | #define EXTI_FTSR_TR2_Msk (0x1UL << EXTI_FTSR_TR2_Pos) /*!< 0x00000004 */ |
2474 | #define EXTI_FTSR_TR2 EXTI_FTSR_TR2_Msk /*!< Falling trigger event configuration bit of line 2 */ |
2460 | #define EXTI_FTSR_TR2 EXTI_FTSR_TR2_Msk /*!< Falling trigger event configuration bit of line 2 */ |
2475 | #define EXTI_FTSR_TR3_Pos (3U) |
2461 | #define EXTI_FTSR_TR3_Pos (3U) |
2476 | #define EXTI_FTSR_TR3_Msk (0x1U << EXTI_FTSR_TR3_Pos) /*!< 0x00000008 */ |
2462 | #define EXTI_FTSR_TR3_Msk (0x1UL << EXTI_FTSR_TR3_Pos) /*!< 0x00000008 */ |
2477 | #define EXTI_FTSR_TR3 EXTI_FTSR_TR3_Msk /*!< Falling trigger event configuration bit of line 3 */ |
2463 | #define EXTI_FTSR_TR3 EXTI_FTSR_TR3_Msk /*!< Falling trigger event configuration bit of line 3 */ |
2478 | #define EXTI_FTSR_TR4_Pos (4U) |
2464 | #define EXTI_FTSR_TR4_Pos (4U) |
2479 | #define EXTI_FTSR_TR4_Msk (0x1U << EXTI_FTSR_TR4_Pos) /*!< 0x00000010 */ |
2465 | #define EXTI_FTSR_TR4_Msk (0x1UL << EXTI_FTSR_TR4_Pos) /*!< 0x00000010 */ |
2480 | #define EXTI_FTSR_TR4 EXTI_FTSR_TR4_Msk /*!< Falling trigger event configuration bit of line 4 */ |
2466 | #define EXTI_FTSR_TR4 EXTI_FTSR_TR4_Msk /*!< Falling trigger event configuration bit of line 4 */ |
2481 | #define EXTI_FTSR_TR5_Pos (5U) |
2467 | #define EXTI_FTSR_TR5_Pos (5U) |
2482 | #define EXTI_FTSR_TR5_Msk (0x1U << EXTI_FTSR_TR5_Pos) /*!< 0x00000020 */ |
2468 | #define EXTI_FTSR_TR5_Msk (0x1UL << EXTI_FTSR_TR5_Pos) /*!< 0x00000020 */ |
2483 | #define EXTI_FTSR_TR5 EXTI_FTSR_TR5_Msk /*!< Falling trigger event configuration bit of line 5 */ |
2469 | #define EXTI_FTSR_TR5 EXTI_FTSR_TR5_Msk /*!< Falling trigger event configuration bit of line 5 */ |
2484 | #define EXTI_FTSR_TR6_Pos (6U) |
2470 | #define EXTI_FTSR_TR6_Pos (6U) |
2485 | #define EXTI_FTSR_TR6_Msk (0x1U << EXTI_FTSR_TR6_Pos) /*!< 0x00000040 */ |
2471 | #define EXTI_FTSR_TR6_Msk (0x1UL << EXTI_FTSR_TR6_Pos) /*!< 0x00000040 */ |
2486 | #define EXTI_FTSR_TR6 EXTI_FTSR_TR6_Msk /*!< Falling trigger event configuration bit of line 6 */ |
2472 | #define EXTI_FTSR_TR6 EXTI_FTSR_TR6_Msk /*!< Falling trigger event configuration bit of line 6 */ |
2487 | #define EXTI_FTSR_TR7_Pos (7U) |
2473 | #define EXTI_FTSR_TR7_Pos (7U) |
2488 | #define EXTI_FTSR_TR7_Msk (0x1U << EXTI_FTSR_TR7_Pos) /*!< 0x00000080 */ |
2474 | #define EXTI_FTSR_TR7_Msk (0x1UL << EXTI_FTSR_TR7_Pos) /*!< 0x00000080 */ |
2489 | #define EXTI_FTSR_TR7 EXTI_FTSR_TR7_Msk /*!< Falling trigger event configuration bit of line 7 */ |
2475 | #define EXTI_FTSR_TR7 EXTI_FTSR_TR7_Msk /*!< Falling trigger event configuration bit of line 7 */ |
2490 | #define EXTI_FTSR_TR8_Pos (8U) |
2476 | #define EXTI_FTSR_TR8_Pos (8U) |
2491 | #define EXTI_FTSR_TR8_Msk (0x1U << EXTI_FTSR_TR8_Pos) /*!< 0x00000100 */ |
2477 | #define EXTI_FTSR_TR8_Msk (0x1UL << EXTI_FTSR_TR8_Pos) /*!< 0x00000100 */ |
2492 | #define EXTI_FTSR_TR8 EXTI_FTSR_TR8_Msk /*!< Falling trigger event configuration bit of line 8 */ |
2478 | #define EXTI_FTSR_TR8 EXTI_FTSR_TR8_Msk /*!< Falling trigger event configuration bit of line 8 */ |
2493 | #define EXTI_FTSR_TR9_Pos (9U) |
2479 | #define EXTI_FTSR_TR9_Pos (9U) |
2494 | #define EXTI_FTSR_TR9_Msk (0x1U << EXTI_FTSR_TR9_Pos) /*!< 0x00000200 */ |
2480 | #define EXTI_FTSR_TR9_Msk (0x1UL << EXTI_FTSR_TR9_Pos) /*!< 0x00000200 */ |
2495 | #define EXTI_FTSR_TR9 EXTI_FTSR_TR9_Msk /*!< Falling trigger event configuration bit of line 9 */ |
2481 | #define EXTI_FTSR_TR9 EXTI_FTSR_TR9_Msk /*!< Falling trigger event configuration bit of line 9 */ |
2496 | #define EXTI_FTSR_TR10_Pos (10U) |
2482 | #define EXTI_FTSR_TR10_Pos (10U) |
2497 | #define EXTI_FTSR_TR10_Msk (0x1U << EXTI_FTSR_TR10_Pos) /*!< 0x00000400 */ |
2483 | #define EXTI_FTSR_TR10_Msk (0x1UL << EXTI_FTSR_TR10_Pos) /*!< 0x00000400 */ |
2498 | #define EXTI_FTSR_TR10 EXTI_FTSR_TR10_Msk /*!< Falling trigger event configuration bit of line 10 */ |
2484 | #define EXTI_FTSR_TR10 EXTI_FTSR_TR10_Msk /*!< Falling trigger event configuration bit of line 10 */ |
2499 | #define EXTI_FTSR_TR11_Pos (11U) |
2485 | #define EXTI_FTSR_TR11_Pos (11U) |
2500 | #define EXTI_FTSR_TR11_Msk (0x1U << EXTI_FTSR_TR11_Pos) /*!< 0x00000800 */ |
2486 | #define EXTI_FTSR_TR11_Msk (0x1UL << EXTI_FTSR_TR11_Pos) /*!< 0x00000800 */ |
2501 | #define EXTI_FTSR_TR11 EXTI_FTSR_TR11_Msk /*!< Falling trigger event configuration bit of line 11 */ |
2487 | #define EXTI_FTSR_TR11 EXTI_FTSR_TR11_Msk /*!< Falling trigger event configuration bit of line 11 */ |
2502 | #define EXTI_FTSR_TR12_Pos (12U) |
2488 | #define EXTI_FTSR_TR12_Pos (12U) |
2503 | #define EXTI_FTSR_TR12_Msk (0x1U << EXTI_FTSR_TR12_Pos) /*!< 0x00001000 */ |
2489 | #define EXTI_FTSR_TR12_Msk (0x1UL << EXTI_FTSR_TR12_Pos) /*!< 0x00001000 */ |
2504 | #define EXTI_FTSR_TR12 EXTI_FTSR_TR12_Msk /*!< Falling trigger event configuration bit of line 12 */ |
2490 | #define EXTI_FTSR_TR12 EXTI_FTSR_TR12_Msk /*!< Falling trigger event configuration bit of line 12 */ |
2505 | #define EXTI_FTSR_TR13_Pos (13U) |
2491 | #define EXTI_FTSR_TR13_Pos (13U) |
2506 | #define EXTI_FTSR_TR13_Msk (0x1U << EXTI_FTSR_TR13_Pos) /*!< 0x00002000 */ |
2492 | #define EXTI_FTSR_TR13_Msk (0x1UL << EXTI_FTSR_TR13_Pos) /*!< 0x00002000 */ |
2507 | #define EXTI_FTSR_TR13 EXTI_FTSR_TR13_Msk /*!< Falling trigger event configuration bit of line 13 */ |
2493 | #define EXTI_FTSR_TR13 EXTI_FTSR_TR13_Msk /*!< Falling trigger event configuration bit of line 13 */ |
2508 | #define EXTI_FTSR_TR14_Pos (14U) |
2494 | #define EXTI_FTSR_TR14_Pos (14U) |
2509 | #define EXTI_FTSR_TR14_Msk (0x1U << EXTI_FTSR_TR14_Pos) /*!< 0x00004000 */ |
2495 | #define EXTI_FTSR_TR14_Msk (0x1UL << EXTI_FTSR_TR14_Pos) /*!< 0x00004000 */ |
2510 | #define EXTI_FTSR_TR14 EXTI_FTSR_TR14_Msk /*!< Falling trigger event configuration bit of line 14 */ |
2496 | #define EXTI_FTSR_TR14 EXTI_FTSR_TR14_Msk /*!< Falling trigger event configuration bit of line 14 */ |
2511 | #define EXTI_FTSR_TR15_Pos (15U) |
2497 | #define EXTI_FTSR_TR15_Pos (15U) |
2512 | #define EXTI_FTSR_TR15_Msk (0x1U << EXTI_FTSR_TR15_Pos) /*!< 0x00008000 */ |
2498 | #define EXTI_FTSR_TR15_Msk (0x1UL << EXTI_FTSR_TR15_Pos) /*!< 0x00008000 */ |
2513 | #define EXTI_FTSR_TR15 EXTI_FTSR_TR15_Msk /*!< Falling trigger event configuration bit of line 15 */ |
2499 | #define EXTI_FTSR_TR15 EXTI_FTSR_TR15_Msk /*!< Falling trigger event configuration bit of line 15 */ |
2514 | #define EXTI_FTSR_TR16_Pos (16U) |
2500 | #define EXTI_FTSR_TR16_Pos (16U) |
2515 | #define EXTI_FTSR_TR16_Msk (0x1U << EXTI_FTSR_TR16_Pos) /*!< 0x00010000 */ |
2501 | #define EXTI_FTSR_TR16_Msk (0x1UL << EXTI_FTSR_TR16_Pos) /*!< 0x00010000 */ |
2516 | #define EXTI_FTSR_TR16 EXTI_FTSR_TR16_Msk /*!< Falling trigger event configuration bit of line 16 */ |
2502 | #define EXTI_FTSR_TR16 EXTI_FTSR_TR16_Msk /*!< Falling trigger event configuration bit of line 16 */ |
2517 | #define EXTI_FTSR_TR17_Pos (17U) |
2503 | #define EXTI_FTSR_TR17_Pos (17U) |
2518 | #define EXTI_FTSR_TR17_Msk (0x1U << EXTI_FTSR_TR17_Pos) /*!< 0x00020000 */ |
2504 | #define EXTI_FTSR_TR17_Msk (0x1UL << EXTI_FTSR_TR17_Pos) /*!< 0x00020000 */ |
2519 | #define EXTI_FTSR_TR17 EXTI_FTSR_TR17_Msk /*!< Falling trigger event configuration bit of line 17 */ |
2505 | #define EXTI_FTSR_TR17 EXTI_FTSR_TR17_Msk /*!< Falling trigger event configuration bit of line 17 */ |
2520 | #define EXTI_FTSR_TR18_Pos (18U) |
2506 | #define EXTI_FTSR_TR18_Pos (18U) |
2521 | #define EXTI_FTSR_TR18_Msk (0x1U << EXTI_FTSR_TR18_Pos) /*!< 0x00040000 */ |
2507 | #define EXTI_FTSR_TR18_Msk (0x1UL << EXTI_FTSR_TR18_Pos) /*!< 0x00040000 */ |
2522 | #define EXTI_FTSR_TR18 EXTI_FTSR_TR18_Msk /*!< Falling trigger event configuration bit of line 18 */ |
2508 | #define EXTI_FTSR_TR18 EXTI_FTSR_TR18_Msk /*!< Falling trigger event configuration bit of line 18 */ |
2523 | #define EXTI_FTSR_TR19_Pos (19U) |
2509 | #define EXTI_FTSR_TR19_Pos (19U) |
2524 | #define EXTI_FTSR_TR19_Msk (0x1U << EXTI_FTSR_TR19_Pos) /*!< 0x00080000 */ |
2510 | #define EXTI_FTSR_TR19_Msk (0x1UL << EXTI_FTSR_TR19_Pos) /*!< 0x00080000 */ |
2525 | #define EXTI_FTSR_TR19 EXTI_FTSR_TR19_Msk /*!< Falling trigger event configuration bit of line 19 */ |
2511 | #define EXTI_FTSR_TR19 EXTI_FTSR_TR19_Msk /*!< Falling trigger event configuration bit of line 19 */ |
2526 | #define EXTI_FTSR_TR20_Pos (20U) |
2512 | #define EXTI_FTSR_TR20_Pos (20U) |
2527 | #define EXTI_FTSR_TR20_Msk (0x1U << EXTI_FTSR_TR20_Pos) /*!< 0x00100000 */ |
2513 | #define EXTI_FTSR_TR20_Msk (0x1UL << EXTI_FTSR_TR20_Pos) /*!< 0x00100000 */ |
2528 | #define EXTI_FTSR_TR20 EXTI_FTSR_TR20_Msk /*!< Falling trigger event configuration bit of line 20 */ |
2514 | #define EXTI_FTSR_TR20 EXTI_FTSR_TR20_Msk /*!< Falling trigger event configuration bit of line 20 */ |
2529 | #define EXTI_FTSR_TR21_Pos (21U) |
2515 | #define EXTI_FTSR_TR21_Pos (21U) |
2530 | #define EXTI_FTSR_TR21_Msk (0x1U << EXTI_FTSR_TR21_Pos) /*!< 0x00200000 */ |
2516 | #define EXTI_FTSR_TR21_Msk (0x1UL << EXTI_FTSR_TR21_Pos) /*!< 0x00200000 */ |
2531 | #define EXTI_FTSR_TR21 EXTI_FTSR_TR21_Msk /*!< Falling trigger event configuration bit of line 21 */ |
2517 | #define EXTI_FTSR_TR21 EXTI_FTSR_TR21_Msk /*!< Falling trigger event configuration bit of line 21 */ |
2532 | #define EXTI_FTSR_TR22_Pos (22U) |
2518 | #define EXTI_FTSR_TR22_Pos (22U) |
2533 | #define EXTI_FTSR_TR22_Msk (0x1U << EXTI_FTSR_TR22_Pos) /*!< 0x00400000 */ |
2519 | #define EXTI_FTSR_TR22_Msk (0x1UL << EXTI_FTSR_TR22_Pos) /*!< 0x00400000 */ |
2534 | #define EXTI_FTSR_TR22 EXTI_FTSR_TR22_Msk /*!< Falling trigger event configuration bit of line 22 */ |
2520 | #define EXTI_FTSR_TR22 EXTI_FTSR_TR22_Msk /*!< Falling trigger event configuration bit of line 22 */ |
2535 | 2521 | ||
2536 | /* References Defines */ |
2522 | /* References Defines */ |
2537 | #define EXTI_FTSR_FT0 EXTI_FTSR_TR0 |
2523 | #define EXTI_FTSR_FT0 EXTI_FTSR_TR0 |
2538 | #define EXTI_FTSR_FT1 EXTI_FTSR_TR1 |
2524 | #define EXTI_FTSR_FT1 EXTI_FTSR_TR1 |
Line 2558... | Line 2544... | ||
2558 | #define EXTI_FTSR_FT21 EXTI_FTSR_TR21 |
2544 | #define EXTI_FTSR_FT21 EXTI_FTSR_TR21 |
2559 | #define EXTI_FTSR_FT22 EXTI_FTSR_TR22 |
2545 | #define EXTI_FTSR_FT22 EXTI_FTSR_TR22 |
2560 | 2546 | ||
2561 | /****************** Bit definition for EXTI_SWIER register ******************/ |
2547 | /****************** Bit definition for EXTI_SWIER register ******************/ |
2562 | #define EXTI_SWIER_SWIER0_Pos (0U) |
2548 | #define EXTI_SWIER_SWIER0_Pos (0U) |
2563 | #define EXTI_SWIER_SWIER0_Msk (0x1U << EXTI_SWIER_SWIER0_Pos) /*!< 0x00000001 */ |
2549 | #define EXTI_SWIER_SWIER0_Msk (0x1UL << EXTI_SWIER_SWIER0_Pos) /*!< 0x00000001 */ |
2564 | #define EXTI_SWIER_SWIER0 EXTI_SWIER_SWIER0_Msk /*!< Software Interrupt on line 0 */ |
2550 | #define EXTI_SWIER_SWIER0 EXTI_SWIER_SWIER0_Msk /*!< Software Interrupt on line 0 */ |
2565 | #define EXTI_SWIER_SWIER1_Pos (1U) |
2551 | #define EXTI_SWIER_SWIER1_Pos (1U) |
2566 | #define EXTI_SWIER_SWIER1_Msk (0x1U << EXTI_SWIER_SWIER1_Pos) /*!< 0x00000002 */ |
2552 | #define EXTI_SWIER_SWIER1_Msk (0x1UL << EXTI_SWIER_SWIER1_Pos) /*!< 0x00000002 */ |
2567 | #define EXTI_SWIER_SWIER1 EXTI_SWIER_SWIER1_Msk /*!< Software Interrupt on line 1 */ |
2553 | #define EXTI_SWIER_SWIER1 EXTI_SWIER_SWIER1_Msk /*!< Software Interrupt on line 1 */ |
2568 | #define EXTI_SWIER_SWIER2_Pos (2U) |
2554 | #define EXTI_SWIER_SWIER2_Pos (2U) |
2569 | #define EXTI_SWIER_SWIER2_Msk (0x1U << EXTI_SWIER_SWIER2_Pos) /*!< 0x00000004 */ |
2555 | #define EXTI_SWIER_SWIER2_Msk (0x1UL << EXTI_SWIER_SWIER2_Pos) /*!< 0x00000004 */ |
2570 | #define EXTI_SWIER_SWIER2 EXTI_SWIER_SWIER2_Msk /*!< Software Interrupt on line 2 */ |
2556 | #define EXTI_SWIER_SWIER2 EXTI_SWIER_SWIER2_Msk /*!< Software Interrupt on line 2 */ |
2571 | #define EXTI_SWIER_SWIER3_Pos (3U) |
2557 | #define EXTI_SWIER_SWIER3_Pos (3U) |
2572 | #define EXTI_SWIER_SWIER3_Msk (0x1U << EXTI_SWIER_SWIER3_Pos) /*!< 0x00000008 */ |
2558 | #define EXTI_SWIER_SWIER3_Msk (0x1UL << EXTI_SWIER_SWIER3_Pos) /*!< 0x00000008 */ |
2573 | #define EXTI_SWIER_SWIER3 EXTI_SWIER_SWIER3_Msk /*!< Software Interrupt on line 3 */ |
2559 | #define EXTI_SWIER_SWIER3 EXTI_SWIER_SWIER3_Msk /*!< Software Interrupt on line 3 */ |
2574 | #define EXTI_SWIER_SWIER4_Pos (4U) |
2560 | #define EXTI_SWIER_SWIER4_Pos (4U) |
2575 | #define EXTI_SWIER_SWIER4_Msk (0x1U << EXTI_SWIER_SWIER4_Pos) /*!< 0x00000010 */ |
2561 | #define EXTI_SWIER_SWIER4_Msk (0x1UL << EXTI_SWIER_SWIER4_Pos) /*!< 0x00000010 */ |
2576 | #define EXTI_SWIER_SWIER4 EXTI_SWIER_SWIER4_Msk /*!< Software Interrupt on line 4 */ |
2562 | #define EXTI_SWIER_SWIER4 EXTI_SWIER_SWIER4_Msk /*!< Software Interrupt on line 4 */ |
2577 | #define EXTI_SWIER_SWIER5_Pos (5U) |
2563 | #define EXTI_SWIER_SWIER5_Pos (5U) |
2578 | #define EXTI_SWIER_SWIER5_Msk (0x1U << EXTI_SWIER_SWIER5_Pos) /*!< 0x00000020 */ |
2564 | #define EXTI_SWIER_SWIER5_Msk (0x1UL << EXTI_SWIER_SWIER5_Pos) /*!< 0x00000020 */ |
2579 | #define EXTI_SWIER_SWIER5 EXTI_SWIER_SWIER5_Msk /*!< Software Interrupt on line 5 */ |
2565 | #define EXTI_SWIER_SWIER5 EXTI_SWIER_SWIER5_Msk /*!< Software Interrupt on line 5 */ |
2580 | #define EXTI_SWIER_SWIER6_Pos (6U) |
2566 | #define EXTI_SWIER_SWIER6_Pos (6U) |
2581 | #define EXTI_SWIER_SWIER6_Msk (0x1U << EXTI_SWIER_SWIER6_Pos) /*!< 0x00000040 */ |
2567 | #define EXTI_SWIER_SWIER6_Msk (0x1UL << EXTI_SWIER_SWIER6_Pos) /*!< 0x00000040 */ |
2582 | #define EXTI_SWIER_SWIER6 EXTI_SWIER_SWIER6_Msk /*!< Software Interrupt on line 6 */ |
2568 | #define EXTI_SWIER_SWIER6 EXTI_SWIER_SWIER6_Msk /*!< Software Interrupt on line 6 */ |
2583 | #define EXTI_SWIER_SWIER7_Pos (7U) |
2569 | #define EXTI_SWIER_SWIER7_Pos (7U) |
2584 | #define EXTI_SWIER_SWIER7_Msk (0x1U << EXTI_SWIER_SWIER7_Pos) /*!< 0x00000080 */ |
2570 | #define EXTI_SWIER_SWIER7_Msk (0x1UL << EXTI_SWIER_SWIER7_Pos) /*!< 0x00000080 */ |
2585 | #define EXTI_SWIER_SWIER7 EXTI_SWIER_SWIER7_Msk /*!< Software Interrupt on line 7 */ |
2571 | #define EXTI_SWIER_SWIER7 EXTI_SWIER_SWIER7_Msk /*!< Software Interrupt on line 7 */ |
2586 | #define EXTI_SWIER_SWIER8_Pos (8U) |
2572 | #define EXTI_SWIER_SWIER8_Pos (8U) |
2587 | #define EXTI_SWIER_SWIER8_Msk (0x1U << EXTI_SWIER_SWIER8_Pos) /*!< 0x00000100 */ |
2573 | #define EXTI_SWIER_SWIER8_Msk (0x1UL << EXTI_SWIER_SWIER8_Pos) /*!< 0x00000100 */ |
2588 | #define EXTI_SWIER_SWIER8 EXTI_SWIER_SWIER8_Msk /*!< Software Interrupt on line 8 */ |
2574 | #define EXTI_SWIER_SWIER8 EXTI_SWIER_SWIER8_Msk /*!< Software Interrupt on line 8 */ |
2589 | #define EXTI_SWIER_SWIER9_Pos (9U) |
2575 | #define EXTI_SWIER_SWIER9_Pos (9U) |
2590 | #define EXTI_SWIER_SWIER9_Msk (0x1U << EXTI_SWIER_SWIER9_Pos) /*!< 0x00000200 */ |
2576 | #define EXTI_SWIER_SWIER9_Msk (0x1UL << EXTI_SWIER_SWIER9_Pos) /*!< 0x00000200 */ |
2591 | #define EXTI_SWIER_SWIER9 EXTI_SWIER_SWIER9_Msk /*!< Software Interrupt on line 9 */ |
2577 | #define EXTI_SWIER_SWIER9 EXTI_SWIER_SWIER9_Msk /*!< Software Interrupt on line 9 */ |
2592 | #define EXTI_SWIER_SWIER10_Pos (10U) |
2578 | #define EXTI_SWIER_SWIER10_Pos (10U) |
2593 | #define EXTI_SWIER_SWIER10_Msk (0x1U << EXTI_SWIER_SWIER10_Pos) /*!< 0x00000400 */ |
2579 | #define EXTI_SWIER_SWIER10_Msk (0x1UL << EXTI_SWIER_SWIER10_Pos) /*!< 0x00000400 */ |
2594 | #define EXTI_SWIER_SWIER10 EXTI_SWIER_SWIER10_Msk /*!< Software Interrupt on line 10 */ |
2580 | #define EXTI_SWIER_SWIER10 EXTI_SWIER_SWIER10_Msk /*!< Software Interrupt on line 10 */ |
2595 | #define EXTI_SWIER_SWIER11_Pos (11U) |
2581 | #define EXTI_SWIER_SWIER11_Pos (11U) |
2596 | #define EXTI_SWIER_SWIER11_Msk (0x1U << EXTI_SWIER_SWIER11_Pos) /*!< 0x00000800 */ |
2582 | #define EXTI_SWIER_SWIER11_Msk (0x1UL << EXTI_SWIER_SWIER11_Pos) /*!< 0x00000800 */ |
2597 | #define EXTI_SWIER_SWIER11 EXTI_SWIER_SWIER11_Msk /*!< Software Interrupt on line 11 */ |
2583 | #define EXTI_SWIER_SWIER11 EXTI_SWIER_SWIER11_Msk /*!< Software Interrupt on line 11 */ |
2598 | #define EXTI_SWIER_SWIER12_Pos (12U) |
2584 | #define EXTI_SWIER_SWIER12_Pos (12U) |
2599 | #define EXTI_SWIER_SWIER12_Msk (0x1U << EXTI_SWIER_SWIER12_Pos) /*!< 0x00001000 */ |
2585 | #define EXTI_SWIER_SWIER12_Msk (0x1UL << EXTI_SWIER_SWIER12_Pos) /*!< 0x00001000 */ |
2600 | #define EXTI_SWIER_SWIER12 EXTI_SWIER_SWIER12_Msk /*!< Software Interrupt on line 12 */ |
2586 | #define EXTI_SWIER_SWIER12 EXTI_SWIER_SWIER12_Msk /*!< Software Interrupt on line 12 */ |
2601 | #define EXTI_SWIER_SWIER13_Pos (13U) |
2587 | #define EXTI_SWIER_SWIER13_Pos (13U) |
2602 | #define EXTI_SWIER_SWIER13_Msk (0x1U << EXTI_SWIER_SWIER13_Pos) /*!< 0x00002000 */ |
2588 | #define EXTI_SWIER_SWIER13_Msk (0x1UL << EXTI_SWIER_SWIER13_Pos) /*!< 0x00002000 */ |
2603 | #define EXTI_SWIER_SWIER13 EXTI_SWIER_SWIER13_Msk /*!< Software Interrupt on line 13 */ |
2589 | #define EXTI_SWIER_SWIER13 EXTI_SWIER_SWIER13_Msk /*!< Software Interrupt on line 13 */ |
2604 | #define EXTI_SWIER_SWIER14_Pos (14U) |
2590 | #define EXTI_SWIER_SWIER14_Pos (14U) |
2605 | #define EXTI_SWIER_SWIER14_Msk (0x1U << EXTI_SWIER_SWIER14_Pos) /*!< 0x00004000 */ |
2591 | #define EXTI_SWIER_SWIER14_Msk (0x1UL << EXTI_SWIER_SWIER14_Pos) /*!< 0x00004000 */ |
2606 | #define EXTI_SWIER_SWIER14 EXTI_SWIER_SWIER14_Msk /*!< Software Interrupt on line 14 */ |
2592 | #define EXTI_SWIER_SWIER14 EXTI_SWIER_SWIER14_Msk /*!< Software Interrupt on line 14 */ |
2607 | #define EXTI_SWIER_SWIER15_Pos (15U) |
2593 | #define EXTI_SWIER_SWIER15_Pos (15U) |
2608 | #define EXTI_SWIER_SWIER15_Msk (0x1U << EXTI_SWIER_SWIER15_Pos) /*!< 0x00008000 */ |
2594 | #define EXTI_SWIER_SWIER15_Msk (0x1UL << EXTI_SWIER_SWIER15_Pos) /*!< 0x00008000 */ |
2609 | #define EXTI_SWIER_SWIER15 EXTI_SWIER_SWIER15_Msk /*!< Software Interrupt on line 15 */ |
2595 | #define EXTI_SWIER_SWIER15 EXTI_SWIER_SWIER15_Msk /*!< Software Interrupt on line 15 */ |
2610 | #define EXTI_SWIER_SWIER16_Pos (16U) |
2596 | #define EXTI_SWIER_SWIER16_Pos (16U) |
2611 | #define EXTI_SWIER_SWIER16_Msk (0x1U << EXTI_SWIER_SWIER16_Pos) /*!< 0x00010000 */ |
2597 | #define EXTI_SWIER_SWIER16_Msk (0x1UL << EXTI_SWIER_SWIER16_Pos) /*!< 0x00010000 */ |
2612 | #define EXTI_SWIER_SWIER16 EXTI_SWIER_SWIER16_Msk /*!< Software Interrupt on line 16 */ |
2598 | #define EXTI_SWIER_SWIER16 EXTI_SWIER_SWIER16_Msk /*!< Software Interrupt on line 16 */ |
2613 | #define EXTI_SWIER_SWIER17_Pos (17U) |
2599 | #define EXTI_SWIER_SWIER17_Pos (17U) |
2614 | #define EXTI_SWIER_SWIER17_Msk (0x1U << EXTI_SWIER_SWIER17_Pos) /*!< 0x00020000 */ |
2600 | #define EXTI_SWIER_SWIER17_Msk (0x1UL << EXTI_SWIER_SWIER17_Pos) /*!< 0x00020000 */ |
2615 | #define EXTI_SWIER_SWIER17 EXTI_SWIER_SWIER17_Msk /*!< Software Interrupt on line 17 */ |
2601 | #define EXTI_SWIER_SWIER17 EXTI_SWIER_SWIER17_Msk /*!< Software Interrupt on line 17 */ |
2616 | #define EXTI_SWIER_SWIER18_Pos (18U) |
2602 | #define EXTI_SWIER_SWIER18_Pos (18U) |
2617 | #define EXTI_SWIER_SWIER18_Msk (0x1U << EXTI_SWIER_SWIER18_Pos) /*!< 0x00040000 */ |
2603 | #define EXTI_SWIER_SWIER18_Msk (0x1UL << EXTI_SWIER_SWIER18_Pos) /*!< 0x00040000 */ |
2618 | #define EXTI_SWIER_SWIER18 EXTI_SWIER_SWIER18_Msk /*!< Software Interrupt on line 18 */ |
2604 | #define EXTI_SWIER_SWIER18 EXTI_SWIER_SWIER18_Msk /*!< Software Interrupt on line 18 */ |
2619 | #define EXTI_SWIER_SWIER19_Pos (19U) |
2605 | #define EXTI_SWIER_SWIER19_Pos (19U) |
2620 | #define EXTI_SWIER_SWIER19_Msk (0x1U << EXTI_SWIER_SWIER19_Pos) /*!< 0x00080000 */ |
2606 | #define EXTI_SWIER_SWIER19_Msk (0x1UL << EXTI_SWIER_SWIER19_Pos) /*!< 0x00080000 */ |
2621 | #define EXTI_SWIER_SWIER19 EXTI_SWIER_SWIER19_Msk /*!< Software Interrupt on line 19 */ |
2607 | #define EXTI_SWIER_SWIER19 EXTI_SWIER_SWIER19_Msk /*!< Software Interrupt on line 19 */ |
2622 | #define EXTI_SWIER_SWIER20_Pos (20U) |
2608 | #define EXTI_SWIER_SWIER20_Pos (20U) |
2623 | #define EXTI_SWIER_SWIER20_Msk (0x1U << EXTI_SWIER_SWIER20_Pos) /*!< 0x00100000 */ |
2609 | #define EXTI_SWIER_SWIER20_Msk (0x1UL << EXTI_SWIER_SWIER20_Pos) /*!< 0x00100000 */ |
2624 | #define EXTI_SWIER_SWIER20 EXTI_SWIER_SWIER20_Msk /*!< Software Interrupt on line 20 */ |
2610 | #define EXTI_SWIER_SWIER20 EXTI_SWIER_SWIER20_Msk /*!< Software Interrupt on line 20 */ |
2625 | #define EXTI_SWIER_SWIER21_Pos (21U) |
2611 | #define EXTI_SWIER_SWIER21_Pos (21U) |
2626 | #define EXTI_SWIER_SWIER21_Msk (0x1U << EXTI_SWIER_SWIER21_Pos) /*!< 0x00200000 */ |
2612 | #define EXTI_SWIER_SWIER21_Msk (0x1UL << EXTI_SWIER_SWIER21_Pos) /*!< 0x00200000 */ |
2627 | #define EXTI_SWIER_SWIER21 EXTI_SWIER_SWIER21_Msk /*!< Software Interrupt on line 21 */ |
2613 | #define EXTI_SWIER_SWIER21 EXTI_SWIER_SWIER21_Msk /*!< Software Interrupt on line 21 */ |
2628 | #define EXTI_SWIER_SWIER22_Pos (22U) |
2614 | #define EXTI_SWIER_SWIER22_Pos (22U) |
2629 | #define EXTI_SWIER_SWIER22_Msk (0x1U << EXTI_SWIER_SWIER22_Pos) /*!< 0x00400000 */ |
2615 | #define EXTI_SWIER_SWIER22_Msk (0x1UL << EXTI_SWIER_SWIER22_Pos) /*!< 0x00400000 */ |
2630 | #define EXTI_SWIER_SWIER22 EXTI_SWIER_SWIER22_Msk /*!< Software Interrupt on line 22 */ |
2616 | #define EXTI_SWIER_SWIER22 EXTI_SWIER_SWIER22_Msk /*!< Software Interrupt on line 22 */ |
2631 | 2617 | ||
2632 | /* References Defines */ |
2618 | /* References Defines */ |
2633 | #define EXTI_SWIER_SWI0 EXTI_SWIER_SWIER0 |
2619 | #define EXTI_SWIER_SWI0 EXTI_SWIER_SWIER0 |
2634 | #define EXTI_SWIER_SWI1 EXTI_SWIER_SWIER1 |
2620 | #define EXTI_SWIER_SWI1 EXTI_SWIER_SWIER1 |
Line 2654... | Line 2640... | ||
2654 | #define EXTI_SWIER_SWI21 EXTI_SWIER_SWIER21 |
2640 | #define EXTI_SWIER_SWI21 EXTI_SWIER_SWIER21 |
2655 | #define EXTI_SWIER_SWI22 EXTI_SWIER_SWIER22 |
2641 | #define EXTI_SWIER_SWI22 EXTI_SWIER_SWIER22 |
2656 | 2642 | ||
2657 | /******************* Bit definition for EXTI_PR register ********************/ |
2643 | /******************* Bit definition for EXTI_PR register ********************/ |
2658 | #define EXTI_PR_PR0_Pos (0U) |
2644 | #define EXTI_PR_PR0_Pos (0U) |
2659 | #define EXTI_PR_PR0_Msk (0x1U << EXTI_PR_PR0_Pos) /*!< 0x00000001 */ |
2645 | #define EXTI_PR_PR0_Msk (0x1UL << EXTI_PR_PR0_Pos) /*!< 0x00000001 */ |
2660 | #define EXTI_PR_PR0 EXTI_PR_PR0_Msk /*!< Pending bit for line 0 */ |
2646 | #define EXTI_PR_PR0 EXTI_PR_PR0_Msk /*!< Pending bit for line 0 */ |
2661 | #define EXTI_PR_PR1_Pos (1U) |
2647 | #define EXTI_PR_PR1_Pos (1U) |
2662 | #define EXTI_PR_PR1_Msk (0x1U << EXTI_PR_PR1_Pos) /*!< 0x00000002 */ |
2648 | #define EXTI_PR_PR1_Msk (0x1UL << EXTI_PR_PR1_Pos) /*!< 0x00000002 */ |
2663 | #define EXTI_PR_PR1 EXTI_PR_PR1_Msk /*!< Pending bit for line 1 */ |
2649 | #define EXTI_PR_PR1 EXTI_PR_PR1_Msk /*!< Pending bit for line 1 */ |
2664 | #define EXTI_PR_PR2_Pos (2U) |
2650 | #define EXTI_PR_PR2_Pos (2U) |
2665 | #define EXTI_PR_PR2_Msk (0x1U << EXTI_PR_PR2_Pos) /*!< 0x00000004 */ |
2651 | #define EXTI_PR_PR2_Msk (0x1UL << EXTI_PR_PR2_Pos) /*!< 0x00000004 */ |
2666 | #define EXTI_PR_PR2 EXTI_PR_PR2_Msk /*!< Pending bit for line 2 */ |
2652 | #define EXTI_PR_PR2 EXTI_PR_PR2_Msk /*!< Pending bit for line 2 */ |
2667 | #define EXTI_PR_PR3_Pos (3U) |
2653 | #define EXTI_PR_PR3_Pos (3U) |
2668 | #define EXTI_PR_PR3_Msk (0x1U << EXTI_PR_PR3_Pos) /*!< 0x00000008 */ |
2654 | #define EXTI_PR_PR3_Msk (0x1UL << EXTI_PR_PR3_Pos) /*!< 0x00000008 */ |
2669 | #define EXTI_PR_PR3 EXTI_PR_PR3_Msk /*!< Pending bit for line 3 */ |
2655 | #define EXTI_PR_PR3 EXTI_PR_PR3_Msk /*!< Pending bit for line 3 */ |
2670 | #define EXTI_PR_PR4_Pos (4U) |
2656 | #define EXTI_PR_PR4_Pos (4U) |
2671 | #define EXTI_PR_PR4_Msk (0x1U << EXTI_PR_PR4_Pos) /*!< 0x00000010 */ |
2657 | #define EXTI_PR_PR4_Msk (0x1UL << EXTI_PR_PR4_Pos) /*!< 0x00000010 */ |
2672 | #define EXTI_PR_PR4 EXTI_PR_PR4_Msk /*!< Pending bit for line 4 */ |
2658 | #define EXTI_PR_PR4 EXTI_PR_PR4_Msk /*!< Pending bit for line 4 */ |
2673 | #define EXTI_PR_PR5_Pos (5U) |
2659 | #define EXTI_PR_PR5_Pos (5U) |
2674 | #define EXTI_PR_PR5_Msk (0x1U << EXTI_PR_PR5_Pos) /*!< 0x00000020 */ |
2660 | #define EXTI_PR_PR5_Msk (0x1UL << EXTI_PR_PR5_Pos) /*!< 0x00000020 */ |
2675 | #define EXTI_PR_PR5 EXTI_PR_PR5_Msk /*!< Pending bit for line 5 */ |
2661 | #define EXTI_PR_PR5 EXTI_PR_PR5_Msk /*!< Pending bit for line 5 */ |
2676 | #define EXTI_PR_PR6_Pos (6U) |
2662 | #define EXTI_PR_PR6_Pos (6U) |
2677 | #define EXTI_PR_PR6_Msk (0x1U << EXTI_PR_PR6_Pos) /*!< 0x00000040 */ |
2663 | #define EXTI_PR_PR6_Msk (0x1UL << EXTI_PR_PR6_Pos) /*!< 0x00000040 */ |
2678 | #define EXTI_PR_PR6 EXTI_PR_PR6_Msk /*!< Pending bit for line 6 */ |
2664 | #define EXTI_PR_PR6 EXTI_PR_PR6_Msk /*!< Pending bit for line 6 */ |
2679 | #define EXTI_PR_PR7_Pos (7U) |
2665 | #define EXTI_PR_PR7_Pos (7U) |
2680 | #define EXTI_PR_PR7_Msk (0x1U << EXTI_PR_PR7_Pos) /*!< 0x00000080 */ |
2666 | #define EXTI_PR_PR7_Msk (0x1UL << EXTI_PR_PR7_Pos) /*!< 0x00000080 */ |
2681 | #define EXTI_PR_PR7 EXTI_PR_PR7_Msk /*!< Pending bit for line 7 */ |
2667 | #define EXTI_PR_PR7 EXTI_PR_PR7_Msk /*!< Pending bit for line 7 */ |
2682 | #define EXTI_PR_PR8_Pos (8U) |
2668 | #define EXTI_PR_PR8_Pos (8U) |
2683 | #define EXTI_PR_PR8_Msk (0x1U << EXTI_PR_PR8_Pos) /*!< 0x00000100 */ |
2669 | #define EXTI_PR_PR8_Msk (0x1UL << EXTI_PR_PR8_Pos) /*!< 0x00000100 */ |
2684 | #define EXTI_PR_PR8 EXTI_PR_PR8_Msk /*!< Pending bit for line 8 */ |
2670 | #define EXTI_PR_PR8 EXTI_PR_PR8_Msk /*!< Pending bit for line 8 */ |
2685 | #define EXTI_PR_PR9_Pos (9U) |
2671 | #define EXTI_PR_PR9_Pos (9U) |
2686 | #define EXTI_PR_PR9_Msk (0x1U << EXTI_PR_PR9_Pos) /*!< 0x00000200 */ |
2672 | #define EXTI_PR_PR9_Msk (0x1UL << EXTI_PR_PR9_Pos) /*!< 0x00000200 */ |
2687 | #define EXTI_PR_PR9 EXTI_PR_PR9_Msk /*!< Pending bit for line 9 */ |
2673 | #define EXTI_PR_PR9 EXTI_PR_PR9_Msk /*!< Pending bit for line 9 */ |
2688 | #define EXTI_PR_PR10_Pos (10U) |
2674 | #define EXTI_PR_PR10_Pos (10U) |
2689 | #define EXTI_PR_PR10_Msk (0x1U << EXTI_PR_PR10_Pos) /*!< 0x00000400 */ |
2675 | #define EXTI_PR_PR10_Msk (0x1UL << EXTI_PR_PR10_Pos) /*!< 0x00000400 */ |
2690 | #define EXTI_PR_PR10 EXTI_PR_PR10_Msk /*!< Pending bit for line 10 */ |
2676 | #define EXTI_PR_PR10 EXTI_PR_PR10_Msk /*!< Pending bit for line 10 */ |
2691 | #define EXTI_PR_PR11_Pos (11U) |
2677 | #define EXTI_PR_PR11_Pos (11U) |
2692 | #define EXTI_PR_PR11_Msk (0x1U << EXTI_PR_PR11_Pos) /*!< 0x00000800 */ |
2678 | #define EXTI_PR_PR11_Msk (0x1UL << EXTI_PR_PR11_Pos) /*!< 0x00000800 */ |
2693 | #define EXTI_PR_PR11 EXTI_PR_PR11_Msk /*!< Pending bit for line 11 */ |
2679 | #define EXTI_PR_PR11 EXTI_PR_PR11_Msk /*!< Pending bit for line 11 */ |
2694 | #define EXTI_PR_PR12_Pos (12U) |
2680 | #define EXTI_PR_PR12_Pos (12U) |
2695 | #define EXTI_PR_PR12_Msk (0x1U << EXTI_PR_PR12_Pos) /*!< 0x00001000 */ |
2681 | #define EXTI_PR_PR12_Msk (0x1UL << EXTI_PR_PR12_Pos) /*!< 0x00001000 */ |
2696 | #define EXTI_PR_PR12 EXTI_PR_PR12_Msk /*!< Pending bit for line 12 */ |
2682 | #define EXTI_PR_PR12 EXTI_PR_PR12_Msk /*!< Pending bit for line 12 */ |
2697 | #define EXTI_PR_PR13_Pos (13U) |
2683 | #define EXTI_PR_PR13_Pos (13U) |
2698 | #define EXTI_PR_PR13_Msk (0x1U << EXTI_PR_PR13_Pos) /*!< 0x00002000 */ |
2684 | #define EXTI_PR_PR13_Msk (0x1UL << EXTI_PR_PR13_Pos) /*!< 0x00002000 */ |
2699 | #define EXTI_PR_PR13 EXTI_PR_PR13_Msk /*!< Pending bit for line 13 */ |
2685 | #define EXTI_PR_PR13 EXTI_PR_PR13_Msk /*!< Pending bit for line 13 */ |
2700 | #define EXTI_PR_PR14_Pos (14U) |
2686 | #define EXTI_PR_PR14_Pos (14U) |
2701 | #define EXTI_PR_PR14_Msk (0x1U << EXTI_PR_PR14_Pos) /*!< 0x00004000 */ |
2687 | #define EXTI_PR_PR14_Msk (0x1UL << EXTI_PR_PR14_Pos) /*!< 0x00004000 */ |
2702 | #define EXTI_PR_PR14 EXTI_PR_PR14_Msk /*!< Pending bit for line 14 */ |
2688 | #define EXTI_PR_PR14 EXTI_PR_PR14_Msk /*!< Pending bit for line 14 */ |
2703 | #define EXTI_PR_PR15_Pos (15U) |
2689 | #define EXTI_PR_PR15_Pos (15U) |
2704 | #define EXTI_PR_PR15_Msk (0x1U << EXTI_PR_PR15_Pos) /*!< 0x00008000 */ |
2690 | #define EXTI_PR_PR15_Msk (0x1UL << EXTI_PR_PR15_Pos) /*!< 0x00008000 */ |
2705 | #define EXTI_PR_PR15 EXTI_PR_PR15_Msk /*!< Pending bit for line 15 */ |
2691 | #define EXTI_PR_PR15 EXTI_PR_PR15_Msk /*!< Pending bit for line 15 */ |
2706 | #define EXTI_PR_PR16_Pos (16U) |
2692 | #define EXTI_PR_PR16_Pos (16U) |
2707 | #define EXTI_PR_PR16_Msk (0x1U << EXTI_PR_PR16_Pos) /*!< 0x00010000 */ |
2693 | #define EXTI_PR_PR16_Msk (0x1UL << EXTI_PR_PR16_Pos) /*!< 0x00010000 */ |
2708 | #define EXTI_PR_PR16 EXTI_PR_PR16_Msk /*!< Pending bit for line 16 */ |
2694 | #define EXTI_PR_PR16 EXTI_PR_PR16_Msk /*!< Pending bit for line 16 */ |
2709 | #define EXTI_PR_PR17_Pos (17U) |
2695 | #define EXTI_PR_PR17_Pos (17U) |
2710 | #define EXTI_PR_PR17_Msk (0x1U << EXTI_PR_PR17_Pos) /*!< 0x00020000 */ |
2696 | #define EXTI_PR_PR17_Msk (0x1UL << EXTI_PR_PR17_Pos) /*!< 0x00020000 */ |
2711 | #define EXTI_PR_PR17 EXTI_PR_PR17_Msk /*!< Pending bit for line 17 */ |
2697 | #define EXTI_PR_PR17 EXTI_PR_PR17_Msk /*!< Pending bit for line 17 */ |
2712 | #define EXTI_PR_PR18_Pos (18U) |
2698 | #define EXTI_PR_PR18_Pos (18U) |
2713 | #define EXTI_PR_PR18_Msk (0x1U << EXTI_PR_PR18_Pos) /*!< 0x00040000 */ |
2699 | #define EXTI_PR_PR18_Msk (0x1UL << EXTI_PR_PR18_Pos) /*!< 0x00040000 */ |
2714 | #define EXTI_PR_PR18 EXTI_PR_PR18_Msk /*!< Pending bit for line 18 */ |
2700 | #define EXTI_PR_PR18 EXTI_PR_PR18_Msk /*!< Pending bit for line 18 */ |
2715 | #define EXTI_PR_PR19_Pos (19U) |
2701 | #define EXTI_PR_PR19_Pos (19U) |
2716 | #define EXTI_PR_PR19_Msk (0x1U << EXTI_PR_PR19_Pos) /*!< 0x00080000 */ |
2702 | #define EXTI_PR_PR19_Msk (0x1UL << EXTI_PR_PR19_Pos) /*!< 0x00080000 */ |
2717 | #define EXTI_PR_PR19 EXTI_PR_PR19_Msk /*!< Pending bit for line 19 */ |
2703 | #define EXTI_PR_PR19 EXTI_PR_PR19_Msk /*!< Pending bit for line 19 */ |
2718 | #define EXTI_PR_PR20_Pos (20U) |
2704 | #define EXTI_PR_PR20_Pos (20U) |
2719 | #define EXTI_PR_PR20_Msk (0x1U << EXTI_PR_PR20_Pos) /*!< 0x00100000 */ |
2705 | #define EXTI_PR_PR20_Msk (0x1UL << EXTI_PR_PR20_Pos) /*!< 0x00100000 */ |
2720 | #define EXTI_PR_PR20 EXTI_PR_PR20_Msk /*!< Pending bit for line 20 */ |
2706 | #define EXTI_PR_PR20 EXTI_PR_PR20_Msk /*!< Pending bit for line 20 */ |
2721 | #define EXTI_PR_PR21_Pos (21U) |
2707 | #define EXTI_PR_PR21_Pos (21U) |
2722 | #define EXTI_PR_PR21_Msk (0x1U << EXTI_PR_PR21_Pos) /*!< 0x00200000 */ |
2708 | #define EXTI_PR_PR21_Msk (0x1UL << EXTI_PR_PR21_Pos) /*!< 0x00200000 */ |
2723 | #define EXTI_PR_PR21 EXTI_PR_PR21_Msk /*!< Pending bit for line 21 */ |
2709 | #define EXTI_PR_PR21 EXTI_PR_PR21_Msk /*!< Pending bit for line 21 */ |
2724 | #define EXTI_PR_PR22_Pos (22U) |
2710 | #define EXTI_PR_PR22_Pos (22U) |
2725 | #define EXTI_PR_PR22_Msk (0x1U << EXTI_PR_PR22_Pos) /*!< 0x00400000 */ |
2711 | #define EXTI_PR_PR22_Msk (0x1UL << EXTI_PR_PR22_Pos) /*!< 0x00400000 */ |
2726 | #define EXTI_PR_PR22 EXTI_PR_PR22_Msk /*!< Pending bit for line 22 */ |
2712 | #define EXTI_PR_PR22 EXTI_PR_PR22_Msk /*!< Pending bit for line 22 */ |
2727 | 2713 | ||
2728 | /* References Defines */ |
2714 | /* References Defines */ |
2729 | #define EXTI_PR_PIF0 EXTI_PR_PR0 |
2715 | #define EXTI_PR_PIF0 EXTI_PR_PR0 |
2730 | #define EXTI_PR_PIF1 EXTI_PR_PR1 |
2716 | #define EXTI_PR_PIF1 EXTI_PR_PR1 |
Line 2757... | Line 2743... | ||
2757 | /* */ |
2743 | /* */ |
2758 | /******************************************************************************/ |
2744 | /******************************************************************************/ |
2759 | 2745 | ||
2760 | /******************* Bit definition for FLASH_ACR register ******************/ |
2746 | /******************* Bit definition for FLASH_ACR register ******************/ |
2761 | #define FLASH_ACR_LATENCY_Pos (0U) |
2747 | #define FLASH_ACR_LATENCY_Pos (0U) |
2762 | #define FLASH_ACR_LATENCY_Msk (0x1U << FLASH_ACR_LATENCY_Pos) /*!< 0x00000001 */ |
2748 | #define FLASH_ACR_LATENCY_Msk (0x1UL << FLASH_ACR_LATENCY_Pos) /*!< 0x00000001 */ |
2763 | #define FLASH_ACR_LATENCY FLASH_ACR_LATENCY_Msk /*!< Latency */ |
2749 | #define FLASH_ACR_LATENCY FLASH_ACR_LATENCY_Msk /*!< Latency */ |
2764 | #define FLASH_ACR_PRFTEN_Pos (1U) |
2750 | #define FLASH_ACR_PRFTEN_Pos (1U) |
2765 | #define FLASH_ACR_PRFTEN_Msk (0x1U << FLASH_ACR_PRFTEN_Pos) /*!< 0x00000002 */ |
2751 | #define FLASH_ACR_PRFTEN_Msk (0x1UL << FLASH_ACR_PRFTEN_Pos) /*!< 0x00000002 */ |
2766 | #define FLASH_ACR_PRFTEN FLASH_ACR_PRFTEN_Msk /*!< Prefetch Buffer Enable */ |
2752 | #define FLASH_ACR_PRFTEN FLASH_ACR_PRFTEN_Msk /*!< Prefetch Buffer Enable */ |
2767 | #define FLASH_ACR_ACC64_Pos (2U) |
2753 | #define FLASH_ACR_ACC64_Pos (2U) |
2768 | #define FLASH_ACR_ACC64_Msk (0x1U << FLASH_ACR_ACC64_Pos) /*!< 0x00000004 */ |
2754 | #define FLASH_ACR_ACC64_Msk (0x1UL << FLASH_ACR_ACC64_Pos) /*!< 0x00000004 */ |
2769 | #define FLASH_ACR_ACC64 FLASH_ACR_ACC64_Msk /*!< Access 64 bits */ |
2755 | #define FLASH_ACR_ACC64 FLASH_ACR_ACC64_Msk /*!< Access 64 bits */ |
2770 | #define FLASH_ACR_SLEEP_PD_Pos (3U) |
2756 | #define FLASH_ACR_SLEEP_PD_Pos (3U) |
2771 | #define FLASH_ACR_SLEEP_PD_Msk (0x1U << FLASH_ACR_SLEEP_PD_Pos) /*!< 0x00000008 */ |
2757 | #define FLASH_ACR_SLEEP_PD_Msk (0x1UL << FLASH_ACR_SLEEP_PD_Pos) /*!< 0x00000008 */ |
2772 | #define FLASH_ACR_SLEEP_PD FLASH_ACR_SLEEP_PD_Msk /*!< Flash mode during sleep mode */ |
2758 | #define FLASH_ACR_SLEEP_PD FLASH_ACR_SLEEP_PD_Msk /*!< Flash mode during sleep mode */ |
2773 | #define FLASH_ACR_RUN_PD_Pos (4U) |
2759 | #define FLASH_ACR_RUN_PD_Pos (4U) |
2774 | #define FLASH_ACR_RUN_PD_Msk (0x1U << FLASH_ACR_RUN_PD_Pos) /*!< 0x00000010 */ |
2760 | #define FLASH_ACR_RUN_PD_Msk (0x1UL << FLASH_ACR_RUN_PD_Pos) /*!< 0x00000010 */ |
2775 | #define FLASH_ACR_RUN_PD FLASH_ACR_RUN_PD_Msk /*!< Flash mode during RUN mode */ |
2761 | #define FLASH_ACR_RUN_PD FLASH_ACR_RUN_PD_Msk /*!< Flash mode during RUN mode */ |
2776 | 2762 | ||
2777 | /******************* Bit definition for FLASH_PECR register ******************/ |
2763 | /******************* Bit definition for FLASH_PECR register ******************/ |
2778 | #define FLASH_PECR_PELOCK_Pos (0U) |
2764 | #define FLASH_PECR_PELOCK_Pos (0U) |
2779 | #define FLASH_PECR_PELOCK_Msk (0x1U << FLASH_PECR_PELOCK_Pos) /*!< 0x00000001 */ |
2765 | #define FLASH_PECR_PELOCK_Msk (0x1UL << FLASH_PECR_PELOCK_Pos) /*!< 0x00000001 */ |
2780 | #define FLASH_PECR_PELOCK FLASH_PECR_PELOCK_Msk /*!< FLASH_PECR and Flash data Lock */ |
2766 | #define FLASH_PECR_PELOCK FLASH_PECR_PELOCK_Msk /*!< FLASH_PECR and Flash data Lock */ |
2781 | #define FLASH_PECR_PRGLOCK_Pos (1U) |
2767 | #define FLASH_PECR_PRGLOCK_Pos (1U) |
2782 | #define FLASH_PECR_PRGLOCK_Msk (0x1U << FLASH_PECR_PRGLOCK_Pos) /*!< 0x00000002 */ |
2768 | #define FLASH_PECR_PRGLOCK_Msk (0x1UL << FLASH_PECR_PRGLOCK_Pos) /*!< 0x00000002 */ |
2783 | #define FLASH_PECR_PRGLOCK FLASH_PECR_PRGLOCK_Msk /*!< Program matrix Lock */ |
2769 | #define FLASH_PECR_PRGLOCK FLASH_PECR_PRGLOCK_Msk /*!< Program matrix Lock */ |
2784 | #define FLASH_PECR_OPTLOCK_Pos (2U) |
2770 | #define FLASH_PECR_OPTLOCK_Pos (2U) |
2785 | #define FLASH_PECR_OPTLOCK_Msk (0x1U << FLASH_PECR_OPTLOCK_Pos) /*!< 0x00000004 */ |
2771 | #define FLASH_PECR_OPTLOCK_Msk (0x1UL << FLASH_PECR_OPTLOCK_Pos) /*!< 0x00000004 */ |
2786 | #define FLASH_PECR_OPTLOCK FLASH_PECR_OPTLOCK_Msk /*!< Option byte matrix Lock */ |
2772 | #define FLASH_PECR_OPTLOCK FLASH_PECR_OPTLOCK_Msk /*!< Option byte matrix Lock */ |
2787 | #define FLASH_PECR_PROG_Pos (3U) |
2773 | #define FLASH_PECR_PROG_Pos (3U) |
2788 | #define FLASH_PECR_PROG_Msk (0x1U << FLASH_PECR_PROG_Pos) /*!< 0x00000008 */ |
2774 | #define FLASH_PECR_PROG_Msk (0x1UL << FLASH_PECR_PROG_Pos) /*!< 0x00000008 */ |
2789 | #define FLASH_PECR_PROG FLASH_PECR_PROG_Msk /*!< Program matrix selection */ |
2775 | #define FLASH_PECR_PROG FLASH_PECR_PROG_Msk /*!< Program matrix selection */ |
2790 | #define FLASH_PECR_DATA_Pos (4U) |
2776 | #define FLASH_PECR_DATA_Pos (4U) |
2791 | #define FLASH_PECR_DATA_Msk (0x1U << FLASH_PECR_DATA_Pos) /*!< 0x00000010 */ |
2777 | #define FLASH_PECR_DATA_Msk (0x1UL << FLASH_PECR_DATA_Pos) /*!< 0x00000010 */ |
2792 | #define FLASH_PECR_DATA FLASH_PECR_DATA_Msk /*!< Data matrix selection */ |
2778 | #define FLASH_PECR_DATA FLASH_PECR_DATA_Msk /*!< Data matrix selection */ |
2793 | #define FLASH_PECR_FTDW_Pos (8U) |
2779 | #define FLASH_PECR_FTDW_Pos (8U) |
2794 | #define FLASH_PECR_FTDW_Msk (0x1U << FLASH_PECR_FTDW_Pos) /*!< 0x00000100 */ |
2780 | #define FLASH_PECR_FTDW_Msk (0x1UL << FLASH_PECR_FTDW_Pos) /*!< 0x00000100 */ |
2795 | #define FLASH_PECR_FTDW FLASH_PECR_FTDW_Msk /*!< Fixed Time Data write for Word/Half Word/Byte programming */ |
2781 | #define FLASH_PECR_FTDW FLASH_PECR_FTDW_Msk /*!< Fixed Time Data write for Word/Half Word/Byte programming */ |
2796 | #define FLASH_PECR_ERASE_Pos (9U) |
2782 | #define FLASH_PECR_ERASE_Pos (9U) |
2797 | #define FLASH_PECR_ERASE_Msk (0x1U << FLASH_PECR_ERASE_Pos) /*!< 0x00000200 */ |
2783 | #define FLASH_PECR_ERASE_Msk (0x1UL << FLASH_PECR_ERASE_Pos) /*!< 0x00000200 */ |
2798 | #define FLASH_PECR_ERASE FLASH_PECR_ERASE_Msk /*!< Page erasing mode */ |
2784 | #define FLASH_PECR_ERASE FLASH_PECR_ERASE_Msk /*!< Page erasing mode */ |
2799 | #define FLASH_PECR_FPRG_Pos (10U) |
2785 | #define FLASH_PECR_FPRG_Pos (10U) |
2800 | #define FLASH_PECR_FPRG_Msk (0x1U << FLASH_PECR_FPRG_Pos) /*!< 0x00000400 */ |
2786 | #define FLASH_PECR_FPRG_Msk (0x1UL << FLASH_PECR_FPRG_Pos) /*!< 0x00000400 */ |
2801 | #define FLASH_PECR_FPRG FLASH_PECR_FPRG_Msk /*!< Fast Page/Half Page programming mode */ |
2787 | #define FLASH_PECR_FPRG FLASH_PECR_FPRG_Msk /*!< Fast Page/Half Page programming mode */ |
2802 | #define FLASH_PECR_EOPIE_Pos (16U) |
2788 | #define FLASH_PECR_EOPIE_Pos (16U) |
2803 | #define FLASH_PECR_EOPIE_Msk (0x1U << FLASH_PECR_EOPIE_Pos) /*!< 0x00010000 */ |
2789 | #define FLASH_PECR_EOPIE_Msk (0x1UL << FLASH_PECR_EOPIE_Pos) /*!< 0x00010000 */ |
2804 | #define FLASH_PECR_EOPIE FLASH_PECR_EOPIE_Msk /*!< End of programming interrupt */ |
2790 | #define FLASH_PECR_EOPIE FLASH_PECR_EOPIE_Msk /*!< End of programming interrupt */ |
2805 | #define FLASH_PECR_ERRIE_Pos (17U) |
2791 | #define FLASH_PECR_ERRIE_Pos (17U) |
2806 | #define FLASH_PECR_ERRIE_Msk (0x1U << FLASH_PECR_ERRIE_Pos) /*!< 0x00020000 */ |
2792 | #define FLASH_PECR_ERRIE_Msk (0x1UL << FLASH_PECR_ERRIE_Pos) /*!< 0x00020000 */ |
2807 | #define FLASH_PECR_ERRIE FLASH_PECR_ERRIE_Msk /*!< Error interrupt */ |
2793 | #define FLASH_PECR_ERRIE FLASH_PECR_ERRIE_Msk /*!< Error interrupt */ |
2808 | #define FLASH_PECR_OBL_LAUNCH_Pos (18U) |
2794 | #define FLASH_PECR_OBL_LAUNCH_Pos (18U) |
2809 | #define FLASH_PECR_OBL_LAUNCH_Msk (0x1U << FLASH_PECR_OBL_LAUNCH_Pos) /*!< 0x00040000 */ |
2795 | #define FLASH_PECR_OBL_LAUNCH_Msk (0x1UL << FLASH_PECR_OBL_LAUNCH_Pos) /*!< 0x00040000 */ |
2810 | #define FLASH_PECR_OBL_LAUNCH FLASH_PECR_OBL_LAUNCH_Msk /*!< Launch the option byte loading */ |
2796 | #define FLASH_PECR_OBL_LAUNCH FLASH_PECR_OBL_LAUNCH_Msk /*!< Launch the option byte loading */ |
2811 | 2797 | ||
2812 | /****************** Bit definition for FLASH_PDKEYR register ******************/ |
2798 | /****************** Bit definition for FLASH_PDKEYR register ******************/ |
2813 | #define FLASH_PDKEYR_PDKEYR_Pos (0U) |
2799 | #define FLASH_PDKEYR_PDKEYR_Pos (0U) |
2814 | #define FLASH_PDKEYR_PDKEYR_Msk (0xFFFFFFFFU << FLASH_PDKEYR_PDKEYR_Pos) /*!< 0xFFFFFFFF */ |
2800 | #define FLASH_PDKEYR_PDKEYR_Msk (0xFFFFFFFFUL << FLASH_PDKEYR_PDKEYR_Pos) /*!< 0xFFFFFFFF */ |
2815 | #define FLASH_PDKEYR_PDKEYR FLASH_PDKEYR_PDKEYR_Msk /*!< FLASH_PEC and data matrix Key */ |
2801 | #define FLASH_PDKEYR_PDKEYR FLASH_PDKEYR_PDKEYR_Msk /*!< FLASH_PEC and data matrix Key */ |
2816 | 2802 | ||
2817 | /****************** Bit definition for FLASH_PEKEYR register ******************/ |
2803 | /****************** Bit definition for FLASH_PEKEYR register ******************/ |
2818 | #define FLASH_PEKEYR_PEKEYR_Pos (0U) |
2804 | #define FLASH_PEKEYR_PEKEYR_Pos (0U) |
2819 | #define FLASH_PEKEYR_PEKEYR_Msk (0xFFFFFFFFU << FLASH_PEKEYR_PEKEYR_Pos) /*!< 0xFFFFFFFF */ |
2805 | #define FLASH_PEKEYR_PEKEYR_Msk (0xFFFFFFFFUL << FLASH_PEKEYR_PEKEYR_Pos) /*!< 0xFFFFFFFF */ |
2820 | #define FLASH_PEKEYR_PEKEYR FLASH_PEKEYR_PEKEYR_Msk /*!< FLASH_PEC and data matrix Key */ |
2806 | #define FLASH_PEKEYR_PEKEYR FLASH_PEKEYR_PEKEYR_Msk /*!< FLASH_PEC and data matrix Key */ |
2821 | 2807 | ||
2822 | /****************** Bit definition for FLASH_PRGKEYR register ******************/ |
2808 | /****************** Bit definition for FLASH_PRGKEYR register ******************/ |
2823 | #define FLASH_PRGKEYR_PRGKEYR_Pos (0U) |
2809 | #define FLASH_PRGKEYR_PRGKEYR_Pos (0U) |
2824 | #define FLASH_PRGKEYR_PRGKEYR_Msk (0xFFFFFFFFU << FLASH_PRGKEYR_PRGKEYR_Pos) /*!< 0xFFFFFFFF */ |
2810 | #define FLASH_PRGKEYR_PRGKEYR_Msk (0xFFFFFFFFUL << FLASH_PRGKEYR_PRGKEYR_Pos) /*!< 0xFFFFFFFF */ |
2825 | #define FLASH_PRGKEYR_PRGKEYR FLASH_PRGKEYR_PRGKEYR_Msk /*!< Program matrix Key */ |
2811 | #define FLASH_PRGKEYR_PRGKEYR FLASH_PRGKEYR_PRGKEYR_Msk /*!< Program matrix Key */ |
2826 | 2812 | ||
2827 | /****************** Bit definition for FLASH_OPTKEYR register ******************/ |
2813 | /****************** Bit definition for FLASH_OPTKEYR register ******************/ |
2828 | #define FLASH_OPTKEYR_OPTKEYR_Pos (0U) |
2814 | #define FLASH_OPTKEYR_OPTKEYR_Pos (0U) |
2829 | #define FLASH_OPTKEYR_OPTKEYR_Msk (0xFFFFFFFFU << FLASH_OPTKEYR_OPTKEYR_Pos) /*!< 0xFFFFFFFF */ |
2815 | #define FLASH_OPTKEYR_OPTKEYR_Msk (0xFFFFFFFFUL << FLASH_OPTKEYR_OPTKEYR_Pos) /*!< 0xFFFFFFFF */ |
2830 | #define FLASH_OPTKEYR_OPTKEYR FLASH_OPTKEYR_OPTKEYR_Msk /*!< Option bytes matrix Key */ |
2816 | #define FLASH_OPTKEYR_OPTKEYR FLASH_OPTKEYR_OPTKEYR_Msk /*!< Option bytes matrix Key */ |
2831 | 2817 | ||
2832 | /****************** Bit definition for FLASH_SR register *******************/ |
2818 | /****************** Bit definition for FLASH_SR register *******************/ |
2833 | #define FLASH_SR_BSY_Pos (0U) |
2819 | #define FLASH_SR_BSY_Pos (0U) |
2834 | #define FLASH_SR_BSY_Msk (0x1U << FLASH_SR_BSY_Pos) /*!< 0x00000001 */ |
2820 | #define FLASH_SR_BSY_Msk (0x1UL << FLASH_SR_BSY_Pos) /*!< 0x00000001 */ |
2835 | #define FLASH_SR_BSY FLASH_SR_BSY_Msk /*!< Busy */ |
2821 | #define FLASH_SR_BSY FLASH_SR_BSY_Msk /*!< Busy */ |
2836 | #define FLASH_SR_EOP_Pos (1U) |
2822 | #define FLASH_SR_EOP_Pos (1U) |
2837 | #define FLASH_SR_EOP_Msk (0x1U << FLASH_SR_EOP_Pos) /*!< 0x00000002 */ |
2823 | #define FLASH_SR_EOP_Msk (0x1UL << FLASH_SR_EOP_Pos) /*!< 0x00000002 */ |
2838 | #define FLASH_SR_EOP FLASH_SR_EOP_Msk /*!< End Of Programming*/ |
2824 | #define FLASH_SR_EOP FLASH_SR_EOP_Msk /*!< End Of Programming*/ |
2839 | #define FLASH_SR_ENDHV_Pos (2U) |
2825 | #define FLASH_SR_ENDHV_Pos (2U) |
2840 | #define FLASH_SR_ENDHV_Msk (0x1U << FLASH_SR_ENDHV_Pos) /*!< 0x00000004 */ |
2826 | #define FLASH_SR_ENDHV_Msk (0x1UL << FLASH_SR_ENDHV_Pos) /*!< 0x00000004 */ |
2841 | #define FLASH_SR_ENDHV FLASH_SR_ENDHV_Msk /*!< End of high voltage */ |
2827 | #define FLASH_SR_ENDHV FLASH_SR_ENDHV_Msk /*!< End of high voltage */ |
2842 | #define FLASH_SR_READY_Pos (3U) |
2828 | #define FLASH_SR_READY_Pos (3U) |
2843 | #define FLASH_SR_READY_Msk (0x1U << FLASH_SR_READY_Pos) /*!< 0x00000008 */ |
2829 | #define FLASH_SR_READY_Msk (0x1UL << FLASH_SR_READY_Pos) /*!< 0x00000008 */ |
2844 | #define FLASH_SR_READY FLASH_SR_READY_Msk /*!< Flash ready after low power mode */ |
2830 | #define FLASH_SR_READY FLASH_SR_READY_Msk /*!< Flash ready after low power mode */ |
2845 | 2831 | ||
2846 | #define FLASH_SR_WRPERR_Pos (8U) |
2832 | #define FLASH_SR_WRPERR_Pos (8U) |
2847 | #define FLASH_SR_WRPERR_Msk (0x1U << FLASH_SR_WRPERR_Pos) /*!< 0x00000100 */ |
2833 | #define FLASH_SR_WRPERR_Msk (0x1UL << FLASH_SR_WRPERR_Pos) /*!< 0x00000100 */ |
2848 | #define FLASH_SR_WRPERR FLASH_SR_WRPERR_Msk /*!< Write protected error */ |
2834 | #define FLASH_SR_WRPERR FLASH_SR_WRPERR_Msk /*!< Write protected error */ |
2849 | #define FLASH_SR_PGAERR_Pos (9U) |
2835 | #define FLASH_SR_PGAERR_Pos (9U) |
2850 | #define FLASH_SR_PGAERR_Msk (0x1U << FLASH_SR_PGAERR_Pos) /*!< 0x00000200 */ |
2836 | #define FLASH_SR_PGAERR_Msk (0x1UL << FLASH_SR_PGAERR_Pos) /*!< 0x00000200 */ |
2851 | #define FLASH_SR_PGAERR FLASH_SR_PGAERR_Msk /*!< Programming Alignment Error */ |
2837 | #define FLASH_SR_PGAERR FLASH_SR_PGAERR_Msk /*!< Programming Alignment Error */ |
2852 | #define FLASH_SR_SIZERR_Pos (10U) |
2838 | #define FLASH_SR_SIZERR_Pos (10U) |
2853 | #define FLASH_SR_SIZERR_Msk (0x1U << FLASH_SR_SIZERR_Pos) /*!< 0x00000400 */ |
2839 | #define FLASH_SR_SIZERR_Msk (0x1UL << FLASH_SR_SIZERR_Pos) /*!< 0x00000400 */ |
2854 | #define FLASH_SR_SIZERR FLASH_SR_SIZERR_Msk /*!< Size error */ |
2840 | #define FLASH_SR_SIZERR FLASH_SR_SIZERR_Msk /*!< Size error */ |
2855 | #define FLASH_SR_OPTVERR_Pos (11U) |
2841 | #define FLASH_SR_OPTVERR_Pos (11U) |
2856 | #define FLASH_SR_OPTVERR_Msk (0x1U << FLASH_SR_OPTVERR_Pos) /*!< 0x00000800 */ |
2842 | #define FLASH_SR_OPTVERR_Msk (0x1UL << FLASH_SR_OPTVERR_Pos) /*!< 0x00000800 */ |
2857 | #define FLASH_SR_OPTVERR FLASH_SR_OPTVERR_Msk /*!< Option validity error */ |
2843 | #define FLASH_SR_OPTVERR FLASH_SR_OPTVERR_Msk /*!< Option validity error */ |
2858 | 2844 | ||
2859 | /****************** Bit definition for FLASH_OBR register *******************/ |
2845 | /****************** Bit definition for FLASH_OBR register *******************/ |
2860 | #define FLASH_OBR_RDPRT_Pos (0U) |
2846 | #define FLASH_OBR_RDPRT_Pos (0U) |
2861 | #define FLASH_OBR_RDPRT_Msk (0xFFU << FLASH_OBR_RDPRT_Pos) /*!< 0x000000FF */ |
2847 | #define FLASH_OBR_RDPRT_Msk (0xFFUL << FLASH_OBR_RDPRT_Pos) /*!< 0x000000FF */ |
2862 | #define FLASH_OBR_RDPRT FLASH_OBR_RDPRT_Msk /*!< Read Protection */ |
2848 | #define FLASH_OBR_RDPRT FLASH_OBR_RDPRT_Msk /*!< Read Protection */ |
2863 | #define FLASH_OBR_BOR_LEV_Pos (16U) |
2849 | #define FLASH_OBR_BOR_LEV_Pos (16U) |
2864 | #define FLASH_OBR_BOR_LEV_Msk (0xFU << FLASH_OBR_BOR_LEV_Pos) /*!< 0x000F0000 */ |
2850 | #define FLASH_OBR_BOR_LEV_Msk (0xFUL << FLASH_OBR_BOR_LEV_Pos) /*!< 0x000F0000 */ |
2865 | #define FLASH_OBR_BOR_LEV FLASH_OBR_BOR_LEV_Msk /*!< BOR_LEV[3:0] Brown Out Reset Threshold Level*/ |
2851 | #define FLASH_OBR_BOR_LEV FLASH_OBR_BOR_LEV_Msk /*!< BOR_LEV[3:0] Brown Out Reset Threshold Level*/ |
2866 | #define FLASH_OBR_USER_Pos (20U) |
2852 | #define FLASH_OBR_USER_Pos (20U) |
2867 | #define FLASH_OBR_USER_Msk (0x7U << FLASH_OBR_USER_Pos) /*!< 0x00700000 */ |
2853 | #define FLASH_OBR_USER_Msk (0x7UL << FLASH_OBR_USER_Pos) /*!< 0x00700000 */ |
2868 | #define FLASH_OBR_USER FLASH_OBR_USER_Msk /*!< User Option Bytes */ |
2854 | #define FLASH_OBR_USER FLASH_OBR_USER_Msk /*!< User Option Bytes */ |
2869 | #define FLASH_OBR_IWDG_SW_Pos (20U) |
2855 | #define FLASH_OBR_IWDG_SW_Pos (20U) |
2870 | #define FLASH_OBR_IWDG_SW_Msk (0x1U << FLASH_OBR_IWDG_SW_Pos) /*!< 0x00100000 */ |
2856 | #define FLASH_OBR_IWDG_SW_Msk (0x1UL << FLASH_OBR_IWDG_SW_Pos) /*!< 0x00100000 */ |
2871 | #define FLASH_OBR_IWDG_SW FLASH_OBR_IWDG_SW_Msk /*!< IWDG_SW */ |
2857 | #define FLASH_OBR_IWDG_SW FLASH_OBR_IWDG_SW_Msk /*!< IWDG_SW */ |
2872 | #define FLASH_OBR_nRST_STOP_Pos (21U) |
2858 | #define FLASH_OBR_nRST_STOP_Pos (21U) |
2873 | #define FLASH_OBR_nRST_STOP_Msk (0x1U << FLASH_OBR_nRST_STOP_Pos) /*!< 0x00200000 */ |
2859 | #define FLASH_OBR_nRST_STOP_Msk (0x1UL << FLASH_OBR_nRST_STOP_Pos) /*!< 0x00200000 */ |
2874 | #define FLASH_OBR_nRST_STOP FLASH_OBR_nRST_STOP_Msk /*!< nRST_STOP */ |
2860 | #define FLASH_OBR_nRST_STOP FLASH_OBR_nRST_STOP_Msk /*!< nRST_STOP */ |
2875 | #define FLASH_OBR_nRST_STDBY_Pos (22U) |
2861 | #define FLASH_OBR_nRST_STDBY_Pos (22U) |
2876 | #define FLASH_OBR_nRST_STDBY_Msk (0x1U << FLASH_OBR_nRST_STDBY_Pos) /*!< 0x00400000 */ |
2862 | #define FLASH_OBR_nRST_STDBY_Msk (0x1UL << FLASH_OBR_nRST_STDBY_Pos) /*!< 0x00400000 */ |
2877 | #define FLASH_OBR_nRST_STDBY FLASH_OBR_nRST_STDBY_Msk /*!< nRST_STDBY */ |
2863 | #define FLASH_OBR_nRST_STDBY FLASH_OBR_nRST_STDBY_Msk /*!< nRST_STDBY */ |
2878 | 2864 | ||
2879 | /****************** Bit definition for FLASH_WRPR register ******************/ |
2865 | /****************** Bit definition for FLASH_WRPR register ******************/ |
2880 | #define FLASH_WRPR1_WRP_Pos (0U) |
2866 | #define FLASH_WRPR1_WRP_Pos (0U) |
2881 | #define FLASH_WRPR1_WRP_Msk (0xFFFFFFFFU << FLASH_WRPR1_WRP_Pos) /*!< 0xFFFFFFFF */ |
2867 | #define FLASH_WRPR1_WRP_Msk (0xFFFFFFFFUL << FLASH_WRPR1_WRP_Pos) /*!< 0xFFFFFFFF */ |
2882 | #define FLASH_WRPR1_WRP FLASH_WRPR1_WRP_Msk /*!< Write Protect sectors 0 to 31 */ |
2868 | #define FLASH_WRPR1_WRP FLASH_WRPR1_WRP_Msk /*!< Write Protect sectors 0 to 31 */ |
2883 | 2869 | ||
2884 | /******************************************************************************/ |
2870 | /******************************************************************************/ |
2885 | /* */ |
2871 | /* */ |
2886 | /* General Purpose I/O */ |
2872 | /* General Purpose I/O */ |
2887 | /* */ |
2873 | /* */ |
2888 | /******************************************************************************/ |
2874 | /******************************************************************************/ |
2889 | /****************** Bits definition for GPIO_MODER register *****************/ |
2875 | /****************** Bits definition for GPIO_MODER register *****************/ |
2890 | #define GPIO_MODER_MODER0_Pos (0U) |
2876 | #define GPIO_MODER_MODER0_Pos (0U) |
2891 | #define GPIO_MODER_MODER0_Msk (0x3U << GPIO_MODER_MODER0_Pos) /*!< 0x00000003 */ |
2877 | #define GPIO_MODER_MODER0_Msk (0x3UL << GPIO_MODER_MODER0_Pos) /*!< 0x00000003 */ |
2892 | #define GPIO_MODER_MODER0 GPIO_MODER_MODER0_Msk |
2878 | #define GPIO_MODER_MODER0 GPIO_MODER_MODER0_Msk |
2893 | #define GPIO_MODER_MODER0_0 (0x1U << GPIO_MODER_MODER0_Pos) /*!< 0x00000001 */ |
2879 | #define GPIO_MODER_MODER0_0 (0x1UL << GPIO_MODER_MODER0_Pos) /*!< 0x00000001 */ |
2894 | #define GPIO_MODER_MODER0_1 (0x2U << GPIO_MODER_MODER0_Pos) /*!< 0x00000002 */ |
2880 | #define GPIO_MODER_MODER0_1 (0x2UL << GPIO_MODER_MODER0_Pos) /*!< 0x00000002 */ |
2895 | 2881 | ||
2896 | #define GPIO_MODER_MODER1_Pos (2U) |
2882 | #define GPIO_MODER_MODER1_Pos (2U) |
2897 | #define GPIO_MODER_MODER1_Msk (0x3U << GPIO_MODER_MODER1_Pos) /*!< 0x0000000C */ |
2883 | #define GPIO_MODER_MODER1_Msk (0x3UL << GPIO_MODER_MODER1_Pos) /*!< 0x0000000C */ |
2898 | #define GPIO_MODER_MODER1 GPIO_MODER_MODER1_Msk |
2884 | #define GPIO_MODER_MODER1 GPIO_MODER_MODER1_Msk |
2899 | #define GPIO_MODER_MODER1_0 (0x1U << GPIO_MODER_MODER1_Pos) /*!< 0x00000004 */ |
2885 | #define GPIO_MODER_MODER1_0 (0x1UL << GPIO_MODER_MODER1_Pos) /*!< 0x00000004 */ |
2900 | #define GPIO_MODER_MODER1_1 (0x2U << GPIO_MODER_MODER1_Pos) /*!< 0x00000008 */ |
2886 | #define GPIO_MODER_MODER1_1 (0x2UL << GPIO_MODER_MODER1_Pos) /*!< 0x00000008 */ |
2901 | 2887 | ||
2902 | #define GPIO_MODER_MODER2_Pos (4U) |
2888 | #define GPIO_MODER_MODER2_Pos (4U) |
2903 | #define GPIO_MODER_MODER2_Msk (0x3U << GPIO_MODER_MODER2_Pos) /*!< 0x00000030 */ |
2889 | #define GPIO_MODER_MODER2_Msk (0x3UL << GPIO_MODER_MODER2_Pos) /*!< 0x00000030 */ |
2904 | #define GPIO_MODER_MODER2 GPIO_MODER_MODER2_Msk |
2890 | #define GPIO_MODER_MODER2 GPIO_MODER_MODER2_Msk |
2905 | #define GPIO_MODER_MODER2_0 (0x1U << GPIO_MODER_MODER2_Pos) /*!< 0x00000010 */ |
2891 | #define GPIO_MODER_MODER2_0 (0x1UL << GPIO_MODER_MODER2_Pos) /*!< 0x00000010 */ |
2906 | #define GPIO_MODER_MODER2_1 (0x2U << GPIO_MODER_MODER2_Pos) /*!< 0x00000020 */ |
2892 | #define GPIO_MODER_MODER2_1 (0x2UL << GPIO_MODER_MODER2_Pos) /*!< 0x00000020 */ |
2907 | 2893 | ||
2908 | #define GPIO_MODER_MODER3_Pos (6U) |
2894 | #define GPIO_MODER_MODER3_Pos (6U) |
2909 | #define GPIO_MODER_MODER3_Msk (0x3U << GPIO_MODER_MODER3_Pos) /*!< 0x000000C0 */ |
2895 | #define GPIO_MODER_MODER3_Msk (0x3UL << GPIO_MODER_MODER3_Pos) /*!< 0x000000C0 */ |
2910 | #define GPIO_MODER_MODER3 GPIO_MODER_MODER3_Msk |
2896 | #define GPIO_MODER_MODER3 GPIO_MODER_MODER3_Msk |
2911 | #define GPIO_MODER_MODER3_0 (0x1U << GPIO_MODER_MODER3_Pos) /*!< 0x00000040 */ |
2897 | #define GPIO_MODER_MODER3_0 (0x1UL << GPIO_MODER_MODER3_Pos) /*!< 0x00000040 */ |
2912 | #define GPIO_MODER_MODER3_1 (0x2U << GPIO_MODER_MODER3_Pos) /*!< 0x00000080 */ |
2898 | #define GPIO_MODER_MODER3_1 (0x2UL << GPIO_MODER_MODER3_Pos) /*!< 0x00000080 */ |
2913 | 2899 | ||
2914 | #define GPIO_MODER_MODER4_Pos (8U) |
2900 | #define GPIO_MODER_MODER4_Pos (8U) |
2915 | #define GPIO_MODER_MODER4_Msk (0x3U << GPIO_MODER_MODER4_Pos) /*!< 0x00000300 */ |
2901 | #define GPIO_MODER_MODER4_Msk (0x3UL << GPIO_MODER_MODER4_Pos) /*!< 0x00000300 */ |
2916 | #define GPIO_MODER_MODER4 GPIO_MODER_MODER4_Msk |
2902 | #define GPIO_MODER_MODER4 GPIO_MODER_MODER4_Msk |
2917 | #define GPIO_MODER_MODER4_0 (0x1U << GPIO_MODER_MODER4_Pos) /*!< 0x00000100 */ |
2903 | #define GPIO_MODER_MODER4_0 (0x1UL << GPIO_MODER_MODER4_Pos) /*!< 0x00000100 */ |
2918 | #define GPIO_MODER_MODER4_1 (0x2U << GPIO_MODER_MODER4_Pos) /*!< 0x00000200 */ |
2904 | #define GPIO_MODER_MODER4_1 (0x2UL << GPIO_MODER_MODER4_Pos) /*!< 0x00000200 */ |
2919 | 2905 | ||
2920 | #define GPIO_MODER_MODER5_Pos (10U) |
2906 | #define GPIO_MODER_MODER5_Pos (10U) |
2921 | #define GPIO_MODER_MODER5_Msk (0x3U << GPIO_MODER_MODER5_Pos) /*!< 0x00000C00 */ |
2907 | #define GPIO_MODER_MODER5_Msk (0x3UL << GPIO_MODER_MODER5_Pos) /*!< 0x00000C00 */ |
2922 | #define GPIO_MODER_MODER5 GPIO_MODER_MODER5_Msk |
2908 | #define GPIO_MODER_MODER5 GPIO_MODER_MODER5_Msk |
2923 | #define GPIO_MODER_MODER5_0 (0x1U << GPIO_MODER_MODER5_Pos) /*!< 0x00000400 */ |
2909 | #define GPIO_MODER_MODER5_0 (0x1UL << GPIO_MODER_MODER5_Pos) /*!< 0x00000400 */ |
2924 | #define GPIO_MODER_MODER5_1 (0x2U << GPIO_MODER_MODER5_Pos) /*!< 0x00000800 */ |
2910 | #define GPIO_MODER_MODER5_1 (0x2UL << GPIO_MODER_MODER5_Pos) /*!< 0x00000800 */ |
2925 | 2911 | ||
2926 | #define GPIO_MODER_MODER6_Pos (12U) |
2912 | #define GPIO_MODER_MODER6_Pos (12U) |
2927 | #define GPIO_MODER_MODER6_Msk (0x3U << GPIO_MODER_MODER6_Pos) /*!< 0x00003000 */ |
2913 | #define GPIO_MODER_MODER6_Msk (0x3UL << GPIO_MODER_MODER6_Pos) /*!< 0x00003000 */ |
2928 | #define GPIO_MODER_MODER6 GPIO_MODER_MODER6_Msk |
2914 | #define GPIO_MODER_MODER6 GPIO_MODER_MODER6_Msk |
2929 | #define GPIO_MODER_MODER6_0 (0x1U << GPIO_MODER_MODER6_Pos) /*!< 0x00001000 */ |
2915 | #define GPIO_MODER_MODER6_0 (0x1UL << GPIO_MODER_MODER6_Pos) /*!< 0x00001000 */ |
2930 | #define GPIO_MODER_MODER6_1 (0x2U << GPIO_MODER_MODER6_Pos) /*!< 0x00002000 */ |
2916 | #define GPIO_MODER_MODER6_1 (0x2UL << GPIO_MODER_MODER6_Pos) /*!< 0x00002000 */ |
2931 | 2917 | ||
2932 | #define GPIO_MODER_MODER7_Pos (14U) |
2918 | #define GPIO_MODER_MODER7_Pos (14U) |
2933 | #define GPIO_MODER_MODER7_Msk (0x3U << GPIO_MODER_MODER7_Pos) /*!< 0x0000C000 */ |
2919 | #define GPIO_MODER_MODER7_Msk (0x3UL << GPIO_MODER_MODER7_Pos) /*!< 0x0000C000 */ |
2934 | #define GPIO_MODER_MODER7 GPIO_MODER_MODER7_Msk |
2920 | #define GPIO_MODER_MODER7 GPIO_MODER_MODER7_Msk |
2935 | #define GPIO_MODER_MODER7_0 (0x1U << GPIO_MODER_MODER7_Pos) /*!< 0x00004000 */ |
2921 | #define GPIO_MODER_MODER7_0 (0x1UL << GPIO_MODER_MODER7_Pos) /*!< 0x00004000 */ |
2936 | #define GPIO_MODER_MODER7_1 (0x2U << GPIO_MODER_MODER7_Pos) /*!< 0x00008000 */ |
2922 | #define GPIO_MODER_MODER7_1 (0x2UL << GPIO_MODER_MODER7_Pos) /*!< 0x00008000 */ |
2937 | 2923 | ||
2938 | #define GPIO_MODER_MODER8_Pos (16U) |
2924 | #define GPIO_MODER_MODER8_Pos (16U) |
2939 | #define GPIO_MODER_MODER8_Msk (0x3U << GPIO_MODER_MODER8_Pos) /*!< 0x00030000 */ |
2925 | #define GPIO_MODER_MODER8_Msk (0x3UL << GPIO_MODER_MODER8_Pos) /*!< 0x00030000 */ |
2940 | #define GPIO_MODER_MODER8 GPIO_MODER_MODER8_Msk |
2926 | #define GPIO_MODER_MODER8 GPIO_MODER_MODER8_Msk |
2941 | #define GPIO_MODER_MODER8_0 (0x1U << GPIO_MODER_MODER8_Pos) /*!< 0x00010000 */ |
2927 | #define GPIO_MODER_MODER8_0 (0x1UL << GPIO_MODER_MODER8_Pos) /*!< 0x00010000 */ |
2942 | #define GPIO_MODER_MODER8_1 (0x2U << GPIO_MODER_MODER8_Pos) /*!< 0x00020000 */ |
2928 | #define GPIO_MODER_MODER8_1 (0x2UL << GPIO_MODER_MODER8_Pos) /*!< 0x00020000 */ |
2943 | 2929 | ||
2944 | #define GPIO_MODER_MODER9_Pos (18U) |
2930 | #define GPIO_MODER_MODER9_Pos (18U) |
2945 | #define GPIO_MODER_MODER9_Msk (0x3U << GPIO_MODER_MODER9_Pos) /*!< 0x000C0000 */ |
2931 | #define GPIO_MODER_MODER9_Msk (0x3UL << GPIO_MODER_MODER9_Pos) /*!< 0x000C0000 */ |
2946 | #define GPIO_MODER_MODER9 GPIO_MODER_MODER9_Msk |
2932 | #define GPIO_MODER_MODER9 GPIO_MODER_MODER9_Msk |
2947 | #define GPIO_MODER_MODER9_0 (0x1U << GPIO_MODER_MODER9_Pos) /*!< 0x00040000 */ |
2933 | #define GPIO_MODER_MODER9_0 (0x1UL << GPIO_MODER_MODER9_Pos) /*!< 0x00040000 */ |
2948 | #define GPIO_MODER_MODER9_1 (0x2U << GPIO_MODER_MODER9_Pos) /*!< 0x00080000 */ |
2934 | #define GPIO_MODER_MODER9_1 (0x2UL << GPIO_MODER_MODER9_Pos) /*!< 0x00080000 */ |
2949 | 2935 | ||
2950 | #define GPIO_MODER_MODER10_Pos (20U) |
2936 | #define GPIO_MODER_MODER10_Pos (20U) |
2951 | #define GPIO_MODER_MODER10_Msk (0x3U << GPIO_MODER_MODER10_Pos) /*!< 0x00300000 */ |
2937 | #define GPIO_MODER_MODER10_Msk (0x3UL << GPIO_MODER_MODER10_Pos) /*!< 0x00300000 */ |
2952 | #define GPIO_MODER_MODER10 GPIO_MODER_MODER10_Msk |
2938 | #define GPIO_MODER_MODER10 GPIO_MODER_MODER10_Msk |
2953 | #define GPIO_MODER_MODER10_0 (0x1U << GPIO_MODER_MODER10_Pos) /*!< 0x00100000 */ |
2939 | #define GPIO_MODER_MODER10_0 (0x1UL << GPIO_MODER_MODER10_Pos) /*!< 0x00100000 */ |
2954 | #define GPIO_MODER_MODER10_1 (0x2U << GPIO_MODER_MODER10_Pos) /*!< 0x00200000 */ |
2940 | #define GPIO_MODER_MODER10_1 (0x2UL << GPIO_MODER_MODER10_Pos) /*!< 0x00200000 */ |
2955 | 2941 | ||
2956 | #define GPIO_MODER_MODER11_Pos (22U) |
2942 | #define GPIO_MODER_MODER11_Pos (22U) |
2957 | #define GPIO_MODER_MODER11_Msk (0x3U << GPIO_MODER_MODER11_Pos) /*!< 0x00C00000 */ |
2943 | #define GPIO_MODER_MODER11_Msk (0x3UL << GPIO_MODER_MODER11_Pos) /*!< 0x00C00000 */ |
2958 | #define GPIO_MODER_MODER11 GPIO_MODER_MODER11_Msk |
2944 | #define GPIO_MODER_MODER11 GPIO_MODER_MODER11_Msk |
2959 | #define GPIO_MODER_MODER11_0 (0x1U << GPIO_MODER_MODER11_Pos) /*!< 0x00400000 */ |
2945 | #define GPIO_MODER_MODER11_0 (0x1UL << GPIO_MODER_MODER11_Pos) /*!< 0x00400000 */ |
2960 | #define GPIO_MODER_MODER11_1 (0x2U << GPIO_MODER_MODER11_Pos) /*!< 0x00800000 */ |
2946 | #define GPIO_MODER_MODER11_1 (0x2UL << GPIO_MODER_MODER11_Pos) /*!< 0x00800000 */ |
2961 | 2947 | ||
2962 | #define GPIO_MODER_MODER12_Pos (24U) |
2948 | #define GPIO_MODER_MODER12_Pos (24U) |
2963 | #define GPIO_MODER_MODER12_Msk (0x3U << GPIO_MODER_MODER12_Pos) /*!< 0x03000000 */ |
2949 | #define GPIO_MODER_MODER12_Msk (0x3UL << GPIO_MODER_MODER12_Pos) /*!< 0x03000000 */ |
2964 | #define GPIO_MODER_MODER12 GPIO_MODER_MODER12_Msk |
2950 | #define GPIO_MODER_MODER12 GPIO_MODER_MODER12_Msk |
2965 | #define GPIO_MODER_MODER12_0 (0x1U << GPIO_MODER_MODER12_Pos) /*!< 0x01000000 */ |
2951 | #define GPIO_MODER_MODER12_0 (0x1UL << GPIO_MODER_MODER12_Pos) /*!< 0x01000000 */ |
2966 | #define GPIO_MODER_MODER12_1 (0x2U << GPIO_MODER_MODER12_Pos) /*!< 0x02000000 */ |
2952 | #define GPIO_MODER_MODER12_1 (0x2UL << GPIO_MODER_MODER12_Pos) /*!< 0x02000000 */ |
2967 | 2953 | ||
2968 | #define GPIO_MODER_MODER13_Pos (26U) |
2954 | #define GPIO_MODER_MODER13_Pos (26U) |
2969 | #define GPIO_MODER_MODER13_Msk (0x3U << GPIO_MODER_MODER13_Pos) /*!< 0x0C000000 */ |
2955 | #define GPIO_MODER_MODER13_Msk (0x3UL << GPIO_MODER_MODER13_Pos) /*!< 0x0C000000 */ |
2970 | #define GPIO_MODER_MODER13 GPIO_MODER_MODER13_Msk |
2956 | #define GPIO_MODER_MODER13 GPIO_MODER_MODER13_Msk |
2971 | #define GPIO_MODER_MODER13_0 (0x1U << GPIO_MODER_MODER13_Pos) /*!< 0x04000000 */ |
2957 | #define GPIO_MODER_MODER13_0 (0x1UL << GPIO_MODER_MODER13_Pos) /*!< 0x04000000 */ |
2972 | #define GPIO_MODER_MODER13_1 (0x2U << GPIO_MODER_MODER13_Pos) /*!< 0x08000000 */ |
2958 | #define GPIO_MODER_MODER13_1 (0x2UL << GPIO_MODER_MODER13_Pos) /*!< 0x08000000 */ |
2973 | 2959 | ||
2974 | #define GPIO_MODER_MODER14_Pos (28U) |
2960 | #define GPIO_MODER_MODER14_Pos (28U) |
2975 | #define GPIO_MODER_MODER14_Msk (0x3U << GPIO_MODER_MODER14_Pos) /*!< 0x30000000 */ |
2961 | #define GPIO_MODER_MODER14_Msk (0x3UL << GPIO_MODER_MODER14_Pos) /*!< 0x30000000 */ |
2976 | #define GPIO_MODER_MODER14 GPIO_MODER_MODER14_Msk |
2962 | #define GPIO_MODER_MODER14 GPIO_MODER_MODER14_Msk |
2977 | #define GPIO_MODER_MODER14_0 (0x1U << GPIO_MODER_MODER14_Pos) /*!< 0x10000000 */ |
2963 | #define GPIO_MODER_MODER14_0 (0x1UL << GPIO_MODER_MODER14_Pos) /*!< 0x10000000 */ |
2978 | #define GPIO_MODER_MODER14_1 (0x2U << GPIO_MODER_MODER14_Pos) /*!< 0x20000000 */ |
2964 | #define GPIO_MODER_MODER14_1 (0x2UL << GPIO_MODER_MODER14_Pos) /*!< 0x20000000 */ |
2979 | 2965 | ||
2980 | #define GPIO_MODER_MODER15_Pos (30U) |
2966 | #define GPIO_MODER_MODER15_Pos (30U) |
2981 | #define GPIO_MODER_MODER15_Msk (0x3U << GPIO_MODER_MODER15_Pos) /*!< 0xC0000000 */ |
2967 | #define GPIO_MODER_MODER15_Msk (0x3UL << GPIO_MODER_MODER15_Pos) /*!< 0xC0000000 */ |
2982 | #define GPIO_MODER_MODER15 GPIO_MODER_MODER15_Msk |
2968 | #define GPIO_MODER_MODER15 GPIO_MODER_MODER15_Msk |
2983 | #define GPIO_MODER_MODER15_0 (0x1U << GPIO_MODER_MODER15_Pos) /*!< 0x40000000 */ |
2969 | #define GPIO_MODER_MODER15_0 (0x1UL << GPIO_MODER_MODER15_Pos) /*!< 0x40000000 */ |
2984 | #define GPIO_MODER_MODER15_1 (0x2U << GPIO_MODER_MODER15_Pos) /*!< 0x80000000 */ |
2970 | #define GPIO_MODER_MODER15_1 (0x2UL << GPIO_MODER_MODER15_Pos) /*!< 0x80000000 */ |
2985 | 2971 | ||
2986 | /****************** Bits definition for GPIO_OTYPER register ****************/ |
2972 | /****************** Bits definition for GPIO_OTYPER register ****************/ |
2987 | #define GPIO_OTYPER_OT_0 (0x00000001U) |
2973 | #define GPIO_OTYPER_OT_0 (0x00000001U) |
2988 | #define GPIO_OTYPER_OT_1 (0x00000002U) |
2974 | #define GPIO_OTYPER_OT_1 (0x00000002U) |
2989 | #define GPIO_OTYPER_OT_2 (0x00000004U) |
2975 | #define GPIO_OTYPER_OT_2 (0x00000004U) |
Line 3001... | Line 2987... | ||
3001 | #define GPIO_OTYPER_OT_14 (0x00004000U) |
2987 | #define GPIO_OTYPER_OT_14 (0x00004000U) |
3002 | #define GPIO_OTYPER_OT_15 (0x00008000U) |
2988 | #define GPIO_OTYPER_OT_15 (0x00008000U) |
3003 | 2989 | ||
3004 | /****************** Bits definition for GPIO_OSPEEDR register ***************/ |
2990 | /****************** Bits definition for GPIO_OSPEEDR register ***************/ |
3005 | #define GPIO_OSPEEDER_OSPEEDR0_Pos (0U) |
2991 | #define GPIO_OSPEEDER_OSPEEDR0_Pos (0U) |
3006 | #define GPIO_OSPEEDER_OSPEEDR0_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR0_Pos) /*!< 0x00000003 */ |
2992 | #define GPIO_OSPEEDER_OSPEEDR0_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR0_Pos) /*!< 0x00000003 */ |
3007 | #define GPIO_OSPEEDER_OSPEEDR0 GPIO_OSPEEDER_OSPEEDR0_Msk |
2993 | #define GPIO_OSPEEDER_OSPEEDR0 GPIO_OSPEEDER_OSPEEDR0_Msk |
3008 | #define GPIO_OSPEEDER_OSPEEDR0_0 (0x1U << GPIO_OSPEEDER_OSPEEDR0_Pos) /*!< 0x00000001 */ |
2994 | #define GPIO_OSPEEDER_OSPEEDR0_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR0_Pos) /*!< 0x00000001 */ |
3009 | #define GPIO_OSPEEDER_OSPEEDR0_1 (0x2U << GPIO_OSPEEDER_OSPEEDR0_Pos) /*!< 0x00000002 */ |
2995 | #define GPIO_OSPEEDER_OSPEEDR0_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR0_Pos) /*!< 0x00000002 */ |
3010 | 2996 | ||
3011 | #define GPIO_OSPEEDER_OSPEEDR1_Pos (2U) |
2997 | #define GPIO_OSPEEDER_OSPEEDR1_Pos (2U) |
3012 | #define GPIO_OSPEEDER_OSPEEDR1_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR1_Pos) /*!< 0x0000000C */ |
2998 | #define GPIO_OSPEEDER_OSPEEDR1_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR1_Pos) /*!< 0x0000000C */ |
3013 | #define GPIO_OSPEEDER_OSPEEDR1 GPIO_OSPEEDER_OSPEEDR1_Msk |
2999 | #define GPIO_OSPEEDER_OSPEEDR1 GPIO_OSPEEDER_OSPEEDR1_Msk |
3014 | #define GPIO_OSPEEDER_OSPEEDR1_0 (0x1U << GPIO_OSPEEDER_OSPEEDR1_Pos) /*!< 0x00000004 */ |
3000 | #define GPIO_OSPEEDER_OSPEEDR1_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR1_Pos) /*!< 0x00000004 */ |
3015 | #define GPIO_OSPEEDER_OSPEEDR1_1 (0x2U << GPIO_OSPEEDER_OSPEEDR1_Pos) /*!< 0x00000008 */ |
3001 | #define GPIO_OSPEEDER_OSPEEDR1_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR1_Pos) /*!< 0x00000008 */ |
3016 | 3002 | ||
3017 | #define GPIO_OSPEEDER_OSPEEDR2_Pos (4U) |
3003 | #define GPIO_OSPEEDER_OSPEEDR2_Pos (4U) |
3018 | #define GPIO_OSPEEDER_OSPEEDR2_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR2_Pos) /*!< 0x00000030 */ |
3004 | #define GPIO_OSPEEDER_OSPEEDR2_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR2_Pos) /*!< 0x00000030 */ |
3019 | #define GPIO_OSPEEDER_OSPEEDR2 GPIO_OSPEEDER_OSPEEDR2_Msk |
3005 | #define GPIO_OSPEEDER_OSPEEDR2 GPIO_OSPEEDER_OSPEEDR2_Msk |
3020 | #define GPIO_OSPEEDER_OSPEEDR2_0 (0x1U << GPIO_OSPEEDER_OSPEEDR2_Pos) /*!< 0x00000010 */ |
3006 | #define GPIO_OSPEEDER_OSPEEDR2_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR2_Pos) /*!< 0x00000010 */ |
3021 | #define GPIO_OSPEEDER_OSPEEDR2_1 (0x2U << GPIO_OSPEEDER_OSPEEDR2_Pos) /*!< 0x00000020 */ |
3007 | #define GPIO_OSPEEDER_OSPEEDR2_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR2_Pos) /*!< 0x00000020 */ |
3022 | 3008 | ||
3023 | #define GPIO_OSPEEDER_OSPEEDR3_Pos (6U) |
3009 | #define GPIO_OSPEEDER_OSPEEDR3_Pos (6U) |
3024 | #define GPIO_OSPEEDER_OSPEEDR3_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR3_Pos) /*!< 0x000000C0 */ |
3010 | #define GPIO_OSPEEDER_OSPEEDR3_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR3_Pos) /*!< 0x000000C0 */ |
3025 | #define GPIO_OSPEEDER_OSPEEDR3 GPIO_OSPEEDER_OSPEEDR3_Msk |
3011 | #define GPIO_OSPEEDER_OSPEEDR3 GPIO_OSPEEDER_OSPEEDR3_Msk |
3026 | #define GPIO_OSPEEDER_OSPEEDR3_0 (0x1U << GPIO_OSPEEDER_OSPEEDR3_Pos) /*!< 0x00000040 */ |
3012 | #define GPIO_OSPEEDER_OSPEEDR3_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR3_Pos) /*!< 0x00000040 */ |
3027 | #define GPIO_OSPEEDER_OSPEEDR3_1 (0x2U << GPIO_OSPEEDER_OSPEEDR3_Pos) /*!< 0x00000080 */ |
3013 | #define GPIO_OSPEEDER_OSPEEDR3_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR3_Pos) /*!< 0x00000080 */ |
3028 | 3014 | ||
3029 | #define GPIO_OSPEEDER_OSPEEDR4_Pos (8U) |
3015 | #define GPIO_OSPEEDER_OSPEEDR4_Pos (8U) |
3030 | #define GPIO_OSPEEDER_OSPEEDR4_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR4_Pos) /*!< 0x00000300 */ |
3016 | #define GPIO_OSPEEDER_OSPEEDR4_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR4_Pos) /*!< 0x00000300 */ |
3031 | #define GPIO_OSPEEDER_OSPEEDR4 GPIO_OSPEEDER_OSPEEDR4_Msk |
3017 | #define GPIO_OSPEEDER_OSPEEDR4 GPIO_OSPEEDER_OSPEEDR4_Msk |
3032 | #define GPIO_OSPEEDER_OSPEEDR4_0 (0x1U << GPIO_OSPEEDER_OSPEEDR4_Pos) /*!< 0x00000100 */ |
3018 | #define GPIO_OSPEEDER_OSPEEDR4_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR4_Pos) /*!< 0x00000100 */ |
3033 | #define GPIO_OSPEEDER_OSPEEDR4_1 (0x2U << GPIO_OSPEEDER_OSPEEDR4_Pos) /*!< 0x00000200 */ |
3019 | #define GPIO_OSPEEDER_OSPEEDR4_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR4_Pos) /*!< 0x00000200 */ |
3034 | 3020 | ||
3035 | #define GPIO_OSPEEDER_OSPEEDR5_Pos (10U) |
3021 | #define GPIO_OSPEEDER_OSPEEDR5_Pos (10U) |
3036 | #define GPIO_OSPEEDER_OSPEEDR5_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR5_Pos) /*!< 0x00000C00 */ |
3022 | #define GPIO_OSPEEDER_OSPEEDR5_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR5_Pos) /*!< 0x00000C00 */ |
3037 | #define GPIO_OSPEEDER_OSPEEDR5 GPIO_OSPEEDER_OSPEEDR5_Msk |
3023 | #define GPIO_OSPEEDER_OSPEEDR5 GPIO_OSPEEDER_OSPEEDR5_Msk |
3038 | #define GPIO_OSPEEDER_OSPEEDR5_0 (0x1U << GPIO_OSPEEDER_OSPEEDR5_Pos) /*!< 0x00000400 */ |
3024 | #define GPIO_OSPEEDER_OSPEEDR5_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR5_Pos) /*!< 0x00000400 */ |
3039 | #define GPIO_OSPEEDER_OSPEEDR5_1 (0x2U << GPIO_OSPEEDER_OSPEEDR5_Pos) /*!< 0x00000800 */ |
3025 | #define GPIO_OSPEEDER_OSPEEDR5_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR5_Pos) /*!< 0x00000800 */ |
3040 | 3026 | ||
3041 | #define GPIO_OSPEEDER_OSPEEDR6_Pos (12U) |
3027 | #define GPIO_OSPEEDER_OSPEEDR6_Pos (12U) |
3042 | #define GPIO_OSPEEDER_OSPEEDR6_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR6_Pos) /*!< 0x00003000 */ |
3028 | #define GPIO_OSPEEDER_OSPEEDR6_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR6_Pos) /*!< 0x00003000 */ |
3043 | #define GPIO_OSPEEDER_OSPEEDR6 GPIO_OSPEEDER_OSPEEDR6_Msk |
3029 | #define GPIO_OSPEEDER_OSPEEDR6 GPIO_OSPEEDER_OSPEEDR6_Msk |
3044 | #define GPIO_OSPEEDER_OSPEEDR6_0 (0x1U << GPIO_OSPEEDER_OSPEEDR6_Pos) /*!< 0x00001000 */ |
3030 | #define GPIO_OSPEEDER_OSPEEDR6_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR6_Pos) /*!< 0x00001000 */ |
3045 | #define GPIO_OSPEEDER_OSPEEDR6_1 (0x2U << GPIO_OSPEEDER_OSPEEDR6_Pos) /*!< 0x00002000 */ |
3031 | #define GPIO_OSPEEDER_OSPEEDR6_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR6_Pos) /*!< 0x00002000 */ |
3046 | 3032 | ||
3047 | #define GPIO_OSPEEDER_OSPEEDR7_Pos (14U) |
3033 | #define GPIO_OSPEEDER_OSPEEDR7_Pos (14U) |
3048 | #define GPIO_OSPEEDER_OSPEEDR7_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR7_Pos) /*!< 0x0000C000 */ |
3034 | #define GPIO_OSPEEDER_OSPEEDR7_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR7_Pos) /*!< 0x0000C000 */ |
3049 | #define GPIO_OSPEEDER_OSPEEDR7 GPIO_OSPEEDER_OSPEEDR7_Msk |
3035 | #define GPIO_OSPEEDER_OSPEEDR7 GPIO_OSPEEDER_OSPEEDR7_Msk |
3050 | #define GPIO_OSPEEDER_OSPEEDR7_0 (0x1U << GPIO_OSPEEDER_OSPEEDR7_Pos) /*!< 0x00004000 */ |
3036 | #define GPIO_OSPEEDER_OSPEEDR7_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR7_Pos) /*!< 0x00004000 */ |
3051 | #define GPIO_OSPEEDER_OSPEEDR7_1 (0x2U << GPIO_OSPEEDER_OSPEEDR7_Pos) /*!< 0x00008000 */ |
3037 | #define GPIO_OSPEEDER_OSPEEDR7_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR7_Pos) /*!< 0x00008000 */ |
3052 | 3038 | ||
3053 | #define GPIO_OSPEEDER_OSPEEDR8_Pos (16U) |
3039 | #define GPIO_OSPEEDER_OSPEEDR8_Pos (16U) |
3054 | #define GPIO_OSPEEDER_OSPEEDR8_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR8_Pos) /*!< 0x00030000 */ |
3040 | #define GPIO_OSPEEDER_OSPEEDR8_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR8_Pos) /*!< 0x00030000 */ |
3055 | #define GPIO_OSPEEDER_OSPEEDR8 GPIO_OSPEEDER_OSPEEDR8_Msk |
3041 | #define GPIO_OSPEEDER_OSPEEDR8 GPIO_OSPEEDER_OSPEEDR8_Msk |
3056 | #define GPIO_OSPEEDER_OSPEEDR8_0 (0x1U << GPIO_OSPEEDER_OSPEEDR8_Pos) /*!< 0x00010000 */ |
3042 | #define GPIO_OSPEEDER_OSPEEDR8_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR8_Pos) /*!< 0x00010000 */ |
3057 | #define GPIO_OSPEEDER_OSPEEDR8_1 (0x2U << GPIO_OSPEEDER_OSPEEDR8_Pos) /*!< 0x00020000 */ |
3043 | #define GPIO_OSPEEDER_OSPEEDR8_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR8_Pos) /*!< 0x00020000 */ |
3058 | 3044 | ||
3059 | #define GPIO_OSPEEDER_OSPEEDR9_Pos (18U) |
3045 | #define GPIO_OSPEEDER_OSPEEDR9_Pos (18U) |
3060 | #define GPIO_OSPEEDER_OSPEEDR9_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR9_Pos) /*!< 0x000C0000 */ |
3046 | #define GPIO_OSPEEDER_OSPEEDR9_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR9_Pos) /*!< 0x000C0000 */ |
3061 | #define GPIO_OSPEEDER_OSPEEDR9 GPIO_OSPEEDER_OSPEEDR9_Msk |
3047 | #define GPIO_OSPEEDER_OSPEEDR9 GPIO_OSPEEDER_OSPEEDR9_Msk |
3062 | #define GPIO_OSPEEDER_OSPEEDR9_0 (0x1U << GPIO_OSPEEDER_OSPEEDR9_Pos) /*!< 0x00040000 */ |
3048 | #define GPIO_OSPEEDER_OSPEEDR9_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR9_Pos) /*!< 0x00040000 */ |
3063 | #define GPIO_OSPEEDER_OSPEEDR9_1 (0x2U << GPIO_OSPEEDER_OSPEEDR9_Pos) /*!< 0x00080000 */ |
3049 | #define GPIO_OSPEEDER_OSPEEDR9_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR9_Pos) /*!< 0x00080000 */ |
3064 | 3050 | ||
3065 | #define GPIO_OSPEEDER_OSPEEDR10_Pos (20U) |
3051 | #define GPIO_OSPEEDER_OSPEEDR10_Pos (20U) |
3066 | #define GPIO_OSPEEDER_OSPEEDR10_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR10_Pos) /*!< 0x00300000 */ |
3052 | #define GPIO_OSPEEDER_OSPEEDR10_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR10_Pos) /*!< 0x00300000 */ |
3067 | #define GPIO_OSPEEDER_OSPEEDR10 GPIO_OSPEEDER_OSPEEDR10_Msk |
3053 | #define GPIO_OSPEEDER_OSPEEDR10 GPIO_OSPEEDER_OSPEEDR10_Msk |
3068 | #define GPIO_OSPEEDER_OSPEEDR10_0 (0x1U << GPIO_OSPEEDER_OSPEEDR10_Pos) /*!< 0x00100000 */ |
3054 | #define GPIO_OSPEEDER_OSPEEDR10_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR10_Pos) /*!< 0x00100000 */ |
3069 | #define GPIO_OSPEEDER_OSPEEDR10_1 (0x2U << GPIO_OSPEEDER_OSPEEDR10_Pos) /*!< 0x00200000 */ |
3055 | #define GPIO_OSPEEDER_OSPEEDR10_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR10_Pos) /*!< 0x00200000 */ |
3070 | 3056 | ||
3071 | #define GPIO_OSPEEDER_OSPEEDR11_Pos (22U) |
3057 | #define GPIO_OSPEEDER_OSPEEDR11_Pos (22U) |
3072 | #define GPIO_OSPEEDER_OSPEEDR11_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR11_Pos) /*!< 0x00C00000 */ |
3058 | #define GPIO_OSPEEDER_OSPEEDR11_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR11_Pos) /*!< 0x00C00000 */ |
3073 | #define GPIO_OSPEEDER_OSPEEDR11 GPIO_OSPEEDER_OSPEEDR11_Msk |
3059 | #define GPIO_OSPEEDER_OSPEEDR11 GPIO_OSPEEDER_OSPEEDR11_Msk |
3074 | #define GPIO_OSPEEDER_OSPEEDR11_0 (0x1U << GPIO_OSPEEDER_OSPEEDR11_Pos) /*!< 0x00400000 */ |
3060 | #define GPIO_OSPEEDER_OSPEEDR11_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR11_Pos) /*!< 0x00400000 */ |
3075 | #define GPIO_OSPEEDER_OSPEEDR11_1 (0x2U << GPIO_OSPEEDER_OSPEEDR11_Pos) /*!< 0x00800000 */ |
3061 | #define GPIO_OSPEEDER_OSPEEDR11_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR11_Pos) /*!< 0x00800000 */ |
3076 | 3062 | ||
3077 | #define GPIO_OSPEEDER_OSPEEDR12_Pos (24U) |
3063 | #define GPIO_OSPEEDER_OSPEEDR12_Pos (24U) |
3078 | #define GPIO_OSPEEDER_OSPEEDR12_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR12_Pos) /*!< 0x03000000 */ |
3064 | #define GPIO_OSPEEDER_OSPEEDR12_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR12_Pos) /*!< 0x03000000 */ |
3079 | #define GPIO_OSPEEDER_OSPEEDR12 GPIO_OSPEEDER_OSPEEDR12_Msk |
3065 | #define GPIO_OSPEEDER_OSPEEDR12 GPIO_OSPEEDER_OSPEEDR12_Msk |
3080 | #define GPIO_OSPEEDER_OSPEEDR12_0 (0x1U << GPIO_OSPEEDER_OSPEEDR12_Pos) /*!< 0x01000000 */ |
3066 | #define GPIO_OSPEEDER_OSPEEDR12_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR12_Pos) /*!< 0x01000000 */ |
3081 | #define GPIO_OSPEEDER_OSPEEDR12_1 (0x2U << GPIO_OSPEEDER_OSPEEDR12_Pos) /*!< 0x02000000 */ |
3067 | #define GPIO_OSPEEDER_OSPEEDR12_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR12_Pos) /*!< 0x02000000 */ |
3082 | 3068 | ||
3083 | #define GPIO_OSPEEDER_OSPEEDR13_Pos (26U) |
3069 | #define GPIO_OSPEEDER_OSPEEDR13_Pos (26U) |
3084 | #define GPIO_OSPEEDER_OSPEEDR13_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR13_Pos) /*!< 0x0C000000 */ |
3070 | #define GPIO_OSPEEDER_OSPEEDR13_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR13_Pos) /*!< 0x0C000000 */ |
3085 | #define GPIO_OSPEEDER_OSPEEDR13 GPIO_OSPEEDER_OSPEEDR13_Msk |
3071 | #define GPIO_OSPEEDER_OSPEEDR13 GPIO_OSPEEDER_OSPEEDR13_Msk |
3086 | #define GPIO_OSPEEDER_OSPEEDR13_0 (0x1U << GPIO_OSPEEDER_OSPEEDR13_Pos) /*!< 0x04000000 */ |
3072 | #define GPIO_OSPEEDER_OSPEEDR13_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR13_Pos) /*!< 0x04000000 */ |
3087 | #define GPIO_OSPEEDER_OSPEEDR13_1 (0x2U << GPIO_OSPEEDER_OSPEEDR13_Pos) /*!< 0x08000000 */ |
3073 | #define GPIO_OSPEEDER_OSPEEDR13_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR13_Pos) /*!< 0x08000000 */ |
3088 | 3074 | ||
3089 | #define GPIO_OSPEEDER_OSPEEDR14_Pos (28U) |
3075 | #define GPIO_OSPEEDER_OSPEEDR14_Pos (28U) |
3090 | #define GPIO_OSPEEDER_OSPEEDR14_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR14_Pos) /*!< 0x30000000 */ |
3076 | #define GPIO_OSPEEDER_OSPEEDR14_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR14_Pos) /*!< 0x30000000 */ |
3091 | #define GPIO_OSPEEDER_OSPEEDR14 GPIO_OSPEEDER_OSPEEDR14_Msk |
3077 | #define GPIO_OSPEEDER_OSPEEDR14 GPIO_OSPEEDER_OSPEEDR14_Msk |
3092 | #define GPIO_OSPEEDER_OSPEEDR14_0 (0x1U << GPIO_OSPEEDER_OSPEEDR14_Pos) /*!< 0x10000000 */ |
3078 | #define GPIO_OSPEEDER_OSPEEDR14_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR14_Pos) /*!< 0x10000000 */ |
3093 | #define GPIO_OSPEEDER_OSPEEDR14_1 (0x2U << GPIO_OSPEEDER_OSPEEDR14_Pos) /*!< 0x20000000 */ |
3079 | #define GPIO_OSPEEDER_OSPEEDR14_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR14_Pos) /*!< 0x20000000 */ |
3094 | 3080 | ||
3095 | #define GPIO_OSPEEDER_OSPEEDR15_Pos (30U) |
3081 | #define GPIO_OSPEEDER_OSPEEDR15_Pos (30U) |
3096 | #define GPIO_OSPEEDER_OSPEEDR15_Msk (0x3U << GPIO_OSPEEDER_OSPEEDR15_Pos) /*!< 0xC0000000 */ |
3082 | #define GPIO_OSPEEDER_OSPEEDR15_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR15_Pos) /*!< 0xC0000000 */ |
3097 | #define GPIO_OSPEEDER_OSPEEDR15 GPIO_OSPEEDER_OSPEEDR15_Msk |
3083 | #define GPIO_OSPEEDER_OSPEEDR15 GPIO_OSPEEDER_OSPEEDR15_Msk |
3098 | #define GPIO_OSPEEDER_OSPEEDR15_0 (0x1U << GPIO_OSPEEDER_OSPEEDR15_Pos) /*!< 0x40000000 */ |
3084 | #define GPIO_OSPEEDER_OSPEEDR15_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR15_Pos) /*!< 0x40000000 */ |
3099 | #define GPIO_OSPEEDER_OSPEEDR15_1 (0x2U << GPIO_OSPEEDER_OSPEEDR15_Pos) /*!< 0x80000000 */ |
3085 | #define GPIO_OSPEEDER_OSPEEDR15_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR15_Pos) /*!< 0x80000000 */ |
3100 | 3086 | ||
3101 | /****************** Bits definition for GPIO_PUPDR register *****************/ |
3087 | /****************** Bits definition for GPIO_PUPDR register *****************/ |
3102 | #define GPIO_PUPDR_PUPDR0_Pos (0U) |
3088 | #define GPIO_PUPDR_PUPDR0_Pos (0U) |
3103 | #define GPIO_PUPDR_PUPDR0_Msk (0x3U << GPIO_PUPDR_PUPDR0_Pos) /*!< 0x00000003 */ |
3089 | #define GPIO_PUPDR_PUPDR0_Msk (0x3UL << GPIO_PUPDR_PUPDR0_Pos) /*!< 0x00000003 */ |
3104 | #define GPIO_PUPDR_PUPDR0 GPIO_PUPDR_PUPDR0_Msk |
3090 | #define GPIO_PUPDR_PUPDR0 GPIO_PUPDR_PUPDR0_Msk |
3105 | #define GPIO_PUPDR_PUPDR0_0 (0x1U << GPIO_PUPDR_PUPDR0_Pos) /*!< 0x00000001 */ |
3091 | #define GPIO_PUPDR_PUPDR0_0 (0x1UL << GPIO_PUPDR_PUPDR0_Pos) /*!< 0x00000001 */ |
3106 | #define GPIO_PUPDR_PUPDR0_1 (0x2U << GPIO_PUPDR_PUPDR0_Pos) /*!< 0x00000002 */ |
3092 | #define GPIO_PUPDR_PUPDR0_1 (0x2UL << GPIO_PUPDR_PUPDR0_Pos) /*!< 0x00000002 */ |
3107 | 3093 | ||
3108 | #define GPIO_PUPDR_PUPDR1_Pos (2U) |
3094 | #define GPIO_PUPDR_PUPDR1_Pos (2U) |
3109 | #define GPIO_PUPDR_PUPDR1_Msk (0x3U << GPIO_PUPDR_PUPDR1_Pos) /*!< 0x0000000C */ |
3095 | #define GPIO_PUPDR_PUPDR1_Msk (0x3UL << GPIO_PUPDR_PUPDR1_Pos) /*!< 0x0000000C */ |
3110 | #define GPIO_PUPDR_PUPDR1 GPIO_PUPDR_PUPDR1_Msk |
3096 | #define GPIO_PUPDR_PUPDR1 GPIO_PUPDR_PUPDR1_Msk |
3111 | #define GPIO_PUPDR_PUPDR1_0 (0x1U << GPIO_PUPDR_PUPDR1_Pos) /*!< 0x00000004 */ |
3097 | #define GPIO_PUPDR_PUPDR1_0 (0x1UL << GPIO_PUPDR_PUPDR1_Pos) /*!< 0x00000004 */ |
3112 | #define GPIO_PUPDR_PUPDR1_1 (0x2U << GPIO_PUPDR_PUPDR1_Pos) /*!< 0x00000008 */ |
3098 | #define GPIO_PUPDR_PUPDR1_1 (0x2UL << GPIO_PUPDR_PUPDR1_Pos) /*!< 0x00000008 */ |
3113 | 3099 | ||
3114 | #define GPIO_PUPDR_PUPDR2_Pos (4U) |
3100 | #define GPIO_PUPDR_PUPDR2_Pos (4U) |
3115 | #define GPIO_PUPDR_PUPDR2_Msk (0x3U << GPIO_PUPDR_PUPDR2_Pos) /*!< 0x00000030 */ |
3101 | #define GPIO_PUPDR_PUPDR2_Msk (0x3UL << GPIO_PUPDR_PUPDR2_Pos) /*!< 0x00000030 */ |
3116 | #define GPIO_PUPDR_PUPDR2 GPIO_PUPDR_PUPDR2_Msk |
3102 | #define GPIO_PUPDR_PUPDR2 GPIO_PUPDR_PUPDR2_Msk |
3117 | #define GPIO_PUPDR_PUPDR2_0 (0x1U << GPIO_PUPDR_PUPDR2_Pos) /*!< 0x00000010 */ |
3103 | #define GPIO_PUPDR_PUPDR2_0 (0x1UL << GPIO_PUPDR_PUPDR2_Pos) /*!< 0x00000010 */ |
3118 | #define GPIO_PUPDR_PUPDR2_1 (0x2U << GPIO_PUPDR_PUPDR2_Pos) /*!< 0x00000020 */ |
3104 | #define GPIO_PUPDR_PUPDR2_1 (0x2UL << GPIO_PUPDR_PUPDR2_Pos) /*!< 0x00000020 */ |
3119 | 3105 | ||
3120 | #define GPIO_PUPDR_PUPDR3_Pos (6U) |
3106 | #define GPIO_PUPDR_PUPDR3_Pos (6U) |
3121 | #define GPIO_PUPDR_PUPDR3_Msk (0x3U << GPIO_PUPDR_PUPDR3_Pos) /*!< 0x000000C0 */ |
3107 | #define GPIO_PUPDR_PUPDR3_Msk (0x3UL << GPIO_PUPDR_PUPDR3_Pos) /*!< 0x000000C0 */ |
3122 | #define GPIO_PUPDR_PUPDR3 GPIO_PUPDR_PUPDR3_Msk |
3108 | #define GPIO_PUPDR_PUPDR3 GPIO_PUPDR_PUPDR3_Msk |
3123 | #define GPIO_PUPDR_PUPDR3_0 (0x1U << GPIO_PUPDR_PUPDR3_Pos) /*!< 0x00000040 */ |
3109 | #define GPIO_PUPDR_PUPDR3_0 (0x1UL << GPIO_PUPDR_PUPDR3_Pos) /*!< 0x00000040 */ |
3124 | #define GPIO_PUPDR_PUPDR3_1 (0x2U << GPIO_PUPDR_PUPDR3_Pos) /*!< 0x00000080 */ |
3110 | #define GPIO_PUPDR_PUPDR3_1 (0x2UL << GPIO_PUPDR_PUPDR3_Pos) /*!< 0x00000080 */ |
3125 | 3111 | ||
3126 | #define GPIO_PUPDR_PUPDR4_Pos (8U) |
3112 | #define GPIO_PUPDR_PUPDR4_Pos (8U) |
3127 | #define GPIO_PUPDR_PUPDR4_Msk (0x3U << GPIO_PUPDR_PUPDR4_Pos) /*!< 0x00000300 */ |
3113 | #define GPIO_PUPDR_PUPDR4_Msk (0x3UL << GPIO_PUPDR_PUPDR4_Pos) /*!< 0x00000300 */ |
3128 | #define GPIO_PUPDR_PUPDR4 GPIO_PUPDR_PUPDR4_Msk |
3114 | #define GPIO_PUPDR_PUPDR4 GPIO_PUPDR_PUPDR4_Msk |
3129 | #define GPIO_PUPDR_PUPDR4_0 (0x1U << GPIO_PUPDR_PUPDR4_Pos) /*!< 0x00000100 */ |
3115 | #define GPIO_PUPDR_PUPDR4_0 (0x1UL << GPIO_PUPDR_PUPDR4_Pos) /*!< 0x00000100 */ |
3130 | #define GPIO_PUPDR_PUPDR4_1 (0x2U << GPIO_PUPDR_PUPDR4_Pos) /*!< 0x00000200 */ |
3116 | #define GPIO_PUPDR_PUPDR4_1 (0x2UL << GPIO_PUPDR_PUPDR4_Pos) /*!< 0x00000200 */ |
3131 | 3117 | ||
3132 | #define GPIO_PUPDR_PUPDR5_Pos (10U) |
3118 | #define GPIO_PUPDR_PUPDR5_Pos (10U) |
3133 | #define GPIO_PUPDR_PUPDR5_Msk (0x3U << GPIO_PUPDR_PUPDR5_Pos) /*!< 0x00000C00 */ |
3119 | #define GPIO_PUPDR_PUPDR5_Msk (0x3UL << GPIO_PUPDR_PUPDR5_Pos) /*!< 0x00000C00 */ |
3134 | #define GPIO_PUPDR_PUPDR5 GPIO_PUPDR_PUPDR5_Msk |
3120 | #define GPIO_PUPDR_PUPDR5 GPIO_PUPDR_PUPDR5_Msk |
3135 | #define GPIO_PUPDR_PUPDR5_0 (0x1U << GPIO_PUPDR_PUPDR5_Pos) /*!< 0x00000400 */ |
3121 | #define GPIO_PUPDR_PUPDR5_0 (0x1UL << GPIO_PUPDR_PUPDR5_Pos) /*!< 0x00000400 */ |
3136 | #define GPIO_PUPDR_PUPDR5_1 (0x2U << GPIO_PUPDR_PUPDR5_Pos) /*!< 0x00000800 */ |
3122 | #define GPIO_PUPDR_PUPDR5_1 (0x2UL << GPIO_PUPDR_PUPDR5_Pos) /*!< 0x00000800 */ |
3137 | 3123 | ||
3138 | #define GPIO_PUPDR_PUPDR6_Pos (12U) |
3124 | #define GPIO_PUPDR_PUPDR6_Pos (12U) |
3139 | #define GPIO_PUPDR_PUPDR6_Msk (0x3U << GPIO_PUPDR_PUPDR6_Pos) /*!< 0x00003000 */ |
3125 | #define GPIO_PUPDR_PUPDR6_Msk (0x3UL << GPIO_PUPDR_PUPDR6_Pos) /*!< 0x00003000 */ |
3140 | #define GPIO_PUPDR_PUPDR6 GPIO_PUPDR_PUPDR6_Msk |
3126 | #define GPIO_PUPDR_PUPDR6 GPIO_PUPDR_PUPDR6_Msk |
3141 | #define GPIO_PUPDR_PUPDR6_0 (0x1U << GPIO_PUPDR_PUPDR6_Pos) /*!< 0x00001000 */ |
3127 | #define GPIO_PUPDR_PUPDR6_0 (0x1UL << GPIO_PUPDR_PUPDR6_Pos) /*!< 0x00001000 */ |
3142 | #define GPIO_PUPDR_PUPDR6_1 (0x2U << GPIO_PUPDR_PUPDR6_Pos) /*!< 0x00002000 */ |
3128 | #define GPIO_PUPDR_PUPDR6_1 (0x2UL << GPIO_PUPDR_PUPDR6_Pos) /*!< 0x00002000 */ |
3143 | 3129 | ||
3144 | #define GPIO_PUPDR_PUPDR7_Pos (14U) |
3130 | #define GPIO_PUPDR_PUPDR7_Pos (14U) |
3145 | #define GPIO_PUPDR_PUPDR7_Msk (0x3U << GPIO_PUPDR_PUPDR7_Pos) /*!< 0x0000C000 */ |
3131 | #define GPIO_PUPDR_PUPDR7_Msk (0x3UL << GPIO_PUPDR_PUPDR7_Pos) /*!< 0x0000C000 */ |
3146 | #define GPIO_PUPDR_PUPDR7 GPIO_PUPDR_PUPDR7_Msk |
3132 | #define GPIO_PUPDR_PUPDR7 GPIO_PUPDR_PUPDR7_Msk |
3147 | #define GPIO_PUPDR_PUPDR7_0 (0x1U << GPIO_PUPDR_PUPDR7_Pos) /*!< 0x00004000 */ |
3133 | #define GPIO_PUPDR_PUPDR7_0 (0x1UL << GPIO_PUPDR_PUPDR7_Pos) /*!< 0x00004000 */ |
3148 | #define GPIO_PUPDR_PUPDR7_1 (0x2U << GPIO_PUPDR_PUPDR7_Pos) /*!< 0x00008000 */ |
3134 | #define GPIO_PUPDR_PUPDR7_1 (0x2UL << GPIO_PUPDR_PUPDR7_Pos) /*!< 0x00008000 */ |
3149 | 3135 | ||
3150 | #define GPIO_PUPDR_PUPDR8_Pos (16U) |
3136 | #define GPIO_PUPDR_PUPDR8_Pos (16U) |
3151 | #define GPIO_PUPDR_PUPDR8_Msk (0x3U << GPIO_PUPDR_PUPDR8_Pos) /*!< 0x00030000 */ |
3137 | #define GPIO_PUPDR_PUPDR8_Msk (0x3UL << GPIO_PUPDR_PUPDR8_Pos) /*!< 0x00030000 */ |
3152 | #define GPIO_PUPDR_PUPDR8 GPIO_PUPDR_PUPDR8_Msk |
3138 | #define GPIO_PUPDR_PUPDR8 GPIO_PUPDR_PUPDR8_Msk |
3153 | #define GPIO_PUPDR_PUPDR8_0 (0x1U << GPIO_PUPDR_PUPDR8_Pos) /*!< 0x00010000 */ |
3139 | #define GPIO_PUPDR_PUPDR8_0 (0x1UL << GPIO_PUPDR_PUPDR8_Pos) /*!< 0x00010000 */ |
3154 | #define GPIO_PUPDR_PUPDR8_1 (0x2U << GPIO_PUPDR_PUPDR8_Pos) /*!< 0x00020000 */ |
3140 | #define GPIO_PUPDR_PUPDR8_1 (0x2UL << GPIO_PUPDR_PUPDR8_Pos) /*!< 0x00020000 */ |
3155 | 3141 | ||
3156 | #define GPIO_PUPDR_PUPDR9_Pos (18U) |
3142 | #define GPIO_PUPDR_PUPDR9_Pos (18U) |
3157 | #define GPIO_PUPDR_PUPDR9_Msk (0x3U << GPIO_PUPDR_PUPDR9_Pos) /*!< 0x000C0000 */ |
3143 | #define GPIO_PUPDR_PUPDR9_Msk (0x3UL << GPIO_PUPDR_PUPDR9_Pos) /*!< 0x000C0000 */ |
3158 | #define GPIO_PUPDR_PUPDR9 GPIO_PUPDR_PUPDR9_Msk |
3144 | #define GPIO_PUPDR_PUPDR9 GPIO_PUPDR_PUPDR9_Msk |
3159 | #define GPIO_PUPDR_PUPDR9_0 (0x1U << GPIO_PUPDR_PUPDR9_Pos) /*!< 0x00040000 */ |
3145 | #define GPIO_PUPDR_PUPDR9_0 (0x1UL << GPIO_PUPDR_PUPDR9_Pos) /*!< 0x00040000 */ |
3160 | #define GPIO_PUPDR_PUPDR9_1 (0x2U << GPIO_PUPDR_PUPDR9_Pos) /*!< 0x00080000 */ |
3146 | #define GPIO_PUPDR_PUPDR9_1 (0x2UL << GPIO_PUPDR_PUPDR9_Pos) /*!< 0x00080000 */ |
3161 | 3147 | ||
3162 | #define GPIO_PUPDR_PUPDR10_Pos (20U) |
3148 | #define GPIO_PUPDR_PUPDR10_Pos (20U) |
3163 | #define GPIO_PUPDR_PUPDR10_Msk (0x3U << GPIO_PUPDR_PUPDR10_Pos) /*!< 0x00300000 */ |
3149 | #define GPIO_PUPDR_PUPDR10_Msk (0x3UL << GPIO_PUPDR_PUPDR10_Pos) /*!< 0x00300000 */ |
3164 | #define GPIO_PUPDR_PUPDR10 GPIO_PUPDR_PUPDR10_Msk |
3150 | #define GPIO_PUPDR_PUPDR10 GPIO_PUPDR_PUPDR10_Msk |
3165 | #define GPIO_PUPDR_PUPDR10_0 (0x1U << GPIO_PUPDR_PUPDR10_Pos) /*!< 0x00100000 */ |
3151 | #define GPIO_PUPDR_PUPDR10_0 (0x1UL << GPIO_PUPDR_PUPDR10_Pos) /*!< 0x00100000 */ |
3166 | #define GPIO_PUPDR_PUPDR10_1 (0x2U << GPIO_PUPDR_PUPDR10_Pos) /*!< 0x00200000 */ |
3152 | #define GPIO_PUPDR_PUPDR10_1 (0x2UL << GPIO_PUPDR_PUPDR10_Pos) /*!< 0x00200000 */ |
3167 | 3153 | ||
3168 | #define GPIO_PUPDR_PUPDR11_Pos (22U) |
3154 | #define GPIO_PUPDR_PUPDR11_Pos (22U) |
3169 | #define GPIO_PUPDR_PUPDR11_Msk (0x3U << GPIO_PUPDR_PUPDR11_Pos) /*!< 0x00C00000 */ |
3155 | #define GPIO_PUPDR_PUPDR11_Msk (0x3UL << GPIO_PUPDR_PUPDR11_Pos) /*!< 0x00C00000 */ |
3170 | #define GPIO_PUPDR_PUPDR11 GPIO_PUPDR_PUPDR11_Msk |
3156 | #define GPIO_PUPDR_PUPDR11 GPIO_PUPDR_PUPDR11_Msk |
3171 | #define GPIO_PUPDR_PUPDR11_0 (0x1U << GPIO_PUPDR_PUPDR11_Pos) /*!< 0x00400000 */ |
3157 | #define GPIO_PUPDR_PUPDR11_0 (0x1UL << GPIO_PUPDR_PUPDR11_Pos) /*!< 0x00400000 */ |
3172 | #define GPIO_PUPDR_PUPDR11_1 (0x2U << GPIO_PUPDR_PUPDR11_Pos) /*!< 0x00800000 */ |
3158 | #define GPIO_PUPDR_PUPDR11_1 (0x2UL << GPIO_PUPDR_PUPDR11_Pos) /*!< 0x00800000 */ |
3173 | 3159 | ||
3174 | #define GPIO_PUPDR_PUPDR12_Pos (24U) |
3160 | #define GPIO_PUPDR_PUPDR12_Pos (24U) |
3175 | #define GPIO_PUPDR_PUPDR12_Msk (0x3U << GPIO_PUPDR_PUPDR12_Pos) /*!< 0x03000000 */ |
3161 | #define GPIO_PUPDR_PUPDR12_Msk (0x3UL << GPIO_PUPDR_PUPDR12_Pos) /*!< 0x03000000 */ |
3176 | #define GPIO_PUPDR_PUPDR12 GPIO_PUPDR_PUPDR12_Msk |
3162 | #define GPIO_PUPDR_PUPDR12 GPIO_PUPDR_PUPDR12_Msk |
3177 | #define GPIO_PUPDR_PUPDR12_0 (0x1U << GPIO_PUPDR_PUPDR12_Pos) /*!< 0x01000000 */ |
3163 | #define GPIO_PUPDR_PUPDR12_0 (0x1UL << GPIO_PUPDR_PUPDR12_Pos) /*!< 0x01000000 */ |
3178 | #define GPIO_PUPDR_PUPDR12_1 (0x2U << GPIO_PUPDR_PUPDR12_Pos) /*!< 0x02000000 */ |
3164 | #define GPIO_PUPDR_PUPDR12_1 (0x2UL << GPIO_PUPDR_PUPDR12_Pos) /*!< 0x02000000 */ |
3179 | 3165 | ||
3180 | #define GPIO_PUPDR_PUPDR13_Pos (26U) |
3166 | #define GPIO_PUPDR_PUPDR13_Pos (26U) |
3181 | #define GPIO_PUPDR_PUPDR13_Msk (0x3U << GPIO_PUPDR_PUPDR13_Pos) /*!< 0x0C000000 */ |
3167 | #define GPIO_PUPDR_PUPDR13_Msk (0x3UL << GPIO_PUPDR_PUPDR13_Pos) /*!< 0x0C000000 */ |
3182 | #define GPIO_PUPDR_PUPDR13 GPIO_PUPDR_PUPDR13_Msk |
3168 | #define GPIO_PUPDR_PUPDR13 GPIO_PUPDR_PUPDR13_Msk |
3183 | #define GPIO_PUPDR_PUPDR13_0 (0x1U << GPIO_PUPDR_PUPDR13_Pos) /*!< 0x04000000 */ |
3169 | #define GPIO_PUPDR_PUPDR13_0 (0x1UL << GPIO_PUPDR_PUPDR13_Pos) /*!< 0x04000000 */ |
3184 | #define GPIO_PUPDR_PUPDR13_1 (0x2U << GPIO_PUPDR_PUPDR13_Pos) /*!< 0x08000000 */ |
3170 | #define GPIO_PUPDR_PUPDR13_1 (0x2UL << GPIO_PUPDR_PUPDR13_Pos) /*!< 0x08000000 */ |
3185 | 3171 | ||
3186 | #define GPIO_PUPDR_PUPDR14_Pos (28U) |
3172 | #define GPIO_PUPDR_PUPDR14_Pos (28U) |
3187 | #define GPIO_PUPDR_PUPDR14_Msk (0x3U << GPIO_PUPDR_PUPDR14_Pos) /*!< 0x30000000 */ |
3173 | #define GPIO_PUPDR_PUPDR14_Msk (0x3UL << GPIO_PUPDR_PUPDR14_Pos) /*!< 0x30000000 */ |
3188 | #define GPIO_PUPDR_PUPDR14 GPIO_PUPDR_PUPDR14_Msk |
3174 | #define GPIO_PUPDR_PUPDR14 GPIO_PUPDR_PUPDR14_Msk |
3189 | #define GPIO_PUPDR_PUPDR14_0 (0x1U << GPIO_PUPDR_PUPDR14_Pos) /*!< 0x10000000 */ |
3175 | #define GPIO_PUPDR_PUPDR14_0 (0x1UL << GPIO_PUPDR_PUPDR14_Pos) /*!< 0x10000000 */ |
3190 | #define GPIO_PUPDR_PUPDR14_1 (0x2U << GPIO_PUPDR_PUPDR14_Pos) /*!< 0x20000000 */ |
3176 | #define GPIO_PUPDR_PUPDR14_1 (0x2UL << GPIO_PUPDR_PUPDR14_Pos) /*!< 0x20000000 */ |
3191 | #define GPIO_PUPDR_PUPDR15_Pos (30U) |
3177 | #define GPIO_PUPDR_PUPDR15_Pos (30U) |
3192 | #define GPIO_PUPDR_PUPDR15_Msk (0x3U << GPIO_PUPDR_PUPDR15_Pos) /*!< 0xC0000000 */ |
3178 | #define GPIO_PUPDR_PUPDR15_Msk (0x3UL << GPIO_PUPDR_PUPDR15_Pos) /*!< 0xC0000000 */ |
3193 | #define GPIO_PUPDR_PUPDR15 GPIO_PUPDR_PUPDR15_Msk |
3179 | #define GPIO_PUPDR_PUPDR15 GPIO_PUPDR_PUPDR15_Msk |
3194 | #define GPIO_PUPDR_PUPDR15_0 (0x1U << GPIO_PUPDR_PUPDR15_Pos) /*!< 0x40000000 */ |
3180 | #define GPIO_PUPDR_PUPDR15_0 (0x1UL << GPIO_PUPDR_PUPDR15_Pos) /*!< 0x40000000 */ |
3195 | #define GPIO_PUPDR_PUPDR15_1 (0x2U << GPIO_PUPDR_PUPDR15_Pos) /*!< 0x80000000 */ |
3181 | #define GPIO_PUPDR_PUPDR15_1 (0x2UL << GPIO_PUPDR_PUPDR15_Pos) /*!< 0x80000000 */ |
3196 | 3182 | ||
3197 | /****************** Bits definition for GPIO_IDR register *******************/ |
3183 | /****************** Bits definition for GPIO_IDR register *******************/ |
3198 | #define GPIO_IDR_IDR_0 (0x00000001U) |
3184 | #define GPIO_IDR_IDR_0 (0x00000001U) |
3199 | #define GPIO_IDR_IDR_1 (0x00000002U) |
3185 | #define GPIO_IDR_IDR_1 (0x00000002U) |
3200 | #define GPIO_IDR_IDR_2 (0x00000004U) |
3186 | #define GPIO_IDR_IDR_2 (0x00000004U) |
Line 3264... | Line 3250... | ||
3264 | #define GPIO_BSRR_BR_14 (0x40000000U) |
3250 | #define GPIO_BSRR_BR_14 (0x40000000U) |
3265 | #define GPIO_BSRR_BR_15 (0x80000000U) |
3251 | #define GPIO_BSRR_BR_15 (0x80000000U) |
3266 | 3252 | ||
3267 | /****************** Bit definition for GPIO_LCKR register ********************/ |
3253 | /****************** Bit definition for GPIO_LCKR register ********************/ |
3268 | #define GPIO_LCKR_LCK0_Pos (0U) |
3254 | #define GPIO_LCKR_LCK0_Pos (0U) |
3269 | #define GPIO_LCKR_LCK0_Msk (0x1U << GPIO_LCKR_LCK0_Pos) /*!< 0x00000001 */ |
3255 | #define GPIO_LCKR_LCK0_Msk (0x1UL << GPIO_LCKR_LCK0_Pos) /*!< 0x00000001 */ |
3270 | #define GPIO_LCKR_LCK0 GPIO_LCKR_LCK0_Msk |
3256 | #define GPIO_LCKR_LCK0 GPIO_LCKR_LCK0_Msk |
3271 | #define GPIO_LCKR_LCK1_Pos (1U) |
3257 | #define GPIO_LCKR_LCK1_Pos (1U) |
3272 | #define GPIO_LCKR_LCK1_Msk (0x1U << GPIO_LCKR_LCK1_Pos) /*!< 0x00000002 */ |
3258 | #define GPIO_LCKR_LCK1_Msk (0x1UL << GPIO_LCKR_LCK1_Pos) /*!< 0x00000002 */ |
3273 | #define GPIO_LCKR_LCK1 GPIO_LCKR_LCK1_Msk |
3259 | #define GPIO_LCKR_LCK1 GPIO_LCKR_LCK1_Msk |
3274 | #define GPIO_LCKR_LCK2_Pos (2U) |
3260 | #define GPIO_LCKR_LCK2_Pos (2U) |
3275 | #define GPIO_LCKR_LCK2_Msk (0x1U << GPIO_LCKR_LCK2_Pos) /*!< 0x00000004 */ |
3261 | #define GPIO_LCKR_LCK2_Msk (0x1UL << GPIO_LCKR_LCK2_Pos) /*!< 0x00000004 */ |
3276 | #define GPIO_LCKR_LCK2 GPIO_LCKR_LCK2_Msk |
3262 | #define GPIO_LCKR_LCK2 GPIO_LCKR_LCK2_Msk |
3277 | #define GPIO_LCKR_LCK3_Pos (3U) |
3263 | #define GPIO_LCKR_LCK3_Pos (3U) |
3278 | #define GPIO_LCKR_LCK3_Msk (0x1U << GPIO_LCKR_LCK3_Pos) /*!< 0x00000008 */ |
3264 | #define GPIO_LCKR_LCK3_Msk (0x1UL << GPIO_LCKR_LCK3_Pos) /*!< 0x00000008 */ |
3279 | #define GPIO_LCKR_LCK3 GPIO_LCKR_LCK3_Msk |
3265 | #define GPIO_LCKR_LCK3 GPIO_LCKR_LCK3_Msk |
3280 | #define GPIO_LCKR_LCK4_Pos (4U) |
3266 | #define GPIO_LCKR_LCK4_Pos (4U) |
3281 | #define GPIO_LCKR_LCK4_Msk (0x1U << GPIO_LCKR_LCK4_Pos) /*!< 0x00000010 */ |
3267 | #define GPIO_LCKR_LCK4_Msk (0x1UL << GPIO_LCKR_LCK4_Pos) /*!< 0x00000010 */ |
3282 | #define GPIO_LCKR_LCK4 GPIO_LCKR_LCK4_Msk |
3268 | #define GPIO_LCKR_LCK4 GPIO_LCKR_LCK4_Msk |
3283 | #define GPIO_LCKR_LCK5_Pos (5U) |
3269 | #define GPIO_LCKR_LCK5_Pos (5U) |
3284 | #define GPIO_LCKR_LCK5_Msk (0x1U << GPIO_LCKR_LCK5_Pos) /*!< 0x00000020 */ |
3270 | #define GPIO_LCKR_LCK5_Msk (0x1UL << GPIO_LCKR_LCK5_Pos) /*!< 0x00000020 */ |
3285 | #define GPIO_LCKR_LCK5 GPIO_LCKR_LCK5_Msk |
3271 | #define GPIO_LCKR_LCK5 GPIO_LCKR_LCK5_Msk |
3286 | #define GPIO_LCKR_LCK6_Pos (6U) |
3272 | #define GPIO_LCKR_LCK6_Pos (6U) |
3287 | #define GPIO_LCKR_LCK6_Msk (0x1U << GPIO_LCKR_LCK6_Pos) /*!< 0x00000040 */ |
3273 | #define GPIO_LCKR_LCK6_Msk (0x1UL << GPIO_LCKR_LCK6_Pos) /*!< 0x00000040 */ |
3288 | #define GPIO_LCKR_LCK6 GPIO_LCKR_LCK6_Msk |
3274 | #define GPIO_LCKR_LCK6 GPIO_LCKR_LCK6_Msk |
3289 | #define GPIO_LCKR_LCK7_Pos (7U) |
3275 | #define GPIO_LCKR_LCK7_Pos (7U) |
3290 | #define GPIO_LCKR_LCK7_Msk (0x1U << GPIO_LCKR_LCK7_Pos) /*!< 0x00000080 */ |
3276 | #define GPIO_LCKR_LCK7_Msk (0x1UL << GPIO_LCKR_LCK7_Pos) /*!< 0x00000080 */ |
3291 | #define GPIO_LCKR_LCK7 GPIO_LCKR_LCK7_Msk |
3277 | #define GPIO_LCKR_LCK7 GPIO_LCKR_LCK7_Msk |
3292 | #define GPIO_LCKR_LCK8_Pos (8U) |
3278 | #define GPIO_LCKR_LCK8_Pos (8U) |
3293 | #define GPIO_LCKR_LCK8_Msk (0x1U << GPIO_LCKR_LCK8_Pos) /*!< 0x00000100 */ |
3279 | #define GPIO_LCKR_LCK8_Msk (0x1UL << GPIO_LCKR_LCK8_Pos) /*!< 0x00000100 */ |
3294 | #define GPIO_LCKR_LCK8 GPIO_LCKR_LCK8_Msk |
3280 | #define GPIO_LCKR_LCK8 GPIO_LCKR_LCK8_Msk |
3295 | #define GPIO_LCKR_LCK9_Pos (9U) |
3281 | #define GPIO_LCKR_LCK9_Pos (9U) |
3296 | #define GPIO_LCKR_LCK9_Msk (0x1U << GPIO_LCKR_LCK9_Pos) /*!< 0x00000200 */ |
3282 | #define GPIO_LCKR_LCK9_Msk (0x1UL << GPIO_LCKR_LCK9_Pos) /*!< 0x00000200 */ |
3297 | #define GPIO_LCKR_LCK9 GPIO_LCKR_LCK9_Msk |
3283 | #define GPIO_LCKR_LCK9 GPIO_LCKR_LCK9_Msk |
3298 | #define GPIO_LCKR_LCK10_Pos (10U) |
3284 | #define GPIO_LCKR_LCK10_Pos (10U) |
3299 | #define GPIO_LCKR_LCK10_Msk (0x1U << GPIO_LCKR_LCK10_Pos) /*!< 0x00000400 */ |
3285 | #define GPIO_LCKR_LCK10_Msk (0x1UL << GPIO_LCKR_LCK10_Pos) /*!< 0x00000400 */ |
3300 | #define GPIO_LCKR_LCK10 GPIO_LCKR_LCK10_Msk |
3286 | #define GPIO_LCKR_LCK10 GPIO_LCKR_LCK10_Msk |
3301 | #define GPIO_LCKR_LCK11_Pos (11U) |
3287 | #define GPIO_LCKR_LCK11_Pos (11U) |
3302 | #define GPIO_LCKR_LCK11_Msk (0x1U << GPIO_LCKR_LCK11_Pos) /*!< 0x00000800 */ |
3288 | #define GPIO_LCKR_LCK11_Msk (0x1UL << GPIO_LCKR_LCK11_Pos) /*!< 0x00000800 */ |
3303 | #define GPIO_LCKR_LCK11 GPIO_LCKR_LCK11_Msk |
3289 | #define GPIO_LCKR_LCK11 GPIO_LCKR_LCK11_Msk |
3304 | #define GPIO_LCKR_LCK12_Pos (12U) |
3290 | #define GPIO_LCKR_LCK12_Pos (12U) |
3305 | #define GPIO_LCKR_LCK12_Msk (0x1U << GPIO_LCKR_LCK12_Pos) /*!< 0x00001000 */ |
3291 | #define GPIO_LCKR_LCK12_Msk (0x1UL << GPIO_LCKR_LCK12_Pos) /*!< 0x00001000 */ |
3306 | #define GPIO_LCKR_LCK12 GPIO_LCKR_LCK12_Msk |
3292 | #define GPIO_LCKR_LCK12 GPIO_LCKR_LCK12_Msk |
3307 | #define GPIO_LCKR_LCK13_Pos (13U) |
3293 | #define GPIO_LCKR_LCK13_Pos (13U) |
3308 | #define GPIO_LCKR_LCK13_Msk (0x1U << GPIO_LCKR_LCK13_Pos) /*!< 0x00002000 */ |
3294 | #define GPIO_LCKR_LCK13_Msk (0x1UL << GPIO_LCKR_LCK13_Pos) /*!< 0x00002000 */ |
3309 | #define GPIO_LCKR_LCK13 GPIO_LCKR_LCK13_Msk |
3295 | #define GPIO_LCKR_LCK13 GPIO_LCKR_LCK13_Msk |
3310 | #define GPIO_LCKR_LCK14_Pos (14U) |
3296 | #define GPIO_LCKR_LCK14_Pos (14U) |
3311 | #define GPIO_LCKR_LCK14_Msk (0x1U << GPIO_LCKR_LCK14_Pos) /*!< 0x00004000 */ |
3297 | #define GPIO_LCKR_LCK14_Msk (0x1UL << GPIO_LCKR_LCK14_Pos) /*!< 0x00004000 */ |
3312 | #define GPIO_LCKR_LCK14 GPIO_LCKR_LCK14_Msk |
3298 | #define GPIO_LCKR_LCK14 GPIO_LCKR_LCK14_Msk |
3313 | #define GPIO_LCKR_LCK15_Pos (15U) |
3299 | #define GPIO_LCKR_LCK15_Pos (15U) |
3314 | #define GPIO_LCKR_LCK15_Msk (0x1U << GPIO_LCKR_LCK15_Pos) /*!< 0x00008000 */ |
3300 | #define GPIO_LCKR_LCK15_Msk (0x1UL << GPIO_LCKR_LCK15_Pos) /*!< 0x00008000 */ |
3315 | #define GPIO_LCKR_LCK15 GPIO_LCKR_LCK15_Msk |
3301 | #define GPIO_LCKR_LCK15 GPIO_LCKR_LCK15_Msk |
3316 | #define GPIO_LCKR_LCKK_Pos (16U) |
3302 | #define GPIO_LCKR_LCKK_Pos (16U) |
3317 | #define GPIO_LCKR_LCKK_Msk (0x1U << GPIO_LCKR_LCKK_Pos) /*!< 0x00010000 */ |
3303 | #define GPIO_LCKR_LCKK_Msk (0x1UL << GPIO_LCKR_LCKK_Pos) /*!< 0x00010000 */ |
3318 | #define GPIO_LCKR_LCKK GPIO_LCKR_LCKK_Msk |
3304 | #define GPIO_LCKR_LCKK GPIO_LCKR_LCKK_Msk |
3319 | 3305 | ||
3320 | /****************** Bit definition for GPIO_AFRL register ********************/ |
3306 | /****************** Bit definition for GPIO_AFRL register ********************/ |
3321 | #define GPIO_AFRL_AFRL0_Pos (0U) |
3307 | #define GPIO_AFRL_AFSEL0_Pos (0U) |
3322 | #define GPIO_AFRL_AFRL0_Msk (0xFU << GPIO_AFRL_AFRL0_Pos) /*!< 0x0000000F */ |
3308 | #define GPIO_AFRL_AFSEL0_Msk (0xFUL << GPIO_AFRL_AFSEL0_Pos) /*!< 0x0000000F */ |
3323 | #define GPIO_AFRL_AFRL0 GPIO_AFRL_AFRL0_Msk |
3309 | #define GPIO_AFRL_AFSEL0 GPIO_AFRL_AFSEL0_Msk |
3324 | #define GPIO_AFRL_AFRL1_Pos (4U) |
3310 | #define GPIO_AFRL_AFSEL1_Pos (4U) |
3325 | #define GPIO_AFRL_AFRL1_Msk (0xFU << GPIO_AFRL_AFRL1_Pos) /*!< 0x000000F0 */ |
3311 | #define GPIO_AFRL_AFSEL1_Msk (0xFUL << GPIO_AFRL_AFSEL1_Pos) /*!< 0x000000F0 */ |
3326 | #define GPIO_AFRL_AFRL1 GPIO_AFRL_AFRL1_Msk |
3312 | #define GPIO_AFRL_AFSEL1 GPIO_AFRL_AFSEL1_Msk |
3327 | #define GPIO_AFRL_AFRL2_Pos (8U) |
3313 | #define GPIO_AFRL_AFSEL2_Pos (8U) |
3328 | #define GPIO_AFRL_AFRL2_Msk (0xFU << GPIO_AFRL_AFRL2_Pos) /*!< 0x00000F00 */ |
3314 | #define GPIO_AFRL_AFSEL2_Msk (0xFUL << GPIO_AFRL_AFSEL2_Pos) /*!< 0x00000F00 */ |
3329 | #define GPIO_AFRL_AFRL2 GPIO_AFRL_AFRL2_Msk |
3315 | #define GPIO_AFRL_AFSEL2 GPIO_AFRL_AFSEL2_Msk |
3330 | #define GPIO_AFRL_AFRL3_Pos (12U) |
3316 | #define GPIO_AFRL_AFSEL3_Pos (12U) |
3331 | #define GPIO_AFRL_AFRL3_Msk (0xFU << GPIO_AFRL_AFRL3_Pos) /*!< 0x0000F000 */ |
3317 | #define GPIO_AFRL_AFSEL3_Msk (0xFUL << GPIO_AFRL_AFSEL3_Pos) /*!< 0x0000F000 */ |
3332 | #define GPIO_AFRL_AFRL3 GPIO_AFRL_AFRL3_Msk |
3318 | #define GPIO_AFRL_AFSEL3 GPIO_AFRL_AFSEL3_Msk |
3333 | #define GPIO_AFRL_AFRL4_Pos (16U) |
3319 | #define GPIO_AFRL_AFSEL4_Pos (16U) |
3334 | #define GPIO_AFRL_AFRL4_Msk (0xFU << GPIO_AFRL_AFRL4_Pos) /*!< 0x000F0000 */ |
3320 | #define GPIO_AFRL_AFSEL4_Msk (0xFUL << GPIO_AFRL_AFSEL4_Pos) /*!< 0x000F0000 */ |
3335 | #define GPIO_AFRL_AFRL4 GPIO_AFRL_AFRL4_Msk |
3321 | #define GPIO_AFRL_AFSEL4 GPIO_AFRL_AFSEL4_Msk |
3336 | #define GPIO_AFRL_AFRL5_Pos (20U) |
3322 | #define GPIO_AFRL_AFSEL5_Pos (20U) |
3337 | #define GPIO_AFRL_AFRL5_Msk (0xFU << GPIO_AFRL_AFRL5_Pos) /*!< 0x00F00000 */ |
3323 | #define GPIO_AFRL_AFSEL5_Msk (0xFUL << GPIO_AFRL_AFSEL5_Pos) /*!< 0x00F00000 */ |
3338 | #define GPIO_AFRL_AFRL5 GPIO_AFRL_AFRL5_Msk |
3324 | #define GPIO_AFRL_AFSEL5 GPIO_AFRL_AFSEL5_Msk |
3339 | #define GPIO_AFRL_AFRL6_Pos (24U) |
3325 | #define GPIO_AFRL_AFSEL6_Pos (24U) |
3340 | #define GPIO_AFRL_AFRL6_Msk (0xFU << GPIO_AFRL_AFRL6_Pos) /*!< 0x0F000000 */ |
3326 | #define GPIO_AFRL_AFSEL6_Msk (0xFUL << GPIO_AFRL_AFSEL6_Pos) /*!< 0x0F000000 */ |
3341 | #define GPIO_AFRL_AFRL6 GPIO_AFRL_AFRL6_Msk |
3327 | #define GPIO_AFRL_AFSEL6 GPIO_AFRL_AFSEL6_Msk |
3342 | #define GPIO_AFRL_AFRL7_Pos (28U) |
3328 | #define GPIO_AFRL_AFSEL7_Pos (28U) |
3343 | #define GPIO_AFRL_AFRL7_Msk (0xFU << GPIO_AFRL_AFRL7_Pos) /*!< 0xF0000000 */ |
3329 | #define GPIO_AFRL_AFSEL7_Msk (0xFUL << GPIO_AFRL_AFSEL7_Pos) /*!< 0xF0000000 */ |
3344 | #define GPIO_AFRL_AFRL7 GPIO_AFRL_AFRL7_Msk |
3330 | #define GPIO_AFRL_AFSEL7 GPIO_AFRL_AFSEL7_Msk |
3345 | 3331 | ||
3346 | /****************** Bit definition for GPIO_AFRH register ********************/ |
3332 | /****************** Bit definition for GPIO_AFRH register ********************/ |
3347 | #define GPIO_AFRH_AFRH0_Pos (0U) |
3333 | #define GPIO_AFRH_AFSEL8_Pos (0U) |
3348 | #define GPIO_AFRH_AFRH0_Msk (0xFU << GPIO_AFRH_AFRH0_Pos) /*!< 0x0000000F */ |
3334 | #define GPIO_AFRH_AFSEL8_Msk (0xFUL << GPIO_AFRH_AFSEL8_Pos) /*!< 0x0000000F */ |
3349 | #define GPIO_AFRH_AFRH0 GPIO_AFRH_AFRH0_Msk |
3335 | #define GPIO_AFRH_AFSEL8 GPIO_AFRH_AFSEL8_Msk |
3350 | #define GPIO_AFRH_AFRH1_Pos (4U) |
3336 | #define GPIO_AFRH_AFSEL9_Pos (4U) |
3351 | #define GPIO_AFRH_AFRH1_Msk (0xFU << GPIO_AFRH_AFRH1_Pos) /*!< 0x000000F0 */ |
3337 | #define GPIO_AFRH_AFSEL9_Msk (0xFUL << GPIO_AFRH_AFSEL9_Pos) /*!< 0x000000F0 */ |
3352 | #define GPIO_AFRH_AFRH1 GPIO_AFRH_AFRH1_Msk |
3338 | #define GPIO_AFRH_AFSEL9 GPIO_AFRH_AFSEL9_Msk |
3353 | #define GPIO_AFRH_AFRH2_Pos (8U) |
3339 | #define GPIO_AFRH_AFSEL10_Pos (8U) |
3354 | #define GPIO_AFRH_AFRH2_Msk (0xFU << GPIO_AFRH_AFRH2_Pos) /*!< 0x00000F00 */ |
3340 | #define GPIO_AFRH_AFSEL10_Msk (0xFUL << GPIO_AFRH_AFSEL10_Pos) /*!< 0x00000F00 */ |
3355 | #define GPIO_AFRH_AFRH2 GPIO_AFRH_AFRH2_Msk |
3341 | #define GPIO_AFRH_AFSEL10 GPIO_AFRH_AFSEL10_Msk |
3356 | #define GPIO_AFRH_AFRH3_Pos (12U) |
3342 | #define GPIO_AFRH_AFSEL11_Pos (12U) |
3357 | #define GPIO_AFRH_AFRH3_Msk (0xFU << GPIO_AFRH_AFRH3_Pos) /*!< 0x0000F000 */ |
3343 | #define GPIO_AFRH_AFSEL11_Msk (0xFUL << GPIO_AFRH_AFSEL11_Pos) /*!< 0x0000F000 */ |
3358 | #define GPIO_AFRH_AFRH3 GPIO_AFRH_AFRH3_Msk |
3344 | #define GPIO_AFRH_AFSEL11 GPIO_AFRH_AFSEL11_Msk |
3359 | #define GPIO_AFRH_AFRH4_Pos (16U) |
3345 | #define GPIO_AFRH_AFSEL12_Pos (16U) |
3360 | #define GPIO_AFRH_AFRH4_Msk (0xFU << GPIO_AFRH_AFRH4_Pos) /*!< 0x000F0000 */ |
3346 | #define GPIO_AFRH_AFSEL12_Msk (0xFUL << GPIO_AFRH_AFSEL12_Pos) /*!< 0x000F0000 */ |
3361 | #define GPIO_AFRH_AFRH4 GPIO_AFRH_AFRH4_Msk |
3347 | #define GPIO_AFRH_AFSEL12 GPIO_AFRH_AFSEL12_Msk |
3362 | #define GPIO_AFRH_AFRH5_Pos (20U) |
3348 | #define GPIO_AFRH_AFSEL13_Pos (20U) |
3363 | #define GPIO_AFRH_AFRH5_Msk (0xFU << GPIO_AFRH_AFRH5_Pos) /*!< 0x00F00000 */ |
3349 | #define GPIO_AFRH_AFSEL13_Msk (0xFUL << GPIO_AFRH_AFSEL13_Pos) /*!< 0x00F00000 */ |
3364 | #define GPIO_AFRH_AFRH5 GPIO_AFRH_AFRH5_Msk |
3350 | #define GPIO_AFRH_AFSEL13 GPIO_AFRH_AFSEL13_Msk |
3365 | #define GPIO_AFRH_AFRH6_Pos (24U) |
3351 | #define GPIO_AFRH_AFSEL14_Pos (24U) |
3366 | #define GPIO_AFRH_AFRH6_Msk (0xFU << GPIO_AFRH_AFRH6_Pos) /*!< 0x0F000000 */ |
3352 | #define GPIO_AFRH_AFSEL14_Msk (0xFUL << GPIO_AFRH_AFSEL14_Pos) /*!< 0x0F000000 */ |
3367 | #define GPIO_AFRH_AFRH6 GPIO_AFRH_AFRH6_Msk |
3353 | #define GPIO_AFRH_AFSEL14 GPIO_AFRH_AFSEL14_Msk |
3368 | #define GPIO_AFRH_AFRH7_Pos (28U) |
3354 | #define GPIO_AFRH_AFSEL15_Pos (28U) |
3369 | #define GPIO_AFRH_AFRH7_Msk (0xFU << GPIO_AFRH_AFRH7_Pos) /*!< 0xF0000000 */ |
3355 | #define GPIO_AFRH_AFSEL15_Msk (0xFUL << GPIO_AFRH_AFSEL15_Pos) /*!< 0xF0000000 */ |
3370 | #define GPIO_AFRH_AFRH7 GPIO_AFRH_AFRH7_Msk |
3356 | #define GPIO_AFRH_AFSEL15 GPIO_AFRH_AFSEL15_Msk |
3371 | 3357 | ||
3372 | /******************************************************************************/ |
3358 | /******************************************************************************/ |
3373 | /* */ |
3359 | /* */ |
3374 | /* Inter-integrated Circuit Interface (I2C) */ |
3360 | /* Inter-integrated Circuit Interface (I2C) */ |
3375 | /* */ |
3361 | /* */ |
3376 | /******************************************************************************/ |
3362 | /******************************************************************************/ |
3377 | 3363 | ||
3378 | /******************* Bit definition for I2C_CR1 register ********************/ |
3364 | /******************* Bit definition for I2C_CR1 register ********************/ |
3379 | #define I2C_CR1_PE_Pos (0U) |
3365 | #define I2C_CR1_PE_Pos (0U) |
3380 | #define I2C_CR1_PE_Msk (0x1U << I2C_CR1_PE_Pos) /*!< 0x00000001 */ |
3366 | #define I2C_CR1_PE_Msk (0x1UL << I2C_CR1_PE_Pos) /*!< 0x00000001 */ |
3381 | #define I2C_CR1_PE I2C_CR1_PE_Msk /*!< Peripheral Enable */ |
3367 | #define I2C_CR1_PE I2C_CR1_PE_Msk /*!< Peripheral Enable */ |
3382 | #define I2C_CR1_SMBUS_Pos (1U) |
3368 | #define I2C_CR1_SMBUS_Pos (1U) |
3383 | #define I2C_CR1_SMBUS_Msk (0x1U << I2C_CR1_SMBUS_Pos) /*!< 0x00000002 */ |
3369 | #define I2C_CR1_SMBUS_Msk (0x1UL << I2C_CR1_SMBUS_Pos) /*!< 0x00000002 */ |
3384 | #define I2C_CR1_SMBUS I2C_CR1_SMBUS_Msk /*!< SMBus Mode */ |
3370 | #define I2C_CR1_SMBUS I2C_CR1_SMBUS_Msk /*!< SMBus Mode */ |
3385 | #define I2C_CR1_SMBTYPE_Pos (3U) |
3371 | #define I2C_CR1_SMBTYPE_Pos (3U) |
3386 | #define I2C_CR1_SMBTYPE_Msk (0x1U << I2C_CR1_SMBTYPE_Pos) /*!< 0x00000008 */ |
3372 | #define I2C_CR1_SMBTYPE_Msk (0x1UL << I2C_CR1_SMBTYPE_Pos) /*!< 0x00000008 */ |
3387 | #define I2C_CR1_SMBTYPE I2C_CR1_SMBTYPE_Msk /*!< SMBus Type */ |
3373 | #define I2C_CR1_SMBTYPE I2C_CR1_SMBTYPE_Msk /*!< SMBus Type */ |
3388 | #define I2C_CR1_ENARP_Pos (4U) |
3374 | #define I2C_CR1_ENARP_Pos (4U) |
3389 | #define I2C_CR1_ENARP_Msk (0x1U << I2C_CR1_ENARP_Pos) /*!< 0x00000010 */ |
3375 | #define I2C_CR1_ENARP_Msk (0x1UL << I2C_CR1_ENARP_Pos) /*!< 0x00000010 */ |
3390 | #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ |
3376 | #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ |
3391 | #define I2C_CR1_ENPEC_Pos (5U) |
3377 | #define I2C_CR1_ENPEC_Pos (5U) |
3392 | #define I2C_CR1_ENPEC_Msk (0x1U << I2C_CR1_ENPEC_Pos) /*!< 0x00000020 */ |
3378 | #define I2C_CR1_ENPEC_Msk (0x1UL << I2C_CR1_ENPEC_Pos) /*!< 0x00000020 */ |
3393 | #define I2C_CR1_ENPEC I2C_CR1_ENPEC_Msk /*!< PEC Enable */ |
3379 | #define I2C_CR1_ENPEC I2C_CR1_ENPEC_Msk /*!< PEC Enable */ |
3394 | #define I2C_CR1_ENGC_Pos (6U) |
3380 | #define I2C_CR1_ENGC_Pos (6U) |
3395 | #define I2C_CR1_ENGC_Msk (0x1U << I2C_CR1_ENGC_Pos) /*!< 0x00000040 */ |
3381 | #define I2C_CR1_ENGC_Msk (0x1UL << I2C_CR1_ENGC_Pos) /*!< 0x00000040 */ |
3396 | #define I2C_CR1_ENGC I2C_CR1_ENGC_Msk /*!< General Call Enable */ |
3382 | #define I2C_CR1_ENGC I2C_CR1_ENGC_Msk /*!< General Call Enable */ |
3397 | #define I2C_CR1_NOSTRETCH_Pos (7U) |
3383 | #define I2C_CR1_NOSTRETCH_Pos (7U) |
3398 | #define I2C_CR1_NOSTRETCH_Msk (0x1U << I2C_CR1_NOSTRETCH_Pos) /*!< 0x00000080 */ |
3384 | #define I2C_CR1_NOSTRETCH_Msk (0x1UL << I2C_CR1_NOSTRETCH_Pos) /*!< 0x00000080 */ |
3399 | #define I2C_CR1_NOSTRETCH I2C_CR1_NOSTRETCH_Msk /*!< Clock Stretching Disable (Slave mode) */ |
3385 | #define I2C_CR1_NOSTRETCH I2C_CR1_NOSTRETCH_Msk /*!< Clock Stretching Disable (Slave mode) */ |
3400 | #define I2C_CR1_START_Pos (8U) |
3386 | #define I2C_CR1_START_Pos (8U) |
3401 | #define I2C_CR1_START_Msk (0x1U << I2C_CR1_START_Pos) /*!< 0x00000100 */ |
3387 | #define I2C_CR1_START_Msk (0x1UL << I2C_CR1_START_Pos) /*!< 0x00000100 */ |
3402 | #define I2C_CR1_START I2C_CR1_START_Msk /*!< Start Generation */ |
3388 | #define I2C_CR1_START I2C_CR1_START_Msk /*!< Start Generation */ |
3403 | #define I2C_CR1_STOP_Pos (9U) |
3389 | #define I2C_CR1_STOP_Pos (9U) |
3404 | #define I2C_CR1_STOP_Msk (0x1U << I2C_CR1_STOP_Pos) /*!< 0x00000200 */ |
3390 | #define I2C_CR1_STOP_Msk (0x1UL << I2C_CR1_STOP_Pos) /*!< 0x00000200 */ |
3405 | #define I2C_CR1_STOP I2C_CR1_STOP_Msk /*!< Stop Generation */ |
3391 | #define I2C_CR1_STOP I2C_CR1_STOP_Msk /*!< Stop Generation */ |
3406 | #define I2C_CR1_ACK_Pos (10U) |
3392 | #define I2C_CR1_ACK_Pos (10U) |
3407 | #define I2C_CR1_ACK_Msk (0x1U << I2C_CR1_ACK_Pos) /*!< 0x00000400 */ |
3393 | #define I2C_CR1_ACK_Msk (0x1UL << I2C_CR1_ACK_Pos) /*!< 0x00000400 */ |
3408 | #define I2C_CR1_ACK I2C_CR1_ACK_Msk /*!< Acknowledge Enable */ |
3394 | #define I2C_CR1_ACK I2C_CR1_ACK_Msk /*!< Acknowledge Enable */ |
3409 | #define I2C_CR1_POS_Pos (11U) |
3395 | #define I2C_CR1_POS_Pos (11U) |
3410 | #define I2C_CR1_POS_Msk (0x1U << I2C_CR1_POS_Pos) /*!< 0x00000800 */ |
3396 | #define I2C_CR1_POS_Msk (0x1UL << I2C_CR1_POS_Pos) /*!< 0x00000800 */ |
3411 | #define I2C_CR1_POS I2C_CR1_POS_Msk /*!< Acknowledge/PEC Position (for data reception) */ |
3397 | #define I2C_CR1_POS I2C_CR1_POS_Msk /*!< Acknowledge/PEC Position (for data reception) */ |
3412 | #define I2C_CR1_PEC_Pos (12U) |
3398 | #define I2C_CR1_PEC_Pos (12U) |
3413 | #define I2C_CR1_PEC_Msk (0x1U << I2C_CR1_PEC_Pos) /*!< 0x00001000 */ |
3399 | #define I2C_CR1_PEC_Msk (0x1UL << I2C_CR1_PEC_Pos) /*!< 0x00001000 */ |
3414 | #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!< Packet Error Checking */ |
3400 | #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!< Packet Error Checking */ |
3415 | #define I2C_CR1_ALERT_Pos (13U) |
3401 | #define I2C_CR1_ALERT_Pos (13U) |
3416 | #define I2C_CR1_ALERT_Msk (0x1U << I2C_CR1_ALERT_Pos) /*!< 0x00002000 */ |
3402 | #define I2C_CR1_ALERT_Msk (0x1UL << I2C_CR1_ALERT_Pos) /*!< 0x00002000 */ |
3417 | #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ |
3403 | #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ |
3418 | #define I2C_CR1_SWRST_Pos (15U) |
3404 | #define I2C_CR1_SWRST_Pos (15U) |
3419 | #define I2C_CR1_SWRST_Msk (0x1U << I2C_CR1_SWRST_Pos) /*!< 0x00008000 */ |
3405 | #define I2C_CR1_SWRST_Msk (0x1UL << I2C_CR1_SWRST_Pos) /*!< 0x00008000 */ |
3420 | #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset */ |
3406 | #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset */ |
3421 | 3407 | ||
3422 | /******************* Bit definition for I2C_CR2 register ********************/ |
3408 | /******************* Bit definition for I2C_CR2 register ********************/ |
3423 | #define I2C_CR2_FREQ_Pos (0U) |
3409 | #define I2C_CR2_FREQ_Pos (0U) |
3424 | #define I2C_CR2_FREQ_Msk (0x3FU << I2C_CR2_FREQ_Pos) /*!< 0x0000003F */ |
3410 | #define I2C_CR2_FREQ_Msk (0x3FUL << I2C_CR2_FREQ_Pos) /*!< 0x0000003F */ |
3425 | #define I2C_CR2_FREQ I2C_CR2_FREQ_Msk /*!< FREQ[5:0] bits (Peripheral Clock Frequency) */ |
3411 | #define I2C_CR2_FREQ I2C_CR2_FREQ_Msk /*!< FREQ[5:0] bits (Peripheral Clock Frequency) */ |
3426 | #define I2C_CR2_FREQ_0 (0x01U << I2C_CR2_FREQ_Pos) /*!< 0x00000001 */ |
3412 | #define I2C_CR2_FREQ_0 (0x01UL << I2C_CR2_FREQ_Pos) /*!< 0x00000001 */ |
3427 | #define I2C_CR2_FREQ_1 (0x02U << I2C_CR2_FREQ_Pos) /*!< 0x00000002 */ |
3413 | #define I2C_CR2_FREQ_1 (0x02UL << I2C_CR2_FREQ_Pos) /*!< 0x00000002 */ |
3428 | #define I2C_CR2_FREQ_2 (0x04U << I2C_CR2_FREQ_Pos) /*!< 0x00000004 */ |
3414 | #define I2C_CR2_FREQ_2 (0x04UL << I2C_CR2_FREQ_Pos) /*!< 0x00000004 */ |
3429 | #define I2C_CR2_FREQ_3 (0x08U << I2C_CR2_FREQ_Pos) /*!< 0x00000008 */ |
3415 | #define I2C_CR2_FREQ_3 (0x08UL << I2C_CR2_FREQ_Pos) /*!< 0x00000008 */ |
3430 | #define I2C_CR2_FREQ_4 (0x10U << I2C_CR2_FREQ_Pos) /*!< 0x00000010 */ |
3416 | #define I2C_CR2_FREQ_4 (0x10UL << I2C_CR2_FREQ_Pos) /*!< 0x00000010 */ |
3431 | #define I2C_CR2_FREQ_5 (0x20U << I2C_CR2_FREQ_Pos) /*!< 0x00000020 */ |
3417 | #define I2C_CR2_FREQ_5 (0x20UL << I2C_CR2_FREQ_Pos) /*!< 0x00000020 */ |
3432 | 3418 | ||
3433 | #define I2C_CR2_ITERREN_Pos (8U) |
3419 | #define I2C_CR2_ITERREN_Pos (8U) |
3434 | #define I2C_CR2_ITERREN_Msk (0x1U << I2C_CR2_ITERREN_Pos) /*!< 0x00000100 */ |
3420 | #define I2C_CR2_ITERREN_Msk (0x1UL << I2C_CR2_ITERREN_Pos) /*!< 0x00000100 */ |
3435 | #define I2C_CR2_ITERREN I2C_CR2_ITERREN_Msk /*!< Error Interrupt Enable */ |
3421 | #define I2C_CR2_ITERREN I2C_CR2_ITERREN_Msk /*!< Error Interrupt Enable */ |
3436 | #define I2C_CR2_ITEVTEN_Pos (9U) |
3422 | #define I2C_CR2_ITEVTEN_Pos (9U) |
3437 | #define I2C_CR2_ITEVTEN_Msk (0x1U << I2C_CR2_ITEVTEN_Pos) /*!< 0x00000200 */ |
3423 | #define I2C_CR2_ITEVTEN_Msk (0x1UL << I2C_CR2_ITEVTEN_Pos) /*!< 0x00000200 */ |
3438 | #define I2C_CR2_ITEVTEN I2C_CR2_ITEVTEN_Msk /*!< Event Interrupt Enable */ |
3424 | #define I2C_CR2_ITEVTEN I2C_CR2_ITEVTEN_Msk /*!< Event Interrupt Enable */ |
3439 | #define I2C_CR2_ITBUFEN_Pos (10U) |
3425 | #define I2C_CR2_ITBUFEN_Pos (10U) |
3440 | #define I2C_CR2_ITBUFEN_Msk (0x1U << I2C_CR2_ITBUFEN_Pos) /*!< 0x00000400 */ |
3426 | #define I2C_CR2_ITBUFEN_Msk (0x1UL << I2C_CR2_ITBUFEN_Pos) /*!< 0x00000400 */ |
3441 | #define I2C_CR2_ITBUFEN I2C_CR2_ITBUFEN_Msk /*!< Buffer Interrupt Enable */ |
3427 | #define I2C_CR2_ITBUFEN I2C_CR2_ITBUFEN_Msk /*!< Buffer Interrupt Enable */ |
3442 | #define I2C_CR2_DMAEN_Pos (11U) |
3428 | #define I2C_CR2_DMAEN_Pos (11U) |
3443 | #define I2C_CR2_DMAEN_Msk (0x1U << I2C_CR2_DMAEN_Pos) /*!< 0x00000800 */ |
3429 | #define I2C_CR2_DMAEN_Msk (0x1UL << I2C_CR2_DMAEN_Pos) /*!< 0x00000800 */ |
3444 | #define I2C_CR2_DMAEN I2C_CR2_DMAEN_Msk /*!< DMA Requests Enable */ |
3430 | #define I2C_CR2_DMAEN I2C_CR2_DMAEN_Msk /*!< DMA Requests Enable */ |
3445 | #define I2C_CR2_LAST_Pos (12U) |
3431 | #define I2C_CR2_LAST_Pos (12U) |
3446 | #define I2C_CR2_LAST_Msk (0x1U << I2C_CR2_LAST_Pos) /*!< 0x00001000 */ |
3432 | #define I2C_CR2_LAST_Msk (0x1UL << I2C_CR2_LAST_Pos) /*!< 0x00001000 */ |
3447 | #define I2C_CR2_LAST I2C_CR2_LAST_Msk /*!< DMA Last Transfer */ |
3433 | #define I2C_CR2_LAST I2C_CR2_LAST_Msk /*!< DMA Last Transfer */ |
3448 | 3434 | ||
3449 | /******************* Bit definition for I2C_OAR1 register *******************/ |
3435 | /******************* Bit definition for I2C_OAR1 register *******************/ |
3450 | #define I2C_OAR1_ADD1_7 (0x000000FEU) /*!< Interface Address */ |
3436 | #define I2C_OAR1_ADD1_7 (0x000000FEU) /*!< Interface Address */ |
3451 | #define I2C_OAR1_ADD8_9 (0x00000300U) /*!< Interface Address */ |
3437 | #define I2C_OAR1_ADD8_9 (0x00000300U) /*!< Interface Address */ |
3452 | 3438 | ||
3453 | #define I2C_OAR1_ADD0_Pos (0U) |
3439 | #define I2C_OAR1_ADD0_Pos (0U) |
3454 | #define I2C_OAR1_ADD0_Msk (0x1U << I2C_OAR1_ADD0_Pos) /*!< 0x00000001 */ |
3440 | #define I2C_OAR1_ADD0_Msk (0x1UL << I2C_OAR1_ADD0_Pos) /*!< 0x00000001 */ |
3455 | #define I2C_OAR1_ADD0 I2C_OAR1_ADD0_Msk /*!< Bit 0 */ |
3441 | #define I2C_OAR1_ADD0 I2C_OAR1_ADD0_Msk /*!< Bit 0 */ |
3456 | #define I2C_OAR1_ADD1_Pos (1U) |
3442 | #define I2C_OAR1_ADD1_Pos (1U) |
3457 | #define I2C_OAR1_ADD1_Msk (0x1U << I2C_OAR1_ADD1_Pos) /*!< 0x00000002 */ |
3443 | #define I2C_OAR1_ADD1_Msk (0x1UL << I2C_OAR1_ADD1_Pos) /*!< 0x00000002 */ |
3458 | #define I2C_OAR1_ADD1 I2C_OAR1_ADD1_Msk /*!< Bit 1 */ |
3444 | #define I2C_OAR1_ADD1 I2C_OAR1_ADD1_Msk /*!< Bit 1 */ |
3459 | #define I2C_OAR1_ADD2_Pos (2U) |
3445 | #define I2C_OAR1_ADD2_Pos (2U) |
3460 | #define I2C_OAR1_ADD2_Msk (0x1U << I2C_OAR1_ADD2_Pos) /*!< 0x00000004 */ |
3446 | #define I2C_OAR1_ADD2_Msk (0x1UL << I2C_OAR1_ADD2_Pos) /*!< 0x00000004 */ |
3461 | #define I2C_OAR1_ADD2 I2C_OAR1_ADD2_Msk /*!< Bit 2 */ |
3447 | #define I2C_OAR1_ADD2 I2C_OAR1_ADD2_Msk /*!< Bit 2 */ |
3462 | #define I2C_OAR1_ADD3_Pos (3U) |
3448 | #define I2C_OAR1_ADD3_Pos (3U) |
3463 | #define I2C_OAR1_ADD3_Msk (0x1U << I2C_OAR1_ADD3_Pos) /*!< 0x00000008 */ |
3449 | #define I2C_OAR1_ADD3_Msk (0x1UL << I2C_OAR1_ADD3_Pos) /*!< 0x00000008 */ |
3464 | #define I2C_OAR1_ADD3 I2C_OAR1_ADD3_Msk /*!< Bit 3 */ |
3450 | #define I2C_OAR1_ADD3 I2C_OAR1_ADD3_Msk /*!< Bit 3 */ |
3465 | #define I2C_OAR1_ADD4_Pos (4U) |
3451 | #define I2C_OAR1_ADD4_Pos (4U) |
3466 | #define I2C_OAR1_ADD4_Msk (0x1U << I2C_OAR1_ADD4_Pos) /*!< 0x00000010 */ |
3452 | #define I2C_OAR1_ADD4_Msk (0x1UL << I2C_OAR1_ADD4_Pos) /*!< 0x00000010 */ |
3467 | #define I2C_OAR1_ADD4 I2C_OAR1_ADD4_Msk /*!< Bit 4 */ |
3453 | #define I2C_OAR1_ADD4 I2C_OAR1_ADD4_Msk /*!< Bit 4 */ |
3468 | #define I2C_OAR1_ADD5_Pos (5U) |
3454 | #define I2C_OAR1_ADD5_Pos (5U) |
3469 | #define I2C_OAR1_ADD5_Msk (0x1U << I2C_OAR1_ADD5_Pos) /*!< 0x00000020 */ |
3455 | #define I2C_OAR1_ADD5_Msk (0x1UL << I2C_OAR1_ADD5_Pos) /*!< 0x00000020 */ |
3470 | #define I2C_OAR1_ADD5 I2C_OAR1_ADD5_Msk /*!< Bit 5 */ |
3456 | #define I2C_OAR1_ADD5 I2C_OAR1_ADD5_Msk /*!< Bit 5 */ |
3471 | #define I2C_OAR1_ADD6_Pos (6U) |
3457 | #define I2C_OAR1_ADD6_Pos (6U) |
3472 | #define I2C_OAR1_ADD6_Msk (0x1U << I2C_OAR1_ADD6_Pos) /*!< 0x00000040 */ |
3458 | #define I2C_OAR1_ADD6_Msk (0x1UL << I2C_OAR1_ADD6_Pos) /*!< 0x00000040 */ |
3473 | #define I2C_OAR1_ADD6 I2C_OAR1_ADD6_Msk /*!< Bit 6 */ |
3459 | #define I2C_OAR1_ADD6 I2C_OAR1_ADD6_Msk /*!< Bit 6 */ |
3474 | #define I2C_OAR1_ADD7_Pos (7U) |
3460 | #define I2C_OAR1_ADD7_Pos (7U) |
3475 | #define I2C_OAR1_ADD7_Msk (0x1U << I2C_OAR1_ADD7_Pos) /*!< 0x00000080 */ |
3461 | #define I2C_OAR1_ADD7_Msk (0x1UL << I2C_OAR1_ADD7_Pos) /*!< 0x00000080 */ |
3476 | #define I2C_OAR1_ADD7 I2C_OAR1_ADD7_Msk /*!< Bit 7 */ |
3462 | #define I2C_OAR1_ADD7 I2C_OAR1_ADD7_Msk /*!< Bit 7 */ |
3477 | #define I2C_OAR1_ADD8_Pos (8U) |
3463 | #define I2C_OAR1_ADD8_Pos (8U) |
3478 | #define I2C_OAR1_ADD8_Msk (0x1U << I2C_OAR1_ADD8_Pos) /*!< 0x00000100 */ |
3464 | #define I2C_OAR1_ADD8_Msk (0x1UL << I2C_OAR1_ADD8_Pos) /*!< 0x00000100 */ |
3479 | #define I2C_OAR1_ADD8 I2C_OAR1_ADD8_Msk /*!< Bit 8 */ |
3465 | #define I2C_OAR1_ADD8 I2C_OAR1_ADD8_Msk /*!< Bit 8 */ |
3480 | #define I2C_OAR1_ADD9_Pos (9U) |
3466 | #define I2C_OAR1_ADD9_Pos (9U) |
3481 | #define I2C_OAR1_ADD9_Msk (0x1U << I2C_OAR1_ADD9_Pos) /*!< 0x00000200 */ |
3467 | #define I2C_OAR1_ADD9_Msk (0x1UL << I2C_OAR1_ADD9_Pos) /*!< 0x00000200 */ |
3482 | #define I2C_OAR1_ADD9 I2C_OAR1_ADD9_Msk /*!< Bit 9 */ |
3468 | #define I2C_OAR1_ADD9 I2C_OAR1_ADD9_Msk /*!< Bit 9 */ |
3483 | 3469 | ||
3484 | #define I2C_OAR1_ADDMODE_Pos (15U) |
3470 | #define I2C_OAR1_ADDMODE_Pos (15U) |
3485 | #define I2C_OAR1_ADDMODE_Msk (0x1U << I2C_OAR1_ADDMODE_Pos) /*!< 0x00008000 */ |
3471 | #define I2C_OAR1_ADDMODE_Msk (0x1UL << I2C_OAR1_ADDMODE_Pos) /*!< 0x00008000 */ |
3486 | #define I2C_OAR1_ADDMODE I2C_OAR1_ADDMODE_Msk /*!< Addressing Mode (Slave mode) */ |
3472 | #define I2C_OAR1_ADDMODE I2C_OAR1_ADDMODE_Msk /*!< Addressing Mode (Slave mode) */ |
3487 | 3473 | ||
3488 | /******************* Bit definition for I2C_OAR2 register *******************/ |
3474 | /******************* Bit definition for I2C_OAR2 register *******************/ |
3489 | #define I2C_OAR2_ENDUAL_Pos (0U) |
3475 | #define I2C_OAR2_ENDUAL_Pos (0U) |
3490 | #define I2C_OAR2_ENDUAL_Msk (0x1U << I2C_OAR2_ENDUAL_Pos) /*!< 0x00000001 */ |
3476 | #define I2C_OAR2_ENDUAL_Msk (0x1UL << I2C_OAR2_ENDUAL_Pos) /*!< 0x00000001 */ |
3491 | #define I2C_OAR2_ENDUAL I2C_OAR2_ENDUAL_Msk /*!< Dual addressing mode enable */ |
3477 | #define I2C_OAR2_ENDUAL I2C_OAR2_ENDUAL_Msk /*!< Dual addressing mode enable */ |
3492 | #define I2C_OAR2_ADD2_Pos (1U) |
3478 | #define I2C_OAR2_ADD2_Pos (1U) |
3493 | #define I2C_OAR2_ADD2_Msk (0x7FU << I2C_OAR2_ADD2_Pos) /*!< 0x000000FE */ |
3479 | #define I2C_OAR2_ADD2_Msk (0x7FUL << I2C_OAR2_ADD2_Pos) /*!< 0x000000FE */ |
3494 | #define I2C_OAR2_ADD2 I2C_OAR2_ADD2_Msk /*!< Interface address */ |
3480 | #define I2C_OAR2_ADD2 I2C_OAR2_ADD2_Msk /*!< Interface address */ |
3495 | 3481 | ||
3496 | /******************** Bit definition for I2C_DR register ********************/ |
3482 | /******************** Bit definition for I2C_DR register ********************/ |
3497 | #define I2C_DR_DR_Pos (0U) |
3483 | #define I2C_DR_DR_Pos (0U) |
3498 | #define I2C_DR_DR_Msk (0xFFU << I2C_DR_DR_Pos) /*!< 0x000000FF */ |
3484 | #define I2C_DR_DR_Msk (0xFFUL << I2C_DR_DR_Pos) /*!< 0x000000FF */ |
3499 | #define I2C_DR_DR I2C_DR_DR_Msk /*!< 8-bit Data Register */ |
3485 | #define I2C_DR_DR I2C_DR_DR_Msk /*!< 8-bit Data Register */ |
3500 | 3486 | ||
3501 | /******************* Bit definition for I2C_SR1 register ********************/ |
3487 | /******************* Bit definition for I2C_SR1 register ********************/ |
3502 | #define I2C_SR1_SB_Pos (0U) |
3488 | #define I2C_SR1_SB_Pos (0U) |
3503 | #define I2C_SR1_SB_Msk (0x1U << I2C_SR1_SB_Pos) /*!< 0x00000001 */ |
3489 | #define I2C_SR1_SB_Msk (0x1UL << I2C_SR1_SB_Pos) /*!< 0x00000001 */ |
3504 | #define I2C_SR1_SB I2C_SR1_SB_Msk /*!< Start Bit (Master mode) */ |
3490 | #define I2C_SR1_SB I2C_SR1_SB_Msk /*!< Start Bit (Master mode) */ |
3505 | #define I2C_SR1_ADDR_Pos (1U) |
3491 | #define I2C_SR1_ADDR_Pos (1U) |
3506 | #define I2C_SR1_ADDR_Msk (0x1U << I2C_SR1_ADDR_Pos) /*!< 0x00000002 */ |
3492 | #define I2C_SR1_ADDR_Msk (0x1UL << I2C_SR1_ADDR_Pos) /*!< 0x00000002 */ |
3507 | #define I2C_SR1_ADDR I2C_SR1_ADDR_Msk /*!< Address sent (master mode)/matched (slave mode) */ |
3493 | #define I2C_SR1_ADDR I2C_SR1_ADDR_Msk /*!< Address sent (master mode)/matched (slave mode) */ |
3508 | #define I2C_SR1_BTF_Pos (2U) |
3494 | #define I2C_SR1_BTF_Pos (2U) |
3509 | #define I2C_SR1_BTF_Msk (0x1U << I2C_SR1_BTF_Pos) /*!< 0x00000004 */ |
3495 | #define I2C_SR1_BTF_Msk (0x1UL << I2C_SR1_BTF_Pos) /*!< 0x00000004 */ |
3510 | #define I2C_SR1_BTF I2C_SR1_BTF_Msk /*!< Byte Transfer Finished */ |
3496 | #define I2C_SR1_BTF I2C_SR1_BTF_Msk /*!< Byte Transfer Finished */ |
3511 | #define I2C_SR1_ADD10_Pos (3U) |
3497 | #define I2C_SR1_ADD10_Pos (3U) |
3512 | #define I2C_SR1_ADD10_Msk (0x1U << I2C_SR1_ADD10_Pos) /*!< 0x00000008 */ |
3498 | #define I2C_SR1_ADD10_Msk (0x1UL << I2C_SR1_ADD10_Pos) /*!< 0x00000008 */ |
3513 | #define I2C_SR1_ADD10 I2C_SR1_ADD10_Msk /*!< 10-bit header sent (Master mode) */ |
3499 | #define I2C_SR1_ADD10 I2C_SR1_ADD10_Msk /*!< 10-bit header sent (Master mode) */ |
3514 | #define I2C_SR1_STOPF_Pos (4U) |
3500 | #define I2C_SR1_STOPF_Pos (4U) |
3515 | #define I2C_SR1_STOPF_Msk (0x1U << I2C_SR1_STOPF_Pos) /*!< 0x00000010 */ |
3501 | #define I2C_SR1_STOPF_Msk (0x1UL << I2C_SR1_STOPF_Pos) /*!< 0x00000010 */ |
3516 | #define I2C_SR1_STOPF I2C_SR1_STOPF_Msk /*!< Stop detection (Slave mode) */ |
3502 | #define I2C_SR1_STOPF I2C_SR1_STOPF_Msk /*!< Stop detection (Slave mode) */ |
3517 | #define I2C_SR1_RXNE_Pos (6U) |
3503 | #define I2C_SR1_RXNE_Pos (6U) |
3518 | #define I2C_SR1_RXNE_Msk (0x1U << I2C_SR1_RXNE_Pos) /*!< 0x00000040 */ |
3504 | #define I2C_SR1_RXNE_Msk (0x1UL << I2C_SR1_RXNE_Pos) /*!< 0x00000040 */ |
3519 | #define I2C_SR1_RXNE I2C_SR1_RXNE_Msk /*!< Data Register not Empty (receivers) */ |
3505 | #define I2C_SR1_RXNE I2C_SR1_RXNE_Msk /*!< Data Register not Empty (receivers) */ |
3520 | #define I2C_SR1_TXE_Pos (7U) |
3506 | #define I2C_SR1_TXE_Pos (7U) |
3521 | #define I2C_SR1_TXE_Msk (0x1U << I2C_SR1_TXE_Pos) /*!< 0x00000080 */ |
3507 | #define I2C_SR1_TXE_Msk (0x1UL << I2C_SR1_TXE_Pos) /*!< 0x00000080 */ |
3522 | #define I2C_SR1_TXE I2C_SR1_TXE_Msk /*!< Data Register Empty (transmitters) */ |
3508 | #define I2C_SR1_TXE I2C_SR1_TXE_Msk /*!< Data Register Empty (transmitters) */ |
3523 | #define I2C_SR1_BERR_Pos (8U) |
3509 | #define I2C_SR1_BERR_Pos (8U) |
3524 | #define I2C_SR1_BERR_Msk (0x1U << I2C_SR1_BERR_Pos) /*!< 0x00000100 */ |
3510 | #define I2C_SR1_BERR_Msk (0x1UL << I2C_SR1_BERR_Pos) /*!< 0x00000100 */ |
3525 | #define I2C_SR1_BERR I2C_SR1_BERR_Msk /*!< Bus Error */ |
3511 | #define I2C_SR1_BERR I2C_SR1_BERR_Msk /*!< Bus Error */ |
3526 | #define I2C_SR1_ARLO_Pos (9U) |
3512 | #define I2C_SR1_ARLO_Pos (9U) |
3527 | #define I2C_SR1_ARLO_Msk (0x1U << I2C_SR1_ARLO_Pos) /*!< 0x00000200 */ |
3513 | #define I2C_SR1_ARLO_Msk (0x1UL << I2C_SR1_ARLO_Pos) /*!< 0x00000200 */ |
3528 | #define I2C_SR1_ARLO I2C_SR1_ARLO_Msk /*!< Arbitration Lost (master mode) */ |
3514 | #define I2C_SR1_ARLO I2C_SR1_ARLO_Msk /*!< Arbitration Lost (master mode) */ |
3529 | #define I2C_SR1_AF_Pos (10U) |
3515 | #define I2C_SR1_AF_Pos (10U) |
3530 | #define I2C_SR1_AF_Msk (0x1U << I2C_SR1_AF_Pos) /*!< 0x00000400 */ |
3516 | #define I2C_SR1_AF_Msk (0x1UL << I2C_SR1_AF_Pos) /*!< 0x00000400 */ |
3531 | #define I2C_SR1_AF I2C_SR1_AF_Msk /*!< Acknowledge Failure */ |
3517 | #define I2C_SR1_AF I2C_SR1_AF_Msk /*!< Acknowledge Failure */ |
3532 | #define I2C_SR1_OVR_Pos (11U) |
3518 | #define I2C_SR1_OVR_Pos (11U) |
3533 | #define I2C_SR1_OVR_Msk (0x1U << I2C_SR1_OVR_Pos) /*!< 0x00000800 */ |
3519 | #define I2C_SR1_OVR_Msk (0x1UL << I2C_SR1_OVR_Pos) /*!< 0x00000800 */ |
3534 | #define I2C_SR1_OVR I2C_SR1_OVR_Msk /*!< Overrun/Underrun */ |
3520 | #define I2C_SR1_OVR I2C_SR1_OVR_Msk /*!< Overrun/Underrun */ |
3535 | #define I2C_SR1_PECERR_Pos (12U) |
3521 | #define I2C_SR1_PECERR_Pos (12U) |
3536 | #define I2C_SR1_PECERR_Msk (0x1U << I2C_SR1_PECERR_Pos) /*!< 0x00001000 */ |
3522 | #define I2C_SR1_PECERR_Msk (0x1UL << I2C_SR1_PECERR_Pos) /*!< 0x00001000 */ |
3537 | #define I2C_SR1_PECERR I2C_SR1_PECERR_Msk /*!< PEC Error in reception */ |
3523 | #define I2C_SR1_PECERR I2C_SR1_PECERR_Msk /*!< PEC Error in reception */ |
3538 | #define I2C_SR1_TIMEOUT_Pos (14U) |
3524 | #define I2C_SR1_TIMEOUT_Pos (14U) |
3539 | #define I2C_SR1_TIMEOUT_Msk (0x1U << I2C_SR1_TIMEOUT_Pos) /*!< 0x00004000 */ |
3525 | #define I2C_SR1_TIMEOUT_Msk (0x1UL << I2C_SR1_TIMEOUT_Pos) /*!< 0x00004000 */ |
3540 | #define I2C_SR1_TIMEOUT I2C_SR1_TIMEOUT_Msk /*!< Timeout or Tlow Error */ |
3526 | #define I2C_SR1_TIMEOUT I2C_SR1_TIMEOUT_Msk /*!< Timeout or Tlow Error */ |
3541 | #define I2C_SR1_SMBALERT_Pos (15U) |
3527 | #define I2C_SR1_SMBALERT_Pos (15U) |
3542 | #define I2C_SR1_SMBALERT_Msk (0x1U << I2C_SR1_SMBALERT_Pos) /*!< 0x00008000 */ |
3528 | #define I2C_SR1_SMBALERT_Msk (0x1UL << I2C_SR1_SMBALERT_Pos) /*!< 0x00008000 */ |
3543 | #define I2C_SR1_SMBALERT I2C_SR1_SMBALERT_Msk /*!< SMBus Alert */ |
3529 | #define I2C_SR1_SMBALERT I2C_SR1_SMBALERT_Msk /*!< SMBus Alert */ |
3544 | 3530 | ||
3545 | /******************* Bit definition for I2C_SR2 register ********************/ |
3531 | /******************* Bit definition for I2C_SR2 register ********************/ |
3546 | #define I2C_SR2_MSL_Pos (0U) |
3532 | #define I2C_SR2_MSL_Pos (0U) |
3547 | #define I2C_SR2_MSL_Msk (0x1U << I2C_SR2_MSL_Pos) /*!< 0x00000001 */ |
3533 | #define I2C_SR2_MSL_Msk (0x1UL << I2C_SR2_MSL_Pos) /*!< 0x00000001 */ |
3548 | #define I2C_SR2_MSL I2C_SR2_MSL_Msk /*!< Master/Slave */ |
3534 | #define I2C_SR2_MSL I2C_SR2_MSL_Msk /*!< Master/Slave */ |
3549 | #define I2C_SR2_BUSY_Pos (1U) |
3535 | #define I2C_SR2_BUSY_Pos (1U) |
3550 | #define I2C_SR2_BUSY_Msk (0x1U << I2C_SR2_BUSY_Pos) /*!< 0x00000002 */ |
3536 | #define I2C_SR2_BUSY_Msk (0x1UL << I2C_SR2_BUSY_Pos) /*!< 0x00000002 */ |
3551 | #define I2C_SR2_BUSY I2C_SR2_BUSY_Msk /*!< Bus Busy */ |
3537 | #define I2C_SR2_BUSY I2C_SR2_BUSY_Msk /*!< Bus Busy */ |
3552 | #define I2C_SR2_TRA_Pos (2U) |
3538 | #define I2C_SR2_TRA_Pos (2U) |
3553 | #define I2C_SR2_TRA_Msk (0x1U << I2C_SR2_TRA_Pos) /*!< 0x00000004 */ |
3539 | #define I2C_SR2_TRA_Msk (0x1UL << I2C_SR2_TRA_Pos) /*!< 0x00000004 */ |
3554 | #define I2C_SR2_TRA I2C_SR2_TRA_Msk /*!< Transmitter/Receiver */ |
3540 | #define I2C_SR2_TRA I2C_SR2_TRA_Msk /*!< Transmitter/Receiver */ |
3555 | #define I2C_SR2_GENCALL_Pos (4U) |
3541 | #define I2C_SR2_GENCALL_Pos (4U) |
3556 | #define I2C_SR2_GENCALL_Msk (0x1U << I2C_SR2_GENCALL_Pos) /*!< 0x00000010 */ |
3542 | #define I2C_SR2_GENCALL_Msk (0x1UL << I2C_SR2_GENCALL_Pos) /*!< 0x00000010 */ |
3557 | #define I2C_SR2_GENCALL I2C_SR2_GENCALL_Msk /*!< General Call Address (Slave mode) */ |
3543 | #define I2C_SR2_GENCALL I2C_SR2_GENCALL_Msk /*!< General Call Address (Slave mode) */ |
3558 | #define I2C_SR2_SMBDEFAULT_Pos (5U) |
3544 | #define I2C_SR2_SMBDEFAULT_Pos (5U) |
3559 | #define I2C_SR2_SMBDEFAULT_Msk (0x1U << I2C_SR2_SMBDEFAULT_Pos) /*!< 0x00000020 */ |
3545 | #define I2C_SR2_SMBDEFAULT_Msk (0x1UL << I2C_SR2_SMBDEFAULT_Pos) /*!< 0x00000020 */ |
3560 | #define I2C_SR2_SMBDEFAULT I2C_SR2_SMBDEFAULT_Msk /*!< SMBus Device Default Address (Slave mode) */ |
3546 | #define I2C_SR2_SMBDEFAULT I2C_SR2_SMBDEFAULT_Msk /*!< SMBus Device Default Address (Slave mode) */ |
3561 | #define I2C_SR2_SMBHOST_Pos (6U) |
3547 | #define I2C_SR2_SMBHOST_Pos (6U) |
3562 | #define I2C_SR2_SMBHOST_Msk (0x1U << I2C_SR2_SMBHOST_Pos) /*!< 0x00000040 */ |
3548 | #define I2C_SR2_SMBHOST_Msk (0x1UL << I2C_SR2_SMBHOST_Pos) /*!< 0x00000040 */ |
3563 | #define I2C_SR2_SMBHOST I2C_SR2_SMBHOST_Msk /*!< SMBus Host Header (Slave mode) */ |
3549 | #define I2C_SR2_SMBHOST I2C_SR2_SMBHOST_Msk /*!< SMBus Host Header (Slave mode) */ |
3564 | #define I2C_SR2_DUALF_Pos (7U) |
3550 | #define I2C_SR2_DUALF_Pos (7U) |
3565 | #define I2C_SR2_DUALF_Msk (0x1U << I2C_SR2_DUALF_Pos) /*!< 0x00000080 */ |
3551 | #define I2C_SR2_DUALF_Msk (0x1UL << I2C_SR2_DUALF_Pos) /*!< 0x00000080 */ |
3566 | #define I2C_SR2_DUALF I2C_SR2_DUALF_Msk /*!< Dual Flag (Slave mode) */ |
3552 | #define I2C_SR2_DUALF I2C_SR2_DUALF_Msk /*!< Dual Flag (Slave mode) */ |
3567 | #define I2C_SR2_PEC_Pos (8U) |
3553 | #define I2C_SR2_PEC_Pos (8U) |
3568 | #define I2C_SR2_PEC_Msk (0xFFU << I2C_SR2_PEC_Pos) /*!< 0x0000FF00 */ |
3554 | #define I2C_SR2_PEC_Msk (0xFFUL << I2C_SR2_PEC_Pos) /*!< 0x0000FF00 */ |
3569 | #define I2C_SR2_PEC I2C_SR2_PEC_Msk /*!< Packet Error Checking Register */ |
3555 | #define I2C_SR2_PEC I2C_SR2_PEC_Msk /*!< Packet Error Checking Register */ |
3570 | 3556 | ||
3571 | /******************* Bit definition for I2C_CCR register ********************/ |
3557 | /******************* Bit definition for I2C_CCR register ********************/ |
3572 | #define I2C_CCR_CCR_Pos (0U) |
3558 | #define I2C_CCR_CCR_Pos (0U) |
3573 | #define I2C_CCR_CCR_Msk (0xFFFU << I2C_CCR_CCR_Pos) /*!< 0x00000FFF */ |
3559 | #define I2C_CCR_CCR_Msk (0xFFFUL << I2C_CCR_CCR_Pos) /*!< 0x00000FFF */ |
3574 | #define I2C_CCR_CCR I2C_CCR_CCR_Msk /*!< Clock Control Register in Fast/Standard mode (Master mode) */ |
3560 | #define I2C_CCR_CCR I2C_CCR_CCR_Msk /*!< Clock Control Register in Fast/Standard mode (Master mode) */ |
3575 | #define I2C_CCR_DUTY_Pos (14U) |
3561 | #define I2C_CCR_DUTY_Pos (14U) |
3576 | #define I2C_CCR_DUTY_Msk (0x1U << I2C_CCR_DUTY_Pos) /*!< 0x00004000 */ |
3562 | #define I2C_CCR_DUTY_Msk (0x1UL << I2C_CCR_DUTY_Pos) /*!< 0x00004000 */ |
3577 | #define I2C_CCR_DUTY I2C_CCR_DUTY_Msk /*!< Fast Mode Duty Cycle */ |
3563 | #define I2C_CCR_DUTY I2C_CCR_DUTY_Msk /*!< Fast Mode Duty Cycle */ |
3578 | #define I2C_CCR_FS_Pos (15U) |
3564 | #define I2C_CCR_FS_Pos (15U) |
3579 | #define I2C_CCR_FS_Msk (0x1U << I2C_CCR_FS_Pos) /*!< 0x00008000 */ |
3565 | #define I2C_CCR_FS_Msk (0x1UL << I2C_CCR_FS_Pos) /*!< 0x00008000 */ |
3580 | #define I2C_CCR_FS I2C_CCR_FS_Msk /*!< I2C Master Mode Selection */ |
3566 | #define I2C_CCR_FS I2C_CCR_FS_Msk /*!< I2C Master Mode Selection */ |
3581 | 3567 | ||
3582 | /****************** Bit definition for I2C_TRISE register *******************/ |
3568 | /****************** Bit definition for I2C_TRISE register *******************/ |
3583 | #define I2C_TRISE_TRISE_Pos (0U) |
3569 | #define I2C_TRISE_TRISE_Pos (0U) |
3584 | #define I2C_TRISE_TRISE_Msk (0x3FU << I2C_TRISE_TRISE_Pos) /*!< 0x0000003F */ |
3570 | #define I2C_TRISE_TRISE_Msk (0x3FUL << I2C_TRISE_TRISE_Pos) /*!< 0x0000003F */ |
3585 | #define I2C_TRISE_TRISE I2C_TRISE_TRISE_Msk /*!< Maximum Rise Time in Fast/Standard mode (Master mode) */ |
3571 | #define I2C_TRISE_TRISE I2C_TRISE_TRISE_Msk /*!< Maximum Rise Time in Fast/Standard mode (Master mode) */ |
3586 | 3572 | ||
3587 | /******************************************************************************/ |
3573 | /******************************************************************************/ |
3588 | /* */ |
3574 | /* */ |
3589 | /* Independent WATCHDOG (IWDG) */ |
3575 | /* Independent WATCHDOG (IWDG) */ |
3590 | /* */ |
3576 | /* */ |
3591 | /******************************************************************************/ |
3577 | /******************************************************************************/ |
3592 | 3578 | ||
3593 | /******************* Bit definition for IWDG_KR register ********************/ |
3579 | /******************* Bit definition for IWDG_KR register ********************/ |
3594 | #define IWDG_KR_KEY_Pos (0U) |
3580 | #define IWDG_KR_KEY_Pos (0U) |
3595 | #define IWDG_KR_KEY_Msk (0xFFFFU << IWDG_KR_KEY_Pos) /*!< 0x0000FFFF */ |
3581 | #define IWDG_KR_KEY_Msk (0xFFFFUL << IWDG_KR_KEY_Pos) /*!< 0x0000FFFF */ |
3596 | #define IWDG_KR_KEY IWDG_KR_KEY_Msk /*!< Key value (write only, read 0000h) */ |
3582 | #define IWDG_KR_KEY IWDG_KR_KEY_Msk /*!< Key value (write only, read 0000h) */ |
3597 | 3583 | ||
3598 | /******************* Bit definition for IWDG_PR register ********************/ |
3584 | /******************* Bit definition for IWDG_PR register ********************/ |
3599 | #define IWDG_PR_PR_Pos (0U) |
3585 | #define IWDG_PR_PR_Pos (0U) |
3600 | #define IWDG_PR_PR_Msk (0x7U << IWDG_PR_PR_Pos) /*!< 0x00000007 */ |
3586 | #define IWDG_PR_PR_Msk (0x7UL << IWDG_PR_PR_Pos) /*!< 0x00000007 */ |
3601 | #define IWDG_PR_PR IWDG_PR_PR_Msk /*!< PR[2:0] (Prescaler divider) */ |
3587 | #define IWDG_PR_PR IWDG_PR_PR_Msk /*!< PR[2:0] (Prescaler divider) */ |
3602 | #define IWDG_PR_PR_0 (0x1U << IWDG_PR_PR_Pos) /*!< 0x00000001 */ |
3588 | #define IWDG_PR_PR_0 (0x1UL << IWDG_PR_PR_Pos) /*!< 0x00000001 */ |
3603 | #define IWDG_PR_PR_1 (0x2U << IWDG_PR_PR_Pos) /*!< 0x00000002 */ |
3589 | #define IWDG_PR_PR_1 (0x2UL << IWDG_PR_PR_Pos) /*!< 0x00000002 */ |
3604 | #define IWDG_PR_PR_2 (0x4U << IWDG_PR_PR_Pos) /*!< 0x00000004 */ |
3590 | #define IWDG_PR_PR_2 (0x4UL << IWDG_PR_PR_Pos) /*!< 0x00000004 */ |
3605 | 3591 | ||
3606 | /******************* Bit definition for IWDG_RLR register *******************/ |
3592 | /******************* Bit definition for IWDG_RLR register *******************/ |
3607 | #define IWDG_RLR_RL_Pos (0U) |
3593 | #define IWDG_RLR_RL_Pos (0U) |
3608 | #define IWDG_RLR_RL_Msk (0xFFFU << IWDG_RLR_RL_Pos) /*!< 0x00000FFF */ |
3594 | #define IWDG_RLR_RL_Msk (0xFFFUL << IWDG_RLR_RL_Pos) /*!< 0x00000FFF */ |
3609 | #define IWDG_RLR_RL IWDG_RLR_RL_Msk /*!< Watchdog counter reload value */ |
3595 | #define IWDG_RLR_RL IWDG_RLR_RL_Msk /*!< Watchdog counter reload value */ |
3610 | 3596 | ||
3611 | /******************* Bit definition for IWDG_SR register ********************/ |
3597 | /******************* Bit definition for IWDG_SR register ********************/ |
3612 | #define IWDG_SR_PVU_Pos (0U) |
3598 | #define IWDG_SR_PVU_Pos (0U) |
3613 | #define IWDG_SR_PVU_Msk (0x1U << IWDG_SR_PVU_Pos) /*!< 0x00000001 */ |
3599 | #define IWDG_SR_PVU_Msk (0x1UL << IWDG_SR_PVU_Pos) /*!< 0x00000001 */ |
3614 | #define IWDG_SR_PVU IWDG_SR_PVU_Msk /*!< Watchdog prescaler value update */ |
3600 | #define IWDG_SR_PVU IWDG_SR_PVU_Msk /*!< Watchdog prescaler value update */ |
3615 | #define IWDG_SR_RVU_Pos (1U) |
3601 | #define IWDG_SR_RVU_Pos (1U) |
3616 | #define IWDG_SR_RVU_Msk (0x1U << IWDG_SR_RVU_Pos) /*!< 0x00000002 */ |
3602 | #define IWDG_SR_RVU_Msk (0x1UL << IWDG_SR_RVU_Pos) /*!< 0x00000002 */ |
3617 | #define IWDG_SR_RVU IWDG_SR_RVU_Msk /*!< Watchdog counter reload value update */ |
3603 | #define IWDG_SR_RVU IWDG_SR_RVU_Msk /*!< Watchdog counter reload value update */ |
3618 | 3604 | ||
3619 | /******************************************************************************/ |
3605 | /******************************************************************************/ |
3620 | /* */ |
3606 | /* */ |
3621 | /* Power Control (PWR) */ |
3607 | /* Power Control (PWR) */ |
Line 3624... | Line 3610... | ||
3624 | 3610 | ||
3625 | #define PWR_PVD_SUPPORT /*!< PWR feature available only on specific devices: Power Voltage Detection feature */ |
3611 | #define PWR_PVD_SUPPORT /*!< PWR feature available only on specific devices: Power Voltage Detection feature */ |
3626 | 3612 | ||
3627 | /******************** Bit definition for PWR_CR register ********************/ |
3613 | /******************** Bit definition for PWR_CR register ********************/ |
3628 | #define PWR_CR_LPSDSR_Pos (0U) |
3614 | #define PWR_CR_LPSDSR_Pos (0U) |
3629 | #define PWR_CR_LPSDSR_Msk (0x1U << PWR_CR_LPSDSR_Pos) /*!< 0x00000001 */ |
3615 | #define PWR_CR_LPSDSR_Msk (0x1UL << PWR_CR_LPSDSR_Pos) /*!< 0x00000001 */ |
3630 | #define PWR_CR_LPSDSR PWR_CR_LPSDSR_Msk /*!< Low-power deepsleep/sleep/low power run */ |
3616 | #define PWR_CR_LPSDSR PWR_CR_LPSDSR_Msk /*!< Low-power deepsleep/sleep/low power run */ |
3631 | #define PWR_CR_PDDS_Pos (1U) |
3617 | #define PWR_CR_PDDS_Pos (1U) |
3632 | #define PWR_CR_PDDS_Msk (0x1U << PWR_CR_PDDS_Pos) /*!< 0x00000002 */ |
3618 | #define PWR_CR_PDDS_Msk (0x1UL << PWR_CR_PDDS_Pos) /*!< 0x00000002 */ |
3633 | #define PWR_CR_PDDS PWR_CR_PDDS_Msk /*!< Power Down Deepsleep */ |
3619 | #define PWR_CR_PDDS PWR_CR_PDDS_Msk /*!< Power Down Deepsleep */ |
3634 | #define PWR_CR_CWUF_Pos (2U) |
3620 | #define PWR_CR_CWUF_Pos (2U) |
3635 | #define PWR_CR_CWUF_Msk (0x1U << PWR_CR_CWUF_Pos) /*!< 0x00000004 */ |
3621 | #define PWR_CR_CWUF_Msk (0x1UL << PWR_CR_CWUF_Pos) /*!< 0x00000004 */ |
3636 | #define PWR_CR_CWUF PWR_CR_CWUF_Msk /*!< Clear Wakeup Flag */ |
3622 | #define PWR_CR_CWUF PWR_CR_CWUF_Msk /*!< Clear Wakeup Flag */ |
3637 | #define PWR_CR_CSBF_Pos (3U) |
3623 | #define PWR_CR_CSBF_Pos (3U) |
3638 | #define PWR_CR_CSBF_Msk (0x1U << PWR_CR_CSBF_Pos) /*!< 0x00000008 */ |
3624 | #define PWR_CR_CSBF_Msk (0x1UL << PWR_CR_CSBF_Pos) /*!< 0x00000008 */ |
3639 | #define PWR_CR_CSBF PWR_CR_CSBF_Msk /*!< Clear Standby Flag */ |
3625 | #define PWR_CR_CSBF PWR_CR_CSBF_Msk /*!< Clear Standby Flag */ |
3640 | #define PWR_CR_PVDE_Pos (4U) |
3626 | #define PWR_CR_PVDE_Pos (4U) |
3641 | #define PWR_CR_PVDE_Msk (0x1U << PWR_CR_PVDE_Pos) /*!< 0x00000010 */ |
3627 | #define PWR_CR_PVDE_Msk (0x1UL << PWR_CR_PVDE_Pos) /*!< 0x00000010 */ |
3642 | #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage Detector Enable */ |
3628 | #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage Detector Enable */ |
3643 | 3629 | ||
3644 | #define PWR_CR_PLS_Pos (5U) |
3630 | #define PWR_CR_PLS_Pos (5U) |
3645 | #define PWR_CR_PLS_Msk (0x7U << PWR_CR_PLS_Pos) /*!< 0x000000E0 */ |
3631 | #define PWR_CR_PLS_Msk (0x7UL << PWR_CR_PLS_Pos) /*!< 0x000000E0 */ |
3646 | #define PWR_CR_PLS PWR_CR_PLS_Msk /*!< PLS[2:0] bits (PVD Level Selection) */ |
3632 | #define PWR_CR_PLS PWR_CR_PLS_Msk /*!< PLS[2:0] bits (PVD Level Selection) */ |
3647 | #define PWR_CR_PLS_0 (0x1U << PWR_CR_PLS_Pos) /*!< 0x00000020 */ |
3633 | #define PWR_CR_PLS_0 (0x1UL << PWR_CR_PLS_Pos) /*!< 0x00000020 */ |
3648 | #define PWR_CR_PLS_1 (0x2U << PWR_CR_PLS_Pos) /*!< 0x00000040 */ |
3634 | #define PWR_CR_PLS_1 (0x2UL << PWR_CR_PLS_Pos) /*!< 0x00000040 */ |
3649 | #define PWR_CR_PLS_2 (0x4U << PWR_CR_PLS_Pos) /*!< 0x00000080 */ |
3635 | #define PWR_CR_PLS_2 (0x4UL << PWR_CR_PLS_Pos) /*!< 0x00000080 */ |
3650 | 3636 | ||
3651 | /*!< PVD level configuration */ |
3637 | /*!< PVD level configuration */ |
3652 | #define PWR_CR_PLS_LEV0 (0x00000000U) /*!< PVD level 0 */ |
3638 | #define PWR_CR_PLS_LEV0 (0x00000000U) /*!< PVD level 0 */ |
3653 | #define PWR_CR_PLS_LEV1 (0x00000020U) /*!< PVD level 1 */ |
3639 | #define PWR_CR_PLS_LEV1 (0x00000020U) /*!< PVD level 1 */ |
3654 | #define PWR_CR_PLS_LEV2 (0x00000040U) /*!< PVD level 2 */ |
3640 | #define PWR_CR_PLS_LEV2 (0x00000040U) /*!< PVD level 2 */ |
Line 3657... | Line 3643... | ||
3657 | #define PWR_CR_PLS_LEV5 (0x000000A0U) /*!< PVD level 5 */ |
3643 | #define PWR_CR_PLS_LEV5 (0x000000A0U) /*!< PVD level 5 */ |
3658 | #define PWR_CR_PLS_LEV6 (0x000000C0U) /*!< PVD level 6 */ |
3644 | #define PWR_CR_PLS_LEV6 (0x000000C0U) /*!< PVD level 6 */ |
3659 | #define PWR_CR_PLS_LEV7 (0x000000E0U) /*!< PVD level 7 */ |
3645 | #define PWR_CR_PLS_LEV7 (0x000000E0U) /*!< PVD level 7 */ |
3660 | 3646 | ||
3661 | #define PWR_CR_DBP_Pos (8U) |
3647 | #define PWR_CR_DBP_Pos (8U) |
3662 | #define PWR_CR_DBP_Msk (0x1U << PWR_CR_DBP_Pos) /*!< 0x00000100 */ |
3648 | #define PWR_CR_DBP_Msk (0x1UL << PWR_CR_DBP_Pos) /*!< 0x00000100 */ |
3663 | #define PWR_CR_DBP PWR_CR_DBP_Msk /*!< Disable Backup Domain write protection */ |
3649 | #define PWR_CR_DBP PWR_CR_DBP_Msk /*!< Disable Backup Domain write protection */ |
3664 | #define PWR_CR_ULP_Pos (9U) |
3650 | #define PWR_CR_ULP_Pos (9U) |
3665 | #define PWR_CR_ULP_Msk (0x1U << PWR_CR_ULP_Pos) /*!< 0x00000200 */ |
3651 | #define PWR_CR_ULP_Msk (0x1UL << PWR_CR_ULP_Pos) /*!< 0x00000200 */ |
3666 | #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power mode */ |
3652 | #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power mode */ |
3667 | #define PWR_CR_FWU_Pos (10U) |
3653 | #define PWR_CR_FWU_Pos (10U) |
3668 | #define PWR_CR_FWU_Msk (0x1U << PWR_CR_FWU_Pos) /*!< 0x00000400 */ |
3654 | #define PWR_CR_FWU_Msk (0x1UL << PWR_CR_FWU_Pos) /*!< 0x00000400 */ |
3669 | #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ |
3655 | #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ |
3670 | 3656 | ||
3671 | #define PWR_CR_VOS_Pos (11U) |
3657 | #define PWR_CR_VOS_Pos (11U) |
3672 | #define PWR_CR_VOS_Msk (0x3U << PWR_CR_VOS_Pos) /*!< 0x00001800 */ |
3658 | #define PWR_CR_VOS_Msk (0x3UL << PWR_CR_VOS_Pos) /*!< 0x00001800 */ |
3673 | #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (Voltage scaling range selection) */ |
3659 | #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (Voltage scaling range selection) */ |
3674 | #define PWR_CR_VOS_0 (0x1U << PWR_CR_VOS_Pos) /*!< 0x00000800 */ |
3660 | #define PWR_CR_VOS_0 (0x1UL << PWR_CR_VOS_Pos) /*!< 0x00000800 */ |
3675 | #define PWR_CR_VOS_1 (0x2U << PWR_CR_VOS_Pos) /*!< 0x00001000 */ |
3661 | #define PWR_CR_VOS_1 (0x2UL << PWR_CR_VOS_Pos) /*!< 0x00001000 */ |
3676 | #define PWR_CR_LPRUN_Pos (14U) |
3662 | #define PWR_CR_LPRUN_Pos (14U) |
3677 | #define PWR_CR_LPRUN_Msk (0x1U << PWR_CR_LPRUN_Pos) /*!< 0x00004000 */ |
3663 | #define PWR_CR_LPRUN_Msk (0x1UL << PWR_CR_LPRUN_Pos) /*!< 0x00004000 */ |
3678 | #define PWR_CR_LPRUN PWR_CR_LPRUN_Msk /*!< Low power run mode */ |
3664 | #define PWR_CR_LPRUN PWR_CR_LPRUN_Msk /*!< Low power run mode */ |
3679 | 3665 | ||
3680 | /******************* Bit definition for PWR_CSR register ********************/ |
3666 | /******************* Bit definition for PWR_CSR register ********************/ |
3681 | #define PWR_CSR_WUF_Pos (0U) |
3667 | #define PWR_CSR_WUF_Pos (0U) |
3682 | #define PWR_CSR_WUF_Msk (0x1U << PWR_CSR_WUF_Pos) /*!< 0x00000001 */ |
3668 | #define PWR_CSR_WUF_Msk (0x1UL << PWR_CSR_WUF_Pos) /*!< 0x00000001 */ |
3683 | #define PWR_CSR_WUF PWR_CSR_WUF_Msk /*!< Wakeup Flag */ |
3669 | #define PWR_CSR_WUF PWR_CSR_WUF_Msk /*!< Wakeup Flag */ |
3684 | #define PWR_CSR_SBF_Pos (1U) |
3670 | #define PWR_CSR_SBF_Pos (1U) |
3685 | #define PWR_CSR_SBF_Msk (0x1U << PWR_CSR_SBF_Pos) /*!< 0x00000002 */ |
3671 | #define PWR_CSR_SBF_Msk (0x1UL << PWR_CSR_SBF_Pos) /*!< 0x00000002 */ |
3686 | #define PWR_CSR_SBF PWR_CSR_SBF_Msk /*!< Standby Flag */ |
3672 | #define PWR_CSR_SBF PWR_CSR_SBF_Msk /*!< Standby Flag */ |
3687 | #define PWR_CSR_PVDO_Pos (2U) |
3673 | #define PWR_CSR_PVDO_Pos (2U) |
3688 | #define PWR_CSR_PVDO_Msk (0x1U << PWR_CSR_PVDO_Pos) /*!< 0x00000004 */ |
3674 | #define PWR_CSR_PVDO_Msk (0x1UL << PWR_CSR_PVDO_Pos) /*!< 0x00000004 */ |
3689 | #define PWR_CSR_PVDO PWR_CSR_PVDO_Msk /*!< PVD Output */ |
3675 | #define PWR_CSR_PVDO PWR_CSR_PVDO_Msk /*!< PVD Output */ |
3690 | #define PWR_CSR_VREFINTRDYF_Pos (3U) |
3676 | #define PWR_CSR_VREFINTRDYF_Pos (3U) |
3691 | #define PWR_CSR_VREFINTRDYF_Msk (0x1U << PWR_CSR_VREFINTRDYF_Pos) /*!< 0x00000008 */ |
3677 | #define PWR_CSR_VREFINTRDYF_Msk (0x1UL << PWR_CSR_VREFINTRDYF_Pos) /*!< 0x00000008 */ |
3692 | #define PWR_CSR_VREFINTRDYF PWR_CSR_VREFINTRDYF_Msk /*!< Internal voltage reference (VREFINT) ready flag */ |
3678 | #define PWR_CSR_VREFINTRDYF PWR_CSR_VREFINTRDYF_Msk /*!< Internal voltage reference (VREFINT) ready flag */ |
3693 | #define PWR_CSR_VOSF_Pos (4U) |
3679 | #define PWR_CSR_VOSF_Pos (4U) |
3694 | #define PWR_CSR_VOSF_Msk (0x1U << PWR_CSR_VOSF_Pos) /*!< 0x00000010 */ |
3680 | #define PWR_CSR_VOSF_Msk (0x1UL << PWR_CSR_VOSF_Pos) /*!< 0x00000010 */ |
3695 | #define PWR_CSR_VOSF PWR_CSR_VOSF_Msk /*!< Voltage Scaling select flag */ |
3681 | #define PWR_CSR_VOSF PWR_CSR_VOSF_Msk /*!< Voltage Scaling select flag */ |
3696 | #define PWR_CSR_REGLPF_Pos (5U) |
3682 | #define PWR_CSR_REGLPF_Pos (5U) |
3697 | #define PWR_CSR_REGLPF_Msk (0x1U << PWR_CSR_REGLPF_Pos) /*!< 0x00000020 */ |
3683 | #define PWR_CSR_REGLPF_Msk (0x1UL << PWR_CSR_REGLPF_Pos) /*!< 0x00000020 */ |
3698 | #define PWR_CSR_REGLPF PWR_CSR_REGLPF_Msk /*!< Regulator LP flag */ |
3684 | #define PWR_CSR_REGLPF PWR_CSR_REGLPF_Msk /*!< Regulator LP flag */ |
3699 | 3685 | ||
3700 | #define PWR_CSR_EWUP1_Pos (8U) |
3686 | #define PWR_CSR_EWUP1_Pos (8U) |
3701 | #define PWR_CSR_EWUP1_Msk (0x1U << PWR_CSR_EWUP1_Pos) /*!< 0x00000100 */ |
3687 | #define PWR_CSR_EWUP1_Msk (0x1UL << PWR_CSR_EWUP1_Pos) /*!< 0x00000100 */ |
3702 | #define PWR_CSR_EWUP1 PWR_CSR_EWUP1_Msk /*!< Enable WKUP pin 1 */ |
3688 | #define PWR_CSR_EWUP1 PWR_CSR_EWUP1_Msk /*!< Enable WKUP pin 1 */ |
3703 | #define PWR_CSR_EWUP2_Pos (9U) |
3689 | #define PWR_CSR_EWUP2_Pos (9U) |
3704 | #define PWR_CSR_EWUP2_Msk (0x1U << PWR_CSR_EWUP2_Pos) /*!< 0x00000200 */ |
3690 | #define PWR_CSR_EWUP2_Msk (0x1UL << PWR_CSR_EWUP2_Pos) /*!< 0x00000200 */ |
3705 | #define PWR_CSR_EWUP2 PWR_CSR_EWUP2_Msk /*!< Enable WKUP pin 2 */ |
3691 | #define PWR_CSR_EWUP2 PWR_CSR_EWUP2_Msk /*!< Enable WKUP pin 2 */ |
3706 | #define PWR_CSR_EWUP3_Pos (10U) |
3692 | #define PWR_CSR_EWUP3_Pos (10U) |
3707 | #define PWR_CSR_EWUP3_Msk (0x1U << PWR_CSR_EWUP3_Pos) /*!< 0x00000400 */ |
3693 | #define PWR_CSR_EWUP3_Msk (0x1UL << PWR_CSR_EWUP3_Pos) /*!< 0x00000400 */ |
3708 | #define PWR_CSR_EWUP3 PWR_CSR_EWUP3_Msk /*!< Enable WKUP pin 3 */ |
3694 | #define PWR_CSR_EWUP3 PWR_CSR_EWUP3_Msk /*!< Enable WKUP pin 3 */ |
3709 | 3695 | ||
3710 | /******************************************************************************/ |
3696 | /******************************************************************************/ |
3711 | /* */ |
3697 | /* */ |
3712 | /* Reset and Clock Control (RCC) */ |
3698 | /* Reset and Clock Control (RCC) */ |
3713 | /* */ |
3699 | /* */ |
3714 | /******************************************************************************/ |
3700 | /******************************************************************************/ |
3715 | /******************** Bit definition for RCC_CR register ********************/ |
3701 | /******************** Bit definition for RCC_CR register ********************/ |
3716 | #define RCC_CR_HSION_Pos (0U) |
3702 | #define RCC_CR_HSION_Pos (0U) |
3717 | #define RCC_CR_HSION_Msk (0x1U << RCC_CR_HSION_Pos) /*!< 0x00000001 */ |
3703 | #define RCC_CR_HSION_Msk (0x1UL << RCC_CR_HSION_Pos) /*!< 0x00000001 */ |
3718 | #define RCC_CR_HSION RCC_CR_HSION_Msk /*!< Internal High Speed clock enable */ |
3704 | #define RCC_CR_HSION RCC_CR_HSION_Msk /*!< Internal High Speed clock enable */ |
3719 | #define RCC_CR_HSIRDY_Pos (1U) |
3705 | #define RCC_CR_HSIRDY_Pos (1U) |
3720 | #define RCC_CR_HSIRDY_Msk (0x1U << RCC_CR_HSIRDY_Pos) /*!< 0x00000002 */ |
3706 | #define RCC_CR_HSIRDY_Msk (0x1UL << RCC_CR_HSIRDY_Pos) /*!< 0x00000002 */ |
3721 | #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High Speed clock ready flag */ |
3707 | #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High Speed clock ready flag */ |
3722 | 3708 | ||
3723 | #define RCC_CR_MSION_Pos (8U) |
3709 | #define RCC_CR_MSION_Pos (8U) |
3724 | #define RCC_CR_MSION_Msk (0x1U << RCC_CR_MSION_Pos) /*!< 0x00000100 */ |
3710 | #define RCC_CR_MSION_Msk (0x1UL << RCC_CR_MSION_Pos) /*!< 0x00000100 */ |
3725 | #define RCC_CR_MSION RCC_CR_MSION_Msk /*!< Internal Multi Speed clock enable */ |
3711 | #define RCC_CR_MSION RCC_CR_MSION_Msk /*!< Internal Multi Speed clock enable */ |
3726 | #define RCC_CR_MSIRDY_Pos (9U) |
3712 | #define RCC_CR_MSIRDY_Pos (9U) |
3727 | #define RCC_CR_MSIRDY_Msk (0x1U << RCC_CR_MSIRDY_Pos) /*!< 0x00000200 */ |
3713 | #define RCC_CR_MSIRDY_Msk (0x1UL << RCC_CR_MSIRDY_Pos) /*!< 0x00000200 */ |
3728 | #define RCC_CR_MSIRDY RCC_CR_MSIRDY_Msk /*!< Internal Multi Speed clock ready flag */ |
3714 | #define RCC_CR_MSIRDY RCC_CR_MSIRDY_Msk /*!< Internal Multi Speed clock ready flag */ |
3729 | 3715 | ||
3730 | #define RCC_CR_HSEON_Pos (16U) |
3716 | #define RCC_CR_HSEON_Pos (16U) |
3731 | #define RCC_CR_HSEON_Msk (0x1U << RCC_CR_HSEON_Pos) /*!< 0x00010000 */ |
3717 | #define RCC_CR_HSEON_Msk (0x1UL << RCC_CR_HSEON_Pos) /*!< 0x00010000 */ |
3732 | #define RCC_CR_HSEON RCC_CR_HSEON_Msk /*!< External High Speed clock enable */ |
3718 | #define RCC_CR_HSEON RCC_CR_HSEON_Msk /*!< External High Speed clock enable */ |
3733 | #define RCC_CR_HSERDY_Pos (17U) |
3719 | #define RCC_CR_HSERDY_Pos (17U) |
3734 | #define RCC_CR_HSERDY_Msk (0x1U << RCC_CR_HSERDY_Pos) /*!< 0x00020000 */ |
3720 | #define RCC_CR_HSERDY_Msk (0x1UL << RCC_CR_HSERDY_Pos) /*!< 0x00020000 */ |
3735 | #define RCC_CR_HSERDY RCC_CR_HSERDY_Msk /*!< External High Speed clock ready flag */ |
3721 | #define RCC_CR_HSERDY RCC_CR_HSERDY_Msk /*!< External High Speed clock ready flag */ |
3736 | #define RCC_CR_HSEBYP_Pos (18U) |
3722 | #define RCC_CR_HSEBYP_Pos (18U) |
3737 | #define RCC_CR_HSEBYP_Msk (0x1U << RCC_CR_HSEBYP_Pos) /*!< 0x00040000 */ |
3723 | #define RCC_CR_HSEBYP_Msk (0x1UL << RCC_CR_HSEBYP_Pos) /*!< 0x00040000 */ |
3738 | #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High Speed clock Bypass */ |
3724 | #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High Speed clock Bypass */ |
3739 | 3725 | ||
3740 | #define RCC_CR_PLLON_Pos (24U) |
3726 | #define RCC_CR_PLLON_Pos (24U) |
3741 | #define RCC_CR_PLLON_Msk (0x1U << RCC_CR_PLLON_Pos) /*!< 0x01000000 */ |
3727 | #define RCC_CR_PLLON_Msk (0x1UL << RCC_CR_PLLON_Pos) /*!< 0x01000000 */ |
3742 | #define RCC_CR_PLLON RCC_CR_PLLON_Msk /*!< PLL enable */ |
3728 | #define RCC_CR_PLLON RCC_CR_PLLON_Msk /*!< PLL enable */ |
3743 | #define RCC_CR_PLLRDY_Pos (25U) |
3729 | #define RCC_CR_PLLRDY_Pos (25U) |
3744 | #define RCC_CR_PLLRDY_Msk (0x1U << RCC_CR_PLLRDY_Pos) /*!< 0x02000000 */ |
3730 | #define RCC_CR_PLLRDY_Msk (0x1UL << RCC_CR_PLLRDY_Pos) /*!< 0x02000000 */ |
3745 | #define RCC_CR_PLLRDY RCC_CR_PLLRDY_Msk /*!< PLL clock ready flag */ |
3731 | #define RCC_CR_PLLRDY RCC_CR_PLLRDY_Msk /*!< PLL clock ready flag */ |
3746 | #define RCC_CR_CSSON_Pos (28U) |
3732 | #define RCC_CR_CSSON_Pos (28U) |
3747 | #define RCC_CR_CSSON_Msk (0x1U << RCC_CR_CSSON_Pos) /*!< 0x10000000 */ |
3733 | #define RCC_CR_CSSON_Msk (0x1UL << RCC_CR_CSSON_Pos) /*!< 0x10000000 */ |
3748 | #define RCC_CR_CSSON RCC_CR_CSSON_Msk /*!< Clock Security System enable */ |
3734 | #define RCC_CR_CSSON RCC_CR_CSSON_Msk /*!< Clock Security System enable */ |
3749 | 3735 | ||
3750 | #define RCC_CR_RTCPRE_Pos (29U) |
3736 | #define RCC_CR_RTCPRE_Pos (29U) |
3751 | #define RCC_CR_RTCPRE_Msk (0x3U << RCC_CR_RTCPRE_Pos) /*!< 0x60000000 */ |
3737 | #define RCC_CR_RTCPRE_Msk (0x3UL << RCC_CR_RTCPRE_Pos) /*!< 0x60000000 */ |
3752 | #define RCC_CR_RTCPRE RCC_CR_RTCPRE_Msk /*!< RTC Prescaler */ |
3738 | #define RCC_CR_RTCPRE RCC_CR_RTCPRE_Msk /*!< RTC Prescaler */ |
3753 | #define RCC_CR_RTCPRE_0 (0x20000000U) /*!< Bit0 */ |
3739 | #define RCC_CR_RTCPRE_0 (0x20000000U) /*!< Bit0 */ |
3754 | #define RCC_CR_RTCPRE_1 (0x40000000U) /*!< Bit1 */ |
3740 | #define RCC_CR_RTCPRE_1 (0x40000000U) /*!< Bit1 */ |
3755 | 3741 | ||
3756 | /******************** Bit definition for RCC_ICSCR register *****************/ |
3742 | /******************** Bit definition for RCC_ICSCR register *****************/ |
3757 | #define RCC_ICSCR_HSICAL_Pos (0U) |
3743 | #define RCC_ICSCR_HSICAL_Pos (0U) |
3758 | #define RCC_ICSCR_HSICAL_Msk (0xFFU << RCC_ICSCR_HSICAL_Pos) /*!< 0x000000FF */ |
3744 | #define RCC_ICSCR_HSICAL_Msk (0xFFUL << RCC_ICSCR_HSICAL_Pos) /*!< 0x000000FF */ |
3759 | #define RCC_ICSCR_HSICAL RCC_ICSCR_HSICAL_Msk /*!< Internal High Speed clock Calibration */ |
3745 | #define RCC_ICSCR_HSICAL RCC_ICSCR_HSICAL_Msk /*!< Internal High Speed clock Calibration */ |
3760 | #define RCC_ICSCR_HSITRIM_Pos (8U) |
3746 | #define RCC_ICSCR_HSITRIM_Pos (8U) |
3761 | #define RCC_ICSCR_HSITRIM_Msk (0x1FU << RCC_ICSCR_HSITRIM_Pos) /*!< 0x00001F00 */ |
3747 | #define RCC_ICSCR_HSITRIM_Msk (0x1FUL << RCC_ICSCR_HSITRIM_Pos) /*!< 0x00001F00 */ |
3762 | #define RCC_ICSCR_HSITRIM RCC_ICSCR_HSITRIM_Msk /*!< Internal High Speed clock trimming */ |
3748 | #define RCC_ICSCR_HSITRIM RCC_ICSCR_HSITRIM_Msk /*!< Internal High Speed clock trimming */ |
3763 | 3749 | ||
3764 | #define RCC_ICSCR_MSIRANGE_Pos (13U) |
3750 | #define RCC_ICSCR_MSIRANGE_Pos (13U) |
3765 | #define RCC_ICSCR_MSIRANGE_Msk (0x7U << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x0000E000 */ |
3751 | #define RCC_ICSCR_MSIRANGE_Msk (0x7UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x0000E000 */ |
3766 | #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi Speed clock Range */ |
3752 | #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi Speed clock Range */ |
3767 | #define RCC_ICSCR_MSIRANGE_0 (0x0U << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x00000000 */ |
3753 | #define RCC_ICSCR_MSIRANGE_0 (0x0UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x00000000 */ |
3768 | #define RCC_ICSCR_MSIRANGE_1 (0x1U << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x00002000 */ |
3754 | #define RCC_ICSCR_MSIRANGE_1 (0x1UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x00002000 */ |
3769 | #define RCC_ICSCR_MSIRANGE_2 (0x2U << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x00004000 */ |
3755 | #define RCC_ICSCR_MSIRANGE_2 (0x2UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x00004000 */ |
3770 | #define RCC_ICSCR_MSIRANGE_3 (0x3U << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x00006000 */ |
3756 | #define RCC_ICSCR_MSIRANGE_3 (0x3UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x00006000 */ |
3771 | #define RCC_ICSCR_MSIRANGE_4 (0x4U << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x00008000 */ |
3757 | #define RCC_ICSCR_MSIRANGE_4 (0x4UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x00008000 */ |
3772 | #define RCC_ICSCR_MSIRANGE_5 (0x5U << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x0000A000 */ |
3758 | #define RCC_ICSCR_MSIRANGE_5 (0x5UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x0000A000 */ |
3773 | #define RCC_ICSCR_MSIRANGE_6 (0x6U << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x0000C000 */ |
3759 | #define RCC_ICSCR_MSIRANGE_6 (0x6UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x0000C000 */ |
3774 | #define RCC_ICSCR_MSICAL_Pos (16U) |
3760 | #define RCC_ICSCR_MSICAL_Pos (16U) |
3775 | #define RCC_ICSCR_MSICAL_Msk (0xFFU << RCC_ICSCR_MSICAL_Pos) /*!< 0x00FF0000 */ |
3761 | #define RCC_ICSCR_MSICAL_Msk (0xFFUL << RCC_ICSCR_MSICAL_Pos) /*!< 0x00FF0000 */ |
3776 | #define RCC_ICSCR_MSICAL RCC_ICSCR_MSICAL_Msk /*!< Internal Multi Speed clock Calibration */ |
3762 | #define RCC_ICSCR_MSICAL RCC_ICSCR_MSICAL_Msk /*!< Internal Multi Speed clock Calibration */ |
3777 | #define RCC_ICSCR_MSITRIM_Pos (24U) |
3763 | #define RCC_ICSCR_MSITRIM_Pos (24U) |
3778 | #define RCC_ICSCR_MSITRIM_Msk (0xFFU << RCC_ICSCR_MSITRIM_Pos) /*!< 0xFF000000 */ |
3764 | #define RCC_ICSCR_MSITRIM_Msk (0xFFUL << RCC_ICSCR_MSITRIM_Pos) /*!< 0xFF000000 */ |
3779 | #define RCC_ICSCR_MSITRIM RCC_ICSCR_MSITRIM_Msk /*!< Internal Multi Speed clock trimming */ |
3765 | #define RCC_ICSCR_MSITRIM RCC_ICSCR_MSITRIM_Msk /*!< Internal Multi Speed clock trimming */ |
3780 | 3766 | ||
3781 | /******************** Bit definition for RCC_CFGR register ******************/ |
3767 | /******************** Bit definition for RCC_CFGR register ******************/ |
3782 | #define RCC_CFGR_SW_Pos (0U) |
3768 | #define RCC_CFGR_SW_Pos (0U) |
3783 | #define RCC_CFGR_SW_Msk (0x3U << RCC_CFGR_SW_Pos) /*!< 0x00000003 */ |
3769 | #define RCC_CFGR_SW_Msk (0x3UL << RCC_CFGR_SW_Pos) /*!< 0x00000003 */ |
3784 | #define RCC_CFGR_SW RCC_CFGR_SW_Msk /*!< SW[1:0] bits (System clock Switch) */ |
3770 | #define RCC_CFGR_SW RCC_CFGR_SW_Msk /*!< SW[1:0] bits (System clock Switch) */ |
3785 | #define RCC_CFGR_SW_0 (0x1U << RCC_CFGR_SW_Pos) /*!< 0x00000001 */ |
3771 | #define RCC_CFGR_SW_0 (0x1UL << RCC_CFGR_SW_Pos) /*!< 0x00000001 */ |
3786 | #define RCC_CFGR_SW_1 (0x2U << RCC_CFGR_SW_Pos) /*!< 0x00000002 */ |
3772 | #define RCC_CFGR_SW_1 (0x2UL << RCC_CFGR_SW_Pos) /*!< 0x00000002 */ |
3787 | 3773 | ||
3788 | /*!< SW configuration */ |
3774 | /*!< SW configuration */ |
3789 | #define RCC_CFGR_SW_MSI (0x00000000U) /*!< MSI selected as system clock */ |
3775 | #define RCC_CFGR_SW_MSI (0x00000000U) /*!< MSI selected as system clock */ |
3790 | #define RCC_CFGR_SW_HSI (0x00000001U) /*!< HSI selected as system clock */ |
3776 | #define RCC_CFGR_SW_HSI (0x00000001U) /*!< HSI selected as system clock */ |
3791 | #define RCC_CFGR_SW_HSE (0x00000002U) /*!< HSE selected as system clock */ |
3777 | #define RCC_CFGR_SW_HSE (0x00000002U) /*!< HSE selected as system clock */ |
3792 | #define RCC_CFGR_SW_PLL (0x00000003U) /*!< PLL selected as system clock */ |
3778 | #define RCC_CFGR_SW_PLL (0x00000003U) /*!< PLL selected as system clock */ |
3793 | 3779 | ||
3794 | #define RCC_CFGR_SWS_Pos (2U) |
3780 | #define RCC_CFGR_SWS_Pos (2U) |
3795 | #define RCC_CFGR_SWS_Msk (0x3U << RCC_CFGR_SWS_Pos) /*!< 0x0000000C */ |
3781 | #define RCC_CFGR_SWS_Msk (0x3UL << RCC_CFGR_SWS_Pos) /*!< 0x0000000C */ |
3796 | #define RCC_CFGR_SWS RCC_CFGR_SWS_Msk /*!< SWS[1:0] bits (System Clock Switch Status) */ |
3782 | #define RCC_CFGR_SWS RCC_CFGR_SWS_Msk /*!< SWS[1:0] bits (System Clock Switch Status) */ |
3797 | #define RCC_CFGR_SWS_0 (0x1U << RCC_CFGR_SWS_Pos) /*!< 0x00000004 */ |
3783 | #define RCC_CFGR_SWS_0 (0x1UL << RCC_CFGR_SWS_Pos) /*!< 0x00000004 */ |
3798 | #define RCC_CFGR_SWS_1 (0x2U << RCC_CFGR_SWS_Pos) /*!< 0x00000008 */ |
3784 | #define RCC_CFGR_SWS_1 (0x2UL << RCC_CFGR_SWS_Pos) /*!< 0x00000008 */ |
3799 | 3785 | ||
3800 | /*!< SWS configuration */ |
3786 | /*!< SWS configuration */ |
3801 | #define RCC_CFGR_SWS_MSI (0x00000000U) /*!< MSI oscillator used as system clock */ |
3787 | #define RCC_CFGR_SWS_MSI (0x00000000U) /*!< MSI oscillator used as system clock */ |
3802 | #define RCC_CFGR_SWS_HSI (0x00000004U) /*!< HSI oscillator used as system clock */ |
3788 | #define RCC_CFGR_SWS_HSI (0x00000004U) /*!< HSI oscillator used as system clock */ |
3803 | #define RCC_CFGR_SWS_HSE (0x00000008U) /*!< HSE oscillator used as system clock */ |
3789 | #define RCC_CFGR_SWS_HSE (0x00000008U) /*!< HSE oscillator used as system clock */ |
3804 | #define RCC_CFGR_SWS_PLL (0x0000000CU) /*!< PLL used as system clock */ |
3790 | #define RCC_CFGR_SWS_PLL (0x0000000CU) /*!< PLL used as system clock */ |
3805 | 3791 | ||
3806 | #define RCC_CFGR_HPRE_Pos (4U) |
3792 | #define RCC_CFGR_HPRE_Pos (4U) |
3807 | #define RCC_CFGR_HPRE_Msk (0xFU << RCC_CFGR_HPRE_Pos) /*!< 0x000000F0 */ |
3793 | #define RCC_CFGR_HPRE_Msk (0xFUL << RCC_CFGR_HPRE_Pos) /*!< 0x000000F0 */ |
3808 | #define RCC_CFGR_HPRE RCC_CFGR_HPRE_Msk /*!< HPRE[3:0] bits (AHB prescaler) */ |
3794 | #define RCC_CFGR_HPRE RCC_CFGR_HPRE_Msk /*!< HPRE[3:0] bits (AHB prescaler) */ |
3809 | #define RCC_CFGR_HPRE_0 (0x1U << RCC_CFGR_HPRE_Pos) /*!< 0x00000010 */ |
3795 | #define RCC_CFGR_HPRE_0 (0x1UL << RCC_CFGR_HPRE_Pos) /*!< 0x00000010 */ |
3810 | #define RCC_CFGR_HPRE_1 (0x2U << RCC_CFGR_HPRE_Pos) /*!< 0x00000020 */ |
3796 | #define RCC_CFGR_HPRE_1 (0x2UL << RCC_CFGR_HPRE_Pos) /*!< 0x00000020 */ |
3811 | #define RCC_CFGR_HPRE_2 (0x4U << RCC_CFGR_HPRE_Pos) /*!< 0x00000040 */ |
3797 | #define RCC_CFGR_HPRE_2 (0x4UL << RCC_CFGR_HPRE_Pos) /*!< 0x00000040 */ |
3812 | #define RCC_CFGR_HPRE_3 (0x8U << RCC_CFGR_HPRE_Pos) /*!< 0x00000080 */ |
3798 | #define RCC_CFGR_HPRE_3 (0x8UL << RCC_CFGR_HPRE_Pos) /*!< 0x00000080 */ |
3813 | 3799 | ||
3814 | /*!< HPRE configuration */ |
3800 | /*!< HPRE configuration */ |
3815 | #define RCC_CFGR_HPRE_DIV1 (0x00000000U) /*!< SYSCLK not divided */ |
3801 | #define RCC_CFGR_HPRE_DIV1 (0x00000000U) /*!< SYSCLK not divided */ |
3816 | #define RCC_CFGR_HPRE_DIV2 (0x00000080U) /*!< SYSCLK divided by 2 */ |
3802 | #define RCC_CFGR_HPRE_DIV2 (0x00000080U) /*!< SYSCLK divided by 2 */ |
3817 | #define RCC_CFGR_HPRE_DIV4 (0x00000090U) /*!< SYSCLK divided by 4 */ |
3803 | #define RCC_CFGR_HPRE_DIV4 (0x00000090U) /*!< SYSCLK divided by 4 */ |
Line 3821... | Line 3807... | ||
3821 | #define RCC_CFGR_HPRE_DIV128 (0x000000D0U) /*!< SYSCLK divided by 128 */ |
3807 | #define RCC_CFGR_HPRE_DIV128 (0x000000D0U) /*!< SYSCLK divided by 128 */ |
3822 | #define RCC_CFGR_HPRE_DIV256 (0x000000E0U) /*!< SYSCLK divided by 256 */ |
3808 | #define RCC_CFGR_HPRE_DIV256 (0x000000E0U) /*!< SYSCLK divided by 256 */ |
3823 | #define RCC_CFGR_HPRE_DIV512 (0x000000F0U) /*!< SYSCLK divided by 512 */ |
3809 | #define RCC_CFGR_HPRE_DIV512 (0x000000F0U) /*!< SYSCLK divided by 512 */ |
3824 | 3810 | ||
3825 | #define RCC_CFGR_PPRE1_Pos (8U) |
3811 | #define RCC_CFGR_PPRE1_Pos (8U) |
3826 | #define RCC_CFGR_PPRE1_Msk (0x7U << RCC_CFGR_PPRE1_Pos) /*!< 0x00000700 */ |
3812 | #define RCC_CFGR_PPRE1_Msk (0x7UL << RCC_CFGR_PPRE1_Pos) /*!< 0x00000700 */ |
3827 | #define RCC_CFGR_PPRE1 RCC_CFGR_PPRE1_Msk /*!< PRE1[2:0] bits (APB1 prescaler) */ |
3813 | #define RCC_CFGR_PPRE1 RCC_CFGR_PPRE1_Msk /*!< PRE1[2:0] bits (APB1 prescaler) */ |
3828 | #define RCC_CFGR_PPRE1_0 (0x1U << RCC_CFGR_PPRE1_Pos) /*!< 0x00000100 */ |
3814 | #define RCC_CFGR_PPRE1_0 (0x1UL << RCC_CFGR_PPRE1_Pos) /*!< 0x00000100 */ |
3829 | #define RCC_CFGR_PPRE1_1 (0x2U << RCC_CFGR_PPRE1_Pos) /*!< 0x00000200 */ |
3815 | #define RCC_CFGR_PPRE1_1 (0x2UL << RCC_CFGR_PPRE1_Pos) /*!< 0x00000200 */ |
3830 | #define RCC_CFGR_PPRE1_2 (0x4U << RCC_CFGR_PPRE1_Pos) /*!< 0x00000400 */ |
3816 | #define RCC_CFGR_PPRE1_2 (0x4UL << RCC_CFGR_PPRE1_Pos) /*!< 0x00000400 */ |
3831 | 3817 | ||
3832 | /*!< PPRE1 configuration */ |
3818 | /*!< PPRE1 configuration */ |
3833 | #define RCC_CFGR_PPRE1_DIV1 (0x00000000U) /*!< HCLK not divided */ |
3819 | #define RCC_CFGR_PPRE1_DIV1 (0x00000000U) /*!< HCLK not divided */ |
3834 | #define RCC_CFGR_PPRE1_DIV2 (0x00000400U) /*!< HCLK divided by 2 */ |
3820 | #define RCC_CFGR_PPRE1_DIV2 (0x00000400U) /*!< HCLK divided by 2 */ |
3835 | #define RCC_CFGR_PPRE1_DIV4 (0x00000500U) /*!< HCLK divided by 4 */ |
3821 | #define RCC_CFGR_PPRE1_DIV4 (0x00000500U) /*!< HCLK divided by 4 */ |
3836 | #define RCC_CFGR_PPRE1_DIV8 (0x00000600U) /*!< HCLK divided by 8 */ |
3822 | #define RCC_CFGR_PPRE1_DIV8 (0x00000600U) /*!< HCLK divided by 8 */ |
3837 | #define RCC_CFGR_PPRE1_DIV16 (0x00000700U) /*!< HCLK divided by 16 */ |
3823 | #define RCC_CFGR_PPRE1_DIV16 (0x00000700U) /*!< HCLK divided by 16 */ |
3838 | 3824 | ||
3839 | #define RCC_CFGR_PPRE2_Pos (11U) |
3825 | #define RCC_CFGR_PPRE2_Pos (11U) |
3840 | #define RCC_CFGR_PPRE2_Msk (0x7U << RCC_CFGR_PPRE2_Pos) /*!< 0x00003800 */ |
3826 | #define RCC_CFGR_PPRE2_Msk (0x7UL << RCC_CFGR_PPRE2_Pos) /*!< 0x00003800 */ |
3841 | #define RCC_CFGR_PPRE2 RCC_CFGR_PPRE2_Msk /*!< PRE2[2:0] bits (APB2 prescaler) */ |
3827 | #define RCC_CFGR_PPRE2 RCC_CFGR_PPRE2_Msk /*!< PRE2[2:0] bits (APB2 prescaler) */ |
3842 | #define RCC_CFGR_PPRE2_0 (0x1U << RCC_CFGR_PPRE2_Pos) /*!< 0x00000800 */ |
3828 | #define RCC_CFGR_PPRE2_0 (0x1UL << RCC_CFGR_PPRE2_Pos) /*!< 0x00000800 */ |
3843 | #define RCC_CFGR_PPRE2_1 (0x2U << RCC_CFGR_PPRE2_Pos) /*!< 0x00001000 */ |
3829 | #define RCC_CFGR_PPRE2_1 (0x2UL << RCC_CFGR_PPRE2_Pos) /*!< 0x00001000 */ |
3844 | #define RCC_CFGR_PPRE2_2 (0x4U << RCC_CFGR_PPRE2_Pos) /*!< 0x00002000 */ |
3830 | #define RCC_CFGR_PPRE2_2 (0x4UL << RCC_CFGR_PPRE2_Pos) /*!< 0x00002000 */ |
3845 | 3831 | ||
3846 | /*!< PPRE2 configuration */ |
3832 | /*!< PPRE2 configuration */ |
3847 | #define RCC_CFGR_PPRE2_DIV1 (0x00000000U) /*!< HCLK not divided */ |
3833 | #define RCC_CFGR_PPRE2_DIV1 (0x00000000U) /*!< HCLK not divided */ |
3848 | #define RCC_CFGR_PPRE2_DIV2 (0x00002000U) /*!< HCLK divided by 2 */ |
3834 | #define RCC_CFGR_PPRE2_DIV2 (0x00002000U) /*!< HCLK divided by 2 */ |
3849 | #define RCC_CFGR_PPRE2_DIV4 (0x00002800U) /*!< HCLK divided by 4 */ |
3835 | #define RCC_CFGR_PPRE2_DIV4 (0x00002800U) /*!< HCLK divided by 4 */ |
3850 | #define RCC_CFGR_PPRE2_DIV8 (0x00003000U) /*!< HCLK divided by 8 */ |
3836 | #define RCC_CFGR_PPRE2_DIV8 (0x00003000U) /*!< HCLK divided by 8 */ |
3851 | #define RCC_CFGR_PPRE2_DIV16 (0x00003800U) /*!< HCLK divided by 16 */ |
3837 | #define RCC_CFGR_PPRE2_DIV16 (0x00003800U) /*!< HCLK divided by 16 */ |
3852 | 3838 | ||
3853 | /*!< PLL entry clock source*/ |
3839 | /*!< PLL entry clock source*/ |
3854 | #define RCC_CFGR_PLLSRC_Pos (16U) |
3840 | #define RCC_CFGR_PLLSRC_Pos (16U) |
3855 | #define RCC_CFGR_PLLSRC_Msk (0x1U << RCC_CFGR_PLLSRC_Pos) /*!< 0x00010000 */ |
3841 | #define RCC_CFGR_PLLSRC_Msk (0x1UL << RCC_CFGR_PLLSRC_Pos) /*!< 0x00010000 */ |
3856 | #define RCC_CFGR_PLLSRC RCC_CFGR_PLLSRC_Msk /*!< PLL entry clock source */ |
3842 | #define RCC_CFGR_PLLSRC RCC_CFGR_PLLSRC_Msk /*!< PLL entry clock source */ |
3857 | 3843 | ||
3858 | #define RCC_CFGR_PLLSRC_HSI (0x00000000U) /*!< HSI as PLL entry clock source */ |
3844 | #define RCC_CFGR_PLLSRC_HSI (0x00000000U) /*!< HSI as PLL entry clock source */ |
3859 | #define RCC_CFGR_PLLSRC_HSE (0x00010000U) /*!< HSE as PLL entry clock source */ |
3845 | #define RCC_CFGR_PLLSRC_HSE (0x00010000U) /*!< HSE as PLL entry clock source */ |
3860 | 3846 | ||
3861 | 3847 | ||
3862 | /*!< PLLMUL configuration */ |
3848 | /*!< PLLMUL configuration */ |
3863 | #define RCC_CFGR_PLLMUL_Pos (18U) |
3849 | #define RCC_CFGR_PLLMUL_Pos (18U) |
3864 | #define RCC_CFGR_PLLMUL_Msk (0xFU << RCC_CFGR_PLLMUL_Pos) /*!< 0x003C0000 */ |
3850 | #define RCC_CFGR_PLLMUL_Msk (0xFUL << RCC_CFGR_PLLMUL_Pos) /*!< 0x003C0000 */ |
3865 | #define RCC_CFGR_PLLMUL RCC_CFGR_PLLMUL_Msk /*!< PLLMUL[3:0] bits (PLL multiplication factor) */ |
3851 | #define RCC_CFGR_PLLMUL RCC_CFGR_PLLMUL_Msk /*!< PLLMUL[3:0] bits (PLL multiplication factor) */ |
3866 | #define RCC_CFGR_PLLMUL_0 (0x1U << RCC_CFGR_PLLMUL_Pos) /*!< 0x00040000 */ |
3852 | #define RCC_CFGR_PLLMUL_0 (0x1UL << RCC_CFGR_PLLMUL_Pos) /*!< 0x00040000 */ |
3867 | #define RCC_CFGR_PLLMUL_1 (0x2U << RCC_CFGR_PLLMUL_Pos) /*!< 0x00080000 */ |
3853 | #define RCC_CFGR_PLLMUL_1 (0x2UL << RCC_CFGR_PLLMUL_Pos) /*!< 0x00080000 */ |
3868 | #define RCC_CFGR_PLLMUL_2 (0x4U << RCC_CFGR_PLLMUL_Pos) /*!< 0x00100000 */ |
3854 | #define RCC_CFGR_PLLMUL_2 (0x4UL << RCC_CFGR_PLLMUL_Pos) /*!< 0x00100000 */ |
3869 | #define RCC_CFGR_PLLMUL_3 (0x8U << RCC_CFGR_PLLMUL_Pos) /*!< 0x00200000 */ |
3855 | #define RCC_CFGR_PLLMUL_3 (0x8UL << RCC_CFGR_PLLMUL_Pos) /*!< 0x00200000 */ |
3870 | 3856 | ||
3871 | /*!< PLLMUL configuration */ |
3857 | /*!< PLLMUL configuration */ |
3872 | #define RCC_CFGR_PLLMUL3 (0x00000000U) /*!< PLL input clock * 3 */ |
3858 | #define RCC_CFGR_PLLMUL3 (0x00000000U) /*!< PLL input clock * 3 */ |
3873 | #define RCC_CFGR_PLLMUL4 (0x00040000U) /*!< PLL input clock * 4 */ |
3859 | #define RCC_CFGR_PLLMUL4 (0x00040000U) /*!< PLL input clock * 4 */ |
3874 | #define RCC_CFGR_PLLMUL6 (0x00080000U) /*!< PLL input clock * 6 */ |
3860 | #define RCC_CFGR_PLLMUL6 (0x00080000U) /*!< PLL input clock * 6 */ |
Line 3879... | Line 3865... | ||
3879 | #define RCC_CFGR_PLLMUL32 (0x001C0000U) /*!< PLL input clock * 32 */ |
3865 | #define RCC_CFGR_PLLMUL32 (0x001C0000U) /*!< PLL input clock * 32 */ |
3880 | #define RCC_CFGR_PLLMUL48 (0x00200000U) /*!< PLL input clock * 48 */ |
3866 | #define RCC_CFGR_PLLMUL48 (0x00200000U) /*!< PLL input clock * 48 */ |
3881 | 3867 | ||
3882 | /*!< PLLDIV configuration */ |
3868 | /*!< PLLDIV configuration */ |
3883 | #define RCC_CFGR_PLLDIV_Pos (22U) |
3869 | #define RCC_CFGR_PLLDIV_Pos (22U) |
3884 | #define RCC_CFGR_PLLDIV_Msk (0x3U << RCC_CFGR_PLLDIV_Pos) /*!< 0x00C00000 */ |
3870 | #define RCC_CFGR_PLLDIV_Msk (0x3UL << RCC_CFGR_PLLDIV_Pos) /*!< 0x00C00000 */ |
3885 | #define RCC_CFGR_PLLDIV RCC_CFGR_PLLDIV_Msk /*!< PLLDIV[1:0] bits (PLL Output Division) */ |
3871 | #define RCC_CFGR_PLLDIV RCC_CFGR_PLLDIV_Msk /*!< PLLDIV[1:0] bits (PLL Output Division) */ |
3886 | #define RCC_CFGR_PLLDIV_0 (0x1U << RCC_CFGR_PLLDIV_Pos) /*!< 0x00400000 */ |
3872 | #define RCC_CFGR_PLLDIV_0 (0x1UL << RCC_CFGR_PLLDIV_Pos) /*!< 0x00400000 */ |
3887 | #define RCC_CFGR_PLLDIV_1 (0x2U << RCC_CFGR_PLLDIV_Pos) /*!< 0x00800000 */ |
3873 | #define RCC_CFGR_PLLDIV_1 (0x2UL << RCC_CFGR_PLLDIV_Pos) /*!< 0x00800000 */ |
3888 | 3874 | ||
3889 | 3875 | ||
3890 | /*!< PLLDIV configuration */ |
3876 | /*!< PLLDIV configuration */ |
3891 | #define RCC_CFGR_PLLDIV1 (0x00000000U) /*!< PLL clock output = CKVCO / 1 */ |
3877 | #define RCC_CFGR_PLLDIV1 (0x00000000U) /*!< PLL clock output = CKVCO / 1 */ |
3892 | #define RCC_CFGR_PLLDIV2_Pos (22U) |
3878 | #define RCC_CFGR_PLLDIV2_Pos (22U) |
3893 | #define RCC_CFGR_PLLDIV2_Msk (0x1U << RCC_CFGR_PLLDIV2_Pos) /*!< 0x00400000 */ |
3879 | #define RCC_CFGR_PLLDIV2_Msk (0x1UL << RCC_CFGR_PLLDIV2_Pos) /*!< 0x00400000 */ |
3894 | #define RCC_CFGR_PLLDIV2 RCC_CFGR_PLLDIV2_Msk /*!< PLL clock output = CKVCO / 2 */ |
3880 | #define RCC_CFGR_PLLDIV2 RCC_CFGR_PLLDIV2_Msk /*!< PLL clock output = CKVCO / 2 */ |
3895 | #define RCC_CFGR_PLLDIV3_Pos (23U) |
3881 | #define RCC_CFGR_PLLDIV3_Pos (23U) |
3896 | #define RCC_CFGR_PLLDIV3_Msk (0x1U << RCC_CFGR_PLLDIV3_Pos) /*!< 0x00800000 */ |
3882 | #define RCC_CFGR_PLLDIV3_Msk (0x1UL << RCC_CFGR_PLLDIV3_Pos) /*!< 0x00800000 */ |
3897 | #define RCC_CFGR_PLLDIV3 RCC_CFGR_PLLDIV3_Msk /*!< PLL clock output = CKVCO / 3 */ |
3883 | #define RCC_CFGR_PLLDIV3 RCC_CFGR_PLLDIV3_Msk /*!< PLL clock output = CKVCO / 3 */ |
3898 | #define RCC_CFGR_PLLDIV4_Pos (22U) |
3884 | #define RCC_CFGR_PLLDIV4_Pos (22U) |
3899 | #define RCC_CFGR_PLLDIV4_Msk (0x3U << RCC_CFGR_PLLDIV4_Pos) /*!< 0x00C00000 */ |
3885 | #define RCC_CFGR_PLLDIV4_Msk (0x3UL << RCC_CFGR_PLLDIV4_Pos) /*!< 0x00C00000 */ |
3900 | #define RCC_CFGR_PLLDIV4 RCC_CFGR_PLLDIV4_Msk /*!< PLL clock output = CKVCO / 4 */ |
3886 | #define RCC_CFGR_PLLDIV4 RCC_CFGR_PLLDIV4_Msk /*!< PLL clock output = CKVCO / 4 */ |
3901 | 3887 | ||
3902 | 3888 | ||
3903 | #define RCC_CFGR_MCOSEL_Pos (24U) |
3889 | #define RCC_CFGR_MCOSEL_Pos (24U) |
3904 | #define RCC_CFGR_MCOSEL_Msk (0x7U << RCC_CFGR_MCOSEL_Pos) /*!< 0x07000000 */ |
3890 | #define RCC_CFGR_MCOSEL_Msk (0x7UL << RCC_CFGR_MCOSEL_Pos) /*!< 0x07000000 */ |
3905 | #define RCC_CFGR_MCOSEL RCC_CFGR_MCOSEL_Msk /*!< MCO[2:0] bits (Microcontroller Clock Output) */ |
3891 | #define RCC_CFGR_MCOSEL RCC_CFGR_MCOSEL_Msk /*!< MCO[2:0] bits (Microcontroller Clock Output) */ |
3906 | #define RCC_CFGR_MCOSEL_0 (0x1U << RCC_CFGR_MCOSEL_Pos) /*!< 0x01000000 */ |
3892 | #define RCC_CFGR_MCOSEL_0 (0x1UL << RCC_CFGR_MCOSEL_Pos) /*!< 0x01000000 */ |
3907 | #define RCC_CFGR_MCOSEL_1 (0x2U << RCC_CFGR_MCOSEL_Pos) /*!< 0x02000000 */ |
3893 | #define RCC_CFGR_MCOSEL_1 (0x2UL << RCC_CFGR_MCOSEL_Pos) /*!< 0x02000000 */ |
3908 | #define RCC_CFGR_MCOSEL_2 (0x4U << RCC_CFGR_MCOSEL_Pos) /*!< 0x04000000 */ |
3894 | #define RCC_CFGR_MCOSEL_2 (0x4UL << RCC_CFGR_MCOSEL_Pos) /*!< 0x04000000 */ |
3909 | 3895 | ||
3910 | /*!< MCO configuration */ |
3896 | /*!< MCO configuration */ |
3911 | #define RCC_CFGR_MCOSEL_NOCLOCK (0x00000000U) /*!< No clock */ |
3897 | #define RCC_CFGR_MCOSEL_NOCLOCK (0x00000000U) /*!< No clock */ |
3912 | #define RCC_CFGR_MCOSEL_SYSCLK_Pos (24U) |
3898 | #define RCC_CFGR_MCOSEL_SYSCLK_Pos (24U) |
3913 | #define RCC_CFGR_MCOSEL_SYSCLK_Msk (0x1U << RCC_CFGR_MCOSEL_SYSCLK_Pos) /*!< 0x01000000 */ |
3899 | #define RCC_CFGR_MCOSEL_SYSCLK_Msk (0x1UL << RCC_CFGR_MCOSEL_SYSCLK_Pos) /*!< 0x01000000 */ |
3914 | #define RCC_CFGR_MCOSEL_SYSCLK RCC_CFGR_MCOSEL_SYSCLK_Msk /*!< System clock selected */ |
3900 | #define RCC_CFGR_MCOSEL_SYSCLK RCC_CFGR_MCOSEL_SYSCLK_Msk /*!< System clock selected */ |
3915 | #define RCC_CFGR_MCOSEL_HSI_Pos (25U) |
3901 | #define RCC_CFGR_MCOSEL_HSI_Pos (25U) |
3916 | #define RCC_CFGR_MCOSEL_HSI_Msk (0x1U << RCC_CFGR_MCOSEL_HSI_Pos) /*!< 0x02000000 */ |
3902 | #define RCC_CFGR_MCOSEL_HSI_Msk (0x1UL << RCC_CFGR_MCOSEL_HSI_Pos) /*!< 0x02000000 */ |
3917 | #define RCC_CFGR_MCOSEL_HSI RCC_CFGR_MCOSEL_HSI_Msk /*!< Internal 16 MHz RC oscillator clock selected */ |
3903 | #define RCC_CFGR_MCOSEL_HSI RCC_CFGR_MCOSEL_HSI_Msk /*!< Internal 16 MHz RC oscillator clock selected */ |
3918 | #define RCC_CFGR_MCOSEL_MSI_Pos (24U) |
3904 | #define RCC_CFGR_MCOSEL_MSI_Pos (24U) |
3919 | #define RCC_CFGR_MCOSEL_MSI_Msk (0x3U << RCC_CFGR_MCOSEL_MSI_Pos) /*!< 0x03000000 */ |
3905 | #define RCC_CFGR_MCOSEL_MSI_Msk (0x3UL << RCC_CFGR_MCOSEL_MSI_Pos) /*!< 0x03000000 */ |
3920 | #define RCC_CFGR_MCOSEL_MSI RCC_CFGR_MCOSEL_MSI_Msk /*!< Internal Medium Speed RC oscillator clock selected */ |
3906 | #define RCC_CFGR_MCOSEL_MSI RCC_CFGR_MCOSEL_MSI_Msk /*!< Internal Medium Speed RC oscillator clock selected */ |
3921 | #define RCC_CFGR_MCOSEL_HSE_Pos (26U) |
3907 | #define RCC_CFGR_MCOSEL_HSE_Pos (26U) |
3922 | #define RCC_CFGR_MCOSEL_HSE_Msk (0x1U << RCC_CFGR_MCOSEL_HSE_Pos) /*!< 0x04000000 */ |
3908 | #define RCC_CFGR_MCOSEL_HSE_Msk (0x1UL << RCC_CFGR_MCOSEL_HSE_Pos) /*!< 0x04000000 */ |
3923 | #define RCC_CFGR_MCOSEL_HSE RCC_CFGR_MCOSEL_HSE_Msk /*!< External 1-25 MHz oscillator clock selected */ |
3909 | #define RCC_CFGR_MCOSEL_HSE RCC_CFGR_MCOSEL_HSE_Msk /*!< External 1-25 MHz oscillator clock selected */ |
3924 | #define RCC_CFGR_MCOSEL_PLL_Pos (24U) |
3910 | #define RCC_CFGR_MCOSEL_PLL_Pos (24U) |
3925 | #define RCC_CFGR_MCOSEL_PLL_Msk (0x5U << RCC_CFGR_MCOSEL_PLL_Pos) /*!< 0x05000000 */ |
3911 | #define RCC_CFGR_MCOSEL_PLL_Msk (0x5UL << RCC_CFGR_MCOSEL_PLL_Pos) /*!< 0x05000000 */ |
3926 | #define RCC_CFGR_MCOSEL_PLL RCC_CFGR_MCOSEL_PLL_Msk /*!< PLL clock divided */ |
3912 | #define RCC_CFGR_MCOSEL_PLL RCC_CFGR_MCOSEL_PLL_Msk /*!< PLL clock divided */ |
3927 | #define RCC_CFGR_MCOSEL_LSI_Pos (25U) |
3913 | #define RCC_CFGR_MCOSEL_LSI_Pos (25U) |
3928 | #define RCC_CFGR_MCOSEL_LSI_Msk (0x3U << RCC_CFGR_MCOSEL_LSI_Pos) /*!< 0x06000000 */ |
3914 | #define RCC_CFGR_MCOSEL_LSI_Msk (0x3UL << RCC_CFGR_MCOSEL_LSI_Pos) /*!< 0x06000000 */ |
3929 | #define RCC_CFGR_MCOSEL_LSI RCC_CFGR_MCOSEL_LSI_Msk /*!< LSI selected */ |
3915 | #define RCC_CFGR_MCOSEL_LSI RCC_CFGR_MCOSEL_LSI_Msk /*!< LSI selected */ |
3930 | #define RCC_CFGR_MCOSEL_LSE_Pos (24U) |
3916 | #define RCC_CFGR_MCOSEL_LSE_Pos (24U) |
3931 | #define RCC_CFGR_MCOSEL_LSE_Msk (0x7U << RCC_CFGR_MCOSEL_LSE_Pos) /*!< 0x07000000 */ |
3917 | #define RCC_CFGR_MCOSEL_LSE_Msk (0x7UL << RCC_CFGR_MCOSEL_LSE_Pos) /*!< 0x07000000 */ |
3932 | #define RCC_CFGR_MCOSEL_LSE RCC_CFGR_MCOSEL_LSE_Msk /*!< LSE selected */ |
3918 | #define RCC_CFGR_MCOSEL_LSE RCC_CFGR_MCOSEL_LSE_Msk /*!< LSE selected */ |
3933 | 3919 | ||
3934 | #define RCC_CFGR_MCOPRE_Pos (28U) |
3920 | #define RCC_CFGR_MCOPRE_Pos (28U) |
3935 | #define RCC_CFGR_MCOPRE_Msk (0x7U << RCC_CFGR_MCOPRE_Pos) /*!< 0x70000000 */ |
3921 | #define RCC_CFGR_MCOPRE_Msk (0x7UL << RCC_CFGR_MCOPRE_Pos) /*!< 0x70000000 */ |
3936 | #define RCC_CFGR_MCOPRE RCC_CFGR_MCOPRE_Msk /*!< MCOPRE[2:0] bits (Microcontroller Clock Output Prescaler) */ |
3922 | #define RCC_CFGR_MCOPRE RCC_CFGR_MCOPRE_Msk /*!< MCOPRE[2:0] bits (Microcontroller Clock Output Prescaler) */ |
3937 | #define RCC_CFGR_MCOPRE_0 (0x1U << RCC_CFGR_MCOPRE_Pos) /*!< 0x10000000 */ |
3923 | #define RCC_CFGR_MCOPRE_0 (0x1UL << RCC_CFGR_MCOPRE_Pos) /*!< 0x10000000 */ |
3938 | #define RCC_CFGR_MCOPRE_1 (0x2U << RCC_CFGR_MCOPRE_Pos) /*!< 0x20000000 */ |
3924 | #define RCC_CFGR_MCOPRE_1 (0x2UL << RCC_CFGR_MCOPRE_Pos) /*!< 0x20000000 */ |
3939 | #define RCC_CFGR_MCOPRE_2 (0x4U << RCC_CFGR_MCOPRE_Pos) /*!< 0x40000000 */ |
3925 | #define RCC_CFGR_MCOPRE_2 (0x4UL << RCC_CFGR_MCOPRE_Pos) /*!< 0x40000000 */ |
3940 | 3926 | ||
3941 | /*!< MCO Prescaler configuration */ |
3927 | /*!< MCO Prescaler configuration */ |
3942 | #define RCC_CFGR_MCOPRE_DIV1 (0x00000000U) /*!< MCO is divided by 1 */ |
3928 | #define RCC_CFGR_MCOPRE_DIV1 (0x00000000U) /*!< MCO is divided by 1 */ |
3943 | #define RCC_CFGR_MCOPRE_DIV2 (0x10000000U) /*!< MCO is divided by 2 */ |
3929 | #define RCC_CFGR_MCOPRE_DIV2 (0x10000000U) /*!< MCO is divided by 2 */ |
3944 | #define RCC_CFGR_MCOPRE_DIV4 (0x20000000U) /*!< MCO is divided by 4 */ |
3930 | #define RCC_CFGR_MCOPRE_DIV4 (0x20000000U) /*!< MCO is divided by 4 */ |
Line 3960... | Line 3946... | ||
3960 | #define RCC_CFGR_MCO_LSI RCC_CFGR_MCOSEL_LSI |
3946 | #define RCC_CFGR_MCO_LSI RCC_CFGR_MCOSEL_LSI |
3961 | #define RCC_CFGR_MCO_LSE RCC_CFGR_MCOSEL_LSE |
3947 | #define RCC_CFGR_MCO_LSE RCC_CFGR_MCOSEL_LSE |
3962 | 3948 | ||
3963 | /*!<****************** Bit definition for RCC_CIR register ********************/ |
3949 | /*!<****************** Bit definition for RCC_CIR register ********************/ |
3964 | #define RCC_CIR_LSIRDYF_Pos (0U) |
3950 | #define RCC_CIR_LSIRDYF_Pos (0U) |
3965 | #define RCC_CIR_LSIRDYF_Msk (0x1U << RCC_CIR_LSIRDYF_Pos) /*!< 0x00000001 */ |
3951 | #define RCC_CIR_LSIRDYF_Msk (0x1UL << RCC_CIR_LSIRDYF_Pos) /*!< 0x00000001 */ |
3966 | #define RCC_CIR_LSIRDYF RCC_CIR_LSIRDYF_Msk /*!< LSI Ready Interrupt flag */ |
3952 | #define RCC_CIR_LSIRDYF RCC_CIR_LSIRDYF_Msk /*!< LSI Ready Interrupt flag */ |
3967 | #define RCC_CIR_LSERDYF_Pos (1U) |
3953 | #define RCC_CIR_LSERDYF_Pos (1U) |
3968 | #define RCC_CIR_LSERDYF_Msk (0x1U << RCC_CIR_LSERDYF_Pos) /*!< 0x00000002 */ |
3954 | #define RCC_CIR_LSERDYF_Msk (0x1UL << RCC_CIR_LSERDYF_Pos) /*!< 0x00000002 */ |
3969 | #define RCC_CIR_LSERDYF RCC_CIR_LSERDYF_Msk /*!< LSE Ready Interrupt flag */ |
3955 | #define RCC_CIR_LSERDYF RCC_CIR_LSERDYF_Msk /*!< LSE Ready Interrupt flag */ |
3970 | #define RCC_CIR_HSIRDYF_Pos (2U) |
3956 | #define RCC_CIR_HSIRDYF_Pos (2U) |
3971 | #define RCC_CIR_HSIRDYF_Msk (0x1U << RCC_CIR_HSIRDYF_Pos) /*!< 0x00000004 */ |
3957 | #define RCC_CIR_HSIRDYF_Msk (0x1UL << RCC_CIR_HSIRDYF_Pos) /*!< 0x00000004 */ |
3972 | #define RCC_CIR_HSIRDYF RCC_CIR_HSIRDYF_Msk /*!< HSI Ready Interrupt flag */ |
3958 | #define RCC_CIR_HSIRDYF RCC_CIR_HSIRDYF_Msk /*!< HSI Ready Interrupt flag */ |
3973 | #define RCC_CIR_HSERDYF_Pos (3U) |
3959 | #define RCC_CIR_HSERDYF_Pos (3U) |
3974 | #define RCC_CIR_HSERDYF_Msk (0x1U << RCC_CIR_HSERDYF_Pos) /*!< 0x00000008 */ |
3960 | #define RCC_CIR_HSERDYF_Msk (0x1UL << RCC_CIR_HSERDYF_Pos) /*!< 0x00000008 */ |
3975 | #define RCC_CIR_HSERDYF RCC_CIR_HSERDYF_Msk /*!< HSE Ready Interrupt flag */ |
3961 | #define RCC_CIR_HSERDYF RCC_CIR_HSERDYF_Msk /*!< HSE Ready Interrupt flag */ |
3976 | #define RCC_CIR_PLLRDYF_Pos (4U) |
3962 | #define RCC_CIR_PLLRDYF_Pos (4U) |
3977 | #define RCC_CIR_PLLRDYF_Msk (0x1U << RCC_CIR_PLLRDYF_Pos) /*!< 0x00000010 */ |
3963 | #define RCC_CIR_PLLRDYF_Msk (0x1UL << RCC_CIR_PLLRDYF_Pos) /*!< 0x00000010 */ |
3978 | #define RCC_CIR_PLLRDYF RCC_CIR_PLLRDYF_Msk /*!< PLL Ready Interrupt flag */ |
3964 | #define RCC_CIR_PLLRDYF RCC_CIR_PLLRDYF_Msk /*!< PLL Ready Interrupt flag */ |
3979 | #define RCC_CIR_MSIRDYF_Pos (5U) |
3965 | #define RCC_CIR_MSIRDYF_Pos (5U) |
3980 | #define RCC_CIR_MSIRDYF_Msk (0x1U << RCC_CIR_MSIRDYF_Pos) /*!< 0x00000020 */ |
3966 | #define RCC_CIR_MSIRDYF_Msk (0x1UL << RCC_CIR_MSIRDYF_Pos) /*!< 0x00000020 */ |
3981 | #define RCC_CIR_MSIRDYF RCC_CIR_MSIRDYF_Msk /*!< MSI Ready Interrupt flag */ |
3967 | #define RCC_CIR_MSIRDYF RCC_CIR_MSIRDYF_Msk /*!< MSI Ready Interrupt flag */ |
3982 | #define RCC_CIR_CSSF_Pos (7U) |
3968 | #define RCC_CIR_CSSF_Pos (7U) |
3983 | #define RCC_CIR_CSSF_Msk (0x1U << RCC_CIR_CSSF_Pos) /*!< 0x00000080 */ |
3969 | #define RCC_CIR_CSSF_Msk (0x1UL << RCC_CIR_CSSF_Pos) /*!< 0x00000080 */ |
3984 | #define RCC_CIR_CSSF RCC_CIR_CSSF_Msk /*!< Clock Security System Interrupt flag */ |
3970 | #define RCC_CIR_CSSF RCC_CIR_CSSF_Msk /*!< Clock Security System Interrupt flag */ |
3985 | 3971 | ||
3986 | #define RCC_CIR_LSIRDYIE_Pos (8U) |
3972 | #define RCC_CIR_LSIRDYIE_Pos (8U) |
3987 | #define RCC_CIR_LSIRDYIE_Msk (0x1U << RCC_CIR_LSIRDYIE_Pos) /*!< 0x00000100 */ |
3973 | #define RCC_CIR_LSIRDYIE_Msk (0x1UL << RCC_CIR_LSIRDYIE_Pos) /*!< 0x00000100 */ |
3988 | #define RCC_CIR_LSIRDYIE RCC_CIR_LSIRDYIE_Msk /*!< LSI Ready Interrupt Enable */ |
3974 | #define RCC_CIR_LSIRDYIE RCC_CIR_LSIRDYIE_Msk /*!< LSI Ready Interrupt Enable */ |
3989 | #define RCC_CIR_LSERDYIE_Pos (9U) |
3975 | #define RCC_CIR_LSERDYIE_Pos (9U) |
3990 | #define RCC_CIR_LSERDYIE_Msk (0x1U << RCC_CIR_LSERDYIE_Pos) /*!< 0x00000200 */ |
3976 | #define RCC_CIR_LSERDYIE_Msk (0x1UL << RCC_CIR_LSERDYIE_Pos) /*!< 0x00000200 */ |
3991 | #define RCC_CIR_LSERDYIE RCC_CIR_LSERDYIE_Msk /*!< LSE Ready Interrupt Enable */ |
3977 | #define RCC_CIR_LSERDYIE RCC_CIR_LSERDYIE_Msk /*!< LSE Ready Interrupt Enable */ |
3992 | #define RCC_CIR_HSIRDYIE_Pos (10U) |
3978 | #define RCC_CIR_HSIRDYIE_Pos (10U) |
3993 | #define RCC_CIR_HSIRDYIE_Msk (0x1U << RCC_CIR_HSIRDYIE_Pos) /*!< 0x00000400 */ |
3979 | #define RCC_CIR_HSIRDYIE_Msk (0x1UL << RCC_CIR_HSIRDYIE_Pos) /*!< 0x00000400 */ |
3994 | #define RCC_CIR_HSIRDYIE RCC_CIR_HSIRDYIE_Msk /*!< HSI Ready Interrupt Enable */ |
3980 | #define RCC_CIR_HSIRDYIE RCC_CIR_HSIRDYIE_Msk /*!< HSI Ready Interrupt Enable */ |
3995 | #define RCC_CIR_HSERDYIE_Pos (11U) |
3981 | #define RCC_CIR_HSERDYIE_Pos (11U) |
3996 | #define RCC_CIR_HSERDYIE_Msk (0x1U << RCC_CIR_HSERDYIE_Pos) /*!< 0x00000800 */ |
3982 | #define RCC_CIR_HSERDYIE_Msk (0x1UL << RCC_CIR_HSERDYIE_Pos) /*!< 0x00000800 */ |
3997 | #define RCC_CIR_HSERDYIE RCC_CIR_HSERDYIE_Msk /*!< HSE Ready Interrupt Enable */ |
3983 | #define RCC_CIR_HSERDYIE RCC_CIR_HSERDYIE_Msk /*!< HSE Ready Interrupt Enable */ |
3998 | #define RCC_CIR_PLLRDYIE_Pos (12U) |
3984 | #define RCC_CIR_PLLRDYIE_Pos (12U) |
3999 | #define RCC_CIR_PLLRDYIE_Msk (0x1U << RCC_CIR_PLLRDYIE_Pos) /*!< 0x00001000 */ |
3985 | #define RCC_CIR_PLLRDYIE_Msk (0x1UL << RCC_CIR_PLLRDYIE_Pos) /*!< 0x00001000 */ |
4000 | #define RCC_CIR_PLLRDYIE RCC_CIR_PLLRDYIE_Msk /*!< PLL Ready Interrupt Enable */ |
3986 | #define RCC_CIR_PLLRDYIE RCC_CIR_PLLRDYIE_Msk /*!< PLL Ready Interrupt Enable */ |
4001 | #define RCC_CIR_MSIRDYIE_Pos (13U) |
3987 | #define RCC_CIR_MSIRDYIE_Pos (13U) |
4002 | #define RCC_CIR_MSIRDYIE_Msk (0x1U << RCC_CIR_MSIRDYIE_Pos) /*!< 0x00002000 */ |
3988 | #define RCC_CIR_MSIRDYIE_Msk (0x1UL << RCC_CIR_MSIRDYIE_Pos) /*!< 0x00002000 */ |
4003 | #define RCC_CIR_MSIRDYIE RCC_CIR_MSIRDYIE_Msk /*!< MSI Ready Interrupt Enable */ |
3989 | #define RCC_CIR_MSIRDYIE RCC_CIR_MSIRDYIE_Msk /*!< MSI Ready Interrupt Enable */ |
4004 | 3990 | ||
4005 | #define RCC_CIR_LSIRDYC_Pos (16U) |
3991 | #define RCC_CIR_LSIRDYC_Pos (16U) |
4006 | #define RCC_CIR_LSIRDYC_Msk (0x1U << RCC_CIR_LSIRDYC_Pos) /*!< 0x00010000 */ |
3992 | #define RCC_CIR_LSIRDYC_Msk (0x1UL << RCC_CIR_LSIRDYC_Pos) /*!< 0x00010000 */ |
4007 | #define RCC_CIR_LSIRDYC RCC_CIR_LSIRDYC_Msk /*!< LSI Ready Interrupt Clear */ |
3993 | #define RCC_CIR_LSIRDYC RCC_CIR_LSIRDYC_Msk /*!< LSI Ready Interrupt Clear */ |
4008 | #define RCC_CIR_LSERDYC_Pos (17U) |
3994 | #define RCC_CIR_LSERDYC_Pos (17U) |
4009 | #define RCC_CIR_LSERDYC_Msk (0x1U << RCC_CIR_LSERDYC_Pos) /*!< 0x00020000 */ |
3995 | #define RCC_CIR_LSERDYC_Msk (0x1UL << RCC_CIR_LSERDYC_Pos) /*!< 0x00020000 */ |
4010 | #define RCC_CIR_LSERDYC RCC_CIR_LSERDYC_Msk /*!< LSE Ready Interrupt Clear */ |
3996 | #define RCC_CIR_LSERDYC RCC_CIR_LSERDYC_Msk /*!< LSE Ready Interrupt Clear */ |
4011 | #define RCC_CIR_HSIRDYC_Pos (18U) |
3997 | #define RCC_CIR_HSIRDYC_Pos (18U) |
4012 | #define RCC_CIR_HSIRDYC_Msk (0x1U << RCC_CIR_HSIRDYC_Pos) /*!< 0x00040000 */ |
3998 | #define RCC_CIR_HSIRDYC_Msk (0x1UL << RCC_CIR_HSIRDYC_Pos) /*!< 0x00040000 */ |
4013 | #define RCC_CIR_HSIRDYC RCC_CIR_HSIRDYC_Msk /*!< HSI Ready Interrupt Clear */ |
3999 | #define RCC_CIR_HSIRDYC RCC_CIR_HSIRDYC_Msk /*!< HSI Ready Interrupt Clear */ |
4014 | #define RCC_CIR_HSERDYC_Pos (19U) |
4000 | #define RCC_CIR_HSERDYC_Pos (19U) |
4015 | #define RCC_CIR_HSERDYC_Msk (0x1U << RCC_CIR_HSERDYC_Pos) /*!< 0x00080000 */ |
4001 | #define RCC_CIR_HSERDYC_Msk (0x1UL << RCC_CIR_HSERDYC_Pos) /*!< 0x00080000 */ |
4016 | #define RCC_CIR_HSERDYC RCC_CIR_HSERDYC_Msk /*!< HSE Ready Interrupt Clear */ |
4002 | #define RCC_CIR_HSERDYC RCC_CIR_HSERDYC_Msk /*!< HSE Ready Interrupt Clear */ |
4017 | #define RCC_CIR_PLLRDYC_Pos (20U) |
4003 | #define RCC_CIR_PLLRDYC_Pos (20U) |
4018 | #define RCC_CIR_PLLRDYC_Msk (0x1U << RCC_CIR_PLLRDYC_Pos) /*!< 0x00100000 */ |
4004 | #define RCC_CIR_PLLRDYC_Msk (0x1UL << RCC_CIR_PLLRDYC_Pos) /*!< 0x00100000 */ |
4019 | #define RCC_CIR_PLLRDYC RCC_CIR_PLLRDYC_Msk /*!< PLL Ready Interrupt Clear */ |
4005 | #define RCC_CIR_PLLRDYC RCC_CIR_PLLRDYC_Msk /*!< PLL Ready Interrupt Clear */ |
4020 | #define RCC_CIR_MSIRDYC_Pos (21U) |
4006 | #define RCC_CIR_MSIRDYC_Pos (21U) |
4021 | #define RCC_CIR_MSIRDYC_Msk (0x1U << RCC_CIR_MSIRDYC_Pos) /*!< 0x00200000 */ |
4007 | #define RCC_CIR_MSIRDYC_Msk (0x1UL << RCC_CIR_MSIRDYC_Pos) /*!< 0x00200000 */ |
4022 | #define RCC_CIR_MSIRDYC RCC_CIR_MSIRDYC_Msk /*!< MSI Ready Interrupt Clear */ |
4008 | #define RCC_CIR_MSIRDYC RCC_CIR_MSIRDYC_Msk /*!< MSI Ready Interrupt Clear */ |
4023 | #define RCC_CIR_CSSC_Pos (23U) |
4009 | #define RCC_CIR_CSSC_Pos (23U) |
4024 | #define RCC_CIR_CSSC_Msk (0x1U << RCC_CIR_CSSC_Pos) /*!< 0x00800000 */ |
4010 | #define RCC_CIR_CSSC_Msk (0x1UL << RCC_CIR_CSSC_Pos) /*!< 0x00800000 */ |
4025 | #define RCC_CIR_CSSC RCC_CIR_CSSC_Msk /*!< Clock Security System Interrupt Clear */ |
4011 | #define RCC_CIR_CSSC RCC_CIR_CSSC_Msk /*!< Clock Security System Interrupt Clear */ |
4026 | 4012 | ||
4027 | /***************** Bit definition for RCC_AHBRSTR register ******************/ |
4013 | /***************** Bit definition for RCC_AHBRSTR register ******************/ |
4028 | #define RCC_AHBRSTR_GPIOARST_Pos (0U) |
4014 | #define RCC_AHBRSTR_GPIOARST_Pos (0U) |
4029 | #define RCC_AHBRSTR_GPIOARST_Msk (0x1U << RCC_AHBRSTR_GPIOARST_Pos) /*!< 0x00000001 */ |
4015 | #define RCC_AHBRSTR_GPIOARST_Msk (0x1UL << RCC_AHBRSTR_GPIOARST_Pos) /*!< 0x00000001 */ |
4030 | #define RCC_AHBRSTR_GPIOARST RCC_AHBRSTR_GPIOARST_Msk /*!< GPIO port A reset */ |
4016 | #define RCC_AHBRSTR_GPIOARST RCC_AHBRSTR_GPIOARST_Msk /*!< GPIO port A reset */ |
4031 | #define RCC_AHBRSTR_GPIOBRST_Pos (1U) |
4017 | #define RCC_AHBRSTR_GPIOBRST_Pos (1U) |
4032 | #define RCC_AHBRSTR_GPIOBRST_Msk (0x1U << RCC_AHBRSTR_GPIOBRST_Pos) /*!< 0x00000002 */ |
4018 | #define RCC_AHBRSTR_GPIOBRST_Msk (0x1UL << RCC_AHBRSTR_GPIOBRST_Pos) /*!< 0x00000002 */ |
4033 | #define RCC_AHBRSTR_GPIOBRST RCC_AHBRSTR_GPIOBRST_Msk /*!< GPIO port B reset */ |
4019 | #define RCC_AHBRSTR_GPIOBRST RCC_AHBRSTR_GPIOBRST_Msk /*!< GPIO port B reset */ |
4034 | #define RCC_AHBRSTR_GPIOCRST_Pos (2U) |
4020 | #define RCC_AHBRSTR_GPIOCRST_Pos (2U) |
4035 | #define RCC_AHBRSTR_GPIOCRST_Msk (0x1U << RCC_AHBRSTR_GPIOCRST_Pos) /*!< 0x00000004 */ |
4021 | #define RCC_AHBRSTR_GPIOCRST_Msk (0x1UL << RCC_AHBRSTR_GPIOCRST_Pos) /*!< 0x00000004 */ |
4036 | #define RCC_AHBRSTR_GPIOCRST RCC_AHBRSTR_GPIOCRST_Msk /*!< GPIO port C reset */ |
4022 | #define RCC_AHBRSTR_GPIOCRST RCC_AHBRSTR_GPIOCRST_Msk /*!< GPIO port C reset */ |
4037 | #define RCC_AHBRSTR_GPIODRST_Pos (3U) |
4023 | #define RCC_AHBRSTR_GPIODRST_Pos (3U) |
4038 | #define RCC_AHBRSTR_GPIODRST_Msk (0x1U << RCC_AHBRSTR_GPIODRST_Pos) /*!< 0x00000008 */ |
4024 | #define RCC_AHBRSTR_GPIODRST_Msk (0x1UL << RCC_AHBRSTR_GPIODRST_Pos) /*!< 0x00000008 */ |
4039 | #define RCC_AHBRSTR_GPIODRST RCC_AHBRSTR_GPIODRST_Msk /*!< GPIO port D reset */ |
4025 | #define RCC_AHBRSTR_GPIODRST RCC_AHBRSTR_GPIODRST_Msk /*!< GPIO port D reset */ |
4040 | #define RCC_AHBRSTR_GPIOERST_Pos (4U) |
4026 | #define RCC_AHBRSTR_GPIOERST_Pos (4U) |
4041 | #define RCC_AHBRSTR_GPIOERST_Msk (0x1U << RCC_AHBRSTR_GPIOERST_Pos) /*!< 0x00000010 */ |
4027 | #define RCC_AHBRSTR_GPIOERST_Msk (0x1UL << RCC_AHBRSTR_GPIOERST_Pos) /*!< 0x00000010 */ |
4042 | #define RCC_AHBRSTR_GPIOERST RCC_AHBRSTR_GPIOERST_Msk /*!< GPIO port E reset */ |
4028 | #define RCC_AHBRSTR_GPIOERST RCC_AHBRSTR_GPIOERST_Msk /*!< GPIO port E reset */ |
4043 | #define RCC_AHBRSTR_GPIOHRST_Pos (5U) |
4029 | #define RCC_AHBRSTR_GPIOHRST_Pos (5U) |
4044 | #define RCC_AHBRSTR_GPIOHRST_Msk (0x1U << RCC_AHBRSTR_GPIOHRST_Pos) /*!< 0x00000020 */ |
4030 | #define RCC_AHBRSTR_GPIOHRST_Msk (0x1UL << RCC_AHBRSTR_GPIOHRST_Pos) /*!< 0x00000020 */ |
4045 | #define RCC_AHBRSTR_GPIOHRST RCC_AHBRSTR_GPIOHRST_Msk /*!< GPIO port H reset */ |
4031 | #define RCC_AHBRSTR_GPIOHRST RCC_AHBRSTR_GPIOHRST_Msk /*!< GPIO port H reset */ |
4046 | #define RCC_AHBRSTR_CRCRST_Pos (12U) |
4032 | #define RCC_AHBRSTR_CRCRST_Pos (12U) |
4047 | #define RCC_AHBRSTR_CRCRST_Msk (0x1U << RCC_AHBRSTR_CRCRST_Pos) /*!< 0x00001000 */ |
4033 | #define RCC_AHBRSTR_CRCRST_Msk (0x1UL << RCC_AHBRSTR_CRCRST_Pos) /*!< 0x00001000 */ |
4048 | #define RCC_AHBRSTR_CRCRST RCC_AHBRSTR_CRCRST_Msk /*!< CRC reset */ |
4034 | #define RCC_AHBRSTR_CRCRST RCC_AHBRSTR_CRCRST_Msk /*!< CRC reset */ |
4049 | #define RCC_AHBRSTR_FLITFRST_Pos (15U) |
4035 | #define RCC_AHBRSTR_FLITFRST_Pos (15U) |
4050 | #define RCC_AHBRSTR_FLITFRST_Msk (0x1U << RCC_AHBRSTR_FLITFRST_Pos) /*!< 0x00008000 */ |
4036 | #define RCC_AHBRSTR_FLITFRST_Msk (0x1UL << RCC_AHBRSTR_FLITFRST_Pos) /*!< 0x00008000 */ |
4051 | #define RCC_AHBRSTR_FLITFRST RCC_AHBRSTR_FLITFRST_Msk /*!< FLITF reset */ |
4037 | #define RCC_AHBRSTR_FLITFRST RCC_AHBRSTR_FLITFRST_Msk /*!< FLITF reset */ |
4052 | #define RCC_AHBRSTR_DMA1RST_Pos (24U) |
4038 | #define RCC_AHBRSTR_DMA1RST_Pos (24U) |
4053 | #define RCC_AHBRSTR_DMA1RST_Msk (0x1U << RCC_AHBRSTR_DMA1RST_Pos) /*!< 0x01000000 */ |
4039 | #define RCC_AHBRSTR_DMA1RST_Msk (0x1UL << RCC_AHBRSTR_DMA1RST_Pos) /*!< 0x01000000 */ |
4054 | #define RCC_AHBRSTR_DMA1RST RCC_AHBRSTR_DMA1RST_Msk /*!< DMA1 reset */ |
4040 | #define RCC_AHBRSTR_DMA1RST RCC_AHBRSTR_DMA1RST_Msk /*!< DMA1 reset */ |
4055 | 4041 | ||
4056 | /***************** Bit definition for RCC_APB2RSTR register *****************/ |
4042 | /***************** Bit definition for RCC_APB2RSTR register *****************/ |
4057 | #define RCC_APB2RSTR_SYSCFGRST_Pos (0U) |
4043 | #define RCC_APB2RSTR_SYSCFGRST_Pos (0U) |
4058 | #define RCC_APB2RSTR_SYSCFGRST_Msk (0x1U << RCC_APB2RSTR_SYSCFGRST_Pos) /*!< 0x00000001 */ |
4044 | #define RCC_APB2RSTR_SYSCFGRST_Msk (0x1UL << RCC_APB2RSTR_SYSCFGRST_Pos) /*!< 0x00000001 */ |
4059 | #define RCC_APB2RSTR_SYSCFGRST RCC_APB2RSTR_SYSCFGRST_Msk /*!< System Configuration SYSCFG reset */ |
4045 | #define RCC_APB2RSTR_SYSCFGRST RCC_APB2RSTR_SYSCFGRST_Msk /*!< System Configuration SYSCFG reset */ |
4060 | #define RCC_APB2RSTR_TIM9RST_Pos (2U) |
4046 | #define RCC_APB2RSTR_TIM9RST_Pos (2U) |
4061 | #define RCC_APB2RSTR_TIM9RST_Msk (0x1U << RCC_APB2RSTR_TIM9RST_Pos) /*!< 0x00000004 */ |
4047 | #define RCC_APB2RSTR_TIM9RST_Msk (0x1UL << RCC_APB2RSTR_TIM9RST_Pos) /*!< 0x00000004 */ |
4062 | #define RCC_APB2RSTR_TIM9RST RCC_APB2RSTR_TIM9RST_Msk /*!< TIM9 reset */ |
4048 | #define RCC_APB2RSTR_TIM9RST RCC_APB2RSTR_TIM9RST_Msk /*!< TIM9 reset */ |
4063 | #define RCC_APB2RSTR_TIM10RST_Pos (3U) |
4049 | #define RCC_APB2RSTR_TIM10RST_Pos (3U) |
4064 | #define RCC_APB2RSTR_TIM10RST_Msk (0x1U << RCC_APB2RSTR_TIM10RST_Pos) /*!< 0x00000008 */ |
4050 | #define RCC_APB2RSTR_TIM10RST_Msk (0x1UL << RCC_APB2RSTR_TIM10RST_Pos) /*!< 0x00000008 */ |
4065 | #define RCC_APB2RSTR_TIM10RST RCC_APB2RSTR_TIM10RST_Msk /*!< TIM10 reset */ |
4051 | #define RCC_APB2RSTR_TIM10RST RCC_APB2RSTR_TIM10RST_Msk /*!< TIM10 reset */ |
4066 | #define RCC_APB2RSTR_TIM11RST_Pos (4U) |
4052 | #define RCC_APB2RSTR_TIM11RST_Pos (4U) |
4067 | #define RCC_APB2RSTR_TIM11RST_Msk (0x1U << RCC_APB2RSTR_TIM11RST_Pos) /*!< 0x00000010 */ |
4053 | #define RCC_APB2RSTR_TIM11RST_Msk (0x1UL << RCC_APB2RSTR_TIM11RST_Pos) /*!< 0x00000010 */ |
4068 | #define RCC_APB2RSTR_TIM11RST RCC_APB2RSTR_TIM11RST_Msk /*!< TIM11 reset */ |
4054 | #define RCC_APB2RSTR_TIM11RST RCC_APB2RSTR_TIM11RST_Msk /*!< TIM11 reset */ |
4069 | #define RCC_APB2RSTR_ADC1RST_Pos (9U) |
4055 | #define RCC_APB2RSTR_ADC1RST_Pos (9U) |
4070 | #define RCC_APB2RSTR_ADC1RST_Msk (0x1U << RCC_APB2RSTR_ADC1RST_Pos) /*!< 0x00000200 */ |
4056 | #define RCC_APB2RSTR_ADC1RST_Msk (0x1UL << RCC_APB2RSTR_ADC1RST_Pos) /*!< 0x00000200 */ |
4071 | #define RCC_APB2RSTR_ADC1RST RCC_APB2RSTR_ADC1RST_Msk /*!< ADC1 reset */ |
4057 | #define RCC_APB2RSTR_ADC1RST RCC_APB2RSTR_ADC1RST_Msk /*!< ADC1 reset */ |
4072 | #define RCC_APB2RSTR_SPI1RST_Pos (12U) |
4058 | #define RCC_APB2RSTR_SPI1RST_Pos (12U) |
4073 | #define RCC_APB2RSTR_SPI1RST_Msk (0x1U << RCC_APB2RSTR_SPI1RST_Pos) /*!< 0x00001000 */ |
4059 | #define RCC_APB2RSTR_SPI1RST_Msk (0x1UL << RCC_APB2RSTR_SPI1RST_Pos) /*!< 0x00001000 */ |
4074 | #define RCC_APB2RSTR_SPI1RST RCC_APB2RSTR_SPI1RST_Msk /*!< SPI1 reset */ |
4060 | #define RCC_APB2RSTR_SPI1RST RCC_APB2RSTR_SPI1RST_Msk /*!< SPI1 reset */ |
4075 | #define RCC_APB2RSTR_USART1RST_Pos (14U) |
4061 | #define RCC_APB2RSTR_USART1RST_Pos (14U) |
4076 | #define RCC_APB2RSTR_USART1RST_Msk (0x1U << RCC_APB2RSTR_USART1RST_Pos) /*!< 0x00004000 */ |
4062 | #define RCC_APB2RSTR_USART1RST_Msk (0x1UL << RCC_APB2RSTR_USART1RST_Pos) /*!< 0x00004000 */ |
4077 | #define RCC_APB2RSTR_USART1RST RCC_APB2RSTR_USART1RST_Msk /*!< USART1 reset */ |
4063 | #define RCC_APB2RSTR_USART1RST RCC_APB2RSTR_USART1RST_Msk /*!< USART1 reset */ |
4078 | 4064 | ||
4079 | /***************** Bit definition for RCC_APB1RSTR register *****************/ |
4065 | /***************** Bit definition for RCC_APB1RSTR register *****************/ |
4080 | #define RCC_APB1RSTR_TIM2RST_Pos (0U) |
4066 | #define RCC_APB1RSTR_TIM2RST_Pos (0U) |
4081 | #define RCC_APB1RSTR_TIM2RST_Msk (0x1U << RCC_APB1RSTR_TIM2RST_Pos) /*!< 0x00000001 */ |
4067 | #define RCC_APB1RSTR_TIM2RST_Msk (0x1UL << RCC_APB1RSTR_TIM2RST_Pos) /*!< 0x00000001 */ |
4082 | #define RCC_APB1RSTR_TIM2RST RCC_APB1RSTR_TIM2RST_Msk /*!< Timer 2 reset */ |
4068 | #define RCC_APB1RSTR_TIM2RST RCC_APB1RSTR_TIM2RST_Msk /*!< Timer 2 reset */ |
4083 | #define RCC_APB1RSTR_TIM3RST_Pos (1U) |
4069 | #define RCC_APB1RSTR_TIM3RST_Pos (1U) |
4084 | #define RCC_APB1RSTR_TIM3RST_Msk (0x1U << RCC_APB1RSTR_TIM3RST_Pos) /*!< 0x00000002 */ |
4070 | #define RCC_APB1RSTR_TIM3RST_Msk (0x1UL << RCC_APB1RSTR_TIM3RST_Pos) /*!< 0x00000002 */ |
4085 | #define RCC_APB1RSTR_TIM3RST RCC_APB1RSTR_TIM3RST_Msk /*!< Timer 3 reset */ |
4071 | #define RCC_APB1RSTR_TIM3RST RCC_APB1RSTR_TIM3RST_Msk /*!< Timer 3 reset */ |
4086 | #define RCC_APB1RSTR_TIM4RST_Pos (2U) |
4072 | #define RCC_APB1RSTR_TIM4RST_Pos (2U) |
4087 | #define RCC_APB1RSTR_TIM4RST_Msk (0x1U << RCC_APB1RSTR_TIM4RST_Pos) /*!< 0x00000004 */ |
4073 | #define RCC_APB1RSTR_TIM4RST_Msk (0x1UL << RCC_APB1RSTR_TIM4RST_Pos) /*!< 0x00000004 */ |
4088 | #define RCC_APB1RSTR_TIM4RST RCC_APB1RSTR_TIM4RST_Msk /*!< Timer 4 reset */ |
4074 | #define RCC_APB1RSTR_TIM4RST RCC_APB1RSTR_TIM4RST_Msk /*!< Timer 4 reset */ |
4089 | #define RCC_APB1RSTR_TIM6RST_Pos (4U) |
4075 | #define RCC_APB1RSTR_TIM6RST_Pos (4U) |
4090 | #define RCC_APB1RSTR_TIM6RST_Msk (0x1U << RCC_APB1RSTR_TIM6RST_Pos) /*!< 0x00000010 */ |
4076 | #define RCC_APB1RSTR_TIM6RST_Msk (0x1UL << RCC_APB1RSTR_TIM6RST_Pos) /*!< 0x00000010 */ |
4091 | #define RCC_APB1RSTR_TIM6RST RCC_APB1RSTR_TIM6RST_Msk /*!< Timer 6 reset */ |
4077 | #define RCC_APB1RSTR_TIM6RST RCC_APB1RSTR_TIM6RST_Msk /*!< Timer 6 reset */ |
4092 | #define RCC_APB1RSTR_TIM7RST_Pos (5U) |
4078 | #define RCC_APB1RSTR_TIM7RST_Pos (5U) |
4093 | #define RCC_APB1RSTR_TIM7RST_Msk (0x1U << RCC_APB1RSTR_TIM7RST_Pos) /*!< 0x00000020 */ |
4079 | #define RCC_APB1RSTR_TIM7RST_Msk (0x1UL << RCC_APB1RSTR_TIM7RST_Pos) /*!< 0x00000020 */ |
4094 | #define RCC_APB1RSTR_TIM7RST RCC_APB1RSTR_TIM7RST_Msk /*!< Timer 7 reset */ |
4080 | #define RCC_APB1RSTR_TIM7RST RCC_APB1RSTR_TIM7RST_Msk /*!< Timer 7 reset */ |
4095 | #define RCC_APB1RSTR_WWDGRST_Pos (11U) |
4081 | #define RCC_APB1RSTR_WWDGRST_Pos (11U) |
4096 | #define RCC_APB1RSTR_WWDGRST_Msk (0x1U << RCC_APB1RSTR_WWDGRST_Pos) /*!< 0x00000800 */ |
4082 | #define RCC_APB1RSTR_WWDGRST_Msk (0x1UL << RCC_APB1RSTR_WWDGRST_Pos) /*!< 0x00000800 */ |
4097 | #define RCC_APB1RSTR_WWDGRST RCC_APB1RSTR_WWDGRST_Msk /*!< Window Watchdog reset */ |
4083 | #define RCC_APB1RSTR_WWDGRST RCC_APB1RSTR_WWDGRST_Msk /*!< Window Watchdog reset */ |
4098 | #define RCC_APB1RSTR_SPI2RST_Pos (14U) |
4084 | #define RCC_APB1RSTR_SPI2RST_Pos (14U) |
4099 | #define RCC_APB1RSTR_SPI2RST_Msk (0x1U << RCC_APB1RSTR_SPI2RST_Pos) /*!< 0x00004000 */ |
4085 | #define RCC_APB1RSTR_SPI2RST_Msk (0x1UL << RCC_APB1RSTR_SPI2RST_Pos) /*!< 0x00004000 */ |
4100 | #define RCC_APB1RSTR_SPI2RST RCC_APB1RSTR_SPI2RST_Msk /*!< SPI 2 reset */ |
4086 | #define RCC_APB1RSTR_SPI2RST RCC_APB1RSTR_SPI2RST_Msk /*!< SPI 2 reset */ |
4101 | #define RCC_APB1RSTR_USART2RST_Pos (17U) |
4087 | #define RCC_APB1RSTR_USART2RST_Pos (17U) |
4102 | #define RCC_APB1RSTR_USART2RST_Msk (0x1U << RCC_APB1RSTR_USART2RST_Pos) /*!< 0x00020000 */ |
4088 | #define RCC_APB1RSTR_USART2RST_Msk (0x1UL << RCC_APB1RSTR_USART2RST_Pos) /*!< 0x00020000 */ |
4103 | #define RCC_APB1RSTR_USART2RST RCC_APB1RSTR_USART2RST_Msk /*!< USART 2 reset */ |
4089 | #define RCC_APB1RSTR_USART2RST RCC_APB1RSTR_USART2RST_Msk /*!< USART 2 reset */ |
4104 | #define RCC_APB1RSTR_USART3RST_Pos (18U) |
4090 | #define RCC_APB1RSTR_USART3RST_Pos (18U) |
4105 | #define RCC_APB1RSTR_USART3RST_Msk (0x1U << RCC_APB1RSTR_USART3RST_Pos) /*!< 0x00040000 */ |
4091 | #define RCC_APB1RSTR_USART3RST_Msk (0x1UL << RCC_APB1RSTR_USART3RST_Pos) /*!< 0x00040000 */ |
4106 | #define RCC_APB1RSTR_USART3RST RCC_APB1RSTR_USART3RST_Msk /*!< USART 3 reset */ |
4092 | #define RCC_APB1RSTR_USART3RST RCC_APB1RSTR_USART3RST_Msk /*!< USART 3 reset */ |
4107 | #define RCC_APB1RSTR_I2C1RST_Pos (21U) |
4093 | #define RCC_APB1RSTR_I2C1RST_Pos (21U) |
4108 | #define RCC_APB1RSTR_I2C1RST_Msk (0x1U << RCC_APB1RSTR_I2C1RST_Pos) /*!< 0x00200000 */ |
4094 | #define RCC_APB1RSTR_I2C1RST_Msk (0x1UL << RCC_APB1RSTR_I2C1RST_Pos) /*!< 0x00200000 */ |
4109 | #define RCC_APB1RSTR_I2C1RST RCC_APB1RSTR_I2C1RST_Msk /*!< I2C 1 reset */ |
4095 | #define RCC_APB1RSTR_I2C1RST RCC_APB1RSTR_I2C1RST_Msk /*!< I2C 1 reset */ |
4110 | #define RCC_APB1RSTR_I2C2RST_Pos (22U) |
4096 | #define RCC_APB1RSTR_I2C2RST_Pos (22U) |
4111 | #define RCC_APB1RSTR_I2C2RST_Msk (0x1U << RCC_APB1RSTR_I2C2RST_Pos) /*!< 0x00400000 */ |
4097 | #define RCC_APB1RSTR_I2C2RST_Msk (0x1UL << RCC_APB1RSTR_I2C2RST_Pos) /*!< 0x00400000 */ |
4112 | #define RCC_APB1RSTR_I2C2RST RCC_APB1RSTR_I2C2RST_Msk /*!< I2C 2 reset */ |
4098 | #define RCC_APB1RSTR_I2C2RST RCC_APB1RSTR_I2C2RST_Msk /*!< I2C 2 reset */ |
4113 | #define RCC_APB1RSTR_USBRST_Pos (23U) |
4099 | #define RCC_APB1RSTR_USBRST_Pos (23U) |
4114 | #define RCC_APB1RSTR_USBRST_Msk (0x1U << RCC_APB1RSTR_USBRST_Pos) /*!< 0x00800000 */ |
4100 | #define RCC_APB1RSTR_USBRST_Msk (0x1UL << RCC_APB1RSTR_USBRST_Pos) /*!< 0x00800000 */ |
4115 | #define RCC_APB1RSTR_USBRST RCC_APB1RSTR_USBRST_Msk /*!< USB reset */ |
4101 | #define RCC_APB1RSTR_USBRST RCC_APB1RSTR_USBRST_Msk /*!< USB reset */ |
4116 | #define RCC_APB1RSTR_PWRRST_Pos (28U) |
4102 | #define RCC_APB1RSTR_PWRRST_Pos (28U) |
4117 | #define RCC_APB1RSTR_PWRRST_Msk (0x1U << RCC_APB1RSTR_PWRRST_Pos) /*!< 0x10000000 */ |
4103 | #define RCC_APB1RSTR_PWRRST_Msk (0x1UL << RCC_APB1RSTR_PWRRST_Pos) /*!< 0x10000000 */ |
4118 | #define RCC_APB1RSTR_PWRRST RCC_APB1RSTR_PWRRST_Msk /*!< Power interface reset */ |
4104 | #define RCC_APB1RSTR_PWRRST RCC_APB1RSTR_PWRRST_Msk /*!< Power interface reset */ |
4119 | #define RCC_APB1RSTR_DACRST_Pos (29U) |
4105 | #define RCC_APB1RSTR_DACRST_Pos (29U) |
4120 | #define RCC_APB1RSTR_DACRST_Msk (0x1U << RCC_APB1RSTR_DACRST_Pos) /*!< 0x20000000 */ |
4106 | #define RCC_APB1RSTR_DACRST_Msk (0x1UL << RCC_APB1RSTR_DACRST_Pos) /*!< 0x20000000 */ |
4121 | #define RCC_APB1RSTR_DACRST RCC_APB1RSTR_DACRST_Msk /*!< DAC interface reset */ |
4107 | #define RCC_APB1RSTR_DACRST RCC_APB1RSTR_DACRST_Msk /*!< DAC interface reset */ |
4122 | #define RCC_APB1RSTR_COMPRST_Pos (31U) |
4108 | #define RCC_APB1RSTR_COMPRST_Pos (31U) |
4123 | #define RCC_APB1RSTR_COMPRST_Msk (0x1U << RCC_APB1RSTR_COMPRST_Pos) /*!< 0x80000000 */ |
4109 | #define RCC_APB1RSTR_COMPRST_Msk (0x1UL << RCC_APB1RSTR_COMPRST_Pos) /*!< 0x80000000 */ |
4124 | #define RCC_APB1RSTR_COMPRST RCC_APB1RSTR_COMPRST_Msk /*!< Comparator interface reset */ |
4110 | #define RCC_APB1RSTR_COMPRST RCC_APB1RSTR_COMPRST_Msk /*!< Comparator interface reset */ |
4125 | 4111 | ||
4126 | /****************** Bit definition for RCC_AHBENR register ******************/ |
4112 | /****************** Bit definition for RCC_AHBENR register ******************/ |
4127 | #define RCC_AHBENR_GPIOAEN_Pos (0U) |
4113 | #define RCC_AHBENR_GPIOAEN_Pos (0U) |
4128 | #define RCC_AHBENR_GPIOAEN_Msk (0x1U << RCC_AHBENR_GPIOAEN_Pos) /*!< 0x00000001 */ |
4114 | #define RCC_AHBENR_GPIOAEN_Msk (0x1UL << RCC_AHBENR_GPIOAEN_Pos) /*!< 0x00000001 */ |
4129 | #define RCC_AHBENR_GPIOAEN RCC_AHBENR_GPIOAEN_Msk /*!< GPIO port A clock enable */ |
4115 | #define RCC_AHBENR_GPIOAEN RCC_AHBENR_GPIOAEN_Msk /*!< GPIO port A clock enable */ |
4130 | #define RCC_AHBENR_GPIOBEN_Pos (1U) |
4116 | #define RCC_AHBENR_GPIOBEN_Pos (1U) |
4131 | #define RCC_AHBENR_GPIOBEN_Msk (0x1U << RCC_AHBENR_GPIOBEN_Pos) /*!< 0x00000002 */ |
4117 | #define RCC_AHBENR_GPIOBEN_Msk (0x1UL << RCC_AHBENR_GPIOBEN_Pos) /*!< 0x00000002 */ |
4132 | #define RCC_AHBENR_GPIOBEN RCC_AHBENR_GPIOBEN_Msk /*!< GPIO port B clock enable */ |
4118 | #define RCC_AHBENR_GPIOBEN RCC_AHBENR_GPIOBEN_Msk /*!< GPIO port B clock enable */ |
4133 | #define RCC_AHBENR_GPIOCEN_Pos (2U) |
4119 | #define RCC_AHBENR_GPIOCEN_Pos (2U) |
4134 | #define RCC_AHBENR_GPIOCEN_Msk (0x1U << RCC_AHBENR_GPIOCEN_Pos) /*!< 0x00000004 */ |
4120 | #define RCC_AHBENR_GPIOCEN_Msk (0x1UL << RCC_AHBENR_GPIOCEN_Pos) /*!< 0x00000004 */ |
4135 | #define RCC_AHBENR_GPIOCEN RCC_AHBENR_GPIOCEN_Msk /*!< GPIO port C clock enable */ |
4121 | #define RCC_AHBENR_GPIOCEN RCC_AHBENR_GPIOCEN_Msk /*!< GPIO port C clock enable */ |
4136 | #define RCC_AHBENR_GPIODEN_Pos (3U) |
4122 | #define RCC_AHBENR_GPIODEN_Pos (3U) |
4137 | #define RCC_AHBENR_GPIODEN_Msk (0x1U << RCC_AHBENR_GPIODEN_Pos) /*!< 0x00000008 */ |
4123 | #define RCC_AHBENR_GPIODEN_Msk (0x1UL << RCC_AHBENR_GPIODEN_Pos) /*!< 0x00000008 */ |
4138 | #define RCC_AHBENR_GPIODEN RCC_AHBENR_GPIODEN_Msk /*!< GPIO port D clock enable */ |
4124 | #define RCC_AHBENR_GPIODEN RCC_AHBENR_GPIODEN_Msk /*!< GPIO port D clock enable */ |
4139 | #define RCC_AHBENR_GPIOEEN_Pos (4U) |
4125 | #define RCC_AHBENR_GPIOEEN_Pos (4U) |
4140 | #define RCC_AHBENR_GPIOEEN_Msk (0x1U << RCC_AHBENR_GPIOEEN_Pos) /*!< 0x00000010 */ |
4126 | #define RCC_AHBENR_GPIOEEN_Msk (0x1UL << RCC_AHBENR_GPIOEEN_Pos) /*!< 0x00000010 */ |
4141 | #define RCC_AHBENR_GPIOEEN RCC_AHBENR_GPIOEEN_Msk /*!< GPIO port E clock enable */ |
4127 | #define RCC_AHBENR_GPIOEEN RCC_AHBENR_GPIOEEN_Msk /*!< GPIO port E clock enable */ |
4142 | #define RCC_AHBENR_GPIOHEN_Pos (5U) |
4128 | #define RCC_AHBENR_GPIOHEN_Pos (5U) |
4143 | #define RCC_AHBENR_GPIOHEN_Msk (0x1U << RCC_AHBENR_GPIOHEN_Pos) /*!< 0x00000020 */ |
4129 | #define RCC_AHBENR_GPIOHEN_Msk (0x1UL << RCC_AHBENR_GPIOHEN_Pos) /*!< 0x00000020 */ |
4144 | #define RCC_AHBENR_GPIOHEN RCC_AHBENR_GPIOHEN_Msk /*!< GPIO port H clock enable */ |
4130 | #define RCC_AHBENR_GPIOHEN RCC_AHBENR_GPIOHEN_Msk /*!< GPIO port H clock enable */ |
4145 | #define RCC_AHBENR_CRCEN_Pos (12U) |
4131 | #define RCC_AHBENR_CRCEN_Pos (12U) |
4146 | #define RCC_AHBENR_CRCEN_Msk (0x1U << RCC_AHBENR_CRCEN_Pos) /*!< 0x00001000 */ |
4132 | #define RCC_AHBENR_CRCEN_Msk (0x1UL << RCC_AHBENR_CRCEN_Pos) /*!< 0x00001000 */ |
4147 | #define RCC_AHBENR_CRCEN RCC_AHBENR_CRCEN_Msk /*!< CRC clock enable */ |
4133 | #define RCC_AHBENR_CRCEN RCC_AHBENR_CRCEN_Msk /*!< CRC clock enable */ |
4148 | #define RCC_AHBENR_FLITFEN_Pos (15U) |
4134 | #define RCC_AHBENR_FLITFEN_Pos (15U) |
4149 | #define RCC_AHBENR_FLITFEN_Msk (0x1U << RCC_AHBENR_FLITFEN_Pos) /*!< 0x00008000 */ |
4135 | #define RCC_AHBENR_FLITFEN_Msk (0x1UL << RCC_AHBENR_FLITFEN_Pos) /*!< 0x00008000 */ |
4150 | #define RCC_AHBENR_FLITFEN RCC_AHBENR_FLITFEN_Msk /*!< FLITF clock enable (has effect only when |
4136 | #define RCC_AHBENR_FLITFEN RCC_AHBENR_FLITFEN_Msk /*!< FLITF clock enable (has effect only when |
4151 | the Flash memory is in power down mode) */ |
4137 | the Flash memory is in power down mode) */ |
4152 | #define RCC_AHBENR_DMA1EN_Pos (24U) |
4138 | #define RCC_AHBENR_DMA1EN_Pos (24U) |
4153 | #define RCC_AHBENR_DMA1EN_Msk (0x1U << RCC_AHBENR_DMA1EN_Pos) /*!< 0x01000000 */ |
4139 | #define RCC_AHBENR_DMA1EN_Msk (0x1UL << RCC_AHBENR_DMA1EN_Pos) /*!< 0x01000000 */ |
4154 | #define RCC_AHBENR_DMA1EN RCC_AHBENR_DMA1EN_Msk /*!< DMA1 clock enable */ |
4140 | #define RCC_AHBENR_DMA1EN RCC_AHBENR_DMA1EN_Msk /*!< DMA1 clock enable */ |
4155 | 4141 | ||
4156 | /****************** Bit definition for RCC_APB2ENR register *****************/ |
4142 | /****************** Bit definition for RCC_APB2ENR register *****************/ |
4157 | #define RCC_APB2ENR_SYSCFGEN_Pos (0U) |
4143 | #define RCC_APB2ENR_SYSCFGEN_Pos (0U) |
4158 | #define RCC_APB2ENR_SYSCFGEN_Msk (0x1U << RCC_APB2ENR_SYSCFGEN_Pos) /*!< 0x00000001 */ |
4144 | #define RCC_APB2ENR_SYSCFGEN_Msk (0x1UL << RCC_APB2ENR_SYSCFGEN_Pos) /*!< 0x00000001 */ |
4159 | #define RCC_APB2ENR_SYSCFGEN RCC_APB2ENR_SYSCFGEN_Msk /*!< System Configuration SYSCFG clock enable */ |
4145 | #define RCC_APB2ENR_SYSCFGEN RCC_APB2ENR_SYSCFGEN_Msk /*!< System Configuration SYSCFG clock enable */ |
4160 | #define RCC_APB2ENR_TIM9EN_Pos (2U) |
4146 | #define RCC_APB2ENR_TIM9EN_Pos (2U) |
4161 | #define RCC_APB2ENR_TIM9EN_Msk (0x1U << RCC_APB2ENR_TIM9EN_Pos) /*!< 0x00000004 */ |
4147 | #define RCC_APB2ENR_TIM9EN_Msk (0x1UL << RCC_APB2ENR_TIM9EN_Pos) /*!< 0x00000004 */ |
4162 | #define RCC_APB2ENR_TIM9EN RCC_APB2ENR_TIM9EN_Msk /*!< TIM9 interface clock enable */ |
4148 | #define RCC_APB2ENR_TIM9EN RCC_APB2ENR_TIM9EN_Msk /*!< TIM9 interface clock enable */ |
4163 | #define RCC_APB2ENR_TIM10EN_Pos (3U) |
4149 | #define RCC_APB2ENR_TIM10EN_Pos (3U) |
4164 | #define RCC_APB2ENR_TIM10EN_Msk (0x1U << RCC_APB2ENR_TIM10EN_Pos) /*!< 0x00000008 */ |
4150 | #define RCC_APB2ENR_TIM10EN_Msk (0x1UL << RCC_APB2ENR_TIM10EN_Pos) /*!< 0x00000008 */ |
4165 | #define RCC_APB2ENR_TIM10EN RCC_APB2ENR_TIM10EN_Msk /*!< TIM10 interface clock enable */ |
4151 | #define RCC_APB2ENR_TIM10EN RCC_APB2ENR_TIM10EN_Msk /*!< TIM10 interface clock enable */ |
4166 | #define RCC_APB2ENR_TIM11EN_Pos (4U) |
4152 | #define RCC_APB2ENR_TIM11EN_Pos (4U) |
4167 | #define RCC_APB2ENR_TIM11EN_Msk (0x1U << RCC_APB2ENR_TIM11EN_Pos) /*!< 0x00000010 */ |
4153 | #define RCC_APB2ENR_TIM11EN_Msk (0x1UL << RCC_APB2ENR_TIM11EN_Pos) /*!< 0x00000010 */ |
4168 | #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clock enable */ |
4154 | #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clock enable */ |
4169 | #define RCC_APB2ENR_ADC1EN_Pos (9U) |
4155 | #define RCC_APB2ENR_ADC1EN_Pos (9U) |
4170 | #define RCC_APB2ENR_ADC1EN_Msk (0x1U << RCC_APB2ENR_ADC1EN_Pos) /*!< 0x00000200 */ |
4156 | #define RCC_APB2ENR_ADC1EN_Msk (0x1UL << RCC_APB2ENR_ADC1EN_Pos) /*!< 0x00000200 */ |
4171 | #define RCC_APB2ENR_ADC1EN RCC_APB2ENR_ADC1EN_Msk /*!< ADC1 clock enable */ |
4157 | #define RCC_APB2ENR_ADC1EN RCC_APB2ENR_ADC1EN_Msk /*!< ADC1 clock enable */ |
4172 | #define RCC_APB2ENR_SPI1EN_Pos (12U) |
4158 | #define RCC_APB2ENR_SPI1EN_Pos (12U) |
4173 | #define RCC_APB2ENR_SPI1EN_Msk (0x1U << RCC_APB2ENR_SPI1EN_Pos) /*!< 0x00001000 */ |
4159 | #define RCC_APB2ENR_SPI1EN_Msk (0x1UL << RCC_APB2ENR_SPI1EN_Pos) /*!< 0x00001000 */ |
4174 | #define RCC_APB2ENR_SPI1EN RCC_APB2ENR_SPI1EN_Msk /*!< SPI1 clock enable */ |
4160 | #define RCC_APB2ENR_SPI1EN RCC_APB2ENR_SPI1EN_Msk /*!< SPI1 clock enable */ |
4175 | #define RCC_APB2ENR_USART1EN_Pos (14U) |
4161 | #define RCC_APB2ENR_USART1EN_Pos (14U) |
4176 | #define RCC_APB2ENR_USART1EN_Msk (0x1U << RCC_APB2ENR_USART1EN_Pos) /*!< 0x00004000 */ |
4162 | #define RCC_APB2ENR_USART1EN_Msk (0x1UL << RCC_APB2ENR_USART1EN_Pos) /*!< 0x00004000 */ |
4177 | #define RCC_APB2ENR_USART1EN RCC_APB2ENR_USART1EN_Msk /*!< USART1 clock enable */ |
4163 | #define RCC_APB2ENR_USART1EN RCC_APB2ENR_USART1EN_Msk /*!< USART1 clock enable */ |
4178 | 4164 | ||
4179 | /***************** Bit definition for RCC_APB1ENR register ******************/ |
4165 | /***************** Bit definition for RCC_APB1ENR register ******************/ |
4180 | #define RCC_APB1ENR_TIM2EN_Pos (0U) |
4166 | #define RCC_APB1ENR_TIM2EN_Pos (0U) |
4181 | #define RCC_APB1ENR_TIM2EN_Msk (0x1U << RCC_APB1ENR_TIM2EN_Pos) /*!< 0x00000001 */ |
4167 | #define RCC_APB1ENR_TIM2EN_Msk (0x1UL << RCC_APB1ENR_TIM2EN_Pos) /*!< 0x00000001 */ |
4182 | #define RCC_APB1ENR_TIM2EN RCC_APB1ENR_TIM2EN_Msk /*!< Timer 2 clock enabled*/ |
4168 | #define RCC_APB1ENR_TIM2EN RCC_APB1ENR_TIM2EN_Msk /*!< Timer 2 clock enabled*/ |
4183 | #define RCC_APB1ENR_TIM3EN_Pos (1U) |
4169 | #define RCC_APB1ENR_TIM3EN_Pos (1U) |
4184 | #define RCC_APB1ENR_TIM3EN_Msk (0x1U << RCC_APB1ENR_TIM3EN_Pos) /*!< 0x00000002 */ |
4170 | #define RCC_APB1ENR_TIM3EN_Msk (0x1UL << RCC_APB1ENR_TIM3EN_Pos) /*!< 0x00000002 */ |
4185 | #define RCC_APB1ENR_TIM3EN RCC_APB1ENR_TIM3EN_Msk /*!< Timer 3 clock enable */ |
4171 | #define RCC_APB1ENR_TIM3EN RCC_APB1ENR_TIM3EN_Msk /*!< Timer 3 clock enable */ |
4186 | #define RCC_APB1ENR_TIM4EN_Pos (2U) |
4172 | #define RCC_APB1ENR_TIM4EN_Pos (2U) |
4187 | #define RCC_APB1ENR_TIM4EN_Msk (0x1U << RCC_APB1ENR_TIM4EN_Pos) /*!< 0x00000004 */ |
4173 | #define RCC_APB1ENR_TIM4EN_Msk (0x1UL << RCC_APB1ENR_TIM4EN_Pos) /*!< 0x00000004 */ |
4188 | #define RCC_APB1ENR_TIM4EN RCC_APB1ENR_TIM4EN_Msk /*!< Timer 4 clock enable */ |
4174 | #define RCC_APB1ENR_TIM4EN RCC_APB1ENR_TIM4EN_Msk /*!< Timer 4 clock enable */ |
4189 | #define RCC_APB1ENR_TIM6EN_Pos (4U) |
4175 | #define RCC_APB1ENR_TIM6EN_Pos (4U) |
4190 | #define RCC_APB1ENR_TIM6EN_Msk (0x1U << RCC_APB1ENR_TIM6EN_Pos) /*!< 0x00000010 */ |
4176 | #define RCC_APB1ENR_TIM6EN_Msk (0x1UL << RCC_APB1ENR_TIM6EN_Pos) /*!< 0x00000010 */ |
4191 | #define RCC_APB1ENR_TIM6EN RCC_APB1ENR_TIM6EN_Msk /*!< Timer 6 clock enable */ |
4177 | #define RCC_APB1ENR_TIM6EN RCC_APB1ENR_TIM6EN_Msk /*!< Timer 6 clock enable */ |
4192 | #define RCC_APB1ENR_TIM7EN_Pos (5U) |
4178 | #define RCC_APB1ENR_TIM7EN_Pos (5U) |
4193 | #define RCC_APB1ENR_TIM7EN_Msk (0x1U << RCC_APB1ENR_TIM7EN_Pos) /*!< 0x00000020 */ |
4179 | #define RCC_APB1ENR_TIM7EN_Msk (0x1UL << RCC_APB1ENR_TIM7EN_Pos) /*!< 0x00000020 */ |
4194 | #define RCC_APB1ENR_TIM7EN RCC_APB1ENR_TIM7EN_Msk /*!< Timer 7 clock enable */ |
4180 | #define RCC_APB1ENR_TIM7EN RCC_APB1ENR_TIM7EN_Msk /*!< Timer 7 clock enable */ |
4195 | #define RCC_APB1ENR_WWDGEN_Pos (11U) |
4181 | #define RCC_APB1ENR_WWDGEN_Pos (11U) |
4196 | #define RCC_APB1ENR_WWDGEN_Msk (0x1U << RCC_APB1ENR_WWDGEN_Pos) /*!< 0x00000800 */ |
4182 | #define RCC_APB1ENR_WWDGEN_Msk (0x1UL << RCC_APB1ENR_WWDGEN_Pos) /*!< 0x00000800 */ |
4197 | #define RCC_APB1ENR_WWDGEN RCC_APB1ENR_WWDGEN_Msk /*!< Window Watchdog clock enable */ |
4183 | #define RCC_APB1ENR_WWDGEN RCC_APB1ENR_WWDGEN_Msk /*!< Window Watchdog clock enable */ |
4198 | #define RCC_APB1ENR_SPI2EN_Pos (14U) |
4184 | #define RCC_APB1ENR_SPI2EN_Pos (14U) |
4199 | #define RCC_APB1ENR_SPI2EN_Msk (0x1U << RCC_APB1ENR_SPI2EN_Pos) /*!< 0x00004000 */ |
4185 | #define RCC_APB1ENR_SPI2EN_Msk (0x1UL << RCC_APB1ENR_SPI2EN_Pos) /*!< 0x00004000 */ |
4200 | #define RCC_APB1ENR_SPI2EN RCC_APB1ENR_SPI2EN_Msk /*!< SPI 2 clock enable */ |
4186 | #define RCC_APB1ENR_SPI2EN RCC_APB1ENR_SPI2EN_Msk /*!< SPI 2 clock enable */ |
4201 | #define RCC_APB1ENR_USART2EN_Pos (17U) |
4187 | #define RCC_APB1ENR_USART2EN_Pos (17U) |
4202 | #define RCC_APB1ENR_USART2EN_Msk (0x1U << RCC_APB1ENR_USART2EN_Pos) /*!< 0x00020000 */ |
4188 | #define RCC_APB1ENR_USART2EN_Msk (0x1UL << RCC_APB1ENR_USART2EN_Pos) /*!< 0x00020000 */ |
4203 | #define RCC_APB1ENR_USART2EN RCC_APB1ENR_USART2EN_Msk /*!< USART 2 clock enable */ |
4189 | #define RCC_APB1ENR_USART2EN RCC_APB1ENR_USART2EN_Msk /*!< USART 2 clock enable */ |
4204 | #define RCC_APB1ENR_USART3EN_Pos (18U) |
4190 | #define RCC_APB1ENR_USART3EN_Pos (18U) |
4205 | #define RCC_APB1ENR_USART3EN_Msk (0x1U << RCC_APB1ENR_USART3EN_Pos) /*!< 0x00040000 */ |
4191 | #define RCC_APB1ENR_USART3EN_Msk (0x1UL << RCC_APB1ENR_USART3EN_Pos) /*!< 0x00040000 */ |
4206 | #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART 3 clock enable */ |
4192 | #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART 3 clock enable */ |
4207 | #define RCC_APB1ENR_I2C1EN_Pos (21U) |
4193 | #define RCC_APB1ENR_I2C1EN_Pos (21U) |
4208 | #define RCC_APB1ENR_I2C1EN_Msk (0x1U << RCC_APB1ENR_I2C1EN_Pos) /*!< 0x00200000 */ |
4194 | #define RCC_APB1ENR_I2C1EN_Msk (0x1UL << RCC_APB1ENR_I2C1EN_Pos) /*!< 0x00200000 */ |
4209 | #define RCC_APB1ENR_I2C1EN RCC_APB1ENR_I2C1EN_Msk /*!< I2C 1 clock enable */ |
4195 | #define RCC_APB1ENR_I2C1EN RCC_APB1ENR_I2C1EN_Msk /*!< I2C 1 clock enable */ |
4210 | #define RCC_APB1ENR_I2C2EN_Pos (22U) |
4196 | #define RCC_APB1ENR_I2C2EN_Pos (22U) |
4211 | #define RCC_APB1ENR_I2C2EN_Msk (0x1U << RCC_APB1ENR_I2C2EN_Pos) /*!< 0x00400000 */ |
4197 | #define RCC_APB1ENR_I2C2EN_Msk (0x1UL << RCC_APB1ENR_I2C2EN_Pos) /*!< 0x00400000 */ |
4212 | #define RCC_APB1ENR_I2C2EN RCC_APB1ENR_I2C2EN_Msk /*!< I2C 2 clock enable */ |
4198 | #define RCC_APB1ENR_I2C2EN RCC_APB1ENR_I2C2EN_Msk /*!< I2C 2 clock enable */ |
4213 | #define RCC_APB1ENR_USBEN_Pos (23U) |
4199 | #define RCC_APB1ENR_USBEN_Pos (23U) |
4214 | #define RCC_APB1ENR_USBEN_Msk (0x1U << RCC_APB1ENR_USBEN_Pos) /*!< 0x00800000 */ |
4200 | #define RCC_APB1ENR_USBEN_Msk (0x1UL << RCC_APB1ENR_USBEN_Pos) /*!< 0x00800000 */ |
4215 | #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enable */ |
4201 | #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enable */ |
4216 | #define RCC_APB1ENR_PWREN_Pos (28U) |
4202 | #define RCC_APB1ENR_PWREN_Pos (28U) |
4217 | #define RCC_APB1ENR_PWREN_Msk (0x1U << RCC_APB1ENR_PWREN_Pos) /*!< 0x10000000 */ |
4203 | #define RCC_APB1ENR_PWREN_Msk (0x1UL << RCC_APB1ENR_PWREN_Pos) /*!< 0x10000000 */ |
4218 | #define RCC_APB1ENR_PWREN RCC_APB1ENR_PWREN_Msk /*!< Power interface clock enable */ |
4204 | #define RCC_APB1ENR_PWREN RCC_APB1ENR_PWREN_Msk /*!< Power interface clock enable */ |
4219 | #define RCC_APB1ENR_DACEN_Pos (29U) |
4205 | #define RCC_APB1ENR_DACEN_Pos (29U) |
4220 | #define RCC_APB1ENR_DACEN_Msk (0x1U << RCC_APB1ENR_DACEN_Pos) /*!< 0x20000000 */ |
4206 | #define RCC_APB1ENR_DACEN_Msk (0x1UL << RCC_APB1ENR_DACEN_Pos) /*!< 0x20000000 */ |
4221 | #define RCC_APB1ENR_DACEN RCC_APB1ENR_DACEN_Msk /*!< DAC interface clock enable */ |
4207 | #define RCC_APB1ENR_DACEN RCC_APB1ENR_DACEN_Msk /*!< DAC interface clock enable */ |
4222 | #define RCC_APB1ENR_COMPEN_Pos (31U) |
4208 | #define RCC_APB1ENR_COMPEN_Pos (31U) |
4223 | #define RCC_APB1ENR_COMPEN_Msk (0x1U << RCC_APB1ENR_COMPEN_Pos) /*!< 0x80000000 */ |
4209 | #define RCC_APB1ENR_COMPEN_Msk (0x1UL << RCC_APB1ENR_COMPEN_Pos) /*!< 0x80000000 */ |
4224 | #define RCC_APB1ENR_COMPEN RCC_APB1ENR_COMPEN_Msk /*!< Comparator interface clock enable */ |
4210 | #define RCC_APB1ENR_COMPEN RCC_APB1ENR_COMPEN_Msk /*!< Comparator interface clock enable */ |
4225 | 4211 | ||
4226 | /****************** Bit definition for RCC_AHBLPENR register ****************/ |
4212 | /****************** Bit definition for RCC_AHBLPENR register ****************/ |
4227 | #define RCC_AHBLPENR_GPIOALPEN_Pos (0U) |
4213 | #define RCC_AHBLPENR_GPIOALPEN_Pos (0U) |
4228 | #define RCC_AHBLPENR_GPIOALPEN_Msk (0x1U << RCC_AHBLPENR_GPIOALPEN_Pos) /*!< 0x00000001 */ |
4214 | #define RCC_AHBLPENR_GPIOALPEN_Msk (0x1UL << RCC_AHBLPENR_GPIOALPEN_Pos) /*!< 0x00000001 */ |
4229 | #define RCC_AHBLPENR_GPIOALPEN RCC_AHBLPENR_GPIOALPEN_Msk /*!< GPIO port A clock enabled in sleep mode */ |
4215 | #define RCC_AHBLPENR_GPIOALPEN RCC_AHBLPENR_GPIOALPEN_Msk /*!< GPIO port A clock enabled in sleep mode */ |
4230 | #define RCC_AHBLPENR_GPIOBLPEN_Pos (1U) |
4216 | #define RCC_AHBLPENR_GPIOBLPEN_Pos (1U) |
4231 | #define RCC_AHBLPENR_GPIOBLPEN_Msk (0x1U << RCC_AHBLPENR_GPIOBLPEN_Pos) /*!< 0x00000002 */ |
4217 | #define RCC_AHBLPENR_GPIOBLPEN_Msk (0x1UL << RCC_AHBLPENR_GPIOBLPEN_Pos) /*!< 0x00000002 */ |
4232 | #define RCC_AHBLPENR_GPIOBLPEN RCC_AHBLPENR_GPIOBLPEN_Msk /*!< GPIO port B clock enabled in sleep mode */ |
4218 | #define RCC_AHBLPENR_GPIOBLPEN RCC_AHBLPENR_GPIOBLPEN_Msk /*!< GPIO port B clock enabled in sleep mode */ |
4233 | #define RCC_AHBLPENR_GPIOCLPEN_Pos (2U) |
4219 | #define RCC_AHBLPENR_GPIOCLPEN_Pos (2U) |
4234 | #define RCC_AHBLPENR_GPIOCLPEN_Msk (0x1U << RCC_AHBLPENR_GPIOCLPEN_Pos) /*!< 0x00000004 */ |
4220 | #define RCC_AHBLPENR_GPIOCLPEN_Msk (0x1UL << RCC_AHBLPENR_GPIOCLPEN_Pos) /*!< 0x00000004 */ |
4235 | #define RCC_AHBLPENR_GPIOCLPEN RCC_AHBLPENR_GPIOCLPEN_Msk /*!< GPIO port C clock enabled in sleep mode */ |
4221 | #define RCC_AHBLPENR_GPIOCLPEN RCC_AHBLPENR_GPIOCLPEN_Msk /*!< GPIO port C clock enabled in sleep mode */ |
4236 | #define RCC_AHBLPENR_GPIODLPEN_Pos (3U) |
4222 | #define RCC_AHBLPENR_GPIODLPEN_Pos (3U) |
4237 | #define RCC_AHBLPENR_GPIODLPEN_Msk (0x1U << RCC_AHBLPENR_GPIODLPEN_Pos) /*!< 0x00000008 */ |
4223 | #define RCC_AHBLPENR_GPIODLPEN_Msk (0x1UL << RCC_AHBLPENR_GPIODLPEN_Pos) /*!< 0x00000008 */ |
4238 | #define RCC_AHBLPENR_GPIODLPEN RCC_AHBLPENR_GPIODLPEN_Msk /*!< GPIO port D clock enabled in sleep mode */ |
4224 | #define RCC_AHBLPENR_GPIODLPEN RCC_AHBLPENR_GPIODLPEN_Msk /*!< GPIO port D clock enabled in sleep mode */ |
4239 | #define RCC_AHBLPENR_GPIOELPEN_Pos (4U) |
4225 | #define RCC_AHBLPENR_GPIOELPEN_Pos (4U) |
4240 | #define RCC_AHBLPENR_GPIOELPEN_Msk (0x1U << RCC_AHBLPENR_GPIOELPEN_Pos) /*!< 0x00000010 */ |
4226 | #define RCC_AHBLPENR_GPIOELPEN_Msk (0x1UL << RCC_AHBLPENR_GPIOELPEN_Pos) /*!< 0x00000010 */ |
4241 | #define RCC_AHBLPENR_GPIOELPEN RCC_AHBLPENR_GPIOELPEN_Msk /*!< GPIO port E clock enabled in sleep mode */ |
4227 | #define RCC_AHBLPENR_GPIOELPEN RCC_AHBLPENR_GPIOELPEN_Msk /*!< GPIO port E clock enabled in sleep mode */ |
4242 | #define RCC_AHBLPENR_GPIOHLPEN_Pos (5U) |
4228 | #define RCC_AHBLPENR_GPIOHLPEN_Pos (5U) |
4243 | #define RCC_AHBLPENR_GPIOHLPEN_Msk (0x1U << RCC_AHBLPENR_GPIOHLPEN_Pos) /*!< 0x00000020 */ |
4229 | #define RCC_AHBLPENR_GPIOHLPEN_Msk (0x1UL << RCC_AHBLPENR_GPIOHLPEN_Pos) /*!< 0x00000020 */ |
4244 | #define RCC_AHBLPENR_GPIOHLPEN RCC_AHBLPENR_GPIOHLPEN_Msk /*!< GPIO port H clock enabled in sleep mode */ |
4230 | #define RCC_AHBLPENR_GPIOHLPEN RCC_AHBLPENR_GPIOHLPEN_Msk /*!< GPIO port H clock enabled in sleep mode */ |
4245 | #define RCC_AHBLPENR_CRCLPEN_Pos (12U) |
4231 | #define RCC_AHBLPENR_CRCLPEN_Pos (12U) |
4246 | #define RCC_AHBLPENR_CRCLPEN_Msk (0x1U << RCC_AHBLPENR_CRCLPEN_Pos) /*!< 0x00001000 */ |
4232 | #define RCC_AHBLPENR_CRCLPEN_Msk (0x1UL << RCC_AHBLPENR_CRCLPEN_Pos) /*!< 0x00001000 */ |
4247 | #define RCC_AHBLPENR_CRCLPEN RCC_AHBLPENR_CRCLPEN_Msk /*!< CRC clock enabled in sleep mode */ |
4233 | #define RCC_AHBLPENR_CRCLPEN RCC_AHBLPENR_CRCLPEN_Msk /*!< CRC clock enabled in sleep mode */ |
4248 | #define RCC_AHBLPENR_FLITFLPEN_Pos (15U) |
4234 | #define RCC_AHBLPENR_FLITFLPEN_Pos (15U) |
4249 | #define RCC_AHBLPENR_FLITFLPEN_Msk (0x1U << RCC_AHBLPENR_FLITFLPEN_Pos) /*!< 0x00008000 */ |
4235 | #define RCC_AHBLPENR_FLITFLPEN_Msk (0x1UL << RCC_AHBLPENR_FLITFLPEN_Pos) /*!< 0x00008000 */ |
4250 | #define RCC_AHBLPENR_FLITFLPEN RCC_AHBLPENR_FLITFLPEN_Msk /*!< Flash Interface clock enabled in sleep mode |
4236 | #define RCC_AHBLPENR_FLITFLPEN RCC_AHBLPENR_FLITFLPEN_Msk /*!< Flash Interface clock enabled in sleep mode |
4251 | (has effect only when the Flash memory is |
4237 | (has effect only when the Flash memory is |
4252 | in power down mode) */ |
4238 | in power down mode) */ |
4253 | #define RCC_AHBLPENR_SRAMLPEN_Pos (16U) |
4239 | #define RCC_AHBLPENR_SRAMLPEN_Pos (16U) |
4254 | #define RCC_AHBLPENR_SRAMLPEN_Msk (0x1U << RCC_AHBLPENR_SRAMLPEN_Pos) /*!< 0x00010000 */ |
4240 | #define RCC_AHBLPENR_SRAMLPEN_Msk (0x1UL << RCC_AHBLPENR_SRAMLPEN_Pos) /*!< 0x00010000 */ |
4255 | #define RCC_AHBLPENR_SRAMLPEN RCC_AHBLPENR_SRAMLPEN_Msk /*!< SRAM clock enabled in sleep mode */ |
4241 | #define RCC_AHBLPENR_SRAMLPEN RCC_AHBLPENR_SRAMLPEN_Msk /*!< SRAM clock enabled in sleep mode */ |
4256 | #define RCC_AHBLPENR_DMA1LPEN_Pos (24U) |
4242 | #define RCC_AHBLPENR_DMA1LPEN_Pos (24U) |
4257 | #define RCC_AHBLPENR_DMA1LPEN_Msk (0x1U << RCC_AHBLPENR_DMA1LPEN_Pos) /*!< 0x01000000 */ |
4243 | #define RCC_AHBLPENR_DMA1LPEN_Msk (0x1UL << RCC_AHBLPENR_DMA1LPEN_Pos) /*!< 0x01000000 */ |
4258 | #define RCC_AHBLPENR_DMA1LPEN RCC_AHBLPENR_DMA1LPEN_Msk /*!< DMA1 clock enabled in sleep mode */ |
4244 | #define RCC_AHBLPENR_DMA1LPEN RCC_AHBLPENR_DMA1LPEN_Msk /*!< DMA1 clock enabled in sleep mode */ |
4259 | 4245 | ||
4260 | /****************** Bit definition for RCC_APB2LPENR register ***************/ |
4246 | /****************** Bit definition for RCC_APB2LPENR register ***************/ |
4261 | #define RCC_APB2LPENR_SYSCFGLPEN_Pos (0U) |
4247 | #define RCC_APB2LPENR_SYSCFGLPEN_Pos (0U) |
4262 | #define RCC_APB2LPENR_SYSCFGLPEN_Msk (0x1U << RCC_APB2LPENR_SYSCFGLPEN_Pos) /*!< 0x00000001 */ |
4248 | #define RCC_APB2LPENR_SYSCFGLPEN_Msk (0x1UL << RCC_APB2LPENR_SYSCFGLPEN_Pos) /*!< 0x00000001 */ |
4263 | #define RCC_APB2LPENR_SYSCFGLPEN RCC_APB2LPENR_SYSCFGLPEN_Msk /*!< System Configuration SYSCFG clock enabled in sleep mode */ |
4249 | #define RCC_APB2LPENR_SYSCFGLPEN RCC_APB2LPENR_SYSCFGLPEN_Msk /*!< System Configuration SYSCFG clock enabled in sleep mode */ |
4264 | #define RCC_APB2LPENR_TIM9LPEN_Pos (2U) |
4250 | #define RCC_APB2LPENR_TIM9LPEN_Pos (2U) |
4265 | #define RCC_APB2LPENR_TIM9LPEN_Msk (0x1U << RCC_APB2LPENR_TIM9LPEN_Pos) /*!< 0x00000004 */ |
4251 | #define RCC_APB2LPENR_TIM9LPEN_Msk (0x1UL << RCC_APB2LPENR_TIM9LPEN_Pos) /*!< 0x00000004 */ |
4266 | #define RCC_APB2LPENR_TIM9LPEN RCC_APB2LPENR_TIM9LPEN_Msk /*!< TIM9 interface clock enabled in sleep mode */ |
4252 | #define RCC_APB2LPENR_TIM9LPEN RCC_APB2LPENR_TIM9LPEN_Msk /*!< TIM9 interface clock enabled in sleep mode */ |
4267 | #define RCC_APB2LPENR_TIM10LPEN_Pos (3U) |
4253 | #define RCC_APB2LPENR_TIM10LPEN_Pos (3U) |
4268 | #define RCC_APB2LPENR_TIM10LPEN_Msk (0x1U << RCC_APB2LPENR_TIM10LPEN_Pos) /*!< 0x00000008 */ |
4254 | #define RCC_APB2LPENR_TIM10LPEN_Msk (0x1UL << RCC_APB2LPENR_TIM10LPEN_Pos) /*!< 0x00000008 */ |
4269 | #define RCC_APB2LPENR_TIM10LPEN RCC_APB2LPENR_TIM10LPEN_Msk /*!< TIM10 interface clock enabled in sleep mode */ |
4255 | #define RCC_APB2LPENR_TIM10LPEN RCC_APB2LPENR_TIM10LPEN_Msk /*!< TIM10 interface clock enabled in sleep mode */ |
4270 | #define RCC_APB2LPENR_TIM11LPEN_Pos (4U) |
4256 | #define RCC_APB2LPENR_TIM11LPEN_Pos (4U) |
4271 | #define RCC_APB2LPENR_TIM11LPEN_Msk (0x1U << RCC_APB2LPENR_TIM11LPEN_Pos) /*!< 0x00000010 */ |
4257 | #define RCC_APB2LPENR_TIM11LPEN_Msk (0x1UL << RCC_APB2LPENR_TIM11LPEN_Pos) /*!< 0x00000010 */ |
4272 | #define RCC_APB2LPENR_TIM11LPEN RCC_APB2LPENR_TIM11LPEN_Msk /*!< TIM11 Timer clock enabled in sleep mode */ |
4258 | #define RCC_APB2LPENR_TIM11LPEN RCC_APB2LPENR_TIM11LPEN_Msk /*!< TIM11 Timer clock enabled in sleep mode */ |
4273 | #define RCC_APB2LPENR_ADC1LPEN_Pos (9U) |
4259 | #define RCC_APB2LPENR_ADC1LPEN_Pos (9U) |
4274 | #define RCC_APB2LPENR_ADC1LPEN_Msk (0x1U << RCC_APB2LPENR_ADC1LPEN_Pos) /*!< 0x00000200 */ |
4260 | #define RCC_APB2LPENR_ADC1LPEN_Msk (0x1UL << RCC_APB2LPENR_ADC1LPEN_Pos) /*!< 0x00000200 */ |
4275 | #define RCC_APB2LPENR_ADC1LPEN RCC_APB2LPENR_ADC1LPEN_Msk /*!< ADC1 clock enabled in sleep mode */ |
4261 | #define RCC_APB2LPENR_ADC1LPEN RCC_APB2LPENR_ADC1LPEN_Msk /*!< ADC1 clock enabled in sleep mode */ |
4276 | #define RCC_APB2LPENR_SPI1LPEN_Pos (12U) |
4262 | #define RCC_APB2LPENR_SPI1LPEN_Pos (12U) |
4277 | #define RCC_APB2LPENR_SPI1LPEN_Msk (0x1U << RCC_APB2LPENR_SPI1LPEN_Pos) /*!< 0x00001000 */ |
4263 | #define RCC_APB2LPENR_SPI1LPEN_Msk (0x1UL << RCC_APB2LPENR_SPI1LPEN_Pos) /*!< 0x00001000 */ |
4278 | #define RCC_APB2LPENR_SPI1LPEN RCC_APB2LPENR_SPI1LPEN_Msk /*!< SPI1 clock enabled in sleep mode */ |
4264 | #define RCC_APB2LPENR_SPI1LPEN RCC_APB2LPENR_SPI1LPEN_Msk /*!< SPI1 clock enabled in sleep mode */ |
4279 | #define RCC_APB2LPENR_USART1LPEN_Pos (14U) |
4265 | #define RCC_APB2LPENR_USART1LPEN_Pos (14U) |
4280 | #define RCC_APB2LPENR_USART1LPEN_Msk (0x1U << RCC_APB2LPENR_USART1LPEN_Pos) /*!< 0x00004000 */ |
4266 | #define RCC_APB2LPENR_USART1LPEN_Msk (0x1UL << RCC_APB2LPENR_USART1LPEN_Pos) /*!< 0x00004000 */ |
4281 | #define RCC_APB2LPENR_USART1LPEN RCC_APB2LPENR_USART1LPEN_Msk /*!< USART1 clock enabled in sleep mode */ |
4267 | #define RCC_APB2LPENR_USART1LPEN RCC_APB2LPENR_USART1LPEN_Msk /*!< USART1 clock enabled in sleep mode */ |
4282 | 4268 | ||
4283 | /***************** Bit definition for RCC_APB1LPENR register ****************/ |
4269 | /***************** Bit definition for RCC_APB1LPENR register ****************/ |
4284 | #define RCC_APB1LPENR_TIM2LPEN_Pos (0U) |
4270 | #define RCC_APB1LPENR_TIM2LPEN_Pos (0U) |
4285 | #define RCC_APB1LPENR_TIM2LPEN_Msk (0x1U << RCC_APB1LPENR_TIM2LPEN_Pos) /*!< 0x00000001 */ |
4271 | #define RCC_APB1LPENR_TIM2LPEN_Msk (0x1UL << RCC_APB1LPENR_TIM2LPEN_Pos) /*!< 0x00000001 */ |
4286 | #define RCC_APB1LPENR_TIM2LPEN RCC_APB1LPENR_TIM2LPEN_Msk /*!< Timer 2 clock enabled in sleep mode */ |
4272 | #define RCC_APB1LPENR_TIM2LPEN RCC_APB1LPENR_TIM2LPEN_Msk /*!< Timer 2 clock enabled in sleep mode */ |
4287 | #define RCC_APB1LPENR_TIM3LPEN_Pos (1U) |
4273 | #define RCC_APB1LPENR_TIM3LPEN_Pos (1U) |
4288 | #define RCC_APB1LPENR_TIM3LPEN_Msk (0x1U << RCC_APB1LPENR_TIM3LPEN_Pos) /*!< 0x00000002 */ |
4274 | #define RCC_APB1LPENR_TIM3LPEN_Msk (0x1UL << RCC_APB1LPENR_TIM3LPEN_Pos) /*!< 0x00000002 */ |
4289 | #define RCC_APB1LPENR_TIM3LPEN RCC_APB1LPENR_TIM3LPEN_Msk /*!< Timer 3 clock enabled in sleep mode */ |
4275 | #define RCC_APB1LPENR_TIM3LPEN RCC_APB1LPENR_TIM3LPEN_Msk /*!< Timer 3 clock enabled in sleep mode */ |
4290 | #define RCC_APB1LPENR_TIM4LPEN_Pos (2U) |
4276 | #define RCC_APB1LPENR_TIM4LPEN_Pos (2U) |
4291 | #define RCC_APB1LPENR_TIM4LPEN_Msk (0x1U << RCC_APB1LPENR_TIM4LPEN_Pos) /*!< 0x00000004 */ |
4277 | #define RCC_APB1LPENR_TIM4LPEN_Msk (0x1UL << RCC_APB1LPENR_TIM4LPEN_Pos) /*!< 0x00000004 */ |
4292 | #define RCC_APB1LPENR_TIM4LPEN RCC_APB1LPENR_TIM4LPEN_Msk /*!< Timer 4 clock enabled in sleep mode */ |
4278 | #define RCC_APB1LPENR_TIM4LPEN RCC_APB1LPENR_TIM4LPEN_Msk /*!< Timer 4 clock enabled in sleep mode */ |
4293 | #define RCC_APB1LPENR_TIM6LPEN_Pos (4U) |
4279 | #define RCC_APB1LPENR_TIM6LPEN_Pos (4U) |
4294 | #define RCC_APB1LPENR_TIM6LPEN_Msk (0x1U << RCC_APB1LPENR_TIM6LPEN_Pos) /*!< 0x00000010 */ |
4280 | #define RCC_APB1LPENR_TIM6LPEN_Msk (0x1UL << RCC_APB1LPENR_TIM6LPEN_Pos) /*!< 0x00000010 */ |
4295 | #define RCC_APB1LPENR_TIM6LPEN RCC_APB1LPENR_TIM6LPEN_Msk /*!< Timer 6 clock enabled in sleep mode */ |
4281 | #define RCC_APB1LPENR_TIM6LPEN RCC_APB1LPENR_TIM6LPEN_Msk /*!< Timer 6 clock enabled in sleep mode */ |
4296 | #define RCC_APB1LPENR_TIM7LPEN_Pos (5U) |
4282 | #define RCC_APB1LPENR_TIM7LPEN_Pos (5U) |
4297 | #define RCC_APB1LPENR_TIM7LPEN_Msk (0x1U << RCC_APB1LPENR_TIM7LPEN_Pos) /*!< 0x00000020 */ |
4283 | #define RCC_APB1LPENR_TIM7LPEN_Msk (0x1UL << RCC_APB1LPENR_TIM7LPEN_Pos) /*!< 0x00000020 */ |
4298 | #define RCC_APB1LPENR_TIM7LPEN RCC_APB1LPENR_TIM7LPEN_Msk /*!< Timer 7 clock enabled in sleep mode */ |
4284 | #define RCC_APB1LPENR_TIM7LPEN RCC_APB1LPENR_TIM7LPEN_Msk /*!< Timer 7 clock enabled in sleep mode */ |
4299 | #define RCC_APB1LPENR_WWDGLPEN_Pos (11U) |
4285 | #define RCC_APB1LPENR_WWDGLPEN_Pos (11U) |
4300 | #define RCC_APB1LPENR_WWDGLPEN_Msk (0x1U << RCC_APB1LPENR_WWDGLPEN_Pos) /*!< 0x00000800 */ |
4286 | #define RCC_APB1LPENR_WWDGLPEN_Msk (0x1UL << RCC_APB1LPENR_WWDGLPEN_Pos) /*!< 0x00000800 */ |
4301 | #define RCC_APB1LPENR_WWDGLPEN RCC_APB1LPENR_WWDGLPEN_Msk /*!< Window Watchdog clock enabled in sleep mode */ |
4287 | #define RCC_APB1LPENR_WWDGLPEN RCC_APB1LPENR_WWDGLPEN_Msk /*!< Window Watchdog clock enabled in sleep mode */ |
4302 | #define RCC_APB1LPENR_SPI2LPEN_Pos (14U) |
4288 | #define RCC_APB1LPENR_SPI2LPEN_Pos (14U) |
4303 | #define RCC_APB1LPENR_SPI2LPEN_Msk (0x1U << RCC_APB1LPENR_SPI2LPEN_Pos) /*!< 0x00004000 */ |
4289 | #define RCC_APB1LPENR_SPI2LPEN_Msk (0x1UL << RCC_APB1LPENR_SPI2LPEN_Pos) /*!< 0x00004000 */ |
4304 | #define RCC_APB1LPENR_SPI2LPEN RCC_APB1LPENR_SPI2LPEN_Msk /*!< SPI 2 clock enabled in sleep mode */ |
4290 | #define RCC_APB1LPENR_SPI2LPEN RCC_APB1LPENR_SPI2LPEN_Msk /*!< SPI 2 clock enabled in sleep mode */ |
4305 | #define RCC_APB1LPENR_USART2LPEN_Pos (17U) |
4291 | #define RCC_APB1LPENR_USART2LPEN_Pos (17U) |
4306 | #define RCC_APB1LPENR_USART2LPEN_Msk (0x1U << RCC_APB1LPENR_USART2LPEN_Pos) /*!< 0x00020000 */ |
4292 | #define RCC_APB1LPENR_USART2LPEN_Msk (0x1UL << RCC_APB1LPENR_USART2LPEN_Pos) /*!< 0x00020000 */ |
4307 | #define RCC_APB1LPENR_USART2LPEN RCC_APB1LPENR_USART2LPEN_Msk /*!< USART 2 clock enabled in sleep mode */ |
4293 | #define RCC_APB1LPENR_USART2LPEN RCC_APB1LPENR_USART2LPEN_Msk /*!< USART 2 clock enabled in sleep mode */ |
4308 | #define RCC_APB1LPENR_USART3LPEN_Pos (18U) |
4294 | #define RCC_APB1LPENR_USART3LPEN_Pos (18U) |
4309 | #define RCC_APB1LPENR_USART3LPEN_Msk (0x1U << RCC_APB1LPENR_USART3LPEN_Pos) /*!< 0x00040000 */ |
4295 | #define RCC_APB1LPENR_USART3LPEN_Msk (0x1UL << RCC_APB1LPENR_USART3LPEN_Pos) /*!< 0x00040000 */ |
4310 | #define RCC_APB1LPENR_USART3LPEN RCC_APB1LPENR_USART3LPEN_Msk /*!< USART 3 clock enabled in sleep mode */ |
4296 | #define RCC_APB1LPENR_USART3LPEN RCC_APB1LPENR_USART3LPEN_Msk /*!< USART 3 clock enabled in sleep mode */ |
4311 | #define RCC_APB1LPENR_I2C1LPEN_Pos (21U) |
4297 | #define RCC_APB1LPENR_I2C1LPEN_Pos (21U) |
4312 | #define RCC_APB1LPENR_I2C1LPEN_Msk (0x1U << RCC_APB1LPENR_I2C1LPEN_Pos) /*!< 0x00200000 */ |
4298 | #define RCC_APB1LPENR_I2C1LPEN_Msk (0x1UL << RCC_APB1LPENR_I2C1LPEN_Pos) /*!< 0x00200000 */ |
4313 | #define RCC_APB1LPENR_I2C1LPEN RCC_APB1LPENR_I2C1LPEN_Msk /*!< I2C 1 clock enabled in sleep mode */ |
4299 | #define RCC_APB1LPENR_I2C1LPEN RCC_APB1LPENR_I2C1LPEN_Msk /*!< I2C 1 clock enabled in sleep mode */ |
4314 | #define RCC_APB1LPENR_I2C2LPEN_Pos (22U) |
4300 | #define RCC_APB1LPENR_I2C2LPEN_Pos (22U) |
4315 | #define RCC_APB1LPENR_I2C2LPEN_Msk (0x1U << RCC_APB1LPENR_I2C2LPEN_Pos) /*!< 0x00400000 */ |
4301 | #define RCC_APB1LPENR_I2C2LPEN_Msk (0x1UL << RCC_APB1LPENR_I2C2LPEN_Pos) /*!< 0x00400000 */ |
4316 | #define RCC_APB1LPENR_I2C2LPEN RCC_APB1LPENR_I2C2LPEN_Msk /*!< I2C 2 clock enabled in sleep mode */ |
4302 | #define RCC_APB1LPENR_I2C2LPEN RCC_APB1LPENR_I2C2LPEN_Msk /*!< I2C 2 clock enabled in sleep mode */ |
4317 | #define RCC_APB1LPENR_USBLPEN_Pos (23U) |
4303 | #define RCC_APB1LPENR_USBLPEN_Pos (23U) |
4318 | #define RCC_APB1LPENR_USBLPEN_Msk (0x1U << RCC_APB1LPENR_USBLPEN_Pos) /*!< 0x00800000 */ |
4304 | #define RCC_APB1LPENR_USBLPEN_Msk (0x1UL << RCC_APB1LPENR_USBLPEN_Pos) /*!< 0x00800000 */ |
4319 | #define RCC_APB1LPENR_USBLPEN RCC_APB1LPENR_USBLPEN_Msk /*!< USB clock enabled in sleep mode */ |
4305 | #define RCC_APB1LPENR_USBLPEN RCC_APB1LPENR_USBLPEN_Msk /*!< USB clock enabled in sleep mode */ |
4320 | #define RCC_APB1LPENR_PWRLPEN_Pos (28U) |
4306 | #define RCC_APB1LPENR_PWRLPEN_Pos (28U) |
4321 | #define RCC_APB1LPENR_PWRLPEN_Msk (0x1U << RCC_APB1LPENR_PWRLPEN_Pos) /*!< 0x10000000 */ |
4307 | #define RCC_APB1LPENR_PWRLPEN_Msk (0x1UL << RCC_APB1LPENR_PWRLPEN_Pos) /*!< 0x10000000 */ |
4322 | #define RCC_APB1LPENR_PWRLPEN RCC_APB1LPENR_PWRLPEN_Msk /*!< Power interface clock enabled in sleep mode */ |
4308 | #define RCC_APB1LPENR_PWRLPEN RCC_APB1LPENR_PWRLPEN_Msk /*!< Power interface clock enabled in sleep mode */ |
4323 | #define RCC_APB1LPENR_DACLPEN_Pos (29U) |
4309 | #define RCC_APB1LPENR_DACLPEN_Pos (29U) |
4324 | #define RCC_APB1LPENR_DACLPEN_Msk (0x1U << RCC_APB1LPENR_DACLPEN_Pos) /*!< 0x20000000 */ |
4310 | #define RCC_APB1LPENR_DACLPEN_Msk (0x1UL << RCC_APB1LPENR_DACLPEN_Pos) /*!< 0x20000000 */ |
4325 | #define RCC_APB1LPENR_DACLPEN RCC_APB1LPENR_DACLPEN_Msk /*!< DAC interface clock enabled in sleep mode */ |
4311 | #define RCC_APB1LPENR_DACLPEN RCC_APB1LPENR_DACLPEN_Msk /*!< DAC interface clock enabled in sleep mode */ |
4326 | #define RCC_APB1LPENR_COMPLPEN_Pos (31U) |
4312 | #define RCC_APB1LPENR_COMPLPEN_Pos (31U) |
4327 | #define RCC_APB1LPENR_COMPLPEN_Msk (0x1U << RCC_APB1LPENR_COMPLPEN_Pos) /*!< 0x80000000 */ |
4313 | #define RCC_APB1LPENR_COMPLPEN_Msk (0x1UL << RCC_APB1LPENR_COMPLPEN_Pos) /*!< 0x80000000 */ |
4328 | #define RCC_APB1LPENR_COMPLPEN RCC_APB1LPENR_COMPLPEN_Msk /*!< Comparator interface clock enabled in sleep mode*/ |
4314 | #define RCC_APB1LPENR_COMPLPEN RCC_APB1LPENR_COMPLPEN_Msk /*!< Comparator interface clock enabled in sleep mode*/ |
4329 | 4315 | ||
4330 | /******************* Bit definition for RCC_CSR register ********************/ |
4316 | /******************* Bit definition for RCC_CSR register ********************/ |
4331 | #define RCC_CSR_LSION_Pos (0U) |
4317 | #define RCC_CSR_LSION_Pos (0U) |
4332 | #define RCC_CSR_LSION_Msk (0x1U << RCC_CSR_LSION_Pos) /*!< 0x00000001 */ |
4318 | #define RCC_CSR_LSION_Msk (0x1UL << RCC_CSR_LSION_Pos) /*!< 0x00000001 */ |
4333 | #define RCC_CSR_LSION RCC_CSR_LSION_Msk /*!< Internal Low Speed oscillator enable */ |
4319 | #define RCC_CSR_LSION RCC_CSR_LSION_Msk /*!< Internal Low Speed oscillator enable */ |
4334 | #define RCC_CSR_LSIRDY_Pos (1U) |
4320 | #define RCC_CSR_LSIRDY_Pos (1U) |
4335 | #define RCC_CSR_LSIRDY_Msk (0x1U << RCC_CSR_LSIRDY_Pos) /*!< 0x00000002 */ |
4321 | #define RCC_CSR_LSIRDY_Msk (0x1UL << RCC_CSR_LSIRDY_Pos) /*!< 0x00000002 */ |
4336 | #define RCC_CSR_LSIRDY RCC_CSR_LSIRDY_Msk /*!< Internal Low Speed oscillator Ready */ |
4322 | #define RCC_CSR_LSIRDY RCC_CSR_LSIRDY_Msk /*!< Internal Low Speed oscillator Ready */ |
4337 | 4323 | ||
4338 | #define RCC_CSR_LSEON_Pos (8U) |
4324 | #define RCC_CSR_LSEON_Pos (8U) |
4339 | #define RCC_CSR_LSEON_Msk (0x1U << RCC_CSR_LSEON_Pos) /*!< 0x00000100 */ |
4325 | #define RCC_CSR_LSEON_Msk (0x1UL << RCC_CSR_LSEON_Pos) /*!< 0x00000100 */ |
4340 | #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Speed oscillator enable */ |
4326 | #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Speed oscillator enable */ |
4341 | #define RCC_CSR_LSERDY_Pos (9U) |
4327 | #define RCC_CSR_LSERDY_Pos (9U) |
4342 | #define RCC_CSR_LSERDY_Msk (0x1U << RCC_CSR_LSERDY_Pos) /*!< 0x00000200 */ |
4328 | #define RCC_CSR_LSERDY_Msk (0x1UL << RCC_CSR_LSERDY_Pos) /*!< 0x00000200 */ |
4343 | #define RCC_CSR_LSERDY RCC_CSR_LSERDY_Msk /*!< External Low Speed oscillator Ready */ |
4329 | #define RCC_CSR_LSERDY RCC_CSR_LSERDY_Msk /*!< External Low Speed oscillator Ready */ |
4344 | #define RCC_CSR_LSEBYP_Pos (10U) |
4330 | #define RCC_CSR_LSEBYP_Pos (10U) |
4345 | #define RCC_CSR_LSEBYP_Msk (0x1U << RCC_CSR_LSEBYP_Pos) /*!< 0x00000400 */ |
4331 | #define RCC_CSR_LSEBYP_Msk (0x1UL << RCC_CSR_LSEBYP_Pos) /*!< 0x00000400 */ |
4346 | #define RCC_CSR_LSEBYP RCC_CSR_LSEBYP_Msk /*!< External Low Speed oscillator Bypass */ |
4332 | #define RCC_CSR_LSEBYP RCC_CSR_LSEBYP_Msk /*!< External Low Speed oscillator Bypass */ |
4347 | 4333 | ||
4348 | #define RCC_CSR_RTCSEL_Pos (16U) |
4334 | #define RCC_CSR_RTCSEL_Pos (16U) |
4349 | #define RCC_CSR_RTCSEL_Msk (0x3U << RCC_CSR_RTCSEL_Pos) /*!< 0x00030000 */ |
4335 | #define RCC_CSR_RTCSEL_Msk (0x3UL << RCC_CSR_RTCSEL_Pos) /*!< 0x00030000 */ |
4350 | #define RCC_CSR_RTCSEL RCC_CSR_RTCSEL_Msk /*!< RTCSEL[1:0] bits (RTC clock source selection) */ |
4336 | #define RCC_CSR_RTCSEL RCC_CSR_RTCSEL_Msk /*!< RTCSEL[1:0] bits (RTC clock source selection) */ |
4351 | #define RCC_CSR_RTCSEL_0 (0x1U << RCC_CSR_RTCSEL_Pos) /*!< 0x00010000 */ |
4337 | #define RCC_CSR_RTCSEL_0 (0x1UL << RCC_CSR_RTCSEL_Pos) /*!< 0x00010000 */ |
4352 | #define RCC_CSR_RTCSEL_1 (0x2U << RCC_CSR_RTCSEL_Pos) /*!< 0x00020000 */ |
4338 | #define RCC_CSR_RTCSEL_1 (0x2UL << RCC_CSR_RTCSEL_Pos) /*!< 0x00020000 */ |
4353 | 4339 | ||
4354 | /*!< RTC congiguration */ |
4340 | /*!< RTC congiguration */ |
4355 | #define RCC_CSR_RTCSEL_NOCLOCK (0x00000000U) /*!< No clock */ |
4341 | #define RCC_CSR_RTCSEL_NOCLOCK (0x00000000U) /*!< No clock */ |
4356 | #define RCC_CSR_RTCSEL_LSE_Pos (16U) |
4342 | #define RCC_CSR_RTCSEL_LSE_Pos (16U) |
4357 | #define RCC_CSR_RTCSEL_LSE_Msk (0x1U << RCC_CSR_RTCSEL_LSE_Pos) /*!< 0x00010000 */ |
4343 | #define RCC_CSR_RTCSEL_LSE_Msk (0x1UL << RCC_CSR_RTCSEL_LSE_Pos) /*!< 0x00010000 */ |
4358 | #define RCC_CSR_RTCSEL_LSE RCC_CSR_RTCSEL_LSE_Msk /*!< LSE oscillator clock used as RTC clock */ |
4344 | #define RCC_CSR_RTCSEL_LSE RCC_CSR_RTCSEL_LSE_Msk /*!< LSE oscillator clock used as RTC clock */ |
4359 | #define RCC_CSR_RTCSEL_LSI_Pos (17U) |
4345 | #define RCC_CSR_RTCSEL_LSI_Pos (17U) |
4360 | #define RCC_CSR_RTCSEL_LSI_Msk (0x1U << RCC_CSR_RTCSEL_LSI_Pos) /*!< 0x00020000 */ |
4346 | #define RCC_CSR_RTCSEL_LSI_Msk (0x1UL << RCC_CSR_RTCSEL_LSI_Pos) /*!< 0x00020000 */ |
4361 | #define RCC_CSR_RTCSEL_LSI RCC_CSR_RTCSEL_LSI_Msk /*!< LSI oscillator clock used as RTC clock */ |
4347 | #define RCC_CSR_RTCSEL_LSI RCC_CSR_RTCSEL_LSI_Msk /*!< LSI oscillator clock used as RTC clock */ |
4362 | #define RCC_CSR_RTCSEL_HSE_Pos (16U) |
4348 | #define RCC_CSR_RTCSEL_HSE_Pos (16U) |
4363 | #define RCC_CSR_RTCSEL_HSE_Msk (0x3U << RCC_CSR_RTCSEL_HSE_Pos) /*!< 0x00030000 */ |
4349 | #define RCC_CSR_RTCSEL_HSE_Msk (0x3UL << RCC_CSR_RTCSEL_HSE_Pos) /*!< 0x00030000 */ |
4364 | #define RCC_CSR_RTCSEL_HSE RCC_CSR_RTCSEL_HSE_Msk /*!< HSE oscillator clock divided by 2, 4, 8 or 16 by RTCPRE used as RTC clock */ |
4350 | #define RCC_CSR_RTCSEL_HSE RCC_CSR_RTCSEL_HSE_Msk /*!< HSE oscillator clock divided by 2, 4, 8 or 16 by RTCPRE used as RTC clock */ |
4365 | 4351 | ||
4366 | #define RCC_CSR_RTCEN_Pos (22U) |
4352 | #define RCC_CSR_RTCEN_Pos (22U) |
4367 | #define RCC_CSR_RTCEN_Msk (0x1U << RCC_CSR_RTCEN_Pos) /*!< 0x00400000 */ |
4353 | #define RCC_CSR_RTCEN_Msk (0x1UL << RCC_CSR_RTCEN_Pos) /*!< 0x00400000 */ |
4368 | #define RCC_CSR_RTCEN RCC_CSR_RTCEN_Msk /*!< RTC clock enable */ |
4354 | #define RCC_CSR_RTCEN RCC_CSR_RTCEN_Msk /*!< RTC clock enable */ |
4369 | #define RCC_CSR_RTCRST_Pos (23U) |
4355 | #define RCC_CSR_RTCRST_Pos (23U) |
4370 | #define RCC_CSR_RTCRST_Msk (0x1U << RCC_CSR_RTCRST_Pos) /*!< 0x00800000 */ |
4356 | #define RCC_CSR_RTCRST_Msk (0x1UL << RCC_CSR_RTCRST_Pos) /*!< 0x00800000 */ |
4371 | #define RCC_CSR_RTCRST RCC_CSR_RTCRST_Msk /*!< RTC reset */ |
4357 | #define RCC_CSR_RTCRST RCC_CSR_RTCRST_Msk /*!< RTC reset */ |
4372 | 4358 | ||
4373 | #define RCC_CSR_RMVF_Pos (24U) |
4359 | #define RCC_CSR_RMVF_Pos (24U) |
4374 | #define RCC_CSR_RMVF_Msk (0x1U << RCC_CSR_RMVF_Pos) /*!< 0x01000000 */ |
4360 | #define RCC_CSR_RMVF_Msk (0x1UL << RCC_CSR_RMVF_Pos) /*!< 0x01000000 */ |
4375 | #define RCC_CSR_RMVF RCC_CSR_RMVF_Msk /*!< Remove reset flag */ |
4361 | #define RCC_CSR_RMVF RCC_CSR_RMVF_Msk /*!< Remove reset flag */ |
4376 | #define RCC_CSR_OBLRSTF_Pos (25U) |
4362 | #define RCC_CSR_OBLRSTF_Pos (25U) |
4377 | #define RCC_CSR_OBLRSTF_Msk (0x1U << RCC_CSR_OBLRSTF_Pos) /*!< 0x02000000 */ |
4363 | #define RCC_CSR_OBLRSTF_Msk (0x1UL << RCC_CSR_OBLRSTF_Pos) /*!< 0x02000000 */ |
4378 | #define RCC_CSR_OBLRSTF RCC_CSR_OBLRSTF_Msk /*!< Option Bytes Loader reset flag */ |
4364 | #define RCC_CSR_OBLRSTF RCC_CSR_OBLRSTF_Msk /*!< Option Bytes Loader reset flag */ |
4379 | #define RCC_CSR_PINRSTF_Pos (26U) |
4365 | #define RCC_CSR_PINRSTF_Pos (26U) |
4380 | #define RCC_CSR_PINRSTF_Msk (0x1U << RCC_CSR_PINRSTF_Pos) /*!< 0x04000000 */ |
4366 | #define RCC_CSR_PINRSTF_Msk (0x1UL << RCC_CSR_PINRSTF_Pos) /*!< 0x04000000 */ |
4381 | #define RCC_CSR_PINRSTF RCC_CSR_PINRSTF_Msk /*!< PIN reset flag */ |
4367 | #define RCC_CSR_PINRSTF RCC_CSR_PINRSTF_Msk /*!< PIN reset flag */ |
4382 | #define RCC_CSR_PORRSTF_Pos (27U) |
4368 | #define RCC_CSR_PORRSTF_Pos (27U) |
4383 | #define RCC_CSR_PORRSTF_Msk (0x1U << RCC_CSR_PORRSTF_Pos) /*!< 0x08000000 */ |
4369 | #define RCC_CSR_PORRSTF_Msk (0x1UL << RCC_CSR_PORRSTF_Pos) /*!< 0x08000000 */ |
4384 | #define RCC_CSR_PORRSTF RCC_CSR_PORRSTF_Msk /*!< POR/PDR reset flag */ |
4370 | #define RCC_CSR_PORRSTF RCC_CSR_PORRSTF_Msk /*!< POR/PDR reset flag */ |
4385 | #define RCC_CSR_SFTRSTF_Pos (28U) |
4371 | #define RCC_CSR_SFTRSTF_Pos (28U) |
4386 | #define RCC_CSR_SFTRSTF_Msk (0x1U << RCC_CSR_SFTRSTF_Pos) /*!< 0x10000000 */ |
4372 | #define RCC_CSR_SFTRSTF_Msk (0x1UL << RCC_CSR_SFTRSTF_Pos) /*!< 0x10000000 */ |
4387 | #define RCC_CSR_SFTRSTF RCC_CSR_SFTRSTF_Msk /*!< Software Reset flag */ |
4373 | #define RCC_CSR_SFTRSTF RCC_CSR_SFTRSTF_Msk /*!< Software Reset flag */ |
4388 | #define RCC_CSR_IWDGRSTF_Pos (29U) |
4374 | #define RCC_CSR_IWDGRSTF_Pos (29U) |
4389 | #define RCC_CSR_IWDGRSTF_Msk (0x1U << RCC_CSR_IWDGRSTF_Pos) /*!< 0x20000000 */ |
4375 | #define RCC_CSR_IWDGRSTF_Msk (0x1UL << RCC_CSR_IWDGRSTF_Pos) /*!< 0x20000000 */ |
4390 | #define RCC_CSR_IWDGRSTF RCC_CSR_IWDGRSTF_Msk /*!< Independent Watchdog reset flag */ |
4376 | #define RCC_CSR_IWDGRSTF RCC_CSR_IWDGRSTF_Msk /*!< Independent Watchdog reset flag */ |
4391 | #define RCC_CSR_WWDGRSTF_Pos (30U) |
4377 | #define RCC_CSR_WWDGRSTF_Pos (30U) |
4392 | #define RCC_CSR_WWDGRSTF_Msk (0x1U << RCC_CSR_WWDGRSTF_Pos) /*!< 0x40000000 */ |
4378 | #define RCC_CSR_WWDGRSTF_Msk (0x1UL << RCC_CSR_WWDGRSTF_Pos) /*!< 0x40000000 */ |
4393 | #define RCC_CSR_WWDGRSTF RCC_CSR_WWDGRSTF_Msk /*!< Window watchdog reset flag */ |
4379 | #define RCC_CSR_WWDGRSTF RCC_CSR_WWDGRSTF_Msk /*!< Window watchdog reset flag */ |
4394 | #define RCC_CSR_LPWRRSTF_Pos (31U) |
4380 | #define RCC_CSR_LPWRRSTF_Pos (31U) |
4395 | #define RCC_CSR_LPWRRSTF_Msk (0x1U << RCC_CSR_LPWRRSTF_Pos) /*!< 0x80000000 */ |
4381 | #define RCC_CSR_LPWRRSTF_Msk (0x1UL << RCC_CSR_LPWRRSTF_Pos) /*!< 0x80000000 */ |
4396 | #define RCC_CSR_LPWRRSTF RCC_CSR_LPWRRSTF_Msk /*!< Low-Power reset flag */ |
4382 | #define RCC_CSR_LPWRRSTF RCC_CSR_LPWRRSTF_Msk /*!< Low-Power reset flag */ |
4397 | 4383 | ||
4398 | /******************************************************************************/ |
4384 | /******************************************************************************/ |
4399 | /* */ |
4385 | /* */ |
4400 | /* Real-Time Clock (RTC) */ |
4386 | /* Real-Time Clock (RTC) */ |
Line 4407... | Line 4393... | ||
4407 | #define RTC_BACKUP_SUPPORT /*!< BACKUP register feature support */ |
4393 | #define RTC_BACKUP_SUPPORT /*!< BACKUP register feature support */ |
4408 | #define RTC_WAKEUP_SUPPORT /*!< WAKEUP feature support */ |
4394 | #define RTC_WAKEUP_SUPPORT /*!< WAKEUP feature support */ |
4409 | 4395 | ||
4410 | /******************** Bits definition for RTC_TR register *******************/ |
4396 | /******************** Bits definition for RTC_TR register *******************/ |
4411 | #define RTC_TR_PM_Pos (22U) |
4397 | #define RTC_TR_PM_Pos (22U) |
4412 | #define RTC_TR_PM_Msk (0x1U << RTC_TR_PM_Pos) /*!< 0x00400000 */ |
4398 | #define RTC_TR_PM_Msk (0x1UL << RTC_TR_PM_Pos) /*!< 0x00400000 */ |
4413 | #define RTC_TR_PM RTC_TR_PM_Msk |
4399 | #define RTC_TR_PM RTC_TR_PM_Msk |
4414 | #define RTC_TR_HT_Pos (20U) |
4400 | #define RTC_TR_HT_Pos (20U) |
4415 | #define RTC_TR_HT_Msk (0x3U << RTC_TR_HT_Pos) /*!< 0x00300000 */ |
4401 | #define RTC_TR_HT_Msk (0x3UL << RTC_TR_HT_Pos) /*!< 0x00300000 */ |
4416 | #define RTC_TR_HT RTC_TR_HT_Msk |
4402 | #define RTC_TR_HT RTC_TR_HT_Msk |
4417 | #define RTC_TR_HT_0 (0x1U << RTC_TR_HT_Pos) /*!< 0x00100000 */ |
4403 | #define RTC_TR_HT_0 (0x1UL << RTC_TR_HT_Pos) /*!< 0x00100000 */ |
4418 | #define RTC_TR_HT_1 (0x2U << RTC_TR_HT_Pos) /*!< 0x00200000 */ |
4404 | #define RTC_TR_HT_1 (0x2UL << RTC_TR_HT_Pos) /*!< 0x00200000 */ |
4419 | #define RTC_TR_HU_Pos (16U) |
4405 | #define RTC_TR_HU_Pos (16U) |
4420 | #define RTC_TR_HU_Msk (0xFU << RTC_TR_HU_Pos) /*!< 0x000F0000 */ |
4406 | #define RTC_TR_HU_Msk (0xFUL << RTC_TR_HU_Pos) /*!< 0x000F0000 */ |
4421 | #define RTC_TR_HU RTC_TR_HU_Msk |
4407 | #define RTC_TR_HU RTC_TR_HU_Msk |
4422 | #define RTC_TR_HU_0 (0x1U << RTC_TR_HU_Pos) /*!< 0x00010000 */ |
4408 | #define RTC_TR_HU_0 (0x1UL << RTC_TR_HU_Pos) /*!< 0x00010000 */ |
4423 | #define RTC_TR_HU_1 (0x2U << RTC_TR_HU_Pos) /*!< 0x00020000 */ |
4409 | #define RTC_TR_HU_1 (0x2UL << RTC_TR_HU_Pos) /*!< 0x00020000 */ |
4424 | #define RTC_TR_HU_2 (0x4U << RTC_TR_HU_Pos) /*!< 0x00040000 */ |
4410 | #define RTC_TR_HU_2 (0x4UL << RTC_TR_HU_Pos) /*!< 0x00040000 */ |
4425 | #define RTC_TR_HU_3 (0x8U << RTC_TR_HU_Pos) /*!< 0x00080000 */ |
4411 | #define RTC_TR_HU_3 (0x8UL << RTC_TR_HU_Pos) /*!< 0x00080000 */ |
4426 | #define RTC_TR_MNT_Pos (12U) |
4412 | #define RTC_TR_MNT_Pos (12U) |
4427 | #define RTC_TR_MNT_Msk (0x7U << RTC_TR_MNT_Pos) /*!< 0x00007000 */ |
4413 | #define RTC_TR_MNT_Msk (0x7UL << RTC_TR_MNT_Pos) /*!< 0x00007000 */ |
4428 | #define RTC_TR_MNT RTC_TR_MNT_Msk |
4414 | #define RTC_TR_MNT RTC_TR_MNT_Msk |
4429 | #define RTC_TR_MNT_0 (0x1U << RTC_TR_MNT_Pos) /*!< 0x00001000 */ |
4415 | #define RTC_TR_MNT_0 (0x1UL << RTC_TR_MNT_Pos) /*!< 0x00001000 */ |
4430 | #define RTC_TR_MNT_1 (0x2U << RTC_TR_MNT_Pos) /*!< 0x00002000 */ |
4416 | #define RTC_TR_MNT_1 (0x2UL << RTC_TR_MNT_Pos) /*!< 0x00002000 */ |
4431 | #define RTC_TR_MNT_2 (0x4U << RTC_TR_MNT_Pos) /*!< 0x00004000 */ |
4417 | #define RTC_TR_MNT_2 (0x4UL << RTC_TR_MNT_Pos) /*!< 0x00004000 */ |
4432 | #define RTC_TR_MNU_Pos (8U) |
4418 | #define RTC_TR_MNU_Pos (8U) |
4433 | #define RTC_TR_MNU_Msk (0xFU << RTC_TR_MNU_Pos) /*!< 0x00000F00 */ |
4419 | #define RTC_TR_MNU_Msk (0xFUL << RTC_TR_MNU_Pos) /*!< 0x00000F00 */ |
4434 | #define RTC_TR_MNU RTC_TR_MNU_Msk |
4420 | #define RTC_TR_MNU RTC_TR_MNU_Msk |
4435 | #define RTC_TR_MNU_0 (0x1U << RTC_TR_MNU_Pos) /*!< 0x00000100 */ |
4421 | #define RTC_TR_MNU_0 (0x1UL << RTC_TR_MNU_Pos) /*!< 0x00000100 */ |
4436 | #define RTC_TR_MNU_1 (0x2U << RTC_TR_MNU_Pos) /*!< 0x00000200 */ |
4422 | #define RTC_TR_MNU_1 (0x2UL << RTC_TR_MNU_Pos) /*!< 0x00000200 */ |
4437 | #define RTC_TR_MNU_2 (0x4U << RTC_TR_MNU_Pos) /*!< 0x00000400 */ |
4423 | #define RTC_TR_MNU_2 (0x4UL << RTC_TR_MNU_Pos) /*!< 0x00000400 */ |
4438 | #define RTC_TR_MNU_3 (0x8U << RTC_TR_MNU_Pos) /*!< 0x00000800 */ |
4424 | #define RTC_TR_MNU_3 (0x8UL << RTC_TR_MNU_Pos) /*!< 0x00000800 */ |
4439 | #define RTC_TR_ST_Pos (4U) |
4425 | #define RTC_TR_ST_Pos (4U) |
4440 | #define RTC_TR_ST_Msk (0x7U << RTC_TR_ST_Pos) /*!< 0x00000070 */ |
4426 | #define RTC_TR_ST_Msk (0x7UL << RTC_TR_ST_Pos) /*!< 0x00000070 */ |
4441 | #define RTC_TR_ST RTC_TR_ST_Msk |
4427 | #define RTC_TR_ST RTC_TR_ST_Msk |
4442 | #define RTC_TR_ST_0 (0x1U << RTC_TR_ST_Pos) /*!< 0x00000010 */ |
4428 | #define RTC_TR_ST_0 (0x1UL << RTC_TR_ST_Pos) /*!< 0x00000010 */ |
4443 | #define RTC_TR_ST_1 (0x2U << RTC_TR_ST_Pos) /*!< 0x00000020 */ |
4429 | #define RTC_TR_ST_1 (0x2UL << RTC_TR_ST_Pos) /*!< 0x00000020 */ |
4444 | #define RTC_TR_ST_2 (0x4U << RTC_TR_ST_Pos) /*!< 0x00000040 */ |
4430 | #define RTC_TR_ST_2 (0x4UL << RTC_TR_ST_Pos) /*!< 0x00000040 */ |
4445 | #define RTC_TR_SU_Pos (0U) |
4431 | #define RTC_TR_SU_Pos (0U) |
4446 | #define RTC_TR_SU_Msk (0xFU << RTC_TR_SU_Pos) /*!< 0x0000000F */ |
4432 | #define RTC_TR_SU_Msk (0xFUL << RTC_TR_SU_Pos) /*!< 0x0000000F */ |
4447 | #define RTC_TR_SU RTC_TR_SU_Msk |
4433 | #define RTC_TR_SU RTC_TR_SU_Msk |
4448 | #define RTC_TR_SU_0 (0x1U << RTC_TR_SU_Pos) /*!< 0x00000001 */ |
4434 | #define RTC_TR_SU_0 (0x1UL << RTC_TR_SU_Pos) /*!< 0x00000001 */ |
4449 | #define RTC_TR_SU_1 (0x2U << RTC_TR_SU_Pos) /*!< 0x00000002 */ |
4435 | #define RTC_TR_SU_1 (0x2UL << RTC_TR_SU_Pos) /*!< 0x00000002 */ |
4450 | #define RTC_TR_SU_2 (0x4U << RTC_TR_SU_Pos) /*!< 0x00000004 */ |
4436 | #define RTC_TR_SU_2 (0x4UL << RTC_TR_SU_Pos) /*!< 0x00000004 */ |
4451 | #define RTC_TR_SU_3 (0x8U << RTC_TR_SU_Pos) /*!< 0x00000008 */ |
4437 | #define RTC_TR_SU_3 (0x8UL << RTC_TR_SU_Pos) /*!< 0x00000008 */ |
4452 | 4438 | ||
4453 | /******************** Bits definition for RTC_DR register *******************/ |
4439 | /******************** Bits definition for RTC_DR register *******************/ |
4454 | #define RTC_DR_YT_Pos (20U) |
4440 | #define RTC_DR_YT_Pos (20U) |
4455 | #define RTC_DR_YT_Msk (0xFU << RTC_DR_YT_Pos) /*!< 0x00F00000 */ |
4441 | #define RTC_DR_YT_Msk (0xFUL << RTC_DR_YT_Pos) /*!< 0x00F00000 */ |
4456 | #define RTC_DR_YT RTC_DR_YT_Msk |
4442 | #define RTC_DR_YT RTC_DR_YT_Msk |
4457 | #define RTC_DR_YT_0 (0x1U << RTC_DR_YT_Pos) /*!< 0x00100000 */ |
4443 | #define RTC_DR_YT_0 (0x1UL << RTC_DR_YT_Pos) /*!< 0x00100000 */ |
4458 | #define RTC_DR_YT_1 (0x2U << RTC_DR_YT_Pos) /*!< 0x00200000 */ |
4444 | #define RTC_DR_YT_1 (0x2UL << RTC_DR_YT_Pos) /*!< 0x00200000 */ |
4459 | #define RTC_DR_YT_2 (0x4U << RTC_DR_YT_Pos) /*!< 0x00400000 */ |
4445 | #define RTC_DR_YT_2 (0x4UL << RTC_DR_YT_Pos) /*!< 0x00400000 */ |
4460 | #define RTC_DR_YT_3 (0x8U << RTC_DR_YT_Pos) /*!< 0x00800000 */ |
4446 | #define RTC_DR_YT_3 (0x8UL << RTC_DR_YT_Pos) /*!< 0x00800000 */ |
4461 | #define RTC_DR_YU_Pos (16U) |
4447 | #define RTC_DR_YU_Pos (16U) |
4462 | #define RTC_DR_YU_Msk (0xFU << RTC_DR_YU_Pos) /*!< 0x000F0000 */ |
4448 | #define RTC_DR_YU_Msk (0xFUL << RTC_DR_YU_Pos) /*!< 0x000F0000 */ |
4463 | #define RTC_DR_YU RTC_DR_YU_Msk |
4449 | #define RTC_DR_YU RTC_DR_YU_Msk |
4464 | #define RTC_DR_YU_0 (0x1U << RTC_DR_YU_Pos) /*!< 0x00010000 */ |
4450 | #define RTC_DR_YU_0 (0x1UL << RTC_DR_YU_Pos) /*!< 0x00010000 */ |
4465 | #define RTC_DR_YU_1 (0x2U << RTC_DR_YU_Pos) /*!< 0x00020000 */ |
4451 | #define RTC_DR_YU_1 (0x2UL << RTC_DR_YU_Pos) /*!< 0x00020000 */ |
4466 | #define RTC_DR_YU_2 (0x4U << RTC_DR_YU_Pos) /*!< 0x00040000 */ |
4452 | #define RTC_DR_YU_2 (0x4UL << RTC_DR_YU_Pos) /*!< 0x00040000 */ |
4467 | #define RTC_DR_YU_3 (0x8U << RTC_DR_YU_Pos) /*!< 0x00080000 */ |
4453 | #define RTC_DR_YU_3 (0x8UL << RTC_DR_YU_Pos) /*!< 0x00080000 */ |
4468 | #define RTC_DR_WDU_Pos (13U) |
4454 | #define RTC_DR_WDU_Pos (13U) |
4469 | #define RTC_DR_WDU_Msk (0x7U << RTC_DR_WDU_Pos) /*!< 0x0000E000 */ |
4455 | #define RTC_DR_WDU_Msk (0x7UL << RTC_DR_WDU_Pos) /*!< 0x0000E000 */ |
4470 | #define RTC_DR_WDU RTC_DR_WDU_Msk |
4456 | #define RTC_DR_WDU RTC_DR_WDU_Msk |
4471 | #define RTC_DR_WDU_0 (0x1U << RTC_DR_WDU_Pos) /*!< 0x00002000 */ |
4457 | #define RTC_DR_WDU_0 (0x1UL << RTC_DR_WDU_Pos) /*!< 0x00002000 */ |
4472 | #define RTC_DR_WDU_1 (0x2U << RTC_DR_WDU_Pos) /*!< 0x00004000 */ |
4458 | #define RTC_DR_WDU_1 (0x2UL << RTC_DR_WDU_Pos) /*!< 0x00004000 */ |
4473 | #define RTC_DR_WDU_2 (0x4U << RTC_DR_WDU_Pos) /*!< 0x00008000 */ |
4459 | #define RTC_DR_WDU_2 (0x4UL << RTC_DR_WDU_Pos) /*!< 0x00008000 */ |
4474 | #define RTC_DR_MT_Pos (12U) |
4460 | #define RTC_DR_MT_Pos (12U) |
4475 | #define RTC_DR_MT_Msk (0x1U << RTC_DR_MT_Pos) /*!< 0x00001000 */ |
4461 | #define RTC_DR_MT_Msk (0x1UL << RTC_DR_MT_Pos) /*!< 0x00001000 */ |
4476 | #define RTC_DR_MT RTC_DR_MT_Msk |
4462 | #define RTC_DR_MT RTC_DR_MT_Msk |
4477 | #define RTC_DR_MU_Pos (8U) |
4463 | #define RTC_DR_MU_Pos (8U) |
4478 | #define RTC_DR_MU_Msk (0xFU << RTC_DR_MU_Pos) /*!< 0x00000F00 */ |
4464 | #define RTC_DR_MU_Msk (0xFUL << RTC_DR_MU_Pos) /*!< 0x00000F00 */ |
4479 | #define RTC_DR_MU RTC_DR_MU_Msk |
4465 | #define RTC_DR_MU RTC_DR_MU_Msk |
4480 | #define RTC_DR_MU_0 (0x1U << RTC_DR_MU_Pos) /*!< 0x00000100 */ |
4466 | #define RTC_DR_MU_0 (0x1UL << RTC_DR_MU_Pos) /*!< 0x00000100 */ |
4481 | #define RTC_DR_MU_1 (0x2U << RTC_DR_MU_Pos) /*!< 0x00000200 */ |
4467 | #define RTC_DR_MU_1 (0x2UL << RTC_DR_MU_Pos) /*!< 0x00000200 */ |
4482 | #define RTC_DR_MU_2 (0x4U << RTC_DR_MU_Pos) /*!< 0x00000400 */ |
4468 | #define RTC_DR_MU_2 (0x4UL << RTC_DR_MU_Pos) /*!< 0x00000400 */ |
4483 | #define RTC_DR_MU_3 (0x8U << RTC_DR_MU_Pos) /*!< 0x00000800 */ |
4469 | #define RTC_DR_MU_3 (0x8UL << RTC_DR_MU_Pos) /*!< 0x00000800 */ |
4484 | #define RTC_DR_DT_Pos (4U) |
4470 | #define RTC_DR_DT_Pos (4U) |
4485 | #define RTC_DR_DT_Msk (0x3U << RTC_DR_DT_Pos) /*!< 0x00000030 */ |
4471 | #define RTC_DR_DT_Msk (0x3UL << RTC_DR_DT_Pos) /*!< 0x00000030 */ |
4486 | #define RTC_DR_DT RTC_DR_DT_Msk |
4472 | #define RTC_DR_DT RTC_DR_DT_Msk |
4487 | #define RTC_DR_DT_0 (0x1U << RTC_DR_DT_Pos) /*!< 0x00000010 */ |
4473 | #define RTC_DR_DT_0 (0x1UL << RTC_DR_DT_Pos) /*!< 0x00000010 */ |
4488 | #define RTC_DR_DT_1 (0x2U << RTC_DR_DT_Pos) /*!< 0x00000020 */ |
4474 | #define RTC_DR_DT_1 (0x2UL << RTC_DR_DT_Pos) /*!< 0x00000020 */ |
4489 | #define RTC_DR_DU_Pos (0U) |
4475 | #define RTC_DR_DU_Pos (0U) |
4490 | #define RTC_DR_DU_Msk (0xFU << RTC_DR_DU_Pos) /*!< 0x0000000F */ |
4476 | #define RTC_DR_DU_Msk (0xFUL << RTC_DR_DU_Pos) /*!< 0x0000000F */ |
4491 | #define RTC_DR_DU RTC_DR_DU_Msk |
4477 | #define RTC_DR_DU RTC_DR_DU_Msk |
4492 | #define RTC_DR_DU_0 (0x1U << RTC_DR_DU_Pos) /*!< 0x00000001 */ |
4478 | #define RTC_DR_DU_0 (0x1UL << RTC_DR_DU_Pos) /*!< 0x00000001 */ |
4493 | #define RTC_DR_DU_1 (0x2U << RTC_DR_DU_Pos) /*!< 0x00000002 */ |
4479 | #define RTC_DR_DU_1 (0x2UL << RTC_DR_DU_Pos) /*!< 0x00000002 */ |
4494 | #define RTC_DR_DU_2 (0x4U << RTC_DR_DU_Pos) /*!< 0x00000004 */ |
4480 | #define RTC_DR_DU_2 (0x4UL << RTC_DR_DU_Pos) /*!< 0x00000004 */ |
4495 | #define RTC_DR_DU_3 (0x8U << RTC_DR_DU_Pos) /*!< 0x00000008 */ |
4481 | #define RTC_DR_DU_3 (0x8UL << RTC_DR_DU_Pos) /*!< 0x00000008 */ |
4496 | 4482 | ||
4497 | /******************** Bits definition for RTC_CR register *******************/ |
4483 | /******************** Bits definition for RTC_CR register *******************/ |
4498 | #define RTC_CR_COE_Pos (23U) |
4484 | #define RTC_CR_COE_Pos (23U) |
4499 | #define RTC_CR_COE_Msk (0x1U << RTC_CR_COE_Pos) /*!< 0x00800000 */ |
4485 | #define RTC_CR_COE_Msk (0x1UL << RTC_CR_COE_Pos) /*!< 0x00800000 */ |
4500 | #define RTC_CR_COE RTC_CR_COE_Msk |
4486 | #define RTC_CR_COE RTC_CR_COE_Msk |
4501 | #define RTC_CR_OSEL_Pos (21U) |
4487 | #define RTC_CR_OSEL_Pos (21U) |
4502 | #define RTC_CR_OSEL_Msk (0x3U << RTC_CR_OSEL_Pos) /*!< 0x00600000 */ |
4488 | #define RTC_CR_OSEL_Msk (0x3UL << RTC_CR_OSEL_Pos) /*!< 0x00600000 */ |
4503 | #define RTC_CR_OSEL RTC_CR_OSEL_Msk |
4489 | #define RTC_CR_OSEL RTC_CR_OSEL_Msk |
4504 | #define RTC_CR_OSEL_0 (0x1U << RTC_CR_OSEL_Pos) /*!< 0x00200000 */ |
4490 | #define RTC_CR_OSEL_0 (0x1UL << RTC_CR_OSEL_Pos) /*!< 0x00200000 */ |
4505 | #define RTC_CR_OSEL_1 (0x2U << RTC_CR_OSEL_Pos) /*!< 0x00400000 */ |
4491 | #define RTC_CR_OSEL_1 (0x2UL << RTC_CR_OSEL_Pos) /*!< 0x00400000 */ |
4506 | #define RTC_CR_POL_Pos (20U) |
4492 | #define RTC_CR_POL_Pos (20U) |
4507 | #define RTC_CR_POL_Msk (0x1U << RTC_CR_POL_Pos) /*!< 0x00100000 */ |
4493 | #define RTC_CR_POL_Msk (0x1UL << RTC_CR_POL_Pos) /*!< 0x00100000 */ |
4508 | #define RTC_CR_POL RTC_CR_POL_Msk |
4494 | #define RTC_CR_POL RTC_CR_POL_Msk |
4509 | #define RTC_CR_BCK_Pos (18U) |
4495 | #define RTC_CR_BKP_Pos (18U) |
4510 | #define RTC_CR_BCK_Msk (0x1U << RTC_CR_BCK_Pos) /*!< 0x00040000 */ |
4496 | #define RTC_CR_BKP_Msk (0x1UL << RTC_CR_BKP_Pos) /*!< 0x00040000 */ |
4511 | #define RTC_CR_BCK RTC_CR_BCK_Msk |
4497 | #define RTC_CR_BKP RTC_CR_BKP_Msk |
4512 | #define RTC_CR_SUB1H_Pos (17U) |
4498 | #define RTC_CR_SUB1H_Pos (17U) |
4513 | #define RTC_CR_SUB1H_Msk (0x1U << RTC_CR_SUB1H_Pos) /*!< 0x00020000 */ |
4499 | #define RTC_CR_SUB1H_Msk (0x1UL << RTC_CR_SUB1H_Pos) /*!< 0x00020000 */ |
4514 | #define RTC_CR_SUB1H RTC_CR_SUB1H_Msk |
4500 | #define RTC_CR_SUB1H RTC_CR_SUB1H_Msk |
4515 | #define RTC_CR_ADD1H_Pos (16U) |
4501 | #define RTC_CR_ADD1H_Pos (16U) |
4516 | #define RTC_CR_ADD1H_Msk (0x1U << RTC_CR_ADD1H_Pos) /*!< 0x00010000 */ |
4502 | #define RTC_CR_ADD1H_Msk (0x1UL << RTC_CR_ADD1H_Pos) /*!< 0x00010000 */ |
4517 | #define RTC_CR_ADD1H RTC_CR_ADD1H_Msk |
4503 | #define RTC_CR_ADD1H RTC_CR_ADD1H_Msk |
4518 | #define RTC_CR_TSIE_Pos (15U) |
4504 | #define RTC_CR_TSIE_Pos (15U) |
4519 | #define RTC_CR_TSIE_Msk (0x1U << RTC_CR_TSIE_Pos) /*!< 0x00008000 */ |
4505 | #define RTC_CR_TSIE_Msk (0x1UL << RTC_CR_TSIE_Pos) /*!< 0x00008000 */ |
4520 | #define RTC_CR_TSIE RTC_CR_TSIE_Msk |
4506 | #define RTC_CR_TSIE RTC_CR_TSIE_Msk |
4521 | #define RTC_CR_WUTIE_Pos (14U) |
4507 | #define RTC_CR_WUTIE_Pos (14U) |
4522 | #define RTC_CR_WUTIE_Msk (0x1U << RTC_CR_WUTIE_Pos) /*!< 0x00004000 */ |
4508 | #define RTC_CR_WUTIE_Msk (0x1UL << RTC_CR_WUTIE_Pos) /*!< 0x00004000 */ |
4523 | #define RTC_CR_WUTIE RTC_CR_WUTIE_Msk |
4509 | #define RTC_CR_WUTIE RTC_CR_WUTIE_Msk |
4524 | #define RTC_CR_ALRBIE_Pos (13U) |
4510 | #define RTC_CR_ALRBIE_Pos (13U) |
4525 | #define RTC_CR_ALRBIE_Msk (0x1U << RTC_CR_ALRBIE_Pos) /*!< 0x00002000 */ |
4511 | #define RTC_CR_ALRBIE_Msk (0x1UL << RTC_CR_ALRBIE_Pos) /*!< 0x00002000 */ |
4526 | #define RTC_CR_ALRBIE RTC_CR_ALRBIE_Msk |
4512 | #define RTC_CR_ALRBIE RTC_CR_ALRBIE_Msk |
4527 | #define RTC_CR_ALRAIE_Pos (12U) |
4513 | #define RTC_CR_ALRAIE_Pos (12U) |
4528 | #define RTC_CR_ALRAIE_Msk (0x1U << RTC_CR_ALRAIE_Pos) /*!< 0x00001000 */ |
4514 | #define RTC_CR_ALRAIE_Msk (0x1UL << RTC_CR_ALRAIE_Pos) /*!< 0x00001000 */ |
4529 | #define RTC_CR_ALRAIE RTC_CR_ALRAIE_Msk |
4515 | #define RTC_CR_ALRAIE RTC_CR_ALRAIE_Msk |
4530 | #define RTC_CR_TSE_Pos (11U) |
4516 | #define RTC_CR_TSE_Pos (11U) |
4531 | #define RTC_CR_TSE_Msk (0x1U << RTC_CR_TSE_Pos) /*!< 0x00000800 */ |
4517 | #define RTC_CR_TSE_Msk (0x1UL << RTC_CR_TSE_Pos) /*!< 0x00000800 */ |
4532 | #define RTC_CR_TSE RTC_CR_TSE_Msk |
4518 | #define RTC_CR_TSE RTC_CR_TSE_Msk |
4533 | #define RTC_CR_WUTE_Pos (10U) |
4519 | #define RTC_CR_WUTE_Pos (10U) |
4534 | #define RTC_CR_WUTE_Msk (0x1U << RTC_CR_WUTE_Pos) /*!< 0x00000400 */ |
4520 | #define RTC_CR_WUTE_Msk (0x1UL << RTC_CR_WUTE_Pos) /*!< 0x00000400 */ |
4535 | #define RTC_CR_WUTE RTC_CR_WUTE_Msk |
4521 | #define RTC_CR_WUTE RTC_CR_WUTE_Msk |
4536 | #define RTC_CR_ALRBE_Pos (9U) |
4522 | #define RTC_CR_ALRBE_Pos (9U) |
4537 | #define RTC_CR_ALRBE_Msk (0x1U << RTC_CR_ALRBE_Pos) /*!< 0x00000200 */ |
4523 | #define RTC_CR_ALRBE_Msk (0x1UL << RTC_CR_ALRBE_Pos) /*!< 0x00000200 */ |
4538 | #define RTC_CR_ALRBE RTC_CR_ALRBE_Msk |
4524 | #define RTC_CR_ALRBE RTC_CR_ALRBE_Msk |
4539 | #define RTC_CR_ALRAE_Pos (8U) |
4525 | #define RTC_CR_ALRAE_Pos (8U) |
4540 | #define RTC_CR_ALRAE_Msk (0x1U << RTC_CR_ALRAE_Pos) /*!< 0x00000100 */ |
4526 | #define RTC_CR_ALRAE_Msk (0x1UL << RTC_CR_ALRAE_Pos) /*!< 0x00000100 */ |
4541 | #define RTC_CR_ALRAE RTC_CR_ALRAE_Msk |
4527 | #define RTC_CR_ALRAE RTC_CR_ALRAE_Msk |
4542 | #define RTC_CR_DCE_Pos (7U) |
4528 | #define RTC_CR_DCE_Pos (7U) |
4543 | #define RTC_CR_DCE_Msk (0x1U << RTC_CR_DCE_Pos) /*!< 0x00000080 */ |
4529 | #define RTC_CR_DCE_Msk (0x1UL << RTC_CR_DCE_Pos) /*!< 0x00000080 */ |
4544 | #define RTC_CR_DCE RTC_CR_DCE_Msk |
4530 | #define RTC_CR_DCE RTC_CR_DCE_Msk |
4545 | #define RTC_CR_FMT_Pos (6U) |
4531 | #define RTC_CR_FMT_Pos (6U) |
4546 | #define RTC_CR_FMT_Msk (0x1U << RTC_CR_FMT_Pos) /*!< 0x00000040 */ |
4532 | #define RTC_CR_FMT_Msk (0x1UL << RTC_CR_FMT_Pos) /*!< 0x00000040 */ |
4547 | #define RTC_CR_FMT RTC_CR_FMT_Msk |
4533 | #define RTC_CR_FMT RTC_CR_FMT_Msk |
4548 | #define RTC_CR_REFCKON_Pos (4U) |
4534 | #define RTC_CR_REFCKON_Pos (4U) |
4549 | #define RTC_CR_REFCKON_Msk (0x1U << RTC_CR_REFCKON_Pos) /*!< 0x00000010 */ |
4535 | #define RTC_CR_REFCKON_Msk (0x1UL << RTC_CR_REFCKON_Pos) /*!< 0x00000010 */ |
4550 | #define RTC_CR_REFCKON RTC_CR_REFCKON_Msk |
4536 | #define RTC_CR_REFCKON RTC_CR_REFCKON_Msk |
4551 | #define RTC_CR_TSEDGE_Pos (3U) |
4537 | #define RTC_CR_TSEDGE_Pos (3U) |
4552 | #define RTC_CR_TSEDGE_Msk (0x1U << RTC_CR_TSEDGE_Pos) /*!< 0x00000008 */ |
4538 | #define RTC_CR_TSEDGE_Msk (0x1UL << RTC_CR_TSEDGE_Pos) /*!< 0x00000008 */ |
4553 | #define RTC_CR_TSEDGE RTC_CR_TSEDGE_Msk |
4539 | #define RTC_CR_TSEDGE RTC_CR_TSEDGE_Msk |
4554 | #define RTC_CR_WUCKSEL_Pos (0U) |
4540 | #define RTC_CR_WUCKSEL_Pos (0U) |
4555 | #define RTC_CR_WUCKSEL_Msk (0x7U << RTC_CR_WUCKSEL_Pos) /*!< 0x00000007 */ |
4541 | #define RTC_CR_WUCKSEL_Msk (0x7UL << RTC_CR_WUCKSEL_Pos) /*!< 0x00000007 */ |
4556 | #define RTC_CR_WUCKSEL RTC_CR_WUCKSEL_Msk |
4542 | #define RTC_CR_WUCKSEL RTC_CR_WUCKSEL_Msk |
4557 | #define RTC_CR_WUCKSEL_0 (0x1U << RTC_CR_WUCKSEL_Pos) /*!< 0x00000001 */ |
4543 | #define RTC_CR_WUCKSEL_0 (0x1UL << RTC_CR_WUCKSEL_Pos) /*!< 0x00000001 */ |
4558 | #define RTC_CR_WUCKSEL_1 (0x2U << RTC_CR_WUCKSEL_Pos) /*!< 0x00000002 */ |
4544 | #define RTC_CR_WUCKSEL_1 (0x2UL << RTC_CR_WUCKSEL_Pos) /*!< 0x00000002 */ |
4559 | #define RTC_CR_WUCKSEL_2 (0x4U << RTC_CR_WUCKSEL_Pos) /*!< 0x00000004 */ |
4545 | #define RTC_CR_WUCKSEL_2 (0x4UL << RTC_CR_WUCKSEL_Pos) /*!< 0x00000004 */ |
- | 4546 | ||
- | 4547 | /* Legacy defines */ |
|
- | 4548 | #define RTC_CR_BCK_Pos RTC_CR_BKP_Pos |
|
- | 4549 | #define RTC_CR_BCK_Msk RTC_CR_BKP_Msk |
|
- | 4550 | #define RTC_CR_BCK RTC_CR_BKP |
|
4560 | 4551 | ||
4561 | /******************** Bits definition for RTC_ISR register ******************/ |
4552 | /******************** Bits definition for RTC_ISR register ******************/ |
4562 | #define RTC_ISR_TAMP1F_Pos (13U) |
4553 | #define RTC_ISR_TAMP1F_Pos (13U) |
4563 | #define RTC_ISR_TAMP1F_Msk (0x1U << RTC_ISR_TAMP1F_Pos) /*!< 0x00002000 */ |
4554 | #define RTC_ISR_TAMP1F_Msk (0x1UL << RTC_ISR_TAMP1F_Pos) /*!< 0x00002000 */ |
4564 | #define RTC_ISR_TAMP1F RTC_ISR_TAMP1F_Msk |
4555 | #define RTC_ISR_TAMP1F RTC_ISR_TAMP1F_Msk |
4565 | #define RTC_ISR_TSOVF_Pos (12U) |
4556 | #define RTC_ISR_TSOVF_Pos (12U) |
4566 | #define RTC_ISR_TSOVF_Msk (0x1U << RTC_ISR_TSOVF_Pos) /*!< 0x00001000 */ |
4557 | #define RTC_ISR_TSOVF_Msk (0x1UL << RTC_ISR_TSOVF_Pos) /*!< 0x00001000 */ |
4567 | #define RTC_ISR_TSOVF RTC_ISR_TSOVF_Msk |
4558 | #define RTC_ISR_TSOVF RTC_ISR_TSOVF_Msk |
4568 | #define RTC_ISR_TSF_Pos (11U) |
4559 | #define RTC_ISR_TSF_Pos (11U) |
4569 | #define RTC_ISR_TSF_Msk (0x1U << RTC_ISR_TSF_Pos) /*!< 0x00000800 */ |
4560 | #define RTC_ISR_TSF_Msk (0x1UL << RTC_ISR_TSF_Pos) /*!< 0x00000800 */ |
4570 | #define RTC_ISR_TSF RTC_ISR_TSF_Msk |
4561 | #define RTC_ISR_TSF RTC_ISR_TSF_Msk |
4571 | #define RTC_ISR_WUTF_Pos (10U) |
4562 | #define RTC_ISR_WUTF_Pos (10U) |
4572 | #define RTC_ISR_WUTF_Msk (0x1U << RTC_ISR_WUTF_Pos) /*!< 0x00000400 */ |
4563 | #define RTC_ISR_WUTF_Msk (0x1UL << RTC_ISR_WUTF_Pos) /*!< 0x00000400 */ |
4573 | #define RTC_ISR_WUTF RTC_ISR_WUTF_Msk |
4564 | #define RTC_ISR_WUTF RTC_ISR_WUTF_Msk |
4574 | #define RTC_ISR_ALRBF_Pos (9U) |
4565 | #define RTC_ISR_ALRBF_Pos (9U) |
4575 | #define RTC_ISR_ALRBF_Msk (0x1U << RTC_ISR_ALRBF_Pos) /*!< 0x00000200 */ |
4566 | #define RTC_ISR_ALRBF_Msk (0x1UL << RTC_ISR_ALRBF_Pos) /*!< 0x00000200 */ |
4576 | #define RTC_ISR_ALRBF RTC_ISR_ALRBF_Msk |
4567 | #define RTC_ISR_ALRBF RTC_ISR_ALRBF_Msk |
4577 | #define RTC_ISR_ALRAF_Pos (8U) |
4568 | #define RTC_ISR_ALRAF_Pos (8U) |
4578 | #define RTC_ISR_ALRAF_Msk (0x1U << RTC_ISR_ALRAF_Pos) /*!< 0x00000100 */ |
4569 | #define RTC_ISR_ALRAF_Msk (0x1UL << RTC_ISR_ALRAF_Pos) /*!< 0x00000100 */ |
4579 | #define RTC_ISR_ALRAF RTC_ISR_ALRAF_Msk |
4570 | #define RTC_ISR_ALRAF RTC_ISR_ALRAF_Msk |
4580 | #define RTC_ISR_INIT_Pos (7U) |
4571 | #define RTC_ISR_INIT_Pos (7U) |
4581 | #define RTC_ISR_INIT_Msk (0x1U << RTC_ISR_INIT_Pos) /*!< 0x00000080 */ |
4572 | #define RTC_ISR_INIT_Msk (0x1UL << RTC_ISR_INIT_Pos) /*!< 0x00000080 */ |
4582 | #define RTC_ISR_INIT RTC_ISR_INIT_Msk |
4573 | #define RTC_ISR_INIT RTC_ISR_INIT_Msk |
4583 | #define RTC_ISR_INITF_Pos (6U) |
4574 | #define RTC_ISR_INITF_Pos (6U) |
4584 | #define RTC_ISR_INITF_Msk (0x1U << RTC_ISR_INITF_Pos) /*!< 0x00000040 */ |
4575 | #define RTC_ISR_INITF_Msk (0x1UL << RTC_ISR_INITF_Pos) /*!< 0x00000040 */ |
4585 | #define RTC_ISR_INITF RTC_ISR_INITF_Msk |
4576 | #define RTC_ISR_INITF RTC_ISR_INITF_Msk |
4586 | #define RTC_ISR_RSF_Pos (5U) |
4577 | #define RTC_ISR_RSF_Pos (5U) |
4587 | #define RTC_ISR_RSF_Msk (0x1U << RTC_ISR_RSF_Pos) /*!< 0x00000020 */ |
4578 | #define RTC_ISR_RSF_Msk (0x1UL << RTC_ISR_RSF_Pos) /*!< 0x00000020 */ |
4588 | #define RTC_ISR_RSF RTC_ISR_RSF_Msk |
4579 | #define RTC_ISR_RSF RTC_ISR_RSF_Msk |
4589 | #define RTC_ISR_INITS_Pos (4U) |
4580 | #define RTC_ISR_INITS_Pos (4U) |
4590 | #define RTC_ISR_INITS_Msk (0x1U << RTC_ISR_INITS_Pos) /*!< 0x00000010 */ |
4581 | #define RTC_ISR_INITS_Msk (0x1UL << RTC_ISR_INITS_Pos) /*!< 0x00000010 */ |
4591 | #define RTC_ISR_INITS RTC_ISR_INITS_Msk |
4582 | #define RTC_ISR_INITS RTC_ISR_INITS_Msk |
4592 | #define RTC_ISR_WUTWF_Pos (2U) |
4583 | #define RTC_ISR_WUTWF_Pos (2U) |
4593 | #define RTC_ISR_WUTWF_Msk (0x1U << RTC_ISR_WUTWF_Pos) /*!< 0x00000004 */ |
4584 | #define RTC_ISR_WUTWF_Msk (0x1UL << RTC_ISR_WUTWF_Pos) /*!< 0x00000004 */ |
4594 | #define RTC_ISR_WUTWF RTC_ISR_WUTWF_Msk |
4585 | #define RTC_ISR_WUTWF RTC_ISR_WUTWF_Msk |
4595 | #define RTC_ISR_ALRBWF_Pos (1U) |
4586 | #define RTC_ISR_ALRBWF_Pos (1U) |
4596 | #define RTC_ISR_ALRBWF_Msk (0x1U << RTC_ISR_ALRBWF_Pos) /*!< 0x00000002 */ |
4587 | #define RTC_ISR_ALRBWF_Msk (0x1UL << RTC_ISR_ALRBWF_Pos) /*!< 0x00000002 */ |
4597 | #define RTC_ISR_ALRBWF RTC_ISR_ALRBWF_Msk |
4588 | #define RTC_ISR_ALRBWF RTC_ISR_ALRBWF_Msk |
4598 | #define RTC_ISR_ALRAWF_Pos (0U) |
4589 | #define RTC_ISR_ALRAWF_Pos (0U) |
4599 | #define RTC_ISR_ALRAWF_Msk (0x1U << RTC_ISR_ALRAWF_Pos) /*!< 0x00000001 */ |
4590 | #define RTC_ISR_ALRAWF_Msk (0x1UL << RTC_ISR_ALRAWF_Pos) /*!< 0x00000001 */ |
4600 | #define RTC_ISR_ALRAWF RTC_ISR_ALRAWF_Msk |
4591 | #define RTC_ISR_ALRAWF RTC_ISR_ALRAWF_Msk |
4601 | 4592 | ||
4602 | /******************** Bits definition for RTC_PRER register *****************/ |
4593 | /******************** Bits definition for RTC_PRER register *****************/ |
4603 | #define RTC_PRER_PREDIV_A_Pos (16U) |
4594 | #define RTC_PRER_PREDIV_A_Pos (16U) |
4604 | #define RTC_PRER_PREDIV_A_Msk (0x7FU << RTC_PRER_PREDIV_A_Pos) /*!< 0x007F0000 */ |
4595 | #define RTC_PRER_PREDIV_A_Msk (0x7FUL << RTC_PRER_PREDIV_A_Pos) /*!< 0x007F0000 */ |
4605 | #define RTC_PRER_PREDIV_A RTC_PRER_PREDIV_A_Msk |
4596 | #define RTC_PRER_PREDIV_A RTC_PRER_PREDIV_A_Msk |
4606 | #define RTC_PRER_PREDIV_S_Pos (0U) |
4597 | #define RTC_PRER_PREDIV_S_Pos (0U) |
4607 | #define RTC_PRER_PREDIV_S_Msk (0x1FFFU << RTC_PRER_PREDIV_S_Pos) /*!< 0x00001FFF */ |
4598 | #define RTC_PRER_PREDIV_S_Msk (0x1FFFUL << RTC_PRER_PREDIV_S_Pos) /*!< 0x00001FFF */ |
4608 | #define RTC_PRER_PREDIV_S RTC_PRER_PREDIV_S_Msk |
4599 | #define RTC_PRER_PREDIV_S RTC_PRER_PREDIV_S_Msk |
4609 | 4600 | ||
4610 | /******************** Bits definition for RTC_WUTR register *****************/ |
4601 | /******************** Bits definition for RTC_WUTR register *****************/ |
4611 | #define RTC_WUTR_WUT_Pos (0U) |
4602 | #define RTC_WUTR_WUT_Pos (0U) |
4612 | #define RTC_WUTR_WUT_Msk (0xFFFFU << RTC_WUTR_WUT_Pos) /*!< 0x0000FFFF */ |
4603 | #define RTC_WUTR_WUT_Msk (0xFFFFUL << RTC_WUTR_WUT_Pos) /*!< 0x0000FFFF */ |
4613 | #define RTC_WUTR_WUT RTC_WUTR_WUT_Msk |
4604 | #define RTC_WUTR_WUT RTC_WUTR_WUT_Msk |
4614 | 4605 | ||
4615 | /******************** Bits definition for RTC_CALIBR register ***************/ |
4606 | /******************** Bits definition for RTC_CALIBR register ***************/ |
4616 | #define RTC_CALIBR_DCS_Pos (7U) |
4607 | #define RTC_CALIBR_DCS_Pos (7U) |
4617 | #define RTC_CALIBR_DCS_Msk (0x1U << RTC_CALIBR_DCS_Pos) /*!< 0x00000080 */ |
4608 | #define RTC_CALIBR_DCS_Msk (0x1UL << RTC_CALIBR_DCS_Pos) /*!< 0x00000080 */ |
4618 | #define RTC_CALIBR_DCS RTC_CALIBR_DCS_Msk |
4609 | #define RTC_CALIBR_DCS RTC_CALIBR_DCS_Msk |
4619 | #define RTC_CALIBR_DC_Pos (0U) |
4610 | #define RTC_CALIBR_DC_Pos (0U) |
4620 | #define RTC_CALIBR_DC_Msk (0x1FU << RTC_CALIBR_DC_Pos) /*!< 0x0000001F */ |
4611 | #define RTC_CALIBR_DC_Msk (0x1FUL << RTC_CALIBR_DC_Pos) /*!< 0x0000001F */ |
4621 | #define RTC_CALIBR_DC RTC_CALIBR_DC_Msk |
4612 | #define RTC_CALIBR_DC RTC_CALIBR_DC_Msk |
4622 | 4613 | ||
4623 | /******************** Bits definition for RTC_ALRMAR register ***************/ |
4614 | /******************** Bits definition for RTC_ALRMAR register ***************/ |
4624 | #define RTC_ALRMAR_MSK4_Pos (31U) |
4615 | #define RTC_ALRMAR_MSK4_Pos (31U) |
4625 | #define RTC_ALRMAR_MSK4_Msk (0x1U << RTC_ALRMAR_MSK4_Pos) /*!< 0x80000000 */ |
4616 | #define RTC_ALRMAR_MSK4_Msk (0x1UL << RTC_ALRMAR_MSK4_Pos) /*!< 0x80000000 */ |
4626 | #define RTC_ALRMAR_MSK4 RTC_ALRMAR_MSK4_Msk |
4617 | #define RTC_ALRMAR_MSK4 RTC_ALRMAR_MSK4_Msk |
4627 | #define RTC_ALRMAR_WDSEL_Pos (30U) |
4618 | #define RTC_ALRMAR_WDSEL_Pos (30U) |
4628 | #define RTC_ALRMAR_WDSEL_Msk (0x1U << RTC_ALRMAR_WDSEL_Pos) /*!< 0x40000000 */ |
4619 | #define RTC_ALRMAR_WDSEL_Msk (0x1UL << RTC_ALRMAR_WDSEL_Pos) /*!< 0x40000000 */ |
4629 | #define RTC_ALRMAR_WDSEL RTC_ALRMAR_WDSEL_Msk |
4620 | #define RTC_ALRMAR_WDSEL RTC_ALRMAR_WDSEL_Msk |
4630 | #define RTC_ALRMAR_DT_Pos (28U) |
4621 | #define RTC_ALRMAR_DT_Pos (28U) |
4631 | #define RTC_ALRMAR_DT_Msk (0x3U << RTC_ALRMAR_DT_Pos) /*!< 0x30000000 */ |
4622 | #define RTC_ALRMAR_DT_Msk (0x3UL << RTC_ALRMAR_DT_Pos) /*!< 0x30000000 */ |
4632 | #define RTC_ALRMAR_DT RTC_ALRMAR_DT_Msk |
4623 | #define RTC_ALRMAR_DT RTC_ALRMAR_DT_Msk |
4633 | #define RTC_ALRMAR_DT_0 (0x1U << RTC_ALRMAR_DT_Pos) /*!< 0x10000000 */ |
4624 | #define RTC_ALRMAR_DT_0 (0x1UL << RTC_ALRMAR_DT_Pos) /*!< 0x10000000 */ |
4634 | #define RTC_ALRMAR_DT_1 (0x2U << RTC_ALRMAR_DT_Pos) /*!< 0x20000000 */ |
4625 | #define RTC_ALRMAR_DT_1 (0x2UL << RTC_ALRMAR_DT_Pos) /*!< 0x20000000 */ |
4635 | #define RTC_ALRMAR_DU_Pos (24U) |
4626 | #define RTC_ALRMAR_DU_Pos (24U) |
4636 | #define RTC_ALRMAR_DU_Msk (0xFU << RTC_ALRMAR_DU_Pos) /*!< 0x0F000000 */ |
4627 | #define RTC_ALRMAR_DU_Msk (0xFUL << RTC_ALRMAR_DU_Pos) /*!< 0x0F000000 */ |
4637 | #define RTC_ALRMAR_DU RTC_ALRMAR_DU_Msk |
4628 | #define RTC_ALRMAR_DU RTC_ALRMAR_DU_Msk |
4638 | #define RTC_ALRMAR_DU_0 (0x1U << RTC_ALRMAR_DU_Pos) /*!< 0x01000000 */ |
4629 | #define RTC_ALRMAR_DU_0 (0x1UL << RTC_ALRMAR_DU_Pos) /*!< 0x01000000 */ |
4639 | #define RTC_ALRMAR_DU_1 (0x2U << RTC_ALRMAR_DU_Pos) /*!< 0x02000000 */ |
4630 | #define RTC_ALRMAR_DU_1 (0x2UL << RTC_ALRMAR_DU_Pos) /*!< 0x02000000 */ |
4640 | #define RTC_ALRMAR_DU_2 (0x4U << RTC_ALRMAR_DU_Pos) /*!< 0x04000000 */ |
4631 | #define RTC_ALRMAR_DU_2 (0x4UL << RTC_ALRMAR_DU_Pos) /*!< 0x04000000 */ |
4641 | #define RTC_ALRMAR_DU_3 (0x8U << RTC_ALRMAR_DU_Pos) /*!< 0x08000000 */ |
4632 | #define RTC_ALRMAR_DU_3 (0x8UL << RTC_ALRMAR_DU_Pos) /*!< 0x08000000 */ |
4642 | #define RTC_ALRMAR_MSK3_Pos (23U) |
4633 | #define RTC_ALRMAR_MSK3_Pos (23U) |
4643 | #define RTC_ALRMAR_MSK3_Msk (0x1U << RTC_ALRMAR_MSK3_Pos) /*!< 0x00800000 */ |
4634 | #define RTC_ALRMAR_MSK3_Msk (0x1UL << RTC_ALRMAR_MSK3_Pos) /*!< 0x00800000 */ |
4644 | #define RTC_ALRMAR_MSK3 RTC_ALRMAR_MSK3_Msk |
4635 | #define RTC_ALRMAR_MSK3 RTC_ALRMAR_MSK3_Msk |
4645 | #define RTC_ALRMAR_PM_Pos (22U) |
4636 | #define RTC_ALRMAR_PM_Pos (22U) |
4646 | #define RTC_ALRMAR_PM_Msk (0x1U << RTC_ALRMAR_PM_Pos) /*!< 0x00400000 */ |
4637 | #define RTC_ALRMAR_PM_Msk (0x1UL << RTC_ALRMAR_PM_Pos) /*!< 0x00400000 */ |
4647 | #define RTC_ALRMAR_PM RTC_ALRMAR_PM_Msk |
4638 | #define RTC_ALRMAR_PM RTC_ALRMAR_PM_Msk |
4648 | #define RTC_ALRMAR_HT_Pos (20U) |
4639 | #define RTC_ALRMAR_HT_Pos (20U) |
4649 | #define RTC_ALRMAR_HT_Msk (0x3U << RTC_ALRMAR_HT_Pos) /*!< 0x00300000 */ |
4640 | #define RTC_ALRMAR_HT_Msk (0x3UL << RTC_ALRMAR_HT_Pos) /*!< 0x00300000 */ |
4650 | #define RTC_ALRMAR_HT RTC_ALRMAR_HT_Msk |
4641 | #define RTC_ALRMAR_HT RTC_ALRMAR_HT_Msk |
4651 | #define RTC_ALRMAR_HT_0 (0x1U << RTC_ALRMAR_HT_Pos) /*!< 0x00100000 */ |
4642 | #define RTC_ALRMAR_HT_0 (0x1UL << RTC_ALRMAR_HT_Pos) /*!< 0x00100000 */ |
4652 | #define RTC_ALRMAR_HT_1 (0x2U << RTC_ALRMAR_HT_Pos) /*!< 0x00200000 */ |
4643 | #define RTC_ALRMAR_HT_1 (0x2UL << RTC_ALRMAR_HT_Pos) /*!< 0x00200000 */ |
4653 | #define RTC_ALRMAR_HU_Pos (16U) |
4644 | #define RTC_ALRMAR_HU_Pos (16U) |
4654 | #define RTC_ALRMAR_HU_Msk (0xFU << RTC_ALRMAR_HU_Pos) /*!< 0x000F0000 */ |
4645 | #define RTC_ALRMAR_HU_Msk (0xFUL << RTC_ALRMAR_HU_Pos) /*!< 0x000F0000 */ |
4655 | #define RTC_ALRMAR_HU RTC_ALRMAR_HU_Msk |
4646 | #define RTC_ALRMAR_HU RTC_ALRMAR_HU_Msk |
4656 | #define RTC_ALRMAR_HU_0 (0x1U << RTC_ALRMAR_HU_Pos) /*!< 0x00010000 */ |
4647 | #define RTC_ALRMAR_HU_0 (0x1UL << RTC_ALRMAR_HU_Pos) /*!< 0x00010000 */ |
4657 | #define RTC_ALRMAR_HU_1 (0x2U << RTC_ALRMAR_HU_Pos) /*!< 0x00020000 */ |
4648 | #define RTC_ALRMAR_HU_1 (0x2UL << RTC_ALRMAR_HU_Pos) /*!< 0x00020000 */ |
4658 | #define RTC_ALRMAR_HU_2 (0x4U << RTC_ALRMAR_HU_Pos) /*!< 0x00040000 */ |
4649 | #define RTC_ALRMAR_HU_2 (0x4UL << RTC_ALRMAR_HU_Pos) /*!< 0x00040000 */ |
4659 | #define RTC_ALRMAR_HU_3 (0x8U << RTC_ALRMAR_HU_Pos) /*!< 0x00080000 */ |
4650 | #define RTC_ALRMAR_HU_3 (0x8UL << RTC_ALRMAR_HU_Pos) /*!< 0x00080000 */ |
4660 | #define RTC_ALRMAR_MSK2_Pos (15U) |
4651 | #define RTC_ALRMAR_MSK2_Pos (15U) |
4661 | #define RTC_ALRMAR_MSK2_Msk (0x1U << RTC_ALRMAR_MSK2_Pos) /*!< 0x00008000 */ |
4652 | #define RTC_ALRMAR_MSK2_Msk (0x1UL << RTC_ALRMAR_MSK2_Pos) /*!< 0x00008000 */ |
4662 | #define RTC_ALRMAR_MSK2 RTC_ALRMAR_MSK2_Msk |
4653 | #define RTC_ALRMAR_MSK2 RTC_ALRMAR_MSK2_Msk |
4663 | #define RTC_ALRMAR_MNT_Pos (12U) |
4654 | #define RTC_ALRMAR_MNT_Pos (12U) |
4664 | #define RTC_ALRMAR_MNT_Msk (0x7U << RTC_ALRMAR_MNT_Pos) /*!< 0x00007000 */ |
4655 | #define RTC_ALRMAR_MNT_Msk (0x7UL << RTC_ALRMAR_MNT_Pos) /*!< 0x00007000 */ |
4665 | #define RTC_ALRMAR_MNT RTC_ALRMAR_MNT_Msk |
4656 | #define RTC_ALRMAR_MNT RTC_ALRMAR_MNT_Msk |
4666 | #define RTC_ALRMAR_MNT_0 (0x1U << RTC_ALRMAR_MNT_Pos) /*!< 0x00001000 */ |
4657 | #define RTC_ALRMAR_MNT_0 (0x1UL << RTC_ALRMAR_MNT_Pos) /*!< 0x00001000 */ |
4667 | #define RTC_ALRMAR_MNT_1 (0x2U << RTC_ALRMAR_MNT_Pos) /*!< 0x00002000 */ |
4658 | #define RTC_ALRMAR_MNT_1 (0x2UL << RTC_ALRMAR_MNT_Pos) /*!< 0x00002000 */ |
4668 | #define RTC_ALRMAR_MNT_2 (0x4U << RTC_ALRMAR_MNT_Pos) /*!< 0x00004000 */ |
4659 | #define RTC_ALRMAR_MNT_2 (0x4UL << RTC_ALRMAR_MNT_Pos) /*!< 0x00004000 */ |
4669 | #define RTC_ALRMAR_MNU_Pos (8U) |
4660 | #define RTC_ALRMAR_MNU_Pos (8U) |
4670 | #define RTC_ALRMAR_MNU_Msk (0xFU << RTC_ALRMAR_MNU_Pos) /*!< 0x00000F00 */ |
4661 | #define RTC_ALRMAR_MNU_Msk (0xFUL << RTC_ALRMAR_MNU_Pos) /*!< 0x00000F00 */ |
4671 | #define RTC_ALRMAR_MNU RTC_ALRMAR_MNU_Msk |
4662 | #define RTC_ALRMAR_MNU RTC_ALRMAR_MNU_Msk |
4672 | #define RTC_ALRMAR_MNU_0 (0x1U << RTC_ALRMAR_MNU_Pos) /*!< 0x00000100 */ |
4663 | #define RTC_ALRMAR_MNU_0 (0x1UL << RTC_ALRMAR_MNU_Pos) /*!< 0x00000100 */ |
4673 | #define RTC_ALRMAR_MNU_1 (0x2U << RTC_ALRMAR_MNU_Pos) /*!< 0x00000200 */ |
4664 | #define RTC_ALRMAR_MNU_1 (0x2UL << RTC_ALRMAR_MNU_Pos) /*!< 0x00000200 */ |
4674 | #define RTC_ALRMAR_MNU_2 (0x4U << RTC_ALRMAR_MNU_Pos) /*!< 0x00000400 */ |
4665 | #define RTC_ALRMAR_MNU_2 (0x4UL << RTC_ALRMAR_MNU_Pos) /*!< 0x00000400 */ |
4675 | #define RTC_ALRMAR_MNU_3 (0x8U << RTC_ALRMAR_MNU_Pos) /*!< 0x00000800 */ |
4666 | #define RTC_ALRMAR_MNU_3 (0x8UL << RTC_ALRMAR_MNU_Pos) /*!< 0x00000800 */ |
4676 | #define RTC_ALRMAR_MSK1_Pos (7U) |
4667 | #define RTC_ALRMAR_MSK1_Pos (7U) |
4677 | #define RTC_ALRMAR_MSK1_Msk (0x1U << RTC_ALRMAR_MSK1_Pos) /*!< 0x00000080 */ |
4668 | #define RTC_ALRMAR_MSK1_Msk (0x1UL << RTC_ALRMAR_MSK1_Pos) /*!< 0x00000080 */ |
4678 | #define RTC_ALRMAR_MSK1 RTC_ALRMAR_MSK1_Msk |
4669 | #define RTC_ALRMAR_MSK1 RTC_ALRMAR_MSK1_Msk |
4679 | #define RTC_ALRMAR_ST_Pos (4U) |
4670 | #define RTC_ALRMAR_ST_Pos (4U) |
4680 | #define RTC_ALRMAR_ST_Msk (0x7U << RTC_ALRMAR_ST_Pos) /*!< 0x00000070 */ |
4671 | #define RTC_ALRMAR_ST_Msk (0x7UL << RTC_ALRMAR_ST_Pos) /*!< 0x00000070 */ |
4681 | #define RTC_ALRMAR_ST RTC_ALRMAR_ST_Msk |
4672 | #define RTC_ALRMAR_ST RTC_ALRMAR_ST_Msk |
4682 | #define RTC_ALRMAR_ST_0 (0x1U << RTC_ALRMAR_ST_Pos) /*!< 0x00000010 */ |
4673 | #define RTC_ALRMAR_ST_0 (0x1UL << RTC_ALRMAR_ST_Pos) /*!< 0x00000010 */ |
4683 | #define RTC_ALRMAR_ST_1 (0x2U << RTC_ALRMAR_ST_Pos) /*!< 0x00000020 */ |
4674 | #define RTC_ALRMAR_ST_1 (0x2UL << RTC_ALRMAR_ST_Pos) /*!< 0x00000020 */ |
4684 | #define RTC_ALRMAR_ST_2 (0x4U << RTC_ALRMAR_ST_Pos) /*!< 0x00000040 */ |
4675 | #define RTC_ALRMAR_ST_2 (0x4UL << RTC_ALRMAR_ST_Pos) /*!< 0x00000040 */ |
4685 | #define RTC_ALRMAR_SU_Pos (0U) |
4676 | #define RTC_ALRMAR_SU_Pos (0U) |
4686 | #define RTC_ALRMAR_SU_Msk (0xFU << RTC_ALRMAR_SU_Pos) /*!< 0x0000000F */ |
4677 | #define RTC_ALRMAR_SU_Msk (0xFUL << RTC_ALRMAR_SU_Pos) /*!< 0x0000000F */ |
4687 | #define RTC_ALRMAR_SU RTC_ALRMAR_SU_Msk |
4678 | #define RTC_ALRMAR_SU RTC_ALRMAR_SU_Msk |
4688 | #define RTC_ALRMAR_SU_0 (0x1U << RTC_ALRMAR_SU_Pos) /*!< 0x00000001 */ |
4679 | #define RTC_ALRMAR_SU_0 (0x1UL << RTC_ALRMAR_SU_Pos) /*!< 0x00000001 */ |
4689 | #define RTC_ALRMAR_SU_1 (0x2U << RTC_ALRMAR_SU_Pos) /*!< 0x00000002 */ |
4680 | #define RTC_ALRMAR_SU_1 (0x2UL << RTC_ALRMAR_SU_Pos) /*!< 0x00000002 */ |
4690 | #define RTC_ALRMAR_SU_2 (0x4U << RTC_ALRMAR_SU_Pos) /*!< 0x00000004 */ |
4681 | #define RTC_ALRMAR_SU_2 (0x4UL << RTC_ALRMAR_SU_Pos) /*!< 0x00000004 */ |
4691 | #define RTC_ALRMAR_SU_3 (0x8U << RTC_ALRMAR_SU_Pos) /*!< 0x00000008 */ |
4682 | #define RTC_ALRMAR_SU_3 (0x8UL << RTC_ALRMAR_SU_Pos) /*!< 0x00000008 */ |
4692 | 4683 | ||
4693 | /******************** Bits definition for RTC_ALRMBR register ***************/ |
4684 | /******************** Bits definition for RTC_ALRMBR register ***************/ |
4694 | #define RTC_ALRMBR_MSK4_Pos (31U) |
4685 | #define RTC_ALRMBR_MSK4_Pos (31U) |
4695 | #define RTC_ALRMBR_MSK4_Msk (0x1U << RTC_ALRMBR_MSK4_Pos) /*!< 0x80000000 */ |
4686 | #define RTC_ALRMBR_MSK4_Msk (0x1UL << RTC_ALRMBR_MSK4_Pos) /*!< 0x80000000 */ |
4696 | #define RTC_ALRMBR_MSK4 RTC_ALRMBR_MSK4_Msk |
4687 | #define RTC_ALRMBR_MSK4 RTC_ALRMBR_MSK4_Msk |
4697 | #define RTC_ALRMBR_WDSEL_Pos (30U) |
4688 | #define RTC_ALRMBR_WDSEL_Pos (30U) |
4698 | #define RTC_ALRMBR_WDSEL_Msk (0x1U << RTC_ALRMBR_WDSEL_Pos) /*!< 0x40000000 */ |
4689 | #define RTC_ALRMBR_WDSEL_Msk (0x1UL << RTC_ALRMBR_WDSEL_Pos) /*!< 0x40000000 */ |
4699 | #define RTC_ALRMBR_WDSEL RTC_ALRMBR_WDSEL_Msk |
4690 | #define RTC_ALRMBR_WDSEL RTC_ALRMBR_WDSEL_Msk |
4700 | #define RTC_ALRMBR_DT_Pos (28U) |
4691 | #define RTC_ALRMBR_DT_Pos (28U) |
4701 | #define RTC_ALRMBR_DT_Msk (0x3U << RTC_ALRMBR_DT_Pos) /*!< 0x30000000 */ |
4692 | #define RTC_ALRMBR_DT_Msk (0x3UL << RTC_ALRMBR_DT_Pos) /*!< 0x30000000 */ |
4702 | #define RTC_ALRMBR_DT RTC_ALRMBR_DT_Msk |
4693 | #define RTC_ALRMBR_DT RTC_ALRMBR_DT_Msk |
4703 | #define RTC_ALRMBR_DT_0 (0x1U << RTC_ALRMBR_DT_Pos) /*!< 0x10000000 */ |
4694 | #define RTC_ALRMBR_DT_0 (0x1UL << RTC_ALRMBR_DT_Pos) /*!< 0x10000000 */ |
4704 | #define RTC_ALRMBR_DT_1 (0x2U << RTC_ALRMBR_DT_Pos) /*!< 0x20000000 */ |
4695 | #define RTC_ALRMBR_DT_1 (0x2UL << RTC_ALRMBR_DT_Pos) /*!< 0x20000000 */ |
4705 | #define RTC_ALRMBR_DU_Pos (24U) |
4696 | #define RTC_ALRMBR_DU_Pos (24U) |
4706 | #define RTC_ALRMBR_DU_Msk (0xFU << RTC_ALRMBR_DU_Pos) /*!< 0x0F000000 */ |
4697 | #define RTC_ALRMBR_DU_Msk (0xFUL << RTC_ALRMBR_DU_Pos) /*!< 0x0F000000 */ |
4707 | #define RTC_ALRMBR_DU RTC_ALRMBR_DU_Msk |
4698 | #define RTC_ALRMBR_DU RTC_ALRMBR_DU_Msk |
4708 | #define RTC_ALRMBR_DU_0 (0x1U << RTC_ALRMBR_DU_Pos) /*!< 0x01000000 */ |
4699 | #define RTC_ALRMBR_DU_0 (0x1UL << RTC_ALRMBR_DU_Pos) /*!< 0x01000000 */ |
4709 | #define RTC_ALRMBR_DU_1 (0x2U << RTC_ALRMBR_DU_Pos) /*!< 0x02000000 */ |
4700 | #define RTC_ALRMBR_DU_1 (0x2UL << RTC_ALRMBR_DU_Pos) /*!< 0x02000000 */ |
4710 | #define RTC_ALRMBR_DU_2 (0x4U << RTC_ALRMBR_DU_Pos) /*!< 0x04000000 */ |
4701 | #define RTC_ALRMBR_DU_2 (0x4UL << RTC_ALRMBR_DU_Pos) /*!< 0x04000000 */ |
4711 | #define RTC_ALRMBR_DU_3 (0x8U << RTC_ALRMBR_DU_Pos) /*!< 0x08000000 */ |
4702 | #define RTC_ALRMBR_DU_3 (0x8UL << RTC_ALRMBR_DU_Pos) /*!< 0x08000000 */ |
4712 | #define RTC_ALRMBR_MSK3_Pos (23U) |
4703 | #define RTC_ALRMBR_MSK3_Pos (23U) |
4713 | #define RTC_ALRMBR_MSK3_Msk (0x1U << RTC_ALRMBR_MSK3_Pos) /*!< 0x00800000 */ |
4704 | #define RTC_ALRMBR_MSK3_Msk (0x1UL << RTC_ALRMBR_MSK3_Pos) /*!< 0x00800000 */ |
4714 | #define RTC_ALRMBR_MSK3 RTC_ALRMBR_MSK3_Msk |
4705 | #define RTC_ALRMBR_MSK3 RTC_ALRMBR_MSK3_Msk |
4715 | #define RTC_ALRMBR_PM_Pos (22U) |
4706 | #define RTC_ALRMBR_PM_Pos (22U) |
4716 | #define RTC_ALRMBR_PM_Msk (0x1U << RTC_ALRMBR_PM_Pos) /*!< 0x00400000 */ |
4707 | #define RTC_ALRMBR_PM_Msk (0x1UL << RTC_ALRMBR_PM_Pos) /*!< 0x00400000 */ |
4717 | #define RTC_ALRMBR_PM RTC_ALRMBR_PM_Msk |
4708 | #define RTC_ALRMBR_PM RTC_ALRMBR_PM_Msk |
4718 | #define RTC_ALRMBR_HT_Pos (20U) |
4709 | #define RTC_ALRMBR_HT_Pos (20U) |
4719 | #define RTC_ALRMBR_HT_Msk (0x3U << RTC_ALRMBR_HT_Pos) /*!< 0x00300000 */ |
4710 | #define RTC_ALRMBR_HT_Msk (0x3UL << RTC_ALRMBR_HT_Pos) /*!< 0x00300000 */ |
4720 | #define RTC_ALRMBR_HT RTC_ALRMBR_HT_Msk |
4711 | #define RTC_ALRMBR_HT RTC_ALRMBR_HT_Msk |
4721 | #define RTC_ALRMBR_HT_0 (0x1U << RTC_ALRMBR_HT_Pos) /*!< 0x00100000 */ |
4712 | #define RTC_ALRMBR_HT_0 (0x1UL << RTC_ALRMBR_HT_Pos) /*!< 0x00100000 */ |
4722 | #define RTC_ALRMBR_HT_1 (0x2U << RTC_ALRMBR_HT_Pos) /*!< 0x00200000 */ |
4713 | #define RTC_ALRMBR_HT_1 (0x2UL << RTC_ALRMBR_HT_Pos) /*!< 0x00200000 */ |
4723 | #define RTC_ALRMBR_HU_Pos (16U) |
4714 | #define RTC_ALRMBR_HU_Pos (16U) |
4724 | #define RTC_ALRMBR_HU_Msk (0xFU << RTC_ALRMBR_HU_Pos) /*!< 0x000F0000 */ |
4715 | #define RTC_ALRMBR_HU_Msk (0xFUL << RTC_ALRMBR_HU_Pos) /*!< 0x000F0000 */ |
4725 | #define RTC_ALRMBR_HU RTC_ALRMBR_HU_Msk |
4716 | #define RTC_ALRMBR_HU RTC_ALRMBR_HU_Msk |
4726 | #define RTC_ALRMBR_HU_0 (0x1U << RTC_ALRMBR_HU_Pos) /*!< 0x00010000 */ |
4717 | #define RTC_ALRMBR_HU_0 (0x1UL << RTC_ALRMBR_HU_Pos) /*!< 0x00010000 */ |
4727 | #define RTC_ALRMBR_HU_1 (0x2U << RTC_ALRMBR_HU_Pos) /*!< 0x00020000 */ |
4718 | #define RTC_ALRMBR_HU_1 (0x2UL << RTC_ALRMBR_HU_Pos) /*!< 0x00020000 */ |
4728 | #define RTC_ALRMBR_HU_2 (0x4U << RTC_ALRMBR_HU_Pos) /*!< 0x00040000 */ |
4719 | #define RTC_ALRMBR_HU_2 (0x4UL << RTC_ALRMBR_HU_Pos) /*!< 0x00040000 */ |
4729 | #define RTC_ALRMBR_HU_3 (0x8U << RTC_ALRMBR_HU_Pos) /*!< 0x00080000 */ |
4720 | #define RTC_ALRMBR_HU_3 (0x8UL << RTC_ALRMBR_HU_Pos) /*!< 0x00080000 */ |
4730 | #define RTC_ALRMBR_MSK2_Pos (15U) |
4721 | #define RTC_ALRMBR_MSK2_Pos (15U) |
4731 | #define RTC_ALRMBR_MSK2_Msk (0x1U << RTC_ALRMBR_MSK2_Pos) /*!< 0x00008000 */ |
4722 | #define RTC_ALRMBR_MSK2_Msk (0x1UL << RTC_ALRMBR_MSK2_Pos) /*!< 0x00008000 */ |
4732 | #define RTC_ALRMBR_MSK2 RTC_ALRMBR_MSK2_Msk |
4723 | #define RTC_ALRMBR_MSK2 RTC_ALRMBR_MSK2_Msk |
4733 | #define RTC_ALRMBR_MNT_Pos (12U) |
4724 | #define RTC_ALRMBR_MNT_Pos (12U) |
4734 | #define RTC_ALRMBR_MNT_Msk (0x7U << RTC_ALRMBR_MNT_Pos) /*!< 0x00007000 */ |
4725 | #define RTC_ALRMBR_MNT_Msk (0x7UL << RTC_ALRMBR_MNT_Pos) /*!< 0x00007000 */ |
4735 | #define RTC_ALRMBR_MNT RTC_ALRMBR_MNT_Msk |
4726 | #define RTC_ALRMBR_MNT RTC_ALRMBR_MNT_Msk |
4736 | #define RTC_ALRMBR_MNT_0 (0x1U << RTC_ALRMBR_MNT_Pos) /*!< 0x00001000 */ |
4727 | #define RTC_ALRMBR_MNT_0 (0x1UL << RTC_ALRMBR_MNT_Pos) /*!< 0x00001000 */ |
4737 | #define RTC_ALRMBR_MNT_1 (0x2U << RTC_ALRMBR_MNT_Pos) /*!< 0x00002000 */ |
4728 | #define RTC_ALRMBR_MNT_1 (0x2UL << RTC_ALRMBR_MNT_Pos) /*!< 0x00002000 */ |
4738 | #define RTC_ALRMBR_MNT_2 (0x4U << RTC_ALRMBR_MNT_Pos) /*!< 0x00004000 */ |
4729 | #define RTC_ALRMBR_MNT_2 (0x4UL << RTC_ALRMBR_MNT_Pos) /*!< 0x00004000 */ |
4739 | #define RTC_ALRMBR_MNU_Pos (8U) |
4730 | #define RTC_ALRMBR_MNU_Pos (8U) |
4740 | #define RTC_ALRMBR_MNU_Msk (0xFU << RTC_ALRMBR_MNU_Pos) /*!< 0x00000F00 */ |
4731 | #define RTC_ALRMBR_MNU_Msk (0xFUL << RTC_ALRMBR_MNU_Pos) /*!< 0x00000F00 */ |
4741 | #define RTC_ALRMBR_MNU RTC_ALRMBR_MNU_Msk |
4732 | #define RTC_ALRMBR_MNU RTC_ALRMBR_MNU_Msk |
4742 | #define RTC_ALRMBR_MNU_0 (0x1U << RTC_ALRMBR_MNU_Pos) /*!< 0x00000100 */ |
4733 | #define RTC_ALRMBR_MNU_0 (0x1UL << RTC_ALRMBR_MNU_Pos) /*!< 0x00000100 */ |
4743 | #define RTC_ALRMBR_MNU_1 (0x2U << RTC_ALRMBR_MNU_Pos) /*!< 0x00000200 */ |
4734 | #define RTC_ALRMBR_MNU_1 (0x2UL << RTC_ALRMBR_MNU_Pos) /*!< 0x00000200 */ |
4744 | #define RTC_ALRMBR_MNU_2 (0x4U << RTC_ALRMBR_MNU_Pos) /*!< 0x00000400 */ |
4735 | #define RTC_ALRMBR_MNU_2 (0x4UL << RTC_ALRMBR_MNU_Pos) /*!< 0x00000400 */ |
4745 | #define RTC_ALRMBR_MNU_3 (0x8U << RTC_ALRMBR_MNU_Pos) /*!< 0x00000800 */ |
4736 | #define RTC_ALRMBR_MNU_3 (0x8UL << RTC_ALRMBR_MNU_Pos) /*!< 0x00000800 */ |
4746 | #define RTC_ALRMBR_MSK1_Pos (7U) |
4737 | #define RTC_ALRMBR_MSK1_Pos (7U) |
4747 | #define RTC_ALRMBR_MSK1_Msk (0x1U << RTC_ALRMBR_MSK1_Pos) /*!< 0x00000080 */ |
4738 | #define RTC_ALRMBR_MSK1_Msk (0x1UL << RTC_ALRMBR_MSK1_Pos) /*!< 0x00000080 */ |
4748 | #define RTC_ALRMBR_MSK1 RTC_ALRMBR_MSK1_Msk |
4739 | #define RTC_ALRMBR_MSK1 RTC_ALRMBR_MSK1_Msk |
4749 | #define RTC_ALRMBR_ST_Pos (4U) |
4740 | #define RTC_ALRMBR_ST_Pos (4U) |
4750 | #define RTC_ALRMBR_ST_Msk (0x7U << RTC_ALRMBR_ST_Pos) /*!< 0x00000070 */ |
4741 | #define RTC_ALRMBR_ST_Msk (0x7UL << RTC_ALRMBR_ST_Pos) /*!< 0x00000070 */ |
4751 | #define RTC_ALRMBR_ST RTC_ALRMBR_ST_Msk |
4742 | #define RTC_ALRMBR_ST RTC_ALRMBR_ST_Msk |
4752 | #define RTC_ALRMBR_ST_0 (0x1U << RTC_ALRMBR_ST_Pos) /*!< 0x00000010 */ |
4743 | #define RTC_ALRMBR_ST_0 (0x1UL << RTC_ALRMBR_ST_Pos) /*!< 0x00000010 */ |
4753 | #define RTC_ALRMBR_ST_1 (0x2U << RTC_ALRMBR_ST_Pos) /*!< 0x00000020 */ |
4744 | #define RTC_ALRMBR_ST_1 (0x2UL << RTC_ALRMBR_ST_Pos) /*!< 0x00000020 */ |
4754 | #define RTC_ALRMBR_ST_2 (0x4U << RTC_ALRMBR_ST_Pos) /*!< 0x00000040 */ |
4745 | #define RTC_ALRMBR_ST_2 (0x4UL << RTC_ALRMBR_ST_Pos) /*!< 0x00000040 */ |
4755 | #define RTC_ALRMBR_SU_Pos (0U) |
4746 | #define RTC_ALRMBR_SU_Pos (0U) |
4756 | #define RTC_ALRMBR_SU_Msk (0xFU << RTC_ALRMBR_SU_Pos) /*!< 0x0000000F */ |
4747 | #define RTC_ALRMBR_SU_Msk (0xFUL << RTC_ALRMBR_SU_Pos) /*!< 0x0000000F */ |
4757 | #define RTC_ALRMBR_SU RTC_ALRMBR_SU_Msk |
4748 | #define RTC_ALRMBR_SU RTC_ALRMBR_SU_Msk |
4758 | #define RTC_ALRMBR_SU_0 (0x1U << RTC_ALRMBR_SU_Pos) /*!< 0x00000001 */ |
4749 | #define RTC_ALRMBR_SU_0 (0x1UL << RTC_ALRMBR_SU_Pos) /*!< 0x00000001 */ |
4759 | #define RTC_ALRMBR_SU_1 (0x2U << RTC_ALRMBR_SU_Pos) /*!< 0x00000002 */ |
4750 | #define RTC_ALRMBR_SU_1 (0x2UL << RTC_ALRMBR_SU_Pos) /*!< 0x00000002 */ |
4760 | #define RTC_ALRMBR_SU_2 (0x4U << RTC_ALRMBR_SU_Pos) /*!< 0x00000004 */ |
4751 | #define RTC_ALRMBR_SU_2 (0x4UL << RTC_ALRMBR_SU_Pos) /*!< 0x00000004 */ |
4761 | #define RTC_ALRMBR_SU_3 (0x8U << RTC_ALRMBR_SU_Pos) /*!< 0x00000008 */ |
4752 | #define RTC_ALRMBR_SU_3 (0x8UL << RTC_ALRMBR_SU_Pos) /*!< 0x00000008 */ |
4762 | 4753 | ||
4763 | /******************** Bits definition for RTC_WPR register ******************/ |
4754 | /******************** Bits definition for RTC_WPR register ******************/ |
4764 | #define RTC_WPR_KEY_Pos (0U) |
4755 | #define RTC_WPR_KEY_Pos (0U) |
4765 | #define RTC_WPR_KEY_Msk (0xFFU << RTC_WPR_KEY_Pos) /*!< 0x000000FF */ |
4756 | #define RTC_WPR_KEY_Msk (0xFFUL << RTC_WPR_KEY_Pos) /*!< 0x000000FF */ |
4766 | #define RTC_WPR_KEY RTC_WPR_KEY_Msk |
4757 | #define RTC_WPR_KEY RTC_WPR_KEY_Msk |
4767 | 4758 | ||
4768 | /******************** Bits definition for RTC_TSTR register *****************/ |
4759 | /******************** Bits definition for RTC_TSTR register *****************/ |
4769 | #define RTC_TSTR_PM_Pos (22U) |
4760 | #define RTC_TSTR_PM_Pos (22U) |
4770 | #define RTC_TSTR_PM_Msk (0x1U << RTC_TSTR_PM_Pos) /*!< 0x00400000 */ |
4761 | #define RTC_TSTR_PM_Msk (0x1UL << RTC_TSTR_PM_Pos) /*!< 0x00400000 */ |
4771 | #define RTC_TSTR_PM RTC_TSTR_PM_Msk |
4762 | #define RTC_TSTR_PM RTC_TSTR_PM_Msk |
4772 | #define RTC_TSTR_HT_Pos (20U) |
4763 | #define RTC_TSTR_HT_Pos (20U) |
4773 | #define RTC_TSTR_HT_Msk (0x3U << RTC_TSTR_HT_Pos) /*!< 0x00300000 */ |
4764 | #define RTC_TSTR_HT_Msk (0x3UL << RTC_TSTR_HT_Pos) /*!< 0x00300000 */ |
4774 | #define RTC_TSTR_HT RTC_TSTR_HT_Msk |
4765 | #define RTC_TSTR_HT RTC_TSTR_HT_Msk |
4775 | #define RTC_TSTR_HT_0 (0x1U << RTC_TSTR_HT_Pos) /*!< 0x00100000 */ |
4766 | #define RTC_TSTR_HT_0 (0x1UL << RTC_TSTR_HT_Pos) /*!< 0x00100000 */ |
4776 | #define RTC_TSTR_HT_1 (0x2U << RTC_TSTR_HT_Pos) /*!< 0x00200000 */ |
4767 | #define RTC_TSTR_HT_1 (0x2UL << RTC_TSTR_HT_Pos) /*!< 0x00200000 */ |
4777 | #define RTC_TSTR_HU_Pos (16U) |
4768 | #define RTC_TSTR_HU_Pos (16U) |
4778 | #define RTC_TSTR_HU_Msk (0xFU << RTC_TSTR_HU_Pos) /*!< 0x000F0000 */ |
4769 | #define RTC_TSTR_HU_Msk (0xFUL << RTC_TSTR_HU_Pos) /*!< 0x000F0000 */ |
4779 | #define RTC_TSTR_HU RTC_TSTR_HU_Msk |
4770 | #define RTC_TSTR_HU RTC_TSTR_HU_Msk |
4780 | #define RTC_TSTR_HU_0 (0x1U << RTC_TSTR_HU_Pos) /*!< 0x00010000 */ |
4771 | #define RTC_TSTR_HU_0 (0x1UL << RTC_TSTR_HU_Pos) /*!< 0x00010000 */ |
4781 | #define RTC_TSTR_HU_1 (0x2U << RTC_TSTR_HU_Pos) /*!< 0x00020000 */ |
4772 | #define RTC_TSTR_HU_1 (0x2UL << RTC_TSTR_HU_Pos) /*!< 0x00020000 */ |
4782 | #define RTC_TSTR_HU_2 (0x4U << RTC_TSTR_HU_Pos) /*!< 0x00040000 */ |
4773 | #define RTC_TSTR_HU_2 (0x4UL << RTC_TSTR_HU_Pos) /*!< 0x00040000 */ |
4783 | #define RTC_TSTR_HU_3 (0x8U << RTC_TSTR_HU_Pos) /*!< 0x00080000 */ |
4774 | #define RTC_TSTR_HU_3 (0x8UL << RTC_TSTR_HU_Pos) /*!< 0x00080000 */ |
4784 | #define RTC_TSTR_MNT_Pos (12U) |
4775 | #define RTC_TSTR_MNT_Pos (12U) |
4785 | #define RTC_TSTR_MNT_Msk (0x7U << RTC_TSTR_MNT_Pos) /*!< 0x00007000 */ |
4776 | #define RTC_TSTR_MNT_Msk (0x7UL << RTC_TSTR_MNT_Pos) /*!< 0x00007000 */ |
4786 | #define RTC_TSTR_MNT RTC_TSTR_MNT_Msk |
4777 | #define RTC_TSTR_MNT RTC_TSTR_MNT_Msk |
4787 | #define RTC_TSTR_MNT_0 (0x1U << RTC_TSTR_MNT_Pos) /*!< 0x00001000 */ |
4778 | #define RTC_TSTR_MNT_0 (0x1UL << RTC_TSTR_MNT_Pos) /*!< 0x00001000 */ |
4788 | #define RTC_TSTR_MNT_1 (0x2U << RTC_TSTR_MNT_Pos) /*!< 0x00002000 */ |
4779 | #define RTC_TSTR_MNT_1 (0x2UL << RTC_TSTR_MNT_Pos) /*!< 0x00002000 */ |
4789 | #define RTC_TSTR_MNT_2 (0x4U << RTC_TSTR_MNT_Pos) /*!< 0x00004000 */ |
4780 | #define RTC_TSTR_MNT_2 (0x4UL << RTC_TSTR_MNT_Pos) /*!< 0x00004000 */ |
4790 | #define RTC_TSTR_MNU_Pos (8U) |
4781 | #define RTC_TSTR_MNU_Pos (8U) |
4791 | #define RTC_TSTR_MNU_Msk (0xFU << RTC_TSTR_MNU_Pos) /*!< 0x00000F00 */ |
4782 | #define RTC_TSTR_MNU_Msk (0xFUL << RTC_TSTR_MNU_Pos) /*!< 0x00000F00 */ |
4792 | #define RTC_TSTR_MNU RTC_TSTR_MNU_Msk |
4783 | #define RTC_TSTR_MNU RTC_TSTR_MNU_Msk |
4793 | #define RTC_TSTR_MNU_0 (0x1U << RTC_TSTR_MNU_Pos) /*!< 0x00000100 */ |
4784 | #define RTC_TSTR_MNU_0 (0x1UL << RTC_TSTR_MNU_Pos) /*!< 0x00000100 */ |
4794 | #define RTC_TSTR_MNU_1 (0x2U << RTC_TSTR_MNU_Pos) /*!< 0x00000200 */ |
4785 | #define RTC_TSTR_MNU_1 (0x2UL << RTC_TSTR_MNU_Pos) /*!< 0x00000200 */ |
4795 | #define RTC_TSTR_MNU_2 (0x4U << RTC_TSTR_MNU_Pos) /*!< 0x00000400 */ |
4786 | #define RTC_TSTR_MNU_2 (0x4UL << RTC_TSTR_MNU_Pos) /*!< 0x00000400 */ |
4796 | #define RTC_TSTR_MNU_3 (0x8U << RTC_TSTR_MNU_Pos) /*!< 0x00000800 */ |
4787 | #define RTC_TSTR_MNU_3 (0x8UL << RTC_TSTR_MNU_Pos) /*!< 0x00000800 */ |
4797 | #define RTC_TSTR_ST_Pos (4U) |
4788 | #define RTC_TSTR_ST_Pos (4U) |
4798 | #define RTC_TSTR_ST_Msk (0x7U << RTC_TSTR_ST_Pos) /*!< 0x00000070 */ |
4789 | #define RTC_TSTR_ST_Msk (0x7UL << RTC_TSTR_ST_Pos) /*!< 0x00000070 */ |
4799 | #define RTC_TSTR_ST RTC_TSTR_ST_Msk |
4790 | #define RTC_TSTR_ST RTC_TSTR_ST_Msk |
4800 | #define RTC_TSTR_ST_0 (0x1U << RTC_TSTR_ST_Pos) /*!< 0x00000010 */ |
4791 | #define RTC_TSTR_ST_0 (0x1UL << RTC_TSTR_ST_Pos) /*!< 0x00000010 */ |
4801 | #define RTC_TSTR_ST_1 (0x2U << RTC_TSTR_ST_Pos) /*!< 0x00000020 */ |
4792 | #define RTC_TSTR_ST_1 (0x2UL << RTC_TSTR_ST_Pos) /*!< 0x00000020 */ |
4802 | #define RTC_TSTR_ST_2 (0x4U << RTC_TSTR_ST_Pos) /*!< 0x00000040 */ |
4793 | #define RTC_TSTR_ST_2 (0x4UL << RTC_TSTR_ST_Pos) /*!< 0x00000040 */ |
4803 | #define RTC_TSTR_SU_Pos (0U) |
4794 | #define RTC_TSTR_SU_Pos (0U) |
4804 | #define RTC_TSTR_SU_Msk (0xFU << RTC_TSTR_SU_Pos) /*!< 0x0000000F */ |
4795 | #define RTC_TSTR_SU_Msk (0xFUL << RTC_TSTR_SU_Pos) /*!< 0x0000000F */ |
4805 | #define RTC_TSTR_SU RTC_TSTR_SU_Msk |
4796 | #define RTC_TSTR_SU RTC_TSTR_SU_Msk |
4806 | #define RTC_TSTR_SU_0 (0x1U << RTC_TSTR_SU_Pos) /*!< 0x00000001 */ |
4797 | #define RTC_TSTR_SU_0 (0x1UL << RTC_TSTR_SU_Pos) /*!< 0x00000001 */ |
4807 | #define RTC_TSTR_SU_1 (0x2U << RTC_TSTR_SU_Pos) /*!< 0x00000002 */ |
4798 | #define RTC_TSTR_SU_1 (0x2UL << RTC_TSTR_SU_Pos) /*!< 0x00000002 */ |
4808 | #define RTC_TSTR_SU_2 (0x4U << RTC_TSTR_SU_Pos) /*!< 0x00000004 */ |
4799 | #define RTC_TSTR_SU_2 (0x4UL << RTC_TSTR_SU_Pos) /*!< 0x00000004 */ |
4809 | #define RTC_TSTR_SU_3 (0x8U << RTC_TSTR_SU_Pos) /*!< 0x00000008 */ |
4800 | #define RTC_TSTR_SU_3 (0x8UL << RTC_TSTR_SU_Pos) /*!< 0x00000008 */ |
4810 | 4801 | ||
4811 | /******************** Bits definition for RTC_TSDR register *****************/ |
4802 | /******************** Bits definition for RTC_TSDR register *****************/ |
4812 | #define RTC_TSDR_WDU_Pos (13U) |
4803 | #define RTC_TSDR_WDU_Pos (13U) |
4813 | #define RTC_TSDR_WDU_Msk (0x7U << RTC_TSDR_WDU_Pos) /*!< 0x0000E000 */ |
4804 | #define RTC_TSDR_WDU_Msk (0x7UL << RTC_TSDR_WDU_Pos) /*!< 0x0000E000 */ |
4814 | #define RTC_TSDR_WDU RTC_TSDR_WDU_Msk |
4805 | #define RTC_TSDR_WDU RTC_TSDR_WDU_Msk |
4815 | #define RTC_TSDR_WDU_0 (0x1U << RTC_TSDR_WDU_Pos) /*!< 0x00002000 */ |
4806 | #define RTC_TSDR_WDU_0 (0x1UL << RTC_TSDR_WDU_Pos) /*!< 0x00002000 */ |
4816 | #define RTC_TSDR_WDU_1 (0x2U << RTC_TSDR_WDU_Pos) /*!< 0x00004000 */ |
4807 | #define RTC_TSDR_WDU_1 (0x2UL << RTC_TSDR_WDU_Pos) /*!< 0x00004000 */ |
4817 | #define RTC_TSDR_WDU_2 (0x4U << RTC_TSDR_WDU_Pos) /*!< 0x00008000 */ |
4808 | #define RTC_TSDR_WDU_2 (0x4UL << RTC_TSDR_WDU_Pos) /*!< 0x00008000 */ |
4818 | #define RTC_TSDR_MT_Pos (12U) |
4809 | #define RTC_TSDR_MT_Pos (12U) |
4819 | #define RTC_TSDR_MT_Msk (0x1U << RTC_TSDR_MT_Pos) /*!< 0x00001000 */ |
4810 | #define RTC_TSDR_MT_Msk (0x1UL << RTC_TSDR_MT_Pos) /*!< 0x00001000 */ |
4820 | #define RTC_TSDR_MT RTC_TSDR_MT_Msk |
4811 | #define RTC_TSDR_MT RTC_TSDR_MT_Msk |
4821 | #define RTC_TSDR_MU_Pos (8U) |
4812 | #define RTC_TSDR_MU_Pos (8U) |
4822 | #define RTC_TSDR_MU_Msk (0xFU << RTC_TSDR_MU_Pos) /*!< 0x00000F00 */ |
4813 | #define RTC_TSDR_MU_Msk (0xFUL << RTC_TSDR_MU_Pos) /*!< 0x00000F00 */ |
4823 | #define RTC_TSDR_MU RTC_TSDR_MU_Msk |
4814 | #define RTC_TSDR_MU RTC_TSDR_MU_Msk |
4824 | #define RTC_TSDR_MU_0 (0x1U << RTC_TSDR_MU_Pos) /*!< 0x00000100 */ |
4815 | #define RTC_TSDR_MU_0 (0x1UL << RTC_TSDR_MU_Pos) /*!< 0x00000100 */ |
4825 | #define RTC_TSDR_MU_1 (0x2U << RTC_TSDR_MU_Pos) /*!< 0x00000200 */ |
4816 | #define RTC_TSDR_MU_1 (0x2UL << RTC_TSDR_MU_Pos) /*!< 0x00000200 */ |
4826 | #define RTC_TSDR_MU_2 (0x4U << RTC_TSDR_MU_Pos) /*!< 0x00000400 */ |
4817 | #define RTC_TSDR_MU_2 (0x4UL << RTC_TSDR_MU_Pos) /*!< 0x00000400 */ |
4827 | #define RTC_TSDR_MU_3 (0x8U << RTC_TSDR_MU_Pos) /*!< 0x00000800 */ |
4818 | #define RTC_TSDR_MU_3 (0x8UL << RTC_TSDR_MU_Pos) /*!< 0x00000800 */ |
4828 | #define RTC_TSDR_DT_Pos (4U) |
4819 | #define RTC_TSDR_DT_Pos (4U) |
4829 | #define RTC_TSDR_DT_Msk (0x3U << RTC_TSDR_DT_Pos) /*!< 0x00000030 */ |
4820 | #define RTC_TSDR_DT_Msk (0x3UL << RTC_TSDR_DT_Pos) /*!< 0x00000030 */ |
4830 | #define RTC_TSDR_DT RTC_TSDR_DT_Msk |
4821 | #define RTC_TSDR_DT RTC_TSDR_DT_Msk |
4831 | #define RTC_TSDR_DT_0 (0x1U << RTC_TSDR_DT_Pos) /*!< 0x00000010 */ |
4822 | #define RTC_TSDR_DT_0 (0x1UL << RTC_TSDR_DT_Pos) /*!< 0x00000010 */ |
4832 | #define RTC_TSDR_DT_1 (0x2U << RTC_TSDR_DT_Pos) /*!< 0x00000020 */ |
4823 | #define RTC_TSDR_DT_1 (0x2UL << RTC_TSDR_DT_Pos) /*!< 0x00000020 */ |
4833 | #define RTC_TSDR_DU_Pos (0U) |
4824 | #define RTC_TSDR_DU_Pos (0U) |
4834 | #define RTC_TSDR_DU_Msk (0xFU << RTC_TSDR_DU_Pos) /*!< 0x0000000F */ |
4825 | #define RTC_TSDR_DU_Msk (0xFUL << RTC_TSDR_DU_Pos) /*!< 0x0000000F */ |
4835 | #define RTC_TSDR_DU RTC_TSDR_DU_Msk |
4826 | #define RTC_TSDR_DU RTC_TSDR_DU_Msk |
4836 | #define RTC_TSDR_DU_0 (0x1U << RTC_TSDR_DU_Pos) /*!< 0x00000001 */ |
4827 | #define RTC_TSDR_DU_0 (0x1UL << RTC_TSDR_DU_Pos) /*!< 0x00000001 */ |
4837 | #define RTC_TSDR_DU_1 (0x2U << RTC_TSDR_DU_Pos) /*!< 0x00000002 */ |
4828 | #define RTC_TSDR_DU_1 (0x2UL << RTC_TSDR_DU_Pos) /*!< 0x00000002 */ |
4838 | #define RTC_TSDR_DU_2 (0x4U << RTC_TSDR_DU_Pos) /*!< 0x00000004 */ |
4829 | #define RTC_TSDR_DU_2 (0x4UL << RTC_TSDR_DU_Pos) /*!< 0x00000004 */ |
4839 | #define RTC_TSDR_DU_3 (0x8U << RTC_TSDR_DU_Pos) /*!< 0x00000008 */ |
4830 | #define RTC_TSDR_DU_3 (0x8UL << RTC_TSDR_DU_Pos) /*!< 0x00000008 */ |
4840 | 4831 | ||
4841 | /******************** Bits definition for RTC_TAFCR register ****************/ |
4832 | /******************** Bits definition for RTC_TAFCR register ****************/ |
4842 | #define RTC_TAFCR_ALARMOUTTYPE_Pos (18U) |
4833 | #define RTC_TAFCR_ALARMOUTTYPE_Pos (18U) |
4843 | #define RTC_TAFCR_ALARMOUTTYPE_Msk (0x1U << RTC_TAFCR_ALARMOUTTYPE_Pos) /*!< 0x00040000 */ |
4834 | #define RTC_TAFCR_ALARMOUTTYPE_Msk (0x1UL << RTC_TAFCR_ALARMOUTTYPE_Pos) /*!< 0x00040000 */ |
4844 | #define RTC_TAFCR_ALARMOUTTYPE RTC_TAFCR_ALARMOUTTYPE_Msk |
4835 | #define RTC_TAFCR_ALARMOUTTYPE RTC_TAFCR_ALARMOUTTYPE_Msk |
4845 | #define RTC_TAFCR_TAMPIE_Pos (2U) |
4836 | #define RTC_TAFCR_TAMPIE_Pos (2U) |
4846 | #define RTC_TAFCR_TAMPIE_Msk (0x1U << RTC_TAFCR_TAMPIE_Pos) /*!< 0x00000004 */ |
4837 | #define RTC_TAFCR_TAMPIE_Msk (0x1UL << RTC_TAFCR_TAMPIE_Pos) /*!< 0x00000004 */ |
4847 | #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk |
4838 | #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk |
4848 | #define RTC_TAFCR_TAMP1TRG_Pos (1U) |
4839 | #define RTC_TAFCR_TAMP1TRG_Pos (1U) |
4849 | #define RTC_TAFCR_TAMP1TRG_Msk (0x1U << RTC_TAFCR_TAMP1TRG_Pos) /*!< 0x00000002 */ |
4840 | #define RTC_TAFCR_TAMP1TRG_Msk (0x1UL << RTC_TAFCR_TAMP1TRG_Pos) /*!< 0x00000002 */ |
4850 | #define RTC_TAFCR_TAMP1TRG RTC_TAFCR_TAMP1TRG_Msk |
4841 | #define RTC_TAFCR_TAMP1TRG RTC_TAFCR_TAMP1TRG_Msk |
4851 | #define RTC_TAFCR_TAMP1E_Pos (0U) |
4842 | #define RTC_TAFCR_TAMP1E_Pos (0U) |
4852 | #define RTC_TAFCR_TAMP1E_Msk (0x1U << RTC_TAFCR_TAMP1E_Pos) /*!< 0x00000001 */ |
4843 | #define RTC_TAFCR_TAMP1E_Msk (0x1UL << RTC_TAFCR_TAMP1E_Pos) /*!< 0x00000001 */ |
4853 | #define RTC_TAFCR_TAMP1E RTC_TAFCR_TAMP1E_Msk |
4844 | #define RTC_TAFCR_TAMP1E RTC_TAFCR_TAMP1E_Msk |
4854 | 4845 | ||
4855 | /******************** Bits definition for RTC_BKP0R register ****************/ |
4846 | /******************** Bits definition for RTC_BKP0R register ****************/ |
4856 | #define RTC_BKP0R_Pos (0U) |
4847 | #define RTC_BKP0R_Pos (0U) |
4857 | #define RTC_BKP0R_Msk (0xFFFFFFFFU << RTC_BKP0R_Pos) /*!< 0xFFFFFFFF */ |
4848 | #define RTC_BKP0R_Msk (0xFFFFFFFFUL << RTC_BKP0R_Pos) /*!< 0xFFFFFFFF */ |
4858 | #define RTC_BKP0R RTC_BKP0R_Msk |
4849 | #define RTC_BKP0R RTC_BKP0R_Msk |
4859 | 4850 | ||
4860 | /******************** Bits definition for RTC_BKP1R register ****************/ |
4851 | /******************** Bits definition for RTC_BKP1R register ****************/ |
4861 | #define RTC_BKP1R_Pos (0U) |
4852 | #define RTC_BKP1R_Pos (0U) |
4862 | #define RTC_BKP1R_Msk (0xFFFFFFFFU << RTC_BKP1R_Pos) /*!< 0xFFFFFFFF */ |
4853 | #define RTC_BKP1R_Msk (0xFFFFFFFFUL << RTC_BKP1R_Pos) /*!< 0xFFFFFFFF */ |
4863 | #define RTC_BKP1R RTC_BKP1R_Msk |
4854 | #define RTC_BKP1R RTC_BKP1R_Msk |
4864 | 4855 | ||
4865 | /******************** Bits definition for RTC_BKP2R register ****************/ |
4856 | /******************** Bits definition for RTC_BKP2R register ****************/ |
4866 | #define RTC_BKP2R_Pos (0U) |
4857 | #define RTC_BKP2R_Pos (0U) |
4867 | #define RTC_BKP2R_Msk (0xFFFFFFFFU << RTC_BKP2R_Pos) /*!< 0xFFFFFFFF */ |
4858 | #define RTC_BKP2R_Msk (0xFFFFFFFFUL << RTC_BKP2R_Pos) /*!< 0xFFFFFFFF */ |
4868 | #define RTC_BKP2R RTC_BKP2R_Msk |
4859 | #define RTC_BKP2R RTC_BKP2R_Msk |
4869 | 4860 | ||
4870 | /******************** Bits definition for RTC_BKP3R register ****************/ |
4861 | /******************** Bits definition for RTC_BKP3R register ****************/ |
4871 | #define RTC_BKP3R_Pos (0U) |
4862 | #define RTC_BKP3R_Pos (0U) |
4872 | #define RTC_BKP3R_Msk (0xFFFFFFFFU << RTC_BKP3R_Pos) /*!< 0xFFFFFFFF */ |
4863 | #define RTC_BKP3R_Msk (0xFFFFFFFFUL << RTC_BKP3R_Pos) /*!< 0xFFFFFFFF */ |
4873 | #define RTC_BKP3R RTC_BKP3R_Msk |
4864 | #define RTC_BKP3R RTC_BKP3R_Msk |
4874 | 4865 | ||
4875 | /******************** Bits definition for RTC_BKP4R register ****************/ |
4866 | /******************** Bits definition for RTC_BKP4R register ****************/ |
4876 | #define RTC_BKP4R_Pos (0U) |
4867 | #define RTC_BKP4R_Pos (0U) |
4877 | #define RTC_BKP4R_Msk (0xFFFFFFFFU << RTC_BKP4R_Pos) /*!< 0xFFFFFFFF */ |
4868 | #define RTC_BKP4R_Msk (0xFFFFFFFFUL << RTC_BKP4R_Pos) /*!< 0xFFFFFFFF */ |
4878 | #define RTC_BKP4R RTC_BKP4R_Msk |
4869 | #define RTC_BKP4R RTC_BKP4R_Msk |
4879 | 4870 | ||
4880 | /******************** Bits definition for RTC_BKP5R register ****************/ |
4871 | /******************** Bits definition for RTC_BKP5R register ****************/ |
4881 | #define RTC_BKP5R_Pos (0U) |
4872 | #define RTC_BKP5R_Pos (0U) |
4882 | #define RTC_BKP5R_Msk (0xFFFFFFFFU << RTC_BKP5R_Pos) /*!< 0xFFFFFFFF */ |
4873 | #define RTC_BKP5R_Msk (0xFFFFFFFFUL << RTC_BKP5R_Pos) /*!< 0xFFFFFFFF */ |
4883 | #define RTC_BKP5R RTC_BKP5R_Msk |
4874 | #define RTC_BKP5R RTC_BKP5R_Msk |
4884 | 4875 | ||
4885 | /******************** Bits definition for RTC_BKP6R register ****************/ |
4876 | /******************** Bits definition for RTC_BKP6R register ****************/ |
4886 | #define RTC_BKP6R_Pos (0U) |
4877 | #define RTC_BKP6R_Pos (0U) |
4887 | #define RTC_BKP6R_Msk (0xFFFFFFFFU << RTC_BKP6R_Pos) /*!< 0xFFFFFFFF */ |
4878 | #define RTC_BKP6R_Msk (0xFFFFFFFFUL << RTC_BKP6R_Pos) /*!< 0xFFFFFFFF */ |
4888 | #define RTC_BKP6R RTC_BKP6R_Msk |
4879 | #define RTC_BKP6R RTC_BKP6R_Msk |
4889 | 4880 | ||
4890 | /******************** Bits definition for RTC_BKP7R register ****************/ |
4881 | /******************** Bits definition for RTC_BKP7R register ****************/ |
4891 | #define RTC_BKP7R_Pos (0U) |
4882 | #define RTC_BKP7R_Pos (0U) |
4892 | #define RTC_BKP7R_Msk (0xFFFFFFFFU << RTC_BKP7R_Pos) /*!< 0xFFFFFFFF */ |
4883 | #define RTC_BKP7R_Msk (0xFFFFFFFFUL << RTC_BKP7R_Pos) /*!< 0xFFFFFFFF */ |
4893 | #define RTC_BKP7R RTC_BKP7R_Msk |
4884 | #define RTC_BKP7R RTC_BKP7R_Msk |
4894 | 4885 | ||
4895 | /******************** Bits definition for RTC_BKP8R register ****************/ |
4886 | /******************** Bits definition for RTC_BKP8R register ****************/ |
4896 | #define RTC_BKP8R_Pos (0U) |
4887 | #define RTC_BKP8R_Pos (0U) |
4897 | #define RTC_BKP8R_Msk (0xFFFFFFFFU << RTC_BKP8R_Pos) /*!< 0xFFFFFFFF */ |
4888 | #define RTC_BKP8R_Msk (0xFFFFFFFFUL << RTC_BKP8R_Pos) /*!< 0xFFFFFFFF */ |
4898 | #define RTC_BKP8R RTC_BKP8R_Msk |
4889 | #define RTC_BKP8R RTC_BKP8R_Msk |
4899 | 4890 | ||
4900 | /******************** Bits definition for RTC_BKP9R register ****************/ |
4891 | /******************** Bits definition for RTC_BKP9R register ****************/ |
4901 | #define RTC_BKP9R_Pos (0U) |
4892 | #define RTC_BKP9R_Pos (0U) |
4902 | #define RTC_BKP9R_Msk (0xFFFFFFFFU << RTC_BKP9R_Pos) /*!< 0xFFFFFFFF */ |
4893 | #define RTC_BKP9R_Msk (0xFFFFFFFFUL << RTC_BKP9R_Pos) /*!< 0xFFFFFFFF */ |
4903 | #define RTC_BKP9R RTC_BKP9R_Msk |
4894 | #define RTC_BKP9R RTC_BKP9R_Msk |
4904 | 4895 | ||
4905 | /******************** Bits definition for RTC_BKP10R register ***************/ |
4896 | /******************** Bits definition for RTC_BKP10R register ***************/ |
4906 | #define RTC_BKP10R_Pos (0U) |
4897 | #define RTC_BKP10R_Pos (0U) |
4907 | #define RTC_BKP10R_Msk (0xFFFFFFFFU << RTC_BKP10R_Pos) /*!< 0xFFFFFFFF */ |
4898 | #define RTC_BKP10R_Msk (0xFFFFFFFFUL << RTC_BKP10R_Pos) /*!< 0xFFFFFFFF */ |
4908 | #define RTC_BKP10R RTC_BKP10R_Msk |
4899 | #define RTC_BKP10R RTC_BKP10R_Msk |
4909 | 4900 | ||
4910 | /******************** Bits definition for RTC_BKP11R register ***************/ |
4901 | /******************** Bits definition for RTC_BKP11R register ***************/ |
4911 | #define RTC_BKP11R_Pos (0U) |
4902 | #define RTC_BKP11R_Pos (0U) |
4912 | #define RTC_BKP11R_Msk (0xFFFFFFFFU << RTC_BKP11R_Pos) /*!< 0xFFFFFFFF */ |
4903 | #define RTC_BKP11R_Msk (0xFFFFFFFFUL << RTC_BKP11R_Pos) /*!< 0xFFFFFFFF */ |
4913 | #define RTC_BKP11R RTC_BKP11R_Msk |
4904 | #define RTC_BKP11R RTC_BKP11R_Msk |
4914 | 4905 | ||
4915 | /******************** Bits definition for RTC_BKP12R register ***************/ |
4906 | /******************** Bits definition for RTC_BKP12R register ***************/ |
4916 | #define RTC_BKP12R_Pos (0U) |
4907 | #define RTC_BKP12R_Pos (0U) |
4917 | #define RTC_BKP12R_Msk (0xFFFFFFFFU << RTC_BKP12R_Pos) /*!< 0xFFFFFFFF */ |
4908 | #define RTC_BKP12R_Msk (0xFFFFFFFFUL << RTC_BKP12R_Pos) /*!< 0xFFFFFFFF */ |
4918 | #define RTC_BKP12R RTC_BKP12R_Msk |
4909 | #define RTC_BKP12R RTC_BKP12R_Msk |
4919 | 4910 | ||
4920 | /******************** Bits definition for RTC_BKP13R register ***************/ |
4911 | /******************** Bits definition for RTC_BKP13R register ***************/ |
4921 | #define RTC_BKP13R_Pos (0U) |
4912 | #define RTC_BKP13R_Pos (0U) |
4922 | #define RTC_BKP13R_Msk (0xFFFFFFFFU << RTC_BKP13R_Pos) /*!< 0xFFFFFFFF */ |
4913 | #define RTC_BKP13R_Msk (0xFFFFFFFFUL << RTC_BKP13R_Pos) /*!< 0xFFFFFFFF */ |
4923 | #define RTC_BKP13R RTC_BKP13R_Msk |
4914 | #define RTC_BKP13R RTC_BKP13R_Msk |
4924 | 4915 | ||
4925 | /******************** Bits definition for RTC_BKP14R register ***************/ |
4916 | /******************** Bits definition for RTC_BKP14R register ***************/ |
4926 | #define RTC_BKP14R_Pos (0U) |
4917 | #define RTC_BKP14R_Pos (0U) |
4927 | #define RTC_BKP14R_Msk (0xFFFFFFFFU << RTC_BKP14R_Pos) /*!< 0xFFFFFFFF */ |
4918 | #define RTC_BKP14R_Msk (0xFFFFFFFFUL << RTC_BKP14R_Pos) /*!< 0xFFFFFFFF */ |
4928 | #define RTC_BKP14R RTC_BKP14R_Msk |
4919 | #define RTC_BKP14R RTC_BKP14R_Msk |
4929 | 4920 | ||
4930 | /******************** Bits definition for RTC_BKP15R register ***************/ |
4921 | /******************** Bits definition for RTC_BKP15R register ***************/ |
4931 | #define RTC_BKP15R_Pos (0U) |
4922 | #define RTC_BKP15R_Pos (0U) |
4932 | #define RTC_BKP15R_Msk (0xFFFFFFFFU << RTC_BKP15R_Pos) /*!< 0xFFFFFFFF */ |
4923 | #define RTC_BKP15R_Msk (0xFFFFFFFFUL << RTC_BKP15R_Pos) /*!< 0xFFFFFFFF */ |
4933 | #define RTC_BKP15R RTC_BKP15R_Msk |
4924 | #define RTC_BKP15R RTC_BKP15R_Msk |
4934 | 4925 | ||
4935 | /******************** Bits definition for RTC_BKP16R register ***************/ |
4926 | /******************** Bits definition for RTC_BKP16R register ***************/ |
4936 | #define RTC_BKP16R_Pos (0U) |
4927 | #define RTC_BKP16R_Pos (0U) |
4937 | #define RTC_BKP16R_Msk (0xFFFFFFFFU << RTC_BKP16R_Pos) /*!< 0xFFFFFFFF */ |
4928 | #define RTC_BKP16R_Msk (0xFFFFFFFFUL << RTC_BKP16R_Pos) /*!< 0xFFFFFFFF */ |
4938 | #define RTC_BKP16R RTC_BKP16R_Msk |
4929 | #define RTC_BKP16R RTC_BKP16R_Msk |
4939 | 4930 | ||
4940 | /******************** Bits definition for RTC_BKP17R register ***************/ |
4931 | /******************** Bits definition for RTC_BKP17R register ***************/ |
4941 | #define RTC_BKP17R_Pos (0U) |
4932 | #define RTC_BKP17R_Pos (0U) |
4942 | #define RTC_BKP17R_Msk (0xFFFFFFFFU << RTC_BKP17R_Pos) /*!< 0xFFFFFFFF */ |
4933 | #define RTC_BKP17R_Msk (0xFFFFFFFFUL << RTC_BKP17R_Pos) /*!< 0xFFFFFFFF */ |
4943 | #define RTC_BKP17R RTC_BKP17R_Msk |
4934 | #define RTC_BKP17R RTC_BKP17R_Msk |
4944 | 4935 | ||
4945 | /******************** Bits definition for RTC_BKP18R register ***************/ |
4936 | /******************** Bits definition for RTC_BKP18R register ***************/ |
4946 | #define RTC_BKP18R_Pos (0U) |
4937 | #define RTC_BKP18R_Pos (0U) |
4947 | #define RTC_BKP18R_Msk (0xFFFFFFFFU << RTC_BKP18R_Pos) /*!< 0xFFFFFFFF */ |
4938 | #define RTC_BKP18R_Msk (0xFFFFFFFFUL << RTC_BKP18R_Pos) /*!< 0xFFFFFFFF */ |
4948 | #define RTC_BKP18R RTC_BKP18R_Msk |
4939 | #define RTC_BKP18R RTC_BKP18R_Msk |
4949 | 4940 | ||
4950 | /******************** Bits definition for RTC_BKP19R register ***************/ |
4941 | /******************** Bits definition for RTC_BKP19R register ***************/ |
4951 | #define RTC_BKP19R_Pos (0U) |
4942 | #define RTC_BKP19R_Pos (0U) |
4952 | #define RTC_BKP19R_Msk (0xFFFFFFFFU << RTC_BKP19R_Pos) /*!< 0xFFFFFFFF */ |
4943 | #define RTC_BKP19R_Msk (0xFFFFFFFFUL << RTC_BKP19R_Pos) /*!< 0xFFFFFFFF */ |
4953 | #define RTC_BKP19R RTC_BKP19R_Msk |
4944 | #define RTC_BKP19R RTC_BKP19R_Msk |
4954 | 4945 | ||
4955 | /******************** Number of backup registers ******************************/ |
4946 | /******************** Number of backup registers ******************************/ |
4956 | #define RTC_BKP_NUMBER 20 |
4947 | #define RTC_BKP_NUMBER 20 |
4957 | 4948 | ||
Line 4965... | Line 4956... | ||
4965 | * @brief Specific device feature definitions (not present on all devices in the STM32F3 serie) |
4956 | * @brief Specific device feature definitions (not present on all devices in the STM32F3 serie) |
4966 | */ |
4957 | */ |
4967 | 4958 | ||
4968 | /******************* Bit definition for SPI_CR1 register ********************/ |
4959 | /******************* Bit definition for SPI_CR1 register ********************/ |
4969 | #define SPI_CR1_CPHA_Pos (0U) |
4960 | #define SPI_CR1_CPHA_Pos (0U) |
4970 | #define SPI_CR1_CPHA_Msk (0x1U << SPI_CR1_CPHA_Pos) /*!< 0x00000001 */ |
4961 | #define SPI_CR1_CPHA_Msk (0x1UL << SPI_CR1_CPHA_Pos) /*!< 0x00000001 */ |
4971 | #define SPI_CR1_CPHA SPI_CR1_CPHA_Msk /*!< Clock Phase */ |
4962 | #define SPI_CR1_CPHA SPI_CR1_CPHA_Msk /*!< Clock Phase */ |
4972 | #define SPI_CR1_CPOL_Pos (1U) |
4963 | #define SPI_CR1_CPOL_Pos (1U) |
4973 | #define SPI_CR1_CPOL_Msk (0x1U << SPI_CR1_CPOL_Pos) /*!< 0x00000002 */ |
4964 | #define SPI_CR1_CPOL_Msk (0x1UL << SPI_CR1_CPOL_Pos) /*!< 0x00000002 */ |
4974 | #define SPI_CR1_CPOL SPI_CR1_CPOL_Msk /*!< Clock Polarity */ |
4965 | #define SPI_CR1_CPOL SPI_CR1_CPOL_Msk /*!< Clock Polarity */ |
4975 | #define SPI_CR1_MSTR_Pos (2U) |
4966 | #define SPI_CR1_MSTR_Pos (2U) |
4976 | #define SPI_CR1_MSTR_Msk (0x1U << SPI_CR1_MSTR_Pos) /*!< 0x00000004 */ |
4967 | #define SPI_CR1_MSTR_Msk (0x1UL << SPI_CR1_MSTR_Pos) /*!< 0x00000004 */ |
4977 | #define SPI_CR1_MSTR SPI_CR1_MSTR_Msk /*!< Master Selection */ |
4968 | #define SPI_CR1_MSTR SPI_CR1_MSTR_Msk /*!< Master Selection */ |
4978 | 4969 | ||
4979 | #define SPI_CR1_BR_Pos (3U) |
4970 | #define SPI_CR1_BR_Pos (3U) |
4980 | #define SPI_CR1_BR_Msk (0x7U << SPI_CR1_BR_Pos) /*!< 0x00000038 */ |
4971 | #define SPI_CR1_BR_Msk (0x7UL << SPI_CR1_BR_Pos) /*!< 0x00000038 */ |
4981 | #define SPI_CR1_BR SPI_CR1_BR_Msk /*!< BR[2:0] bits (Baud Rate Control) */ |
4972 | #define SPI_CR1_BR SPI_CR1_BR_Msk /*!< BR[2:0] bits (Baud Rate Control) */ |
4982 | #define SPI_CR1_BR_0 (0x1U << SPI_CR1_BR_Pos) /*!< 0x00000008 */ |
4973 | #define SPI_CR1_BR_0 (0x1UL << SPI_CR1_BR_Pos) /*!< 0x00000008 */ |
4983 | #define SPI_CR1_BR_1 (0x2U << SPI_CR1_BR_Pos) /*!< 0x00000010 */ |
4974 | #define SPI_CR1_BR_1 (0x2UL << SPI_CR1_BR_Pos) /*!< 0x00000010 */ |
4984 | #define SPI_CR1_BR_2 (0x4U << SPI_CR1_BR_Pos) /*!< 0x00000020 */ |
4975 | #define SPI_CR1_BR_2 (0x4UL << SPI_CR1_BR_Pos) /*!< 0x00000020 */ |
4985 | 4976 | ||
4986 | #define SPI_CR1_SPE_Pos (6U) |
4977 | #define SPI_CR1_SPE_Pos (6U) |
4987 | #define SPI_CR1_SPE_Msk (0x1U << SPI_CR1_SPE_Pos) /*!< 0x00000040 */ |
4978 | #define SPI_CR1_SPE_Msk (0x1UL << SPI_CR1_SPE_Pos) /*!< 0x00000040 */ |
4988 | #define SPI_CR1_SPE SPI_CR1_SPE_Msk /*!< SPI Enable */ |
4979 | #define SPI_CR1_SPE SPI_CR1_SPE_Msk /*!< SPI Enable */ |
4989 | #define SPI_CR1_LSBFIRST_Pos (7U) |
4980 | #define SPI_CR1_LSBFIRST_Pos (7U) |
4990 | #define SPI_CR1_LSBFIRST_Msk (0x1U << SPI_CR1_LSBFIRST_Pos) /*!< 0x00000080 */ |
4981 | #define SPI_CR1_LSBFIRST_Msk (0x1UL << SPI_CR1_LSBFIRST_Pos) /*!< 0x00000080 */ |
4991 | #define SPI_CR1_LSBFIRST SPI_CR1_LSBFIRST_Msk /*!< Frame Format */ |
4982 | #define SPI_CR1_LSBFIRST SPI_CR1_LSBFIRST_Msk /*!< Frame Format */ |
4992 | #define SPI_CR1_SSI_Pos (8U) |
4983 | #define SPI_CR1_SSI_Pos (8U) |
4993 | #define SPI_CR1_SSI_Msk (0x1U << SPI_CR1_SSI_Pos) /*!< 0x00000100 */ |
4984 | #define SPI_CR1_SSI_Msk (0x1UL << SPI_CR1_SSI_Pos) /*!< 0x00000100 */ |
4994 | #define SPI_CR1_SSI SPI_CR1_SSI_Msk /*!< Internal slave select */ |
4985 | #define SPI_CR1_SSI SPI_CR1_SSI_Msk /*!< Internal slave select */ |
4995 | #define SPI_CR1_SSM_Pos (9U) |
4986 | #define SPI_CR1_SSM_Pos (9U) |
4996 | #define SPI_CR1_SSM_Msk (0x1U << SPI_CR1_SSM_Pos) /*!< 0x00000200 */ |
4987 | #define SPI_CR1_SSM_Msk (0x1UL << SPI_CR1_SSM_Pos) /*!< 0x00000200 */ |
4997 | #define SPI_CR1_SSM SPI_CR1_SSM_Msk /*!< Software slave management */ |
4988 | #define SPI_CR1_SSM SPI_CR1_SSM_Msk /*!< Software slave management */ |
4998 | #define SPI_CR1_RXONLY_Pos (10U) |
4989 | #define SPI_CR1_RXONLY_Pos (10U) |
4999 | #define SPI_CR1_RXONLY_Msk (0x1U << SPI_CR1_RXONLY_Pos) /*!< 0x00000400 */ |
4990 | #define SPI_CR1_RXONLY_Msk (0x1UL << SPI_CR1_RXONLY_Pos) /*!< 0x00000400 */ |
5000 | #define SPI_CR1_RXONLY SPI_CR1_RXONLY_Msk /*!< Receive only */ |
4991 | #define SPI_CR1_RXONLY SPI_CR1_RXONLY_Msk /*!< Receive only */ |
5001 | #define SPI_CR1_DFF_Pos (11U) |
4992 | #define SPI_CR1_DFF_Pos (11U) |
5002 | #define SPI_CR1_DFF_Msk (0x1U << SPI_CR1_DFF_Pos) /*!< 0x00000800 */ |
4993 | #define SPI_CR1_DFF_Msk (0x1UL << SPI_CR1_DFF_Pos) /*!< 0x00000800 */ |
5003 | #define SPI_CR1_DFF SPI_CR1_DFF_Msk /*!< Data Frame Format */ |
4994 | #define SPI_CR1_DFF SPI_CR1_DFF_Msk /*!< Data Frame Format */ |
5004 | #define SPI_CR1_CRCNEXT_Pos (12U) |
4995 | #define SPI_CR1_CRCNEXT_Pos (12U) |
5005 | #define SPI_CR1_CRCNEXT_Msk (0x1U << SPI_CR1_CRCNEXT_Pos) /*!< 0x00001000 */ |
4996 | #define SPI_CR1_CRCNEXT_Msk (0x1UL << SPI_CR1_CRCNEXT_Pos) /*!< 0x00001000 */ |
5006 | #define SPI_CR1_CRCNEXT SPI_CR1_CRCNEXT_Msk /*!< Transmit CRC next */ |
4997 | #define SPI_CR1_CRCNEXT SPI_CR1_CRCNEXT_Msk /*!< Transmit CRC next */ |
5007 | #define SPI_CR1_CRCEN_Pos (13U) |
4998 | #define SPI_CR1_CRCEN_Pos (13U) |
5008 | #define SPI_CR1_CRCEN_Msk (0x1U << SPI_CR1_CRCEN_Pos) /*!< 0x00002000 */ |
4999 | #define SPI_CR1_CRCEN_Msk (0x1UL << SPI_CR1_CRCEN_Pos) /*!< 0x00002000 */ |
5009 | #define SPI_CR1_CRCEN SPI_CR1_CRCEN_Msk /*!< Hardware CRC calculation enable */ |
5000 | #define SPI_CR1_CRCEN SPI_CR1_CRCEN_Msk /*!< Hardware CRC calculation enable */ |
5010 | #define SPI_CR1_BIDIOE_Pos (14U) |
5001 | #define SPI_CR1_BIDIOE_Pos (14U) |
5011 | #define SPI_CR1_BIDIOE_Msk (0x1U << SPI_CR1_BIDIOE_Pos) /*!< 0x00004000 */ |
5002 | #define SPI_CR1_BIDIOE_Msk (0x1UL << SPI_CR1_BIDIOE_Pos) /*!< 0x00004000 */ |
5012 | #define SPI_CR1_BIDIOE SPI_CR1_BIDIOE_Msk /*!< Output enable in bidirectional mode */ |
5003 | #define SPI_CR1_BIDIOE SPI_CR1_BIDIOE_Msk /*!< Output enable in bidirectional mode */ |
5013 | #define SPI_CR1_BIDIMODE_Pos (15U) |
5004 | #define SPI_CR1_BIDIMODE_Pos (15U) |
5014 | #define SPI_CR1_BIDIMODE_Msk (0x1U << SPI_CR1_BIDIMODE_Pos) /*!< 0x00008000 */ |
5005 | #define SPI_CR1_BIDIMODE_Msk (0x1UL << SPI_CR1_BIDIMODE_Pos) /*!< 0x00008000 */ |
5015 | #define SPI_CR1_BIDIMODE SPI_CR1_BIDIMODE_Msk /*!< Bidirectional data mode enable */ |
5006 | #define SPI_CR1_BIDIMODE SPI_CR1_BIDIMODE_Msk /*!< Bidirectional data mode enable */ |
5016 | 5007 | ||
5017 | /******************* Bit definition for SPI_CR2 register ********************/ |
5008 | /******************* Bit definition for SPI_CR2 register ********************/ |
5018 | #define SPI_CR2_RXDMAEN_Pos (0U) |
5009 | #define SPI_CR2_RXDMAEN_Pos (0U) |
5019 | #define SPI_CR2_RXDMAEN_Msk (0x1U << SPI_CR2_RXDMAEN_Pos) /*!< 0x00000001 */ |
5010 | #define SPI_CR2_RXDMAEN_Msk (0x1UL << SPI_CR2_RXDMAEN_Pos) /*!< 0x00000001 */ |
5020 | #define SPI_CR2_RXDMAEN SPI_CR2_RXDMAEN_Msk /*!< Rx Buffer DMA Enable */ |
5011 | #define SPI_CR2_RXDMAEN SPI_CR2_RXDMAEN_Msk /*!< Rx Buffer DMA Enable */ |
5021 | #define SPI_CR2_TXDMAEN_Pos (1U) |
5012 | #define SPI_CR2_TXDMAEN_Pos (1U) |
5022 | #define SPI_CR2_TXDMAEN_Msk (0x1U << SPI_CR2_TXDMAEN_Pos) /*!< 0x00000002 */ |
5013 | #define SPI_CR2_TXDMAEN_Msk (0x1UL << SPI_CR2_TXDMAEN_Pos) /*!< 0x00000002 */ |
5023 | #define SPI_CR2_TXDMAEN SPI_CR2_TXDMAEN_Msk /*!< Tx Buffer DMA Enable */ |
5014 | #define SPI_CR2_TXDMAEN SPI_CR2_TXDMAEN_Msk /*!< Tx Buffer DMA Enable */ |
5024 | #define SPI_CR2_SSOE_Pos (2U) |
5015 | #define SPI_CR2_SSOE_Pos (2U) |
5025 | #define SPI_CR2_SSOE_Msk (0x1U << SPI_CR2_SSOE_Pos) /*!< 0x00000004 */ |
5016 | #define SPI_CR2_SSOE_Msk (0x1UL << SPI_CR2_SSOE_Pos) /*!< 0x00000004 */ |
5026 | #define SPI_CR2_SSOE SPI_CR2_SSOE_Msk /*!< SS Output Enable */ |
5017 | #define SPI_CR2_SSOE SPI_CR2_SSOE_Msk /*!< SS Output Enable */ |
5027 | #define SPI_CR2_ERRIE_Pos (5U) |
5018 | #define SPI_CR2_ERRIE_Pos (5U) |
5028 | #define SPI_CR2_ERRIE_Msk (0x1U << SPI_CR2_ERRIE_Pos) /*!< 0x00000020 */ |
5019 | #define SPI_CR2_ERRIE_Msk (0x1UL << SPI_CR2_ERRIE_Pos) /*!< 0x00000020 */ |
5029 | #define SPI_CR2_ERRIE SPI_CR2_ERRIE_Msk /*!< Error Interrupt Enable */ |
5020 | #define SPI_CR2_ERRIE SPI_CR2_ERRIE_Msk /*!< Error Interrupt Enable */ |
5030 | #define SPI_CR2_RXNEIE_Pos (6U) |
5021 | #define SPI_CR2_RXNEIE_Pos (6U) |
5031 | #define SPI_CR2_RXNEIE_Msk (0x1U << SPI_CR2_RXNEIE_Pos) /*!< 0x00000040 */ |
5022 | #define SPI_CR2_RXNEIE_Msk (0x1UL << SPI_CR2_RXNEIE_Pos) /*!< 0x00000040 */ |
5032 | #define SPI_CR2_RXNEIE SPI_CR2_RXNEIE_Msk /*!< RX buffer Not Empty Interrupt Enable */ |
5023 | #define SPI_CR2_RXNEIE SPI_CR2_RXNEIE_Msk /*!< RX buffer Not Empty Interrupt Enable */ |
5033 | #define SPI_CR2_TXEIE_Pos (7U) |
5024 | #define SPI_CR2_TXEIE_Pos (7U) |
5034 | #define SPI_CR2_TXEIE_Msk (0x1U << SPI_CR2_TXEIE_Pos) /*!< 0x00000080 */ |
5025 | #define SPI_CR2_TXEIE_Msk (0x1UL << SPI_CR2_TXEIE_Pos) /*!< 0x00000080 */ |
5035 | #define SPI_CR2_TXEIE SPI_CR2_TXEIE_Msk /*!< Tx buffer Empty Interrupt Enable */ |
5026 | #define SPI_CR2_TXEIE SPI_CR2_TXEIE_Msk /*!< Tx buffer Empty Interrupt Enable */ |
5036 | 5027 | ||
5037 | /******************** Bit definition for SPI_SR register ********************/ |
5028 | /******************** Bit definition for SPI_SR register ********************/ |
5038 | #define SPI_SR_RXNE_Pos (0U) |
5029 | #define SPI_SR_RXNE_Pos (0U) |
5039 | #define SPI_SR_RXNE_Msk (0x1U << SPI_SR_RXNE_Pos) /*!< 0x00000001 */ |
5030 | #define SPI_SR_RXNE_Msk (0x1UL << SPI_SR_RXNE_Pos) /*!< 0x00000001 */ |
5040 | #define SPI_SR_RXNE SPI_SR_RXNE_Msk /*!< Receive buffer Not Empty */ |
5031 | #define SPI_SR_RXNE SPI_SR_RXNE_Msk /*!< Receive buffer Not Empty */ |
5041 | #define SPI_SR_TXE_Pos (1U) |
5032 | #define SPI_SR_TXE_Pos (1U) |
5042 | #define SPI_SR_TXE_Msk (0x1U << SPI_SR_TXE_Pos) /*!< 0x00000002 */ |
5033 | #define SPI_SR_TXE_Msk (0x1UL << SPI_SR_TXE_Pos) /*!< 0x00000002 */ |
5043 | #define SPI_SR_TXE SPI_SR_TXE_Msk /*!< Transmit buffer Empty */ |
5034 | #define SPI_SR_TXE SPI_SR_TXE_Msk /*!< Transmit buffer Empty */ |
5044 | #define SPI_SR_CHSIDE_Pos (2U) |
5035 | #define SPI_SR_CHSIDE_Pos (2U) |
5045 | #define SPI_SR_CHSIDE_Msk (0x1U << SPI_SR_CHSIDE_Pos) /*!< 0x00000004 */ |
5036 | #define SPI_SR_CHSIDE_Msk (0x1UL << SPI_SR_CHSIDE_Pos) /*!< 0x00000004 */ |
5046 | #define SPI_SR_CHSIDE SPI_SR_CHSIDE_Msk /*!< Channel side */ |
5037 | #define SPI_SR_CHSIDE SPI_SR_CHSIDE_Msk /*!< Channel side */ |
5047 | #define SPI_SR_UDR_Pos (3U) |
5038 | #define SPI_SR_UDR_Pos (3U) |
5048 | #define SPI_SR_UDR_Msk (0x1U << SPI_SR_UDR_Pos) /*!< 0x00000008 */ |
5039 | #define SPI_SR_UDR_Msk (0x1UL << SPI_SR_UDR_Pos) /*!< 0x00000008 */ |
5049 | #define SPI_SR_UDR SPI_SR_UDR_Msk /*!< Underrun flag */ |
5040 | #define SPI_SR_UDR SPI_SR_UDR_Msk /*!< Underrun flag */ |
5050 | #define SPI_SR_CRCERR_Pos (4U) |
5041 | #define SPI_SR_CRCERR_Pos (4U) |
5051 | #define SPI_SR_CRCERR_Msk (0x1U << SPI_SR_CRCERR_Pos) /*!< 0x00000010 */ |
5042 | #define SPI_SR_CRCERR_Msk (0x1UL << SPI_SR_CRCERR_Pos) /*!< 0x00000010 */ |
5052 | #define SPI_SR_CRCERR SPI_SR_CRCERR_Msk /*!< CRC Error flag */ |
5043 | #define SPI_SR_CRCERR SPI_SR_CRCERR_Msk /*!< CRC Error flag */ |
5053 | #define SPI_SR_MODF_Pos (5U) |
5044 | #define SPI_SR_MODF_Pos (5U) |
5054 | #define SPI_SR_MODF_Msk (0x1U << SPI_SR_MODF_Pos) /*!< 0x00000020 */ |
5045 | #define SPI_SR_MODF_Msk (0x1UL << SPI_SR_MODF_Pos) /*!< 0x00000020 */ |
5055 | #define SPI_SR_MODF SPI_SR_MODF_Msk /*!< Mode fault */ |
5046 | #define SPI_SR_MODF SPI_SR_MODF_Msk /*!< Mode fault */ |
5056 | #define SPI_SR_OVR_Pos (6U) |
5047 | #define SPI_SR_OVR_Pos (6U) |
5057 | #define SPI_SR_OVR_Msk (0x1U << SPI_SR_OVR_Pos) /*!< 0x00000040 */ |
5048 | #define SPI_SR_OVR_Msk (0x1UL << SPI_SR_OVR_Pos) /*!< 0x00000040 */ |
5058 | #define SPI_SR_OVR SPI_SR_OVR_Msk /*!< Overrun flag */ |
5049 | #define SPI_SR_OVR SPI_SR_OVR_Msk /*!< Overrun flag */ |
5059 | #define SPI_SR_BSY_Pos (7U) |
5050 | #define SPI_SR_BSY_Pos (7U) |
5060 | #define SPI_SR_BSY_Msk (0x1U << SPI_SR_BSY_Pos) /*!< 0x00000080 */ |
5051 | #define SPI_SR_BSY_Msk (0x1UL << SPI_SR_BSY_Pos) /*!< 0x00000080 */ |
5061 | #define SPI_SR_BSY SPI_SR_BSY_Msk /*!< Busy flag */ |
5052 | #define SPI_SR_BSY SPI_SR_BSY_Msk /*!< Busy flag */ |
5062 | #define SPI_SR_FRE_Pos (8U) |
5053 | #define SPI_SR_FRE_Pos (8U) |
5063 | #define SPI_SR_FRE_Msk (0x1U << SPI_SR_FRE_Pos) /*!< 0x00000100 */ |
5054 | #define SPI_SR_FRE_Msk (0x1UL << SPI_SR_FRE_Pos) /*!< 0x00000100 */ |
5064 | #define SPI_SR_FRE SPI_SR_FRE_Msk /*!<Frame format error flag */ |
5055 | #define SPI_SR_FRE SPI_SR_FRE_Msk /*!<Frame format error flag */ |
5065 | 5056 | ||
5066 | /******************** Bit definition for SPI_DR register ********************/ |
5057 | /******************** Bit definition for SPI_DR register ********************/ |
5067 | #define SPI_DR_DR_Pos (0U) |
5058 | #define SPI_DR_DR_Pos (0U) |
5068 | #define SPI_DR_DR_Msk (0xFFFFU << SPI_DR_DR_Pos) /*!< 0x0000FFFF */ |
5059 | #define SPI_DR_DR_Msk (0xFFFFUL << SPI_DR_DR_Pos) /*!< 0x0000FFFF */ |
5069 | #define SPI_DR_DR SPI_DR_DR_Msk /*!< Data Register */ |
5060 | #define SPI_DR_DR SPI_DR_DR_Msk /*!< Data Register */ |
5070 | 5061 | ||
5071 | /******************* Bit definition for SPI_CRCPR register ******************/ |
5062 | /******************* Bit definition for SPI_CRCPR register ******************/ |
5072 | #define SPI_CRCPR_CRCPOLY_Pos (0U) |
5063 | #define SPI_CRCPR_CRCPOLY_Pos (0U) |
5073 | #define SPI_CRCPR_CRCPOLY_Msk (0xFFFFU << SPI_CRCPR_CRCPOLY_Pos) /*!< 0x0000FFFF */ |
5064 | #define SPI_CRCPR_CRCPOLY_Msk (0xFFFFUL << SPI_CRCPR_CRCPOLY_Pos) /*!< 0x0000FFFF */ |
5074 | #define SPI_CRCPR_CRCPOLY SPI_CRCPR_CRCPOLY_Msk /*!< CRC polynomial register */ |
5065 | #define SPI_CRCPR_CRCPOLY SPI_CRCPR_CRCPOLY_Msk /*!< CRC polynomial register */ |
5075 | 5066 | ||
5076 | /****************** Bit definition for SPI_RXCRCR register ******************/ |
5067 | /****************** Bit definition for SPI_RXCRCR register ******************/ |
5077 | #define SPI_RXCRCR_RXCRC_Pos (0U) |
5068 | #define SPI_RXCRCR_RXCRC_Pos (0U) |
5078 | #define SPI_RXCRCR_RXCRC_Msk (0xFFFFU << SPI_RXCRCR_RXCRC_Pos) /*!< 0x0000FFFF */ |
5069 | #define SPI_RXCRCR_RXCRC_Msk (0xFFFFUL << SPI_RXCRCR_RXCRC_Pos) /*!< 0x0000FFFF */ |
5079 | #define SPI_RXCRCR_RXCRC SPI_RXCRCR_RXCRC_Msk /*!< Rx CRC Register */ |
5070 | #define SPI_RXCRCR_RXCRC SPI_RXCRCR_RXCRC_Msk /*!< Rx CRC Register */ |
5080 | 5071 | ||
5081 | /****************** Bit definition for SPI_TXCRCR register ******************/ |
5072 | /****************** Bit definition for SPI_TXCRCR register ******************/ |
5082 | #define SPI_TXCRCR_TXCRC_Pos (0U) |
5073 | #define SPI_TXCRCR_TXCRC_Pos (0U) |
5083 | #define SPI_TXCRCR_TXCRC_Msk (0xFFFFU << SPI_TXCRCR_TXCRC_Pos) /*!< 0x0000FFFF */ |
5074 | #define SPI_TXCRCR_TXCRC_Msk (0xFFFFUL << SPI_TXCRCR_TXCRC_Pos) /*!< 0x0000FFFF */ |
5084 | #define SPI_TXCRCR_TXCRC SPI_TXCRCR_TXCRC_Msk /*!< Tx CRC Register */ |
5075 | #define SPI_TXCRCR_TXCRC SPI_TXCRCR_TXCRC_Msk /*!< Tx CRC Register */ |
5085 | 5076 | ||
5086 | /******************************************************************************/ |
5077 | /******************************************************************************/ |
5087 | /* */ |
5078 | /* */ |
5088 | /* System Configuration (SYSCFG) */ |
5079 | /* System Configuration (SYSCFG) */ |
5089 | /* */ |
5080 | /* */ |
5090 | /******************************************************************************/ |
5081 | /******************************************************************************/ |
5091 | /***************** Bit definition for SYSCFG_MEMRMP register ****************/ |
5082 | /***************** Bit definition for SYSCFG_MEMRMP register ****************/ |
5092 | #define SYSCFG_MEMRMP_MEM_MODE_Pos (0U) |
5083 | #define SYSCFG_MEMRMP_MEM_MODE_Pos (0U) |
5093 | #define SYSCFG_MEMRMP_MEM_MODE_Msk (0x3U << SYSCFG_MEMRMP_MEM_MODE_Pos) /*!< 0x00000003 */ |
5084 | #define SYSCFG_MEMRMP_MEM_MODE_Msk (0x3UL << SYSCFG_MEMRMP_MEM_MODE_Pos) /*!< 0x00000003 */ |
5094 | #define SYSCFG_MEMRMP_MEM_MODE SYSCFG_MEMRMP_MEM_MODE_Msk /*!< SYSCFG_Memory Remap Config */ |
5085 | #define SYSCFG_MEMRMP_MEM_MODE SYSCFG_MEMRMP_MEM_MODE_Msk /*!< SYSCFG_Memory Remap Config */ |
5095 | #define SYSCFG_MEMRMP_MEM_MODE_0 (0x1U << SYSCFG_MEMRMP_MEM_MODE_Pos) /*!< 0x00000001 */ |
5086 | #define SYSCFG_MEMRMP_MEM_MODE_0 (0x1UL << SYSCFG_MEMRMP_MEM_MODE_Pos) /*!< 0x00000001 */ |
5096 | #define SYSCFG_MEMRMP_MEM_MODE_1 (0x2U << SYSCFG_MEMRMP_MEM_MODE_Pos) /*!< 0x00000002 */ |
5087 | #define SYSCFG_MEMRMP_MEM_MODE_1 (0x2UL << SYSCFG_MEMRMP_MEM_MODE_Pos) /*!< 0x00000002 */ |
5097 | #define SYSCFG_MEMRMP_BOOT_MODE_Pos (8U) |
5088 | #define SYSCFG_MEMRMP_BOOT_MODE_Pos (8U) |
5098 | #define SYSCFG_MEMRMP_BOOT_MODE_Msk (0x3U << SYSCFG_MEMRMP_BOOT_MODE_Pos) /*!< 0x00000300 */ |
5089 | #define SYSCFG_MEMRMP_BOOT_MODE_Msk (0x3UL << SYSCFG_MEMRMP_BOOT_MODE_Pos) /*!< 0x00000300 */ |
5099 | #define SYSCFG_MEMRMP_BOOT_MODE SYSCFG_MEMRMP_BOOT_MODE_Msk /*!< Boot mode Config */ |
5090 | #define SYSCFG_MEMRMP_BOOT_MODE SYSCFG_MEMRMP_BOOT_MODE_Msk /*!< Boot mode Config */ |
5100 | #define SYSCFG_MEMRMP_BOOT_MODE_0 (0x1U << SYSCFG_MEMRMP_BOOT_MODE_Pos) /*!< 0x00000100 */ |
5091 | #define SYSCFG_MEMRMP_BOOT_MODE_0 (0x1UL << SYSCFG_MEMRMP_BOOT_MODE_Pos) /*!< 0x00000100 */ |
5101 | #define SYSCFG_MEMRMP_BOOT_MODE_1 (0x2U << SYSCFG_MEMRMP_BOOT_MODE_Pos) /*!< 0x00000200 */ |
5092 | #define SYSCFG_MEMRMP_BOOT_MODE_1 (0x2UL << SYSCFG_MEMRMP_BOOT_MODE_Pos) /*!< 0x00000200 */ |
5102 | 5093 | ||
5103 | /***************** Bit definition for SYSCFG_PMC register *******************/ |
5094 | /***************** Bit definition for SYSCFG_PMC register *******************/ |
5104 | #define SYSCFG_PMC_USB_PU_Pos (0U) |
5095 | #define SYSCFG_PMC_USB_PU_Pos (0U) |
5105 | #define SYSCFG_PMC_USB_PU_Msk (0x1U << SYSCFG_PMC_USB_PU_Pos) /*!< 0x00000001 */ |
5096 | #define SYSCFG_PMC_USB_PU_Msk (0x1UL << SYSCFG_PMC_USB_PU_Pos) /*!< 0x00000001 */ |
5106 | #define SYSCFG_PMC_USB_PU SYSCFG_PMC_USB_PU_Msk /*!< SYSCFG PMC */ |
5097 | #define SYSCFG_PMC_USB_PU SYSCFG_PMC_USB_PU_Msk /*!< SYSCFG PMC */ |
5107 | 5098 | ||
5108 | /***************** Bit definition for SYSCFG_EXTICR1 register ***************/ |
5099 | /***************** Bit definition for SYSCFG_EXTICR1 register ***************/ |
5109 | #define SYSCFG_EXTICR1_EXTI0_Pos (0U) |
5100 | #define SYSCFG_EXTICR1_EXTI0_Pos (0U) |
5110 | #define SYSCFG_EXTICR1_EXTI0_Msk (0xFU << SYSCFG_EXTICR1_EXTI0_Pos) /*!< 0x0000000F */ |
5101 | #define SYSCFG_EXTICR1_EXTI0_Msk (0xFUL << SYSCFG_EXTICR1_EXTI0_Pos) /*!< 0x0000000F */ |
5111 | #define SYSCFG_EXTICR1_EXTI0 SYSCFG_EXTICR1_EXTI0_Msk /*!< EXTI 0 configuration */ |
5102 | #define SYSCFG_EXTICR1_EXTI0 SYSCFG_EXTICR1_EXTI0_Msk /*!< EXTI 0 configuration */ |
5112 | #define SYSCFG_EXTICR1_EXTI1_Pos (4U) |
5103 | #define SYSCFG_EXTICR1_EXTI1_Pos (4U) |
5113 | #define SYSCFG_EXTICR1_EXTI1_Msk (0xFU << SYSCFG_EXTICR1_EXTI1_Pos) /*!< 0x000000F0 */ |
5104 | #define SYSCFG_EXTICR1_EXTI1_Msk (0xFUL << SYSCFG_EXTICR1_EXTI1_Pos) /*!< 0x000000F0 */ |
5114 | #define SYSCFG_EXTICR1_EXTI1 SYSCFG_EXTICR1_EXTI1_Msk /*!< EXTI 1 configuration */ |
5105 | #define SYSCFG_EXTICR1_EXTI1 SYSCFG_EXTICR1_EXTI1_Msk /*!< EXTI 1 configuration */ |
5115 | #define SYSCFG_EXTICR1_EXTI2_Pos (8U) |
5106 | #define SYSCFG_EXTICR1_EXTI2_Pos (8U) |
5116 | #define SYSCFG_EXTICR1_EXTI2_Msk (0xFU << SYSCFG_EXTICR1_EXTI2_Pos) /*!< 0x00000F00 */ |
5107 | #define SYSCFG_EXTICR1_EXTI2_Msk (0xFUL << SYSCFG_EXTICR1_EXTI2_Pos) /*!< 0x00000F00 */ |
5117 | #define SYSCFG_EXTICR1_EXTI2 SYSCFG_EXTICR1_EXTI2_Msk /*!< EXTI 2 configuration */ |
5108 | #define SYSCFG_EXTICR1_EXTI2 SYSCFG_EXTICR1_EXTI2_Msk /*!< EXTI 2 configuration */ |
5118 | #define SYSCFG_EXTICR1_EXTI3_Pos (12U) |
5109 | #define SYSCFG_EXTICR1_EXTI3_Pos (12U) |
5119 | #define SYSCFG_EXTICR1_EXTI3_Msk (0xFU << SYSCFG_EXTICR1_EXTI3_Pos) /*!< 0x0000F000 */ |
5110 | #define SYSCFG_EXTICR1_EXTI3_Msk (0xFUL << SYSCFG_EXTICR1_EXTI3_Pos) /*!< 0x0000F000 */ |
5120 | #define SYSCFG_EXTICR1_EXTI3 SYSCFG_EXTICR1_EXTI3_Msk /*!< EXTI 3 configuration */ |
5111 | #define SYSCFG_EXTICR1_EXTI3 SYSCFG_EXTICR1_EXTI3_Msk /*!< EXTI 3 configuration */ |
5121 | 5112 | ||
5122 | /** |
5113 | /** |
5123 | * @brief EXTI0 configuration |
5114 | * @brief EXTI0 configuration |
5124 | */ |
5115 | */ |
Line 5166... | Line 5157... | ||
5166 | #define SYSCFG_EXTICR1_EXTI3_PF (0x00003000U) /*!< PF[3] pin */ |
5157 | #define SYSCFG_EXTICR1_EXTI3_PF (0x00003000U) /*!< PF[3] pin */ |
5167 | #define SYSCFG_EXTICR1_EXTI3_PG (0x00004000U) /*!< PG[3] pin */ |
5158 | #define SYSCFG_EXTICR1_EXTI3_PG (0x00004000U) /*!< PG[3] pin */ |
5168 | 5159 | ||
5169 | /***************** Bit definition for SYSCFG_EXTICR2 register *****************/ |
5160 | /***************** Bit definition for SYSCFG_EXTICR2 register *****************/ |
5170 | #define SYSCFG_EXTICR2_EXTI4_Pos (0U) |
5161 | #define SYSCFG_EXTICR2_EXTI4_Pos (0U) |
5171 | #define SYSCFG_EXTICR2_EXTI4_Msk (0xFU << SYSCFG_EXTICR2_EXTI4_Pos) /*!< 0x0000000F */ |
5162 | #define SYSCFG_EXTICR2_EXTI4_Msk (0xFUL << SYSCFG_EXTICR2_EXTI4_Pos) /*!< 0x0000000F */ |
5172 | #define SYSCFG_EXTICR2_EXTI4 SYSCFG_EXTICR2_EXTI4_Msk /*!< EXTI 4 configuration */ |
5163 | #define SYSCFG_EXTICR2_EXTI4 SYSCFG_EXTICR2_EXTI4_Msk /*!< EXTI 4 configuration */ |
5173 | #define SYSCFG_EXTICR2_EXTI5_Pos (4U) |
5164 | #define SYSCFG_EXTICR2_EXTI5_Pos (4U) |
5174 | #define SYSCFG_EXTICR2_EXTI5_Msk (0xFU << SYSCFG_EXTICR2_EXTI5_Pos) /*!< 0x000000F0 */ |
5165 | #define SYSCFG_EXTICR2_EXTI5_Msk (0xFUL << SYSCFG_EXTICR2_EXTI5_Pos) /*!< 0x000000F0 */ |
5175 | #define SYSCFG_EXTICR2_EXTI5 SYSCFG_EXTICR2_EXTI5_Msk /*!< EXTI 5 configuration */ |
5166 | #define SYSCFG_EXTICR2_EXTI5 SYSCFG_EXTICR2_EXTI5_Msk /*!< EXTI 5 configuration */ |
5176 | #define SYSCFG_EXTICR2_EXTI6_Pos (8U) |
5167 | #define SYSCFG_EXTICR2_EXTI6_Pos (8U) |
5177 | #define SYSCFG_EXTICR2_EXTI6_Msk (0xFU << SYSCFG_EXTICR2_EXTI6_Pos) /*!< 0x00000F00 */ |
5168 | #define SYSCFG_EXTICR2_EXTI6_Msk (0xFUL << SYSCFG_EXTICR2_EXTI6_Pos) /*!< 0x00000F00 */ |
5178 | #define SYSCFG_EXTICR2_EXTI6 SYSCFG_EXTICR2_EXTI6_Msk /*!< EXTI 6 configuration */ |
5169 | #define SYSCFG_EXTICR2_EXTI6 SYSCFG_EXTICR2_EXTI6_Msk /*!< EXTI 6 configuration */ |
5179 | #define SYSCFG_EXTICR2_EXTI7_Pos (12U) |
5170 | #define SYSCFG_EXTICR2_EXTI7_Pos (12U) |
5180 | #define SYSCFG_EXTICR2_EXTI7_Msk (0xFU << SYSCFG_EXTICR2_EXTI7_Pos) /*!< 0x0000F000 */ |
5171 | #define SYSCFG_EXTICR2_EXTI7_Msk (0xFUL << SYSCFG_EXTICR2_EXTI7_Pos) /*!< 0x0000F000 */ |
5181 | #define SYSCFG_EXTICR2_EXTI7 SYSCFG_EXTICR2_EXTI7_Msk /*!< EXTI 7 configuration */ |
5172 | #define SYSCFG_EXTICR2_EXTI7 SYSCFG_EXTICR2_EXTI7_Msk /*!< EXTI 7 configuration */ |
5182 | 5173 | ||
5183 | /** |
5174 | /** |
5184 | * @brief EXTI4 configuration |
5175 | * @brief EXTI4 configuration |
5185 | */ |
5176 | */ |
Line 5224... | Line 5215... | ||
5224 | #define SYSCFG_EXTICR2_EXTI7_PF (0x00006000U) /*!< PF[7] pin */ |
5215 | #define SYSCFG_EXTICR2_EXTI7_PF (0x00006000U) /*!< PF[7] pin */ |
5225 | #define SYSCFG_EXTICR2_EXTI7_PG (0x00007000U) /*!< PG[7] pin */ |
5216 | #define SYSCFG_EXTICR2_EXTI7_PG (0x00007000U) /*!< PG[7] pin */ |
5226 | 5217 | ||
5227 | /***************** Bit definition for SYSCFG_EXTICR3 register *****************/ |
5218 | /***************** Bit definition for SYSCFG_EXTICR3 register *****************/ |
5228 | #define SYSCFG_EXTICR3_EXTI8_Pos (0U) |
5219 | #define SYSCFG_EXTICR3_EXTI8_Pos (0U) |
5229 | #define SYSCFG_EXTICR3_EXTI8_Msk (0xFU << SYSCFG_EXTICR3_EXTI8_Pos) /*!< 0x0000000F */ |
5220 | #define SYSCFG_EXTICR3_EXTI8_Msk (0xFUL << SYSCFG_EXTICR3_EXTI8_Pos) /*!< 0x0000000F */ |
5230 | #define SYSCFG_EXTICR3_EXTI8 SYSCFG_EXTICR3_EXTI8_Msk /*!< EXTI 8 configuration */ |
5221 | #define SYSCFG_EXTICR3_EXTI8 SYSCFG_EXTICR3_EXTI8_Msk /*!< EXTI 8 configuration */ |
5231 | #define SYSCFG_EXTICR3_EXTI9_Pos (4U) |
5222 | #define SYSCFG_EXTICR3_EXTI9_Pos (4U) |
5232 | #define SYSCFG_EXTICR3_EXTI9_Msk (0xFU << SYSCFG_EXTICR3_EXTI9_Pos) /*!< 0x000000F0 */ |
5223 | #define SYSCFG_EXTICR3_EXTI9_Msk (0xFUL << SYSCFG_EXTICR3_EXTI9_Pos) /*!< 0x000000F0 */ |
5233 | #define SYSCFG_EXTICR3_EXTI9 SYSCFG_EXTICR3_EXTI9_Msk /*!< EXTI 9 configuration */ |
5224 | #define SYSCFG_EXTICR3_EXTI9 SYSCFG_EXTICR3_EXTI9_Msk /*!< EXTI 9 configuration */ |
5234 | #define SYSCFG_EXTICR3_EXTI10_Pos (8U) |
5225 | #define SYSCFG_EXTICR3_EXTI10_Pos (8U) |
5235 | #define SYSCFG_EXTICR3_EXTI10_Msk (0xFU << SYSCFG_EXTICR3_EXTI10_Pos) /*!< 0x00000F00 */ |
5226 | #define SYSCFG_EXTICR3_EXTI10_Msk (0xFUL << SYSCFG_EXTICR3_EXTI10_Pos) /*!< 0x00000F00 */ |
5236 | #define SYSCFG_EXTICR3_EXTI10 SYSCFG_EXTICR3_EXTI10_Msk /*!< EXTI 10 configuration */ |
5227 | #define SYSCFG_EXTICR3_EXTI10 SYSCFG_EXTICR3_EXTI10_Msk /*!< EXTI 10 configuration */ |
5237 | #define SYSCFG_EXTICR3_EXTI11_Pos (12U) |
5228 | #define SYSCFG_EXTICR3_EXTI11_Pos (12U) |
5238 | #define SYSCFG_EXTICR3_EXTI11_Msk (0xFU << SYSCFG_EXTICR3_EXTI11_Pos) /*!< 0x0000F000 */ |
5229 | #define SYSCFG_EXTICR3_EXTI11_Msk (0xFUL << SYSCFG_EXTICR3_EXTI11_Pos) /*!< 0x0000F000 */ |
5239 | #define SYSCFG_EXTICR3_EXTI11 SYSCFG_EXTICR3_EXTI11_Msk /*!< EXTI 11 configuration */ |
5230 | #define SYSCFG_EXTICR3_EXTI11 SYSCFG_EXTICR3_EXTI11_Msk /*!< EXTI 11 configuration */ |
5240 | 5231 | ||
5241 | /** |
5232 | /** |
5242 | * @brief EXTI8 configuration |
5233 | * @brief EXTI8 configuration |
5243 | */ |
5234 | */ |
Line 5282... | Line 5273... | ||
5282 | #define SYSCFG_EXTICR3_EXTI11_PF (0x00006000U) /*!< PF[11] pin */ |
5273 | #define SYSCFG_EXTICR3_EXTI11_PF (0x00006000U) /*!< PF[11] pin */ |
5283 | #define SYSCFG_EXTICR3_EXTI11_PG (0x00007000U) /*!< PG[11] pin */ |
5274 | #define SYSCFG_EXTICR3_EXTI11_PG (0x00007000U) /*!< PG[11] pin */ |
5284 | 5275 | ||
5285 | /***************** Bit definition for SYSCFG_EXTICR4 register *****************/ |
5276 | /***************** Bit definition for SYSCFG_EXTICR4 register *****************/ |
5286 | #define SYSCFG_EXTICR4_EXTI12_Pos (0U) |
5277 | #define SYSCFG_EXTICR4_EXTI12_Pos (0U) |
5287 | #define SYSCFG_EXTICR4_EXTI12_Msk (0xFU << SYSCFG_EXTICR4_EXTI12_Pos) /*!< 0x0000000F */ |
5278 | #define SYSCFG_EXTICR4_EXTI12_Msk (0xFUL << SYSCFG_EXTICR4_EXTI12_Pos) /*!< 0x0000000F */ |
5288 | #define SYSCFG_EXTICR4_EXTI12 SYSCFG_EXTICR4_EXTI12_Msk /*!< EXTI 12 configuration */ |
5279 | #define SYSCFG_EXTICR4_EXTI12 SYSCFG_EXTICR4_EXTI12_Msk /*!< EXTI 12 configuration */ |
5289 | #define SYSCFG_EXTICR4_EXTI13_Pos (4U) |
5280 | #define SYSCFG_EXTICR4_EXTI13_Pos (4U) |
5290 | #define SYSCFG_EXTICR4_EXTI13_Msk (0xFU << SYSCFG_EXTICR4_EXTI13_Pos) /*!< 0x000000F0 */ |
5281 | #define SYSCFG_EXTICR4_EXTI13_Msk (0xFUL << SYSCFG_EXTICR4_EXTI13_Pos) /*!< 0x000000F0 */ |
5291 | #define SYSCFG_EXTICR4_EXTI13 SYSCFG_EXTICR4_EXTI13_Msk /*!< EXTI 13 configuration */ |
5282 | #define SYSCFG_EXTICR4_EXTI13 SYSCFG_EXTICR4_EXTI13_Msk /*!< EXTI 13 configuration */ |
5292 | #define SYSCFG_EXTICR4_EXTI14_Pos (8U) |
5283 | #define SYSCFG_EXTICR4_EXTI14_Pos (8U) |
5293 | #define SYSCFG_EXTICR4_EXTI14_Msk (0xFU << SYSCFG_EXTICR4_EXTI14_Pos) /*!< 0x00000F00 */ |
5284 | #define SYSCFG_EXTICR4_EXTI14_Msk (0xFUL << SYSCFG_EXTICR4_EXTI14_Pos) /*!< 0x00000F00 */ |
5294 | #define SYSCFG_EXTICR4_EXTI14 SYSCFG_EXTICR4_EXTI14_Msk /*!< EXTI 14 configuration */ |
5285 | #define SYSCFG_EXTICR4_EXTI14 SYSCFG_EXTICR4_EXTI14_Msk /*!< EXTI 14 configuration */ |
5295 | #define SYSCFG_EXTICR4_EXTI15_Pos (12U) |
5286 | #define SYSCFG_EXTICR4_EXTI15_Pos (12U) |
5296 | #define SYSCFG_EXTICR4_EXTI15_Msk (0xFU << SYSCFG_EXTICR4_EXTI15_Pos) /*!< 0x0000F000 */ |
5287 | #define SYSCFG_EXTICR4_EXTI15_Msk (0xFUL << SYSCFG_EXTICR4_EXTI15_Pos) /*!< 0x0000F000 */ |
5297 | #define SYSCFG_EXTICR4_EXTI15 SYSCFG_EXTICR4_EXTI15_Msk /*!< EXTI 15 configuration */ |
5288 | #define SYSCFG_EXTICR4_EXTI15 SYSCFG_EXTICR4_EXTI15_Msk /*!< EXTI 15 configuration */ |
5298 | 5289 | ||
5299 | /** |
5290 | /** |
5300 | * @brief EXTI12 configuration |
5291 | * @brief EXTI12 configuration |
5301 | */ |
5292 | */ |
Line 5346... | Line 5337... | ||
5346 | /* */ |
5337 | /* */ |
5347 | /******************************************************************************/ |
5338 | /******************************************************************************/ |
5348 | 5339 | ||
5349 | /******************** Bit definition for RI_ICR register ********************/ |
5340 | /******************** Bit definition for RI_ICR register ********************/ |
5350 | #define RI_ICR_IC1OS_Pos (0U) |
5341 | #define RI_ICR_IC1OS_Pos (0U) |
5351 | #define RI_ICR_IC1OS_Msk (0xFU << RI_ICR_IC1OS_Pos) /*!< 0x0000000F */ |
5342 | #define RI_ICR_IC1OS_Msk (0xFUL << RI_ICR_IC1OS_Pos) /*!< 0x0000000F */ |
5352 | #define RI_ICR_IC1OS RI_ICR_IC1OS_Msk /*!< IC1OS[3:0] bits (Input Capture 1 select bits) */ |
5343 | #define RI_ICR_IC1OS RI_ICR_IC1OS_Msk /*!< IC1OS[3:0] bits (Input Capture 1 select bits) */ |
5353 | #define RI_ICR_IC1OS_0 (0x1U << RI_ICR_IC1OS_Pos) /*!< 0x00000001 */ |
5344 | #define RI_ICR_IC1OS_0 (0x1UL << RI_ICR_IC1OS_Pos) /*!< 0x00000001 */ |
5354 | #define RI_ICR_IC1OS_1 (0x2U << RI_ICR_IC1OS_Pos) /*!< 0x00000002 */ |
5345 | #define RI_ICR_IC1OS_1 (0x2UL << RI_ICR_IC1OS_Pos) /*!< 0x00000002 */ |
5355 | #define RI_ICR_IC1OS_2 (0x4U << RI_ICR_IC1OS_Pos) /*!< 0x00000004 */ |
5346 | #define RI_ICR_IC1OS_2 (0x4UL << RI_ICR_IC1OS_Pos) /*!< 0x00000004 */ |
5356 | #define RI_ICR_IC1OS_3 (0x8U << RI_ICR_IC1OS_Pos) /*!< 0x00000008 */ |
5347 | #define RI_ICR_IC1OS_3 (0x8UL << RI_ICR_IC1OS_Pos) /*!< 0x00000008 */ |
5357 | 5348 | ||
5358 | #define RI_ICR_IC2OS_Pos (4U) |
5349 | #define RI_ICR_IC2OS_Pos (4U) |
5359 | #define RI_ICR_IC2OS_Msk (0xFU << RI_ICR_IC2OS_Pos) /*!< 0x000000F0 */ |
5350 | #define RI_ICR_IC2OS_Msk (0xFUL << RI_ICR_IC2OS_Pos) /*!< 0x000000F0 */ |
5360 | #define RI_ICR_IC2OS RI_ICR_IC2OS_Msk /*!< IC2OS[3:0] bits (Input Capture 2 select bits) */ |
5351 | #define RI_ICR_IC2OS RI_ICR_IC2OS_Msk /*!< IC2OS[3:0] bits (Input Capture 2 select bits) */ |
5361 | #define RI_ICR_IC2OS_0 (0x1U << RI_ICR_IC2OS_Pos) /*!< 0x00000010 */ |
5352 | #define RI_ICR_IC2OS_0 (0x1UL << RI_ICR_IC2OS_Pos) /*!< 0x00000010 */ |
5362 | #define RI_ICR_IC2OS_1 (0x2U << RI_ICR_IC2OS_Pos) /*!< 0x00000020 */ |
5353 | #define RI_ICR_IC2OS_1 (0x2UL << RI_ICR_IC2OS_Pos) /*!< 0x00000020 */ |
5363 | #define RI_ICR_IC2OS_2 (0x4U << RI_ICR_IC2OS_Pos) /*!< 0x00000040 */ |
5354 | #define RI_ICR_IC2OS_2 (0x4UL << RI_ICR_IC2OS_Pos) /*!< 0x00000040 */ |
5364 | #define RI_ICR_IC2OS_3 (0x8U << RI_ICR_IC2OS_Pos) /*!< 0x00000080 */ |
5355 | #define RI_ICR_IC2OS_3 (0x8UL << RI_ICR_IC2OS_Pos) /*!< 0x00000080 */ |
5365 | 5356 | ||
5366 | #define RI_ICR_IC3OS_Pos (8U) |
5357 | #define RI_ICR_IC3OS_Pos (8U) |
5367 | #define RI_ICR_IC3OS_Msk (0xFU << RI_ICR_IC3OS_Pos) /*!< 0x00000F00 */ |
5358 | #define RI_ICR_IC3OS_Msk (0xFUL << RI_ICR_IC3OS_Pos) /*!< 0x00000F00 */ |
5368 | #define RI_ICR_IC3OS RI_ICR_IC3OS_Msk /*!< IC3OS[3:0] bits (Input Capture 3 select bits) */ |
5359 | #define RI_ICR_IC3OS RI_ICR_IC3OS_Msk /*!< IC3OS[3:0] bits (Input Capture 3 select bits) */ |
5369 | #define RI_ICR_IC3OS_0 (0x1U << RI_ICR_IC3OS_Pos) /*!< 0x00000100 */ |
5360 | #define RI_ICR_IC3OS_0 (0x1UL << RI_ICR_IC3OS_Pos) /*!< 0x00000100 */ |
5370 | #define RI_ICR_IC3OS_1 (0x2U << RI_ICR_IC3OS_Pos) /*!< 0x00000200 */ |
5361 | #define RI_ICR_IC3OS_1 (0x2UL << RI_ICR_IC3OS_Pos) /*!< 0x00000200 */ |
5371 | #define RI_ICR_IC3OS_2 (0x4U << RI_ICR_IC3OS_Pos) /*!< 0x00000400 */ |
5362 | #define RI_ICR_IC3OS_2 (0x4UL << RI_ICR_IC3OS_Pos) /*!< 0x00000400 */ |
5372 | #define RI_ICR_IC3OS_3 (0x8U << RI_ICR_IC3OS_Pos) /*!< 0x00000800 */ |
5363 | #define RI_ICR_IC3OS_3 (0x8UL << RI_ICR_IC3OS_Pos) /*!< 0x00000800 */ |
5373 | 5364 | ||
5374 | #define RI_ICR_IC4OS_Pos (12U) |
5365 | #define RI_ICR_IC4OS_Pos (12U) |
5375 | #define RI_ICR_IC4OS_Msk (0xFU << RI_ICR_IC4OS_Pos) /*!< 0x0000F000 */ |
5366 | #define RI_ICR_IC4OS_Msk (0xFUL << RI_ICR_IC4OS_Pos) /*!< 0x0000F000 */ |
5376 | #define RI_ICR_IC4OS RI_ICR_IC4OS_Msk /*!< IC4OS[3:0] bits (Input Capture 4 select bits) */ |
5367 | #define RI_ICR_IC4OS RI_ICR_IC4OS_Msk /*!< IC4OS[3:0] bits (Input Capture 4 select bits) */ |
5377 | #define RI_ICR_IC4OS_0 (0x1U << RI_ICR_IC4OS_Pos) /*!< 0x00001000 */ |
5368 | #define RI_ICR_IC4OS_0 (0x1UL << RI_ICR_IC4OS_Pos) /*!< 0x00001000 */ |
5378 | #define RI_ICR_IC4OS_1 (0x2U << RI_ICR_IC4OS_Pos) /*!< 0x00002000 */ |
5369 | #define RI_ICR_IC4OS_1 (0x2UL << RI_ICR_IC4OS_Pos) /*!< 0x00002000 */ |
5379 | #define RI_ICR_IC4OS_2 (0x4U << RI_ICR_IC4OS_Pos) /*!< 0x00004000 */ |
5370 | #define RI_ICR_IC4OS_2 (0x4UL << RI_ICR_IC4OS_Pos) /*!< 0x00004000 */ |
5380 | #define RI_ICR_IC4OS_3 (0x8U << RI_ICR_IC4OS_Pos) /*!< 0x00008000 */ |
5371 | #define RI_ICR_IC4OS_3 (0x8UL << RI_ICR_IC4OS_Pos) /*!< 0x00008000 */ |
5381 | 5372 | ||
5382 | #define RI_ICR_TIM_Pos (16U) |
5373 | #define RI_ICR_TIM_Pos (16U) |
5383 | #define RI_ICR_TIM_Msk (0x3U << RI_ICR_TIM_Pos) /*!< 0x00030000 */ |
5374 | #define RI_ICR_TIM_Msk (0x3UL << RI_ICR_TIM_Pos) /*!< 0x00030000 */ |
5384 | #define RI_ICR_TIM RI_ICR_TIM_Msk /*!< TIM[3:0] bits (Timers select bits) */ |
5375 | #define RI_ICR_TIM RI_ICR_TIM_Msk /*!< TIM[3:0] bits (Timers select bits) */ |
5385 | #define RI_ICR_TIM_0 (0x1U << RI_ICR_TIM_Pos) /*!< 0x00010000 */ |
5376 | #define RI_ICR_TIM_0 (0x1UL << RI_ICR_TIM_Pos) /*!< 0x00010000 */ |
5386 | #define RI_ICR_TIM_1 (0x2U << RI_ICR_TIM_Pos) /*!< 0x00020000 */ |
5377 | #define RI_ICR_TIM_1 (0x2UL << RI_ICR_TIM_Pos) /*!< 0x00020000 */ |
5387 | 5378 | ||
5388 | #define RI_ICR_IC1_Pos (18U) |
5379 | #define RI_ICR_IC1_Pos (18U) |
5389 | #define RI_ICR_IC1_Msk (0x1U << RI_ICR_IC1_Pos) /*!< 0x00040000 */ |
5380 | #define RI_ICR_IC1_Msk (0x1UL << RI_ICR_IC1_Pos) /*!< 0x00040000 */ |
5390 | #define RI_ICR_IC1 RI_ICR_IC1_Msk /*!< Input capture 1 */ |
5381 | #define RI_ICR_IC1 RI_ICR_IC1_Msk /*!< Input capture 1 */ |
5391 | #define RI_ICR_IC2_Pos (19U) |
5382 | #define RI_ICR_IC2_Pos (19U) |
5392 | #define RI_ICR_IC2_Msk (0x1U << RI_ICR_IC2_Pos) /*!< 0x00080000 */ |
5383 | #define RI_ICR_IC2_Msk (0x1UL << RI_ICR_IC2_Pos) /*!< 0x00080000 */ |
5393 | #define RI_ICR_IC2 RI_ICR_IC2_Msk /*!< Input capture 2 */ |
5384 | #define RI_ICR_IC2 RI_ICR_IC2_Msk /*!< Input capture 2 */ |
5394 | #define RI_ICR_IC3_Pos (20U) |
5385 | #define RI_ICR_IC3_Pos (20U) |
5395 | #define RI_ICR_IC3_Msk (0x1U << RI_ICR_IC3_Pos) /*!< 0x00100000 */ |
5386 | #define RI_ICR_IC3_Msk (0x1UL << RI_ICR_IC3_Pos) /*!< 0x00100000 */ |
5396 | #define RI_ICR_IC3 RI_ICR_IC3_Msk /*!< Input capture 3 */ |
5387 | #define RI_ICR_IC3 RI_ICR_IC3_Msk /*!< Input capture 3 */ |
5397 | #define RI_ICR_IC4_Pos (21U) |
5388 | #define RI_ICR_IC4_Pos (21U) |
5398 | #define RI_ICR_IC4_Msk (0x1U << RI_ICR_IC4_Pos) /*!< 0x00200000 */ |
5389 | #define RI_ICR_IC4_Msk (0x1UL << RI_ICR_IC4_Pos) /*!< 0x00200000 */ |
5399 | #define RI_ICR_IC4 RI_ICR_IC4_Msk /*!< Input capture 4 */ |
5390 | #define RI_ICR_IC4 RI_ICR_IC4_Msk /*!< Input capture 4 */ |
5400 | 5391 | ||
5401 | /******************** Bit definition for RI_ASCR1 register ********************/ |
5392 | /******************** Bit definition for RI_ASCR1 register ********************/ |
5402 | #define RI_ASCR1_CH_Pos (0U) |
5393 | #define RI_ASCR1_CH_Pos (0U) |
5403 | #define RI_ASCR1_CH_Msk (0x3FCFFFFU << RI_ASCR1_CH_Pos) /*!< 0x03FCFFFF */ |
5394 | #define RI_ASCR1_CH_Msk (0x3FCFFFFUL << RI_ASCR1_CH_Pos) /*!< 0x03FCFFFF */ |
5404 | #define RI_ASCR1_CH RI_ASCR1_CH_Msk /*!< AS_CH[25:18] & AS_CH[15:0] bits ( Analog switches selection bits) */ |
5395 | #define RI_ASCR1_CH RI_ASCR1_CH_Msk /*!< AS_CH[25:18] & AS_CH[15:0] bits ( Analog switches selection bits) */ |
5405 | #define RI_ASCR1_CH_0 (0x00000001U) /*!< Bit 0 */ |
5396 | #define RI_ASCR1_CH_0 (0x00000001U) /*!< Bit 0 */ |
5406 | #define RI_ASCR1_CH_1 (0x00000002U) /*!< Bit 1 */ |
5397 | #define RI_ASCR1_CH_1 (0x00000002U) /*!< Bit 1 */ |
5407 | #define RI_ASCR1_CH_2 (0x00000004U) /*!< Bit 2 */ |
5398 | #define RI_ASCR1_CH_2 (0x00000004U) /*!< Bit 2 */ |
5408 | #define RI_ASCR1_CH_3 (0x00000008U) /*!< Bit 3 */ |
5399 | #define RI_ASCR1_CH_3 (0x00000008U) /*!< Bit 3 */ |
Line 5425... | Line 5416... | ||
5425 | #define RI_ASCR1_CH_22 (0x00400000U) /*!< Bit 22 */ |
5416 | #define RI_ASCR1_CH_22 (0x00400000U) /*!< Bit 22 */ |
5426 | #define RI_ASCR1_CH_23 (0x00800000U) /*!< Bit 23 */ |
5417 | #define RI_ASCR1_CH_23 (0x00800000U) /*!< Bit 23 */ |
5427 | #define RI_ASCR1_CH_24 (0x01000000U) /*!< Bit 24 */ |
5418 | #define RI_ASCR1_CH_24 (0x01000000U) /*!< Bit 24 */ |
5428 | #define RI_ASCR1_CH_25 (0x02000000U) /*!< Bit 25 */ |
5419 | #define RI_ASCR1_CH_25 (0x02000000U) /*!< Bit 25 */ |
5429 | #define RI_ASCR1_VCOMP_Pos (26U) |
5420 | #define RI_ASCR1_VCOMP_Pos (26U) |
5430 | #define RI_ASCR1_VCOMP_Msk (0x1U << RI_ASCR1_VCOMP_Pos) /*!< 0x04000000 */ |
5421 | #define RI_ASCR1_VCOMP_Msk (0x1UL << RI_ASCR1_VCOMP_Pos) /*!< 0x04000000 */ |
5431 | #define RI_ASCR1_VCOMP RI_ASCR1_VCOMP_Msk /*!< ADC analog switch selection for internal node to COMP1 */ |
5422 | #define RI_ASCR1_VCOMP RI_ASCR1_VCOMP_Msk /*!< ADC analog switch selection for internal node to COMP1 */ |
5432 | #define RI_ASCR1_SCM_Pos (31U) |
5423 | #define RI_ASCR1_SCM_Pos (31U) |
5433 | #define RI_ASCR1_SCM_Msk (0x1U << RI_ASCR1_SCM_Pos) /*!< 0x80000000 */ |
5424 | #define RI_ASCR1_SCM_Msk (0x1UL << RI_ASCR1_SCM_Pos) /*!< 0x80000000 */ |
5434 | #define RI_ASCR1_SCM RI_ASCR1_SCM_Msk /*!< I/O Switch control mode */ |
5425 | #define RI_ASCR1_SCM RI_ASCR1_SCM_Msk /*!< I/O Switch control mode */ |
5435 | 5426 | ||
5436 | /******************** Bit definition for RI_ASCR2 register ********************/ |
5427 | /******************** Bit definition for RI_ASCR2 register ********************/ |
5437 | #define RI_ASCR2_GR10_1 (0x00000001U) /*!< GR10-1 selection bit */ |
5428 | #define RI_ASCR2_GR10_1 (0x00000001U) /*!< GR10-1 selection bit */ |
5438 | #define RI_ASCR2_GR10_2 (0x00000002U) /*!< GR10-2 selection bit */ |
5429 | #define RI_ASCR2_GR10_2 (0x00000002U) /*!< GR10-2 selection bit */ |
5439 | #define RI_ASCR2_GR10_3 (0x00000004U) /*!< GR10-3 selection bit */ |
5430 | #define RI_ASCR2_GR10_3 (0x00000004U) /*!< GR10-3 selection bit */ |
5440 | #define RI_ASCR2_GR10_4 (0x00000008U) /*!< GR10-4 selection bit */ |
5431 | #define RI_ASCR2_GR10_4 (0x00000008U) /*!< GR10-4 selection bit */ |
5441 | #define RI_ASCR2_GR6_Pos (4U) |
5432 | #define RI_ASCR2_GR6_Pos (4U) |
5442 | #define RI_ASCR2_GR6_Msk (0x3U << RI_ASCR2_GR6_Pos) /*!< 0x00000030 */ |
5433 | #define RI_ASCR2_GR6_Msk (0x3UL << RI_ASCR2_GR6_Pos) /*!< 0x00000030 */ |
5443 | #define RI_ASCR2_GR6 RI_ASCR2_GR6_Msk /*!< GR6 selection bits */ |
5434 | #define RI_ASCR2_GR6 RI_ASCR2_GR6_Msk /*!< GR6 selection bits */ |
5444 | #define RI_ASCR2_GR6_1 (0x1U << RI_ASCR2_GR6_Pos) /*!< 0x00000010 */ |
5435 | #define RI_ASCR2_GR6_1 (0x1UL << RI_ASCR2_GR6_Pos) /*!< 0x00000010 */ |
5445 | #define RI_ASCR2_GR6_2 (0x2U << RI_ASCR2_GR6_Pos) /*!< 0x00000020 */ |
5436 | #define RI_ASCR2_GR6_2 (0x2UL << RI_ASCR2_GR6_Pos) /*!< 0x00000020 */ |
5446 | #define RI_ASCR2_GR5_1 (0x00000040U) /*!< GR5-1 selection bit */ |
5437 | #define RI_ASCR2_GR5_1 (0x00000040U) /*!< GR5-1 selection bit */ |
5447 | #define RI_ASCR2_GR5_2 (0x00000080U) /*!< GR5-2 selection bit */ |
5438 | #define RI_ASCR2_GR5_2 (0x00000080U) /*!< GR5-2 selection bit */ |
5448 | #define RI_ASCR2_GR5_3 (0x00000100U) /*!< GR5-3 selection bit */ |
5439 | #define RI_ASCR2_GR5_3 (0x00000100U) /*!< GR5-3 selection bit */ |
5449 | #define RI_ASCR2_GR4_1 (0x00000200U) /*!< GR4-1 selection bit */ |
5440 | #define RI_ASCR2_GR4_1 (0x00000200U) /*!< GR4-1 selection bit */ |
5450 | #define RI_ASCR2_GR4_2 (0x00000400U) /*!< GR4-2 selection bit */ |
5441 | #define RI_ASCR2_GR4_2 (0x00000400U) /*!< GR4-2 selection bit */ |
5451 | #define RI_ASCR2_GR4_3 (0x00000800U) /*!< GR4-3 selection bit */ |
5442 | #define RI_ASCR2_GR4_3 (0x00000800U) /*!< GR4-3 selection bit */ |
5452 | #define RI_ASCR2_GR4_4 (0x00008000U) /*!< GR4-4 selection bit */ |
5443 | #define RI_ASCR2_GR4_4 (0x00008000U) /*!< GR4-4 selection bit */ |
5453 | 5444 | ||
5454 | /******************** Bit definition for RI_HYSCR1 register ********************/ |
5445 | /******************** Bit definition for RI_HYSCR1 register ********************/ |
5455 | #define RI_HYSCR1_PA_Pos (0U) |
5446 | #define RI_HYSCR1_PA_Pos (0U) |
5456 | #define RI_HYSCR1_PA_Msk (0xFFFFU << RI_HYSCR1_PA_Pos) /*!< 0x0000FFFF */ |
5447 | #define RI_HYSCR1_PA_Msk (0xFFFFUL << RI_HYSCR1_PA_Pos) /*!< 0x0000FFFF */ |
5457 | #define RI_HYSCR1_PA RI_HYSCR1_PA_Msk /*!< PA[15:0] Port A Hysteresis selection */ |
5448 | #define RI_HYSCR1_PA RI_HYSCR1_PA_Msk /*!< PA[15:0] Port A Hysteresis selection */ |
5458 | #define RI_HYSCR1_PA_0 (0x0001U << RI_HYSCR1_PA_Pos) /*!< 0x00000001 */ |
5449 | #define RI_HYSCR1_PA_0 (0x0001UL << RI_HYSCR1_PA_Pos) /*!< 0x00000001 */ |
5459 | #define RI_HYSCR1_PA_1 (0x0002U << RI_HYSCR1_PA_Pos) /*!< 0x00000002 */ |
5450 | #define RI_HYSCR1_PA_1 (0x0002UL << RI_HYSCR1_PA_Pos) /*!< 0x00000002 */ |
5460 | #define RI_HYSCR1_PA_2 (0x0004U << RI_HYSCR1_PA_Pos) /*!< 0x00000004 */ |
5451 | #define RI_HYSCR1_PA_2 (0x0004UL << RI_HYSCR1_PA_Pos) /*!< 0x00000004 */ |
5461 | #define RI_HYSCR1_PA_3 (0x0008U << RI_HYSCR1_PA_Pos) /*!< 0x00000008 */ |
5452 | #define RI_HYSCR1_PA_3 (0x0008UL << RI_HYSCR1_PA_Pos) /*!< 0x00000008 */ |
5462 | #define RI_HYSCR1_PA_4 (0x0010U << RI_HYSCR1_PA_Pos) /*!< 0x00000010 */ |
5453 | #define RI_HYSCR1_PA_4 (0x0010UL << RI_HYSCR1_PA_Pos) /*!< 0x00000010 */ |
5463 | #define RI_HYSCR1_PA_5 (0x0020U << RI_HYSCR1_PA_Pos) /*!< 0x00000020 */ |
5454 | #define RI_HYSCR1_PA_5 (0x0020UL << RI_HYSCR1_PA_Pos) /*!< 0x00000020 */ |
5464 | #define RI_HYSCR1_PA_6 (0x0040U << RI_HYSCR1_PA_Pos) /*!< 0x00000040 */ |
5455 | #define RI_HYSCR1_PA_6 (0x0040UL << RI_HYSCR1_PA_Pos) /*!< 0x00000040 */ |
5465 | #define RI_HYSCR1_PA_7 (0x0080U << RI_HYSCR1_PA_Pos) /*!< 0x00000080 */ |
5456 | #define RI_HYSCR1_PA_7 (0x0080UL << RI_HYSCR1_PA_Pos) /*!< 0x00000080 */ |
5466 | #define RI_HYSCR1_PA_8 (0x0100U << RI_HYSCR1_PA_Pos) /*!< 0x00000100 */ |
5457 | #define RI_HYSCR1_PA_8 (0x0100UL << RI_HYSCR1_PA_Pos) /*!< 0x00000100 */ |
5467 | #define RI_HYSCR1_PA_9 (0x0200U << RI_HYSCR1_PA_Pos) /*!< 0x00000200 */ |
5458 | #define RI_HYSCR1_PA_9 (0x0200UL << RI_HYSCR1_PA_Pos) /*!< 0x00000200 */ |
5468 | #define RI_HYSCR1_PA_10 (0x0400U << RI_HYSCR1_PA_Pos) /*!< 0x00000400 */ |
5459 | #define RI_HYSCR1_PA_10 (0x0400UL << RI_HYSCR1_PA_Pos) /*!< 0x00000400 */ |
5469 | #define RI_HYSCR1_PA_11 (0x0800U << RI_HYSCR1_PA_Pos) /*!< 0x00000800 */ |
5460 | #define RI_HYSCR1_PA_11 (0x0800UL << RI_HYSCR1_PA_Pos) /*!< 0x00000800 */ |
5470 | #define RI_HYSCR1_PA_12 (0x1000U << RI_HYSCR1_PA_Pos) /*!< 0x00001000 */ |
5461 | #define RI_HYSCR1_PA_12 (0x1000UL << RI_HYSCR1_PA_Pos) /*!< 0x00001000 */ |
5471 | #define RI_HYSCR1_PA_13 (0x2000U << RI_HYSCR1_PA_Pos) /*!< 0x00002000 */ |
5462 | #define RI_HYSCR1_PA_13 (0x2000UL << RI_HYSCR1_PA_Pos) /*!< 0x00002000 */ |
5472 | #define RI_HYSCR1_PA_14 (0x4000U << RI_HYSCR1_PA_Pos) /*!< 0x00004000 */ |
5463 | #define RI_HYSCR1_PA_14 (0x4000UL << RI_HYSCR1_PA_Pos) /*!< 0x00004000 */ |
5473 | #define RI_HYSCR1_PA_15 (0x8000U << RI_HYSCR1_PA_Pos) /*!< 0x00008000 */ |
5464 | #define RI_HYSCR1_PA_15 (0x8000UL << RI_HYSCR1_PA_Pos) /*!< 0x00008000 */ |
5474 | 5465 | ||
5475 | #define RI_HYSCR1_PB_Pos (16U) |
5466 | #define RI_HYSCR1_PB_Pos (16U) |
5476 | #define RI_HYSCR1_PB_Msk (0xFFFFU << RI_HYSCR1_PB_Pos) /*!< 0xFFFF0000 */ |
5467 | #define RI_HYSCR1_PB_Msk (0xFFFFUL << RI_HYSCR1_PB_Pos) /*!< 0xFFFF0000 */ |
5477 | #define RI_HYSCR1_PB RI_HYSCR1_PB_Msk /*!< PB[15:0] Port B Hysteresis selection */ |
5468 | #define RI_HYSCR1_PB RI_HYSCR1_PB_Msk /*!< PB[15:0] Port B Hysteresis selection */ |
5478 | #define RI_HYSCR1_PB_0 (0x0001U << RI_HYSCR1_PB_Pos) /*!< 0x00010000 */ |
5469 | #define RI_HYSCR1_PB_0 (0x0001UL << RI_HYSCR1_PB_Pos) /*!< 0x00010000 */ |
5479 | #define RI_HYSCR1_PB_1 (0x0002U << RI_HYSCR1_PB_Pos) /*!< 0x00020000 */ |
5470 | #define RI_HYSCR1_PB_1 (0x0002UL << RI_HYSCR1_PB_Pos) /*!< 0x00020000 */ |
5480 | #define RI_HYSCR1_PB_2 (0x0004U << RI_HYSCR1_PB_Pos) /*!< 0x00040000 */ |
5471 | #define RI_HYSCR1_PB_2 (0x0004UL << RI_HYSCR1_PB_Pos) /*!< 0x00040000 */ |
5481 | #define RI_HYSCR1_PB_3 (0x0008U << RI_HYSCR1_PB_Pos) /*!< 0x00080000 */ |
5472 | #define RI_HYSCR1_PB_3 (0x0008UL << RI_HYSCR1_PB_Pos) /*!< 0x00080000 */ |
5482 | #define RI_HYSCR1_PB_4 (0x0010U << RI_HYSCR1_PB_Pos) /*!< 0x00100000 */ |
5473 | #define RI_HYSCR1_PB_4 (0x0010UL << RI_HYSCR1_PB_Pos) /*!< 0x00100000 */ |
5483 | #define RI_HYSCR1_PB_5 (0x0020U << RI_HYSCR1_PB_Pos) /*!< 0x00200000 */ |
5474 | #define RI_HYSCR1_PB_5 (0x0020UL << RI_HYSCR1_PB_Pos) /*!< 0x00200000 */ |
5484 | #define RI_HYSCR1_PB_6 (0x0040U << RI_HYSCR1_PB_Pos) /*!< 0x00400000 */ |
5475 | #define RI_HYSCR1_PB_6 (0x0040UL << RI_HYSCR1_PB_Pos) /*!< 0x00400000 */ |
5485 | #define RI_HYSCR1_PB_7 (0x0080U << RI_HYSCR1_PB_Pos) /*!< 0x00800000 */ |
5476 | #define RI_HYSCR1_PB_7 (0x0080UL << RI_HYSCR1_PB_Pos) /*!< 0x00800000 */ |
5486 | #define RI_HYSCR1_PB_8 (0x0100U << RI_HYSCR1_PB_Pos) /*!< 0x01000000 */ |
5477 | #define RI_HYSCR1_PB_8 (0x0100UL << RI_HYSCR1_PB_Pos) /*!< 0x01000000 */ |
5487 | #define RI_HYSCR1_PB_9 (0x0200U << RI_HYSCR1_PB_Pos) /*!< 0x02000000 */ |
5478 | #define RI_HYSCR1_PB_9 (0x0200UL << RI_HYSCR1_PB_Pos) /*!< 0x02000000 */ |
5488 | #define RI_HYSCR1_PB_10 (0x0400U << RI_HYSCR1_PB_Pos) /*!< 0x04000000 */ |
5479 | #define RI_HYSCR1_PB_10 (0x0400UL << RI_HYSCR1_PB_Pos) /*!< 0x04000000 */ |
5489 | #define RI_HYSCR1_PB_11 (0x0800U << RI_HYSCR1_PB_Pos) /*!< 0x08000000 */ |
5480 | #define RI_HYSCR1_PB_11 (0x0800UL << RI_HYSCR1_PB_Pos) /*!< 0x08000000 */ |
5490 | #define RI_HYSCR1_PB_12 (0x1000U << RI_HYSCR1_PB_Pos) /*!< 0x10000000 */ |
5481 | #define RI_HYSCR1_PB_12 (0x1000UL << RI_HYSCR1_PB_Pos) /*!< 0x10000000 */ |
5491 | #define RI_HYSCR1_PB_13 (0x2000U << RI_HYSCR1_PB_Pos) /*!< 0x20000000 */ |
5482 | #define RI_HYSCR1_PB_13 (0x2000UL << RI_HYSCR1_PB_Pos) /*!< 0x20000000 */ |
5492 | #define RI_HYSCR1_PB_14 (0x4000U << RI_HYSCR1_PB_Pos) /*!< 0x40000000 */ |
5483 | #define RI_HYSCR1_PB_14 (0x4000UL << RI_HYSCR1_PB_Pos) /*!< 0x40000000 */ |
5493 | #define RI_HYSCR1_PB_15 (0x8000U << RI_HYSCR1_PB_Pos) /*!< 0x80000000 */ |
5484 | #define RI_HYSCR1_PB_15 (0x8000UL << RI_HYSCR1_PB_Pos) /*!< 0x80000000 */ |
5494 | 5485 | ||
5495 | /******************** Bit definition for RI_HYSCR2 register ********************/ |
5486 | /******************** Bit definition for RI_HYSCR2 register ********************/ |
5496 | #define RI_HYSCR2_PC_Pos (0U) |
5487 | #define RI_HYSCR2_PC_Pos (0U) |
5497 | #define RI_HYSCR2_PC_Msk (0xFFFFU << RI_HYSCR2_PC_Pos) /*!< 0x0000FFFF */ |
5488 | #define RI_HYSCR2_PC_Msk (0xFFFFUL << RI_HYSCR2_PC_Pos) /*!< 0x0000FFFF */ |
5498 | #define RI_HYSCR2_PC RI_HYSCR2_PC_Msk /*!< PC[15:0] Port C Hysteresis selection */ |
5489 | #define RI_HYSCR2_PC RI_HYSCR2_PC_Msk /*!< PC[15:0] Port C Hysteresis selection */ |
5499 | #define RI_HYSCR2_PC_0 (0x0001U << RI_HYSCR2_PC_Pos) /*!< 0x00000001 */ |
5490 | #define RI_HYSCR2_PC_0 (0x0001UL << RI_HYSCR2_PC_Pos) /*!< 0x00000001 */ |
5500 | #define RI_HYSCR2_PC_1 (0x0002U << RI_HYSCR2_PC_Pos) /*!< 0x00000002 */ |
5491 | #define RI_HYSCR2_PC_1 (0x0002UL << RI_HYSCR2_PC_Pos) /*!< 0x00000002 */ |
5501 | #define RI_HYSCR2_PC_2 (0x0004U << RI_HYSCR2_PC_Pos) /*!< 0x00000004 */ |
5492 | #define RI_HYSCR2_PC_2 (0x0004UL << RI_HYSCR2_PC_Pos) /*!< 0x00000004 */ |
5502 | #define RI_HYSCR2_PC_3 (0x0008U << RI_HYSCR2_PC_Pos) /*!< 0x00000008 */ |
5493 | #define RI_HYSCR2_PC_3 (0x0008UL << RI_HYSCR2_PC_Pos) /*!< 0x00000008 */ |
5503 | #define RI_HYSCR2_PC_4 (0x0010U << RI_HYSCR2_PC_Pos) /*!< 0x00000010 */ |
5494 | #define RI_HYSCR2_PC_4 (0x0010UL << RI_HYSCR2_PC_Pos) /*!< 0x00000010 */ |
5504 | #define RI_HYSCR2_PC_5 (0x0020U << RI_HYSCR2_PC_Pos) /*!< 0x00000020 */ |
5495 | #define RI_HYSCR2_PC_5 (0x0020UL << RI_HYSCR2_PC_Pos) /*!< 0x00000020 */ |
5505 | #define RI_HYSCR2_PC_6 (0x0040U << RI_HYSCR2_PC_Pos) /*!< 0x00000040 */ |
5496 | #define RI_HYSCR2_PC_6 (0x0040UL << RI_HYSCR2_PC_Pos) /*!< 0x00000040 */ |
5506 | #define RI_HYSCR2_PC_7 (0x0080U << RI_HYSCR2_PC_Pos) /*!< 0x00000080 */ |
5497 | #define RI_HYSCR2_PC_7 (0x0080UL << RI_HYSCR2_PC_Pos) /*!< 0x00000080 */ |
5507 | #define RI_HYSCR2_PC_8 (0x0100U << RI_HYSCR2_PC_Pos) /*!< 0x00000100 */ |
5498 | #define RI_HYSCR2_PC_8 (0x0100UL << RI_HYSCR2_PC_Pos) /*!< 0x00000100 */ |
5508 | #define RI_HYSCR2_PC_9 (0x0200U << RI_HYSCR2_PC_Pos) /*!< 0x00000200 */ |
5499 | #define RI_HYSCR2_PC_9 (0x0200UL << RI_HYSCR2_PC_Pos) /*!< 0x00000200 */ |
5509 | #define RI_HYSCR2_PC_10 (0x0400U << RI_HYSCR2_PC_Pos) /*!< 0x00000400 */ |
5500 | #define RI_HYSCR2_PC_10 (0x0400UL << RI_HYSCR2_PC_Pos) /*!< 0x00000400 */ |
5510 | #define RI_HYSCR2_PC_11 (0x0800U << RI_HYSCR2_PC_Pos) /*!< 0x00000800 */ |
5501 | #define RI_HYSCR2_PC_11 (0x0800UL << RI_HYSCR2_PC_Pos) /*!< 0x00000800 */ |
5511 | #define RI_HYSCR2_PC_12 (0x1000U << RI_HYSCR2_PC_Pos) /*!< 0x00001000 */ |
5502 | #define RI_HYSCR2_PC_12 (0x1000UL << RI_HYSCR2_PC_Pos) /*!< 0x00001000 */ |
5512 | #define RI_HYSCR2_PC_13 (0x2000U << RI_HYSCR2_PC_Pos) /*!< 0x00002000 */ |
5503 | #define RI_HYSCR2_PC_13 (0x2000UL << RI_HYSCR2_PC_Pos) /*!< 0x00002000 */ |
5513 | #define RI_HYSCR2_PC_14 (0x4000U << RI_HYSCR2_PC_Pos) /*!< 0x00004000 */ |
5504 | #define RI_HYSCR2_PC_14 (0x4000UL << RI_HYSCR2_PC_Pos) /*!< 0x00004000 */ |
5514 | #define RI_HYSCR2_PC_15 (0x8000U << RI_HYSCR2_PC_Pos) /*!< 0x00008000 */ |
5505 | #define RI_HYSCR2_PC_15 (0x8000UL << RI_HYSCR2_PC_Pos) /*!< 0x00008000 */ |
5515 | 5506 | ||
5516 | #define RI_HYSCR2_PD_Pos (16U) |
5507 | #define RI_HYSCR2_PD_Pos (16U) |
5517 | #define RI_HYSCR2_PD_Msk (0xFFFFU << RI_HYSCR2_PD_Pos) /*!< 0xFFFF0000 */ |
5508 | #define RI_HYSCR2_PD_Msk (0xFFFFUL << RI_HYSCR2_PD_Pos) /*!< 0xFFFF0000 */ |
5518 | #define RI_HYSCR2_PD RI_HYSCR2_PD_Msk /*!< PD[15:0] Port D Hysteresis selection */ |
5509 | #define RI_HYSCR2_PD RI_HYSCR2_PD_Msk /*!< PD[15:0] Port D Hysteresis selection */ |
5519 | #define RI_HYSCR2_PD_0 (0x0001U << RI_HYSCR2_PD_Pos) /*!< 0x00010000 */ |
5510 | #define RI_HYSCR2_PD_0 (0x0001UL << RI_HYSCR2_PD_Pos) /*!< 0x00010000 */ |
5520 | #define RI_HYSCR2_PD_1 (0x0002U << RI_HYSCR2_PD_Pos) /*!< 0x00020000 */ |
5511 | #define RI_HYSCR2_PD_1 (0x0002UL << RI_HYSCR2_PD_Pos) /*!< 0x00020000 */ |
5521 | #define RI_HYSCR2_PD_2 (0x0004U << RI_HYSCR2_PD_Pos) /*!< 0x00040000 */ |
5512 | #define RI_HYSCR2_PD_2 (0x0004UL << RI_HYSCR2_PD_Pos) /*!< 0x00040000 */ |
5522 | #define RI_HYSCR2_PD_3 (0x0008U << RI_HYSCR2_PD_Pos) /*!< 0x00080000 */ |
5513 | #define RI_HYSCR2_PD_3 (0x0008UL << RI_HYSCR2_PD_Pos) /*!< 0x00080000 */ |
5523 | #define RI_HYSCR2_PD_4 (0x0010U << RI_HYSCR2_PD_Pos) /*!< 0x00100000 */ |
5514 | #define RI_HYSCR2_PD_4 (0x0010UL << RI_HYSCR2_PD_Pos) /*!< 0x00100000 */ |
5524 | #define RI_HYSCR2_PD_5 (0x0020U << RI_HYSCR2_PD_Pos) /*!< 0x00200000 */ |
5515 | #define RI_HYSCR2_PD_5 (0x0020UL << RI_HYSCR2_PD_Pos) /*!< 0x00200000 */ |
5525 | #define RI_HYSCR2_PD_6 (0x0040U << RI_HYSCR2_PD_Pos) /*!< 0x00400000 */ |
5516 | #define RI_HYSCR2_PD_6 (0x0040UL << RI_HYSCR2_PD_Pos) /*!< 0x00400000 */ |
5526 | #define RI_HYSCR2_PD_7 (0x0080U << RI_HYSCR2_PD_Pos) /*!< 0x00800000 */ |
5517 | #define RI_HYSCR2_PD_7 (0x0080UL << RI_HYSCR2_PD_Pos) /*!< 0x00800000 */ |
5527 | #define RI_HYSCR2_PD_8 (0x0100U << RI_HYSCR2_PD_Pos) /*!< 0x01000000 */ |
5518 | #define RI_HYSCR2_PD_8 (0x0100UL << RI_HYSCR2_PD_Pos) /*!< 0x01000000 */ |
5528 | #define RI_HYSCR2_PD_9 (0x0200U << RI_HYSCR2_PD_Pos) /*!< 0x02000000 */ |
5519 | #define RI_HYSCR2_PD_9 (0x0200UL << RI_HYSCR2_PD_Pos) /*!< 0x02000000 */ |
5529 | #define RI_HYSCR2_PD_10 (0x0400U << RI_HYSCR2_PD_Pos) /*!< 0x04000000 */ |
5520 | #define RI_HYSCR2_PD_10 (0x0400UL << RI_HYSCR2_PD_Pos) /*!< 0x04000000 */ |
5530 | #define RI_HYSCR2_PD_11 (0x0800U << RI_HYSCR2_PD_Pos) /*!< 0x08000000 */ |
5521 | #define RI_HYSCR2_PD_11 (0x0800UL << RI_HYSCR2_PD_Pos) /*!< 0x08000000 */ |
5531 | #define RI_HYSCR2_PD_12 (0x1000U << RI_HYSCR2_PD_Pos) /*!< 0x10000000 */ |
5522 | #define RI_HYSCR2_PD_12 (0x1000UL << RI_HYSCR2_PD_Pos) /*!< 0x10000000 */ |
5532 | #define RI_HYSCR2_PD_13 (0x2000U << RI_HYSCR2_PD_Pos) /*!< 0x20000000 */ |
5523 | #define RI_HYSCR2_PD_13 (0x2000UL << RI_HYSCR2_PD_Pos) /*!< 0x20000000 */ |
5533 | #define RI_HYSCR2_PD_14 (0x4000U << RI_HYSCR2_PD_Pos) /*!< 0x40000000 */ |
5524 | #define RI_HYSCR2_PD_14 (0x4000UL << RI_HYSCR2_PD_Pos) /*!< 0x40000000 */ |
5534 | #define RI_HYSCR2_PD_15 (0x8000U << RI_HYSCR2_PD_Pos) /*!< 0x80000000 */ |
5525 | #define RI_HYSCR2_PD_15 (0x8000UL << RI_HYSCR2_PD_Pos) /*!< 0x80000000 */ |
5535 | 5526 | ||
5536 | /******************** Bit definition for RI_HYSCR3 register ********************/ |
5527 | /******************** Bit definition for RI_HYSCR3 register ********************/ |
5537 | #define RI_HYSCR3_PE_Pos (0U) |
5528 | #define RI_HYSCR3_PE_Pos (0U) |
5538 | #define RI_HYSCR3_PE_Msk (0xFFFFU << RI_HYSCR3_PE_Pos) /*!< 0x0000FFFF */ |
5529 | #define RI_HYSCR3_PE_Msk (0xFFFFUL << RI_HYSCR3_PE_Pos) /*!< 0x0000FFFF */ |
5539 | #define RI_HYSCR3_PE RI_HYSCR3_PE_Msk /*!< PE[15:0] Port E Hysteresis selection */ |
5530 | #define RI_HYSCR3_PE RI_HYSCR3_PE_Msk /*!< PE[15:0] Port E Hysteresis selection */ |
5540 | #define RI_HYSCR3_PE_0 (0x0001U << RI_HYSCR3_PE_Pos) /*!< 0x00000001 */ |
5531 | #define RI_HYSCR3_PE_0 (0x0001UL << RI_HYSCR3_PE_Pos) /*!< 0x00000001 */ |
5541 | #define RI_HYSCR3_PE_1 (0x0002U << RI_HYSCR3_PE_Pos) /*!< 0x00000002 */ |
5532 | #define RI_HYSCR3_PE_1 (0x0002UL << RI_HYSCR3_PE_Pos) /*!< 0x00000002 */ |
5542 | #define RI_HYSCR3_PE_2 (0x0004U << RI_HYSCR3_PE_Pos) /*!< 0x00000004 */ |
5533 | #define RI_HYSCR3_PE_2 (0x0004UL << RI_HYSCR3_PE_Pos) /*!< 0x00000004 */ |
5543 | #define RI_HYSCR3_PE_3 (0x0008U << RI_HYSCR3_PE_Pos) /*!< 0x00000008 */ |
5534 | #define RI_HYSCR3_PE_3 (0x0008UL << RI_HYSCR3_PE_Pos) /*!< 0x00000008 */ |
5544 | #define RI_HYSCR3_PE_4 (0x0010U << RI_HYSCR3_PE_Pos) /*!< 0x00000010 */ |
5535 | #define RI_HYSCR3_PE_4 (0x0010UL << RI_HYSCR3_PE_Pos) /*!< 0x00000010 */ |
5545 | #define RI_HYSCR3_PE_5 (0x0020U << RI_HYSCR3_PE_Pos) /*!< 0x00000020 */ |
5536 | #define RI_HYSCR3_PE_5 (0x0020UL << RI_HYSCR3_PE_Pos) /*!< 0x00000020 */ |
5546 | #define RI_HYSCR3_PE_6 (0x0040U << RI_HYSCR3_PE_Pos) /*!< 0x00000040 */ |
5537 | #define RI_HYSCR3_PE_6 (0x0040UL << RI_HYSCR3_PE_Pos) /*!< 0x00000040 */ |
5547 | #define RI_HYSCR3_PE_7 (0x0080U << RI_HYSCR3_PE_Pos) /*!< 0x00000080 */ |
5538 | #define RI_HYSCR3_PE_7 (0x0080UL << RI_HYSCR3_PE_Pos) /*!< 0x00000080 */ |
5548 | #define RI_HYSCR3_PE_8 (0x0100U << RI_HYSCR3_PE_Pos) /*!< 0x00000100 */ |
5539 | #define RI_HYSCR3_PE_8 (0x0100UL << RI_HYSCR3_PE_Pos) /*!< 0x00000100 */ |
5549 | #define RI_HYSCR3_PE_9 (0x0200U << RI_HYSCR3_PE_Pos) /*!< 0x00000200 */ |
5540 | #define RI_HYSCR3_PE_9 (0x0200UL << RI_HYSCR3_PE_Pos) /*!< 0x00000200 */ |
5550 | #define RI_HYSCR3_PE_10 (0x0400U << RI_HYSCR3_PE_Pos) /*!< 0x00000400 */ |
5541 | #define RI_HYSCR3_PE_10 (0x0400UL << RI_HYSCR3_PE_Pos) /*!< 0x00000400 */ |
5551 | #define RI_HYSCR3_PE_11 (0x0800U << RI_HYSCR3_PE_Pos) /*!< 0x00000800 */ |
5542 | #define RI_HYSCR3_PE_11 (0x0800UL << RI_HYSCR3_PE_Pos) /*!< 0x00000800 */ |
5552 | #define RI_HYSCR3_PE_12 (0x1000U << RI_HYSCR3_PE_Pos) /*!< 0x00001000 */ |
5543 | #define RI_HYSCR3_PE_12 (0x1000UL << RI_HYSCR3_PE_Pos) /*!< 0x00001000 */ |
5553 | #define RI_HYSCR3_PE_13 (0x2000U << RI_HYSCR3_PE_Pos) /*!< 0x00002000 */ |
5544 | #define RI_HYSCR3_PE_13 (0x2000UL << RI_HYSCR3_PE_Pos) /*!< 0x00002000 */ |
5554 | #define RI_HYSCR3_PE_14 (0x4000U << RI_HYSCR3_PE_Pos) /*!< 0x00004000 */ |
5545 | #define RI_HYSCR3_PE_14 (0x4000UL << RI_HYSCR3_PE_Pos) /*!< 0x00004000 */ |
5555 | #define RI_HYSCR3_PE_15 (0x8000U << RI_HYSCR3_PE_Pos) /*!< 0x00008000 */ |
5546 | #define RI_HYSCR3_PE_15 (0x8000UL << RI_HYSCR3_PE_Pos) /*!< 0x00008000 */ |
5556 | 5547 | ||
5557 | /******************************************************************************/ |
5548 | /******************************************************************************/ |
5558 | /* */ |
5549 | /* */ |
5559 | /* Timers (TIM) */ |
5550 | /* Timers (TIM) */ |
5560 | /* */ |
5551 | /* */ |
5561 | /******************************************************************************/ |
5552 | /******************************************************************************/ |
5562 | 5553 | ||
5563 | /******************* Bit definition for TIM_CR1 register ********************/ |
5554 | /******************* Bit definition for TIM_CR1 register ********************/ |
5564 | #define TIM_CR1_CEN_Pos (0U) |
5555 | #define TIM_CR1_CEN_Pos (0U) |
5565 | #define TIM_CR1_CEN_Msk (0x1U << TIM_CR1_CEN_Pos) /*!< 0x00000001 */ |
5556 | #define TIM_CR1_CEN_Msk (0x1UL << TIM_CR1_CEN_Pos) /*!< 0x00000001 */ |
5566 | #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ |
5557 | #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ |
5567 | #define TIM_CR1_UDIS_Pos (1U) |
5558 | #define TIM_CR1_UDIS_Pos (1U) |
5568 | #define TIM_CR1_UDIS_Msk (0x1U << TIM_CR1_UDIS_Pos) /*!< 0x00000002 */ |
5559 | #define TIM_CR1_UDIS_Msk (0x1UL << TIM_CR1_UDIS_Pos) /*!< 0x00000002 */ |
5569 | #define TIM_CR1_UDIS TIM_CR1_UDIS_Msk /*!<Update disable */ |
5560 | #define TIM_CR1_UDIS TIM_CR1_UDIS_Msk /*!<Update disable */ |
5570 | #define TIM_CR1_URS_Pos (2U) |
5561 | #define TIM_CR1_URS_Pos (2U) |
5571 | #define TIM_CR1_URS_Msk (0x1U << TIM_CR1_URS_Pos) /*!< 0x00000004 */ |
5562 | #define TIM_CR1_URS_Msk (0x1UL << TIM_CR1_URS_Pos) /*!< 0x00000004 */ |
5572 | #define TIM_CR1_URS TIM_CR1_URS_Msk /*!<Update request source */ |
5563 | #define TIM_CR1_URS TIM_CR1_URS_Msk /*!<Update request source */ |
5573 | #define TIM_CR1_OPM_Pos (3U) |
5564 | #define TIM_CR1_OPM_Pos (3U) |
5574 | #define TIM_CR1_OPM_Msk (0x1U << TIM_CR1_OPM_Pos) /*!< 0x00000008 */ |
5565 | #define TIM_CR1_OPM_Msk (0x1UL << TIM_CR1_OPM_Pos) /*!< 0x00000008 */ |
5575 | #define TIM_CR1_OPM TIM_CR1_OPM_Msk /*!<One pulse mode */ |
5566 | #define TIM_CR1_OPM TIM_CR1_OPM_Msk /*!<One pulse mode */ |
5576 | #define TIM_CR1_DIR_Pos (4U) |
5567 | #define TIM_CR1_DIR_Pos (4U) |
5577 | #define TIM_CR1_DIR_Msk (0x1U << TIM_CR1_DIR_Pos) /*!< 0x00000010 */ |
5568 | #define TIM_CR1_DIR_Msk (0x1UL << TIM_CR1_DIR_Pos) /*!< 0x00000010 */ |
5578 | #define TIM_CR1_DIR TIM_CR1_DIR_Msk /*!<Direction */ |
5569 | #define TIM_CR1_DIR TIM_CR1_DIR_Msk /*!<Direction */ |
5579 | 5570 | ||
5580 | #define TIM_CR1_CMS_Pos (5U) |
5571 | #define TIM_CR1_CMS_Pos (5U) |
5581 | #define TIM_CR1_CMS_Msk (0x3U << TIM_CR1_CMS_Pos) /*!< 0x00000060 */ |
5572 | #define TIM_CR1_CMS_Msk (0x3UL << TIM_CR1_CMS_Pos) /*!< 0x00000060 */ |
5582 | #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (Center-aligned mode selection) */ |
5573 | #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (Center-aligned mode selection) */ |
5583 | #define TIM_CR1_CMS_0 (0x1U << TIM_CR1_CMS_Pos) /*!< 0x00000020 */ |
5574 | #define TIM_CR1_CMS_0 (0x1UL << TIM_CR1_CMS_Pos) /*!< 0x00000020 */ |
5584 | #define TIM_CR1_CMS_1 (0x2U << TIM_CR1_CMS_Pos) /*!< 0x00000040 */ |
5575 | #define TIM_CR1_CMS_1 (0x2UL << TIM_CR1_CMS_Pos) /*!< 0x00000040 */ |
5585 | 5576 | ||
5586 | #define TIM_CR1_ARPE_Pos (7U) |
5577 | #define TIM_CR1_ARPE_Pos (7U) |
5587 | #define TIM_CR1_ARPE_Msk (0x1U << TIM_CR1_ARPE_Pos) /*!< 0x00000080 */ |
5578 | #define TIM_CR1_ARPE_Msk (0x1UL << TIM_CR1_ARPE_Pos) /*!< 0x00000080 */ |
5588 | #define TIM_CR1_ARPE TIM_CR1_ARPE_Msk /*!<Auto-reload preload enable */ |
5579 | #define TIM_CR1_ARPE TIM_CR1_ARPE_Msk /*!<Auto-reload preload enable */ |
5589 | 5580 | ||
5590 | #define TIM_CR1_CKD_Pos (8U) |
5581 | #define TIM_CR1_CKD_Pos (8U) |
5591 | #define TIM_CR1_CKD_Msk (0x3U << TIM_CR1_CKD_Pos) /*!< 0x00000300 */ |
5582 | #define TIM_CR1_CKD_Msk (0x3UL << TIM_CR1_CKD_Pos) /*!< 0x00000300 */ |
5592 | #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (clock division) */ |
5583 | #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (clock division) */ |
5593 | #define TIM_CR1_CKD_0 (0x1U << TIM_CR1_CKD_Pos) /*!< 0x00000100 */ |
5584 | #define TIM_CR1_CKD_0 (0x1UL << TIM_CR1_CKD_Pos) /*!< 0x00000100 */ |
5594 | #define TIM_CR1_CKD_1 (0x2U << TIM_CR1_CKD_Pos) /*!< 0x00000200 */ |
5585 | #define TIM_CR1_CKD_1 (0x2UL << TIM_CR1_CKD_Pos) /*!< 0x00000200 */ |
5595 | 5586 | ||
5596 | /******************* Bit definition for TIM_CR2 register ********************/ |
5587 | /******************* Bit definition for TIM_CR2 register ********************/ |
5597 | #define TIM_CR2_CCDS_Pos (3U) |
5588 | #define TIM_CR2_CCDS_Pos (3U) |
5598 | #define TIM_CR2_CCDS_Msk (0x1U << TIM_CR2_CCDS_Pos) /*!< 0x00000008 */ |
5589 | #define TIM_CR2_CCDS_Msk (0x1UL << TIM_CR2_CCDS_Pos) /*!< 0x00000008 */ |
5599 | #define TIM_CR2_CCDS TIM_CR2_CCDS_Msk /*!<Capture/Compare DMA Selection */ |
5590 | #define TIM_CR2_CCDS TIM_CR2_CCDS_Msk /*!<Capture/Compare DMA Selection */ |
5600 | 5591 | ||
5601 | #define TIM_CR2_MMS_Pos (4U) |
5592 | #define TIM_CR2_MMS_Pos (4U) |
5602 | #define TIM_CR2_MMS_Msk (0x7U << TIM_CR2_MMS_Pos) /*!< 0x00000070 */ |
5593 | #define TIM_CR2_MMS_Msk (0x7UL << TIM_CR2_MMS_Pos) /*!< 0x00000070 */ |
5603 | #define TIM_CR2_MMS TIM_CR2_MMS_Msk /*!<MMS[2:0] bits (Master Mode Selection) */ |
5594 | #define TIM_CR2_MMS TIM_CR2_MMS_Msk /*!<MMS[2:0] bits (Master Mode Selection) */ |
5604 | #define TIM_CR2_MMS_0 (0x1U << TIM_CR2_MMS_Pos) /*!< 0x00000010 */ |
5595 | #define TIM_CR2_MMS_0 (0x1UL << TIM_CR2_MMS_Pos) /*!< 0x00000010 */ |
5605 | #define TIM_CR2_MMS_1 (0x2U << TIM_CR2_MMS_Pos) /*!< 0x00000020 */ |
5596 | #define TIM_CR2_MMS_1 (0x2UL << TIM_CR2_MMS_Pos) /*!< 0x00000020 */ |
5606 | #define TIM_CR2_MMS_2 (0x4U << TIM_CR2_MMS_Pos) /*!< 0x00000040 */ |
5597 | #define TIM_CR2_MMS_2 (0x4UL << TIM_CR2_MMS_Pos) /*!< 0x00000040 */ |
5607 | 5598 | ||
5608 | #define TIM_CR2_TI1S_Pos (7U) |
5599 | #define TIM_CR2_TI1S_Pos (7U) |
5609 | #define TIM_CR2_TI1S_Msk (0x1U << TIM_CR2_TI1S_Pos) /*!< 0x00000080 */ |
5600 | #define TIM_CR2_TI1S_Msk (0x1UL << TIM_CR2_TI1S_Pos) /*!< 0x00000080 */ |
5610 | #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ |
5601 | #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ |
5611 | 5602 | ||
5612 | /******************* Bit definition for TIM_SMCR register *******************/ |
5603 | /******************* Bit definition for TIM_SMCR register *******************/ |
5613 | #define TIM_SMCR_SMS_Pos (0U) |
5604 | #define TIM_SMCR_SMS_Pos (0U) |
5614 | #define TIM_SMCR_SMS_Msk (0x7U << TIM_SMCR_SMS_Pos) /*!< 0x00000007 */ |
5605 | #define TIM_SMCR_SMS_Msk (0x7UL << TIM_SMCR_SMS_Pos) /*!< 0x00000007 */ |
5615 | #define TIM_SMCR_SMS TIM_SMCR_SMS_Msk /*!<SMS[2:0] bits (Slave mode selection) */ |
5606 | #define TIM_SMCR_SMS TIM_SMCR_SMS_Msk /*!<SMS[2:0] bits (Slave mode selection) */ |
5616 | #define TIM_SMCR_SMS_0 (0x1U << TIM_SMCR_SMS_Pos) /*!< 0x00000001 */ |
5607 | #define TIM_SMCR_SMS_0 (0x1UL << TIM_SMCR_SMS_Pos) /*!< 0x00000001 */ |
5617 | #define TIM_SMCR_SMS_1 (0x2U << TIM_SMCR_SMS_Pos) /*!< 0x00000002 */ |
5608 | #define TIM_SMCR_SMS_1 (0x2UL << TIM_SMCR_SMS_Pos) /*!< 0x00000002 */ |
5618 | #define TIM_SMCR_SMS_2 (0x4U << TIM_SMCR_SMS_Pos) /*!< 0x00000004 */ |
5609 | #define TIM_SMCR_SMS_2 (0x4UL << TIM_SMCR_SMS_Pos) /*!< 0x00000004 */ |
5619 | 5610 | ||
5620 | #define TIM_SMCR_OCCS_Pos (3U) |
5611 | #define TIM_SMCR_OCCS_Pos (3U) |
5621 | #define TIM_SMCR_OCCS_Msk (0x1U << TIM_SMCR_OCCS_Pos) /*!< 0x00000008 */ |
5612 | #define TIM_SMCR_OCCS_Msk (0x1UL << TIM_SMCR_OCCS_Pos) /*!< 0x00000008 */ |
5622 | #define TIM_SMCR_OCCS TIM_SMCR_OCCS_Msk /*!< OCREF clear selection */ |
5613 | #define TIM_SMCR_OCCS TIM_SMCR_OCCS_Msk /*!< OCREF clear selection */ |
5623 | 5614 | ||
5624 | #define TIM_SMCR_TS_Pos (4U) |
5615 | #define TIM_SMCR_TS_Pos (4U) |
5625 | #define TIM_SMCR_TS_Msk (0x7U << TIM_SMCR_TS_Pos) /*!< 0x00000070 */ |
5616 | #define TIM_SMCR_TS_Msk (0x7UL << TIM_SMCR_TS_Pos) /*!< 0x00000070 */ |
5626 | #define TIM_SMCR_TS TIM_SMCR_TS_Msk /*!<TS[2:0] bits (Trigger selection) */ |
5617 | #define TIM_SMCR_TS TIM_SMCR_TS_Msk /*!<TS[2:0] bits (Trigger selection) */ |
5627 | #define TIM_SMCR_TS_0 (0x1U << TIM_SMCR_TS_Pos) /*!< 0x00000010 */ |
5618 | #define TIM_SMCR_TS_0 (0x1UL << TIM_SMCR_TS_Pos) /*!< 0x00000010 */ |
5628 | #define TIM_SMCR_TS_1 (0x2U << TIM_SMCR_TS_Pos) /*!< 0x00000020 */ |
5619 | #define TIM_SMCR_TS_1 (0x2UL << TIM_SMCR_TS_Pos) /*!< 0x00000020 */ |
5629 | #define TIM_SMCR_TS_2 (0x4U << TIM_SMCR_TS_Pos) /*!< 0x00000040 */ |
5620 | #define TIM_SMCR_TS_2 (0x4UL << TIM_SMCR_TS_Pos) /*!< 0x00000040 */ |
5630 | 5621 | ||
5631 | #define TIM_SMCR_MSM_Pos (7U) |
5622 | #define TIM_SMCR_MSM_Pos (7U) |
5632 | #define TIM_SMCR_MSM_Msk (0x1U << TIM_SMCR_MSM_Pos) /*!< 0x00000080 */ |
5623 | #define TIM_SMCR_MSM_Msk (0x1UL << TIM_SMCR_MSM_Pos) /*!< 0x00000080 */ |
5633 | #define TIM_SMCR_MSM TIM_SMCR_MSM_Msk /*!<Master/slave mode */ |
5624 | #define TIM_SMCR_MSM TIM_SMCR_MSM_Msk /*!<Master/slave mode */ |
5634 | 5625 | ||
5635 | #define TIM_SMCR_ETF_Pos (8U) |
5626 | #define TIM_SMCR_ETF_Pos (8U) |
5636 | #define TIM_SMCR_ETF_Msk (0xFU << TIM_SMCR_ETF_Pos) /*!< 0x00000F00 */ |
5627 | #define TIM_SMCR_ETF_Msk (0xFUL << TIM_SMCR_ETF_Pos) /*!< 0x00000F00 */ |
5637 | #define TIM_SMCR_ETF TIM_SMCR_ETF_Msk /*!<ETF[3:0] bits (External trigger filter) */ |
5628 | #define TIM_SMCR_ETF TIM_SMCR_ETF_Msk /*!<ETF[3:0] bits (External trigger filter) */ |
5638 | #define TIM_SMCR_ETF_0 (0x1U << TIM_SMCR_ETF_Pos) /*!< 0x00000100 */ |
5629 | #define TIM_SMCR_ETF_0 (0x1UL << TIM_SMCR_ETF_Pos) /*!< 0x00000100 */ |
5639 | #define TIM_SMCR_ETF_1 (0x2U << TIM_SMCR_ETF_Pos) /*!< 0x00000200 */ |
5630 | #define TIM_SMCR_ETF_1 (0x2UL << TIM_SMCR_ETF_Pos) /*!< 0x00000200 */ |
5640 | #define TIM_SMCR_ETF_2 (0x4U << TIM_SMCR_ETF_Pos) /*!< 0x00000400 */ |
5631 | #define TIM_SMCR_ETF_2 (0x4UL << TIM_SMCR_ETF_Pos) /*!< 0x00000400 */ |
5641 | #define TIM_SMCR_ETF_3 (0x8U << TIM_SMCR_ETF_Pos) /*!< 0x00000800 */ |
5632 | #define TIM_SMCR_ETF_3 (0x8UL << TIM_SMCR_ETF_Pos) /*!< 0x00000800 */ |
5642 | 5633 | ||
5643 | #define TIM_SMCR_ETPS_Pos (12U) |
5634 | #define TIM_SMCR_ETPS_Pos (12U) |
5644 | #define TIM_SMCR_ETPS_Msk (0x3U << TIM_SMCR_ETPS_Pos) /*!< 0x00003000 */ |
5635 | #define TIM_SMCR_ETPS_Msk (0x3UL << TIM_SMCR_ETPS_Pos) /*!< 0x00003000 */ |
5645 | #define TIM_SMCR_ETPS TIM_SMCR_ETPS_Msk /*!<ETPS[1:0] bits (External trigger prescaler) */ |
5636 | #define TIM_SMCR_ETPS TIM_SMCR_ETPS_Msk /*!<ETPS[1:0] bits (External trigger prescaler) */ |
5646 | #define TIM_SMCR_ETPS_0 (0x1U << TIM_SMCR_ETPS_Pos) /*!< 0x00001000 */ |
5637 | #define TIM_SMCR_ETPS_0 (0x1UL << TIM_SMCR_ETPS_Pos) /*!< 0x00001000 */ |
5647 | #define TIM_SMCR_ETPS_1 (0x2U << TIM_SMCR_ETPS_Pos) /*!< 0x00002000 */ |
5638 | #define TIM_SMCR_ETPS_1 (0x2UL << TIM_SMCR_ETPS_Pos) /*!< 0x00002000 */ |
5648 | 5639 | ||
5649 | #define TIM_SMCR_ECE_Pos (14U) |
5640 | #define TIM_SMCR_ECE_Pos (14U) |
5650 | #define TIM_SMCR_ECE_Msk (0x1U << TIM_SMCR_ECE_Pos) /*!< 0x00004000 */ |
5641 | #define TIM_SMCR_ECE_Msk (0x1UL << TIM_SMCR_ECE_Pos) /*!< 0x00004000 */ |
5651 | #define TIM_SMCR_ECE TIM_SMCR_ECE_Msk /*!<External clock enable */ |
5642 | #define TIM_SMCR_ECE TIM_SMCR_ECE_Msk /*!<External clock enable */ |
5652 | #define TIM_SMCR_ETP_Pos (15U) |
5643 | #define TIM_SMCR_ETP_Pos (15U) |
5653 | #define TIM_SMCR_ETP_Msk (0x1U << TIM_SMCR_ETP_Pos) /*!< 0x00008000 */ |
5644 | #define TIM_SMCR_ETP_Msk (0x1UL << TIM_SMCR_ETP_Pos) /*!< 0x00008000 */ |
5654 | #define TIM_SMCR_ETP TIM_SMCR_ETP_Msk /*!<External trigger polarity */ |
5645 | #define TIM_SMCR_ETP TIM_SMCR_ETP_Msk /*!<External trigger polarity */ |
5655 | 5646 | ||
5656 | /******************* Bit definition for TIM_DIER register *******************/ |
5647 | /******************* Bit definition for TIM_DIER register *******************/ |
5657 | #define TIM_DIER_UIE_Pos (0U) |
5648 | #define TIM_DIER_UIE_Pos (0U) |
5658 | #define TIM_DIER_UIE_Msk (0x1U << TIM_DIER_UIE_Pos) /*!< 0x00000001 */ |
5649 | #define TIM_DIER_UIE_Msk (0x1UL << TIM_DIER_UIE_Pos) /*!< 0x00000001 */ |
5659 | #define TIM_DIER_UIE TIM_DIER_UIE_Msk /*!<Update interrupt enable */ |
5650 | #define TIM_DIER_UIE TIM_DIER_UIE_Msk /*!<Update interrupt enable */ |
5660 | #define TIM_DIER_CC1IE_Pos (1U) |
5651 | #define TIM_DIER_CC1IE_Pos (1U) |
5661 | #define TIM_DIER_CC1IE_Msk (0x1U << TIM_DIER_CC1IE_Pos) /*!< 0x00000002 */ |
5652 | #define TIM_DIER_CC1IE_Msk (0x1UL << TIM_DIER_CC1IE_Pos) /*!< 0x00000002 */ |
5662 | #define TIM_DIER_CC1IE TIM_DIER_CC1IE_Msk /*!<Capture/Compare 1 interrupt enable */ |
5653 | #define TIM_DIER_CC1IE TIM_DIER_CC1IE_Msk /*!<Capture/Compare 1 interrupt enable */ |
5663 | #define TIM_DIER_CC2IE_Pos (2U) |
5654 | #define TIM_DIER_CC2IE_Pos (2U) |
5664 | #define TIM_DIER_CC2IE_Msk (0x1U << TIM_DIER_CC2IE_Pos) /*!< 0x00000004 */ |
5655 | #define TIM_DIER_CC2IE_Msk (0x1UL << TIM_DIER_CC2IE_Pos) /*!< 0x00000004 */ |
5665 | #define TIM_DIER_CC2IE TIM_DIER_CC2IE_Msk /*!<Capture/Compare 2 interrupt enable */ |
5656 | #define TIM_DIER_CC2IE TIM_DIER_CC2IE_Msk /*!<Capture/Compare 2 interrupt enable */ |
5666 | #define TIM_DIER_CC3IE_Pos (3U) |
5657 | #define TIM_DIER_CC3IE_Pos (3U) |
5667 | #define TIM_DIER_CC3IE_Msk (0x1U << TIM_DIER_CC3IE_Pos) /*!< 0x00000008 */ |
5658 | #define TIM_DIER_CC3IE_Msk (0x1UL << TIM_DIER_CC3IE_Pos) /*!< 0x00000008 */ |
5668 | #define TIM_DIER_CC3IE TIM_DIER_CC3IE_Msk /*!<Capture/Compare 3 interrupt enable */ |
5659 | #define TIM_DIER_CC3IE TIM_DIER_CC3IE_Msk /*!<Capture/Compare 3 interrupt enable */ |
5669 | #define TIM_DIER_CC4IE_Pos (4U) |
5660 | #define TIM_DIER_CC4IE_Pos (4U) |
5670 | #define TIM_DIER_CC4IE_Msk (0x1U << TIM_DIER_CC4IE_Pos) /*!< 0x00000010 */ |
5661 | #define TIM_DIER_CC4IE_Msk (0x1UL << TIM_DIER_CC4IE_Pos) /*!< 0x00000010 */ |
5671 | #define TIM_DIER_CC4IE TIM_DIER_CC4IE_Msk /*!<Capture/Compare 4 interrupt enable */ |
5662 | #define TIM_DIER_CC4IE TIM_DIER_CC4IE_Msk /*!<Capture/Compare 4 interrupt enable */ |
5672 | #define TIM_DIER_TIE_Pos (6U) |
5663 | #define TIM_DIER_TIE_Pos (6U) |
5673 | #define TIM_DIER_TIE_Msk (0x1U << TIM_DIER_TIE_Pos) /*!< 0x00000040 */ |
5664 | #define TIM_DIER_TIE_Msk (0x1UL << TIM_DIER_TIE_Pos) /*!< 0x00000040 */ |
5674 | #define TIM_DIER_TIE TIM_DIER_TIE_Msk /*!<Trigger interrupt enable */ |
5665 | #define TIM_DIER_TIE TIM_DIER_TIE_Msk /*!<Trigger interrupt enable */ |
5675 | #define TIM_DIER_UDE_Pos (8U) |
5666 | #define TIM_DIER_UDE_Pos (8U) |
5676 | #define TIM_DIER_UDE_Msk (0x1U << TIM_DIER_UDE_Pos) /*!< 0x00000100 */ |
5667 | #define TIM_DIER_UDE_Msk (0x1UL << TIM_DIER_UDE_Pos) /*!< 0x00000100 */ |
5677 | #define TIM_DIER_UDE TIM_DIER_UDE_Msk /*!<Update DMA request enable */ |
5668 | #define TIM_DIER_UDE TIM_DIER_UDE_Msk /*!<Update DMA request enable */ |
5678 | #define TIM_DIER_CC1DE_Pos (9U) |
5669 | #define TIM_DIER_CC1DE_Pos (9U) |
5679 | #define TIM_DIER_CC1DE_Msk (0x1U << TIM_DIER_CC1DE_Pos) /*!< 0x00000200 */ |
5670 | #define TIM_DIER_CC1DE_Msk (0x1UL << TIM_DIER_CC1DE_Pos) /*!< 0x00000200 */ |
5680 | #define TIM_DIER_CC1DE TIM_DIER_CC1DE_Msk /*!<Capture/Compare 1 DMA request enable */ |
5671 | #define TIM_DIER_CC1DE TIM_DIER_CC1DE_Msk /*!<Capture/Compare 1 DMA request enable */ |
5681 | #define TIM_DIER_CC2DE_Pos (10U) |
5672 | #define TIM_DIER_CC2DE_Pos (10U) |
5682 | #define TIM_DIER_CC2DE_Msk (0x1U << TIM_DIER_CC2DE_Pos) /*!< 0x00000400 */ |
5673 | #define TIM_DIER_CC2DE_Msk (0x1UL << TIM_DIER_CC2DE_Pos) /*!< 0x00000400 */ |
5683 | #define TIM_DIER_CC2DE TIM_DIER_CC2DE_Msk /*!<Capture/Compare 2 DMA request enable */ |
5674 | #define TIM_DIER_CC2DE TIM_DIER_CC2DE_Msk /*!<Capture/Compare 2 DMA request enable */ |
5684 | #define TIM_DIER_CC3DE_Pos (11U) |
5675 | #define TIM_DIER_CC3DE_Pos (11U) |
5685 | #define TIM_DIER_CC3DE_Msk (0x1U << TIM_DIER_CC3DE_Pos) /*!< 0x00000800 */ |
5676 | #define TIM_DIER_CC3DE_Msk (0x1UL << TIM_DIER_CC3DE_Pos) /*!< 0x00000800 */ |
5686 | #define TIM_DIER_CC3DE TIM_DIER_CC3DE_Msk /*!<Capture/Compare 3 DMA request enable */ |
5677 | #define TIM_DIER_CC3DE TIM_DIER_CC3DE_Msk /*!<Capture/Compare 3 DMA request enable */ |
5687 | #define TIM_DIER_CC4DE_Pos (12U) |
5678 | #define TIM_DIER_CC4DE_Pos (12U) |
5688 | #define TIM_DIER_CC4DE_Msk (0x1U << TIM_DIER_CC4DE_Pos) /*!< 0x00001000 */ |
5679 | #define TIM_DIER_CC4DE_Msk (0x1UL << TIM_DIER_CC4DE_Pos) /*!< 0x00001000 */ |
5689 | #define TIM_DIER_CC4DE TIM_DIER_CC4DE_Msk /*!<Capture/Compare 4 DMA request enable */ |
5680 | #define TIM_DIER_CC4DE TIM_DIER_CC4DE_Msk /*!<Capture/Compare 4 DMA request enable */ |
5690 | #define TIM_DIER_COMDE ((uint16_t)0x2000U) /*!<COM DMA request enable */ |
5681 | #define TIM_DIER_COMDE ((uint16_t)0x2000U) /*!<COM DMA request enable */ |
5691 | #define TIM_DIER_TDE_Pos (14U) |
5682 | #define TIM_DIER_TDE_Pos (14U) |
5692 | #define TIM_DIER_TDE_Msk (0x1U << TIM_DIER_TDE_Pos) /*!< 0x00004000 */ |
5683 | #define TIM_DIER_TDE_Msk (0x1UL << TIM_DIER_TDE_Pos) /*!< 0x00004000 */ |
5693 | #define TIM_DIER_TDE TIM_DIER_TDE_Msk /*!<Trigger DMA request enable */ |
5684 | #define TIM_DIER_TDE TIM_DIER_TDE_Msk /*!<Trigger DMA request enable */ |
5694 | 5685 | ||
5695 | /******************** Bit definition for TIM_SR register ********************/ |
5686 | /******************** Bit definition for TIM_SR register ********************/ |
5696 | #define TIM_SR_UIF_Pos (0U) |
5687 | #define TIM_SR_UIF_Pos (0U) |
5697 | #define TIM_SR_UIF_Msk (0x1U << TIM_SR_UIF_Pos) /*!< 0x00000001 */ |
5688 | #define TIM_SR_UIF_Msk (0x1UL << TIM_SR_UIF_Pos) /*!< 0x00000001 */ |
5698 | #define TIM_SR_UIF TIM_SR_UIF_Msk /*!<Update interrupt Flag */ |
5689 | #define TIM_SR_UIF TIM_SR_UIF_Msk /*!<Update interrupt Flag */ |
5699 | #define TIM_SR_CC1IF_Pos (1U) |
5690 | #define TIM_SR_CC1IF_Pos (1U) |
5700 | #define TIM_SR_CC1IF_Msk (0x1U << TIM_SR_CC1IF_Pos) /*!< 0x00000002 */ |
5691 | #define TIM_SR_CC1IF_Msk (0x1UL << TIM_SR_CC1IF_Pos) /*!< 0x00000002 */ |
5701 | #define TIM_SR_CC1IF TIM_SR_CC1IF_Msk /*!<Capture/Compare 1 interrupt Flag */ |
5692 | #define TIM_SR_CC1IF TIM_SR_CC1IF_Msk /*!<Capture/Compare 1 interrupt Flag */ |
5702 | #define TIM_SR_CC2IF_Pos (2U) |
5693 | #define TIM_SR_CC2IF_Pos (2U) |
5703 | #define TIM_SR_CC2IF_Msk (0x1U << TIM_SR_CC2IF_Pos) /*!< 0x00000004 */ |
5694 | #define TIM_SR_CC2IF_Msk (0x1UL << TIM_SR_CC2IF_Pos) /*!< 0x00000004 */ |
5704 | #define TIM_SR_CC2IF TIM_SR_CC2IF_Msk /*!<Capture/Compare 2 interrupt Flag */ |
5695 | #define TIM_SR_CC2IF TIM_SR_CC2IF_Msk /*!<Capture/Compare 2 interrupt Flag */ |
5705 | #define TIM_SR_CC3IF_Pos (3U) |
5696 | #define TIM_SR_CC3IF_Pos (3U) |
5706 | #define TIM_SR_CC3IF_Msk (0x1U << TIM_SR_CC3IF_Pos) /*!< 0x00000008 */ |
5697 | #define TIM_SR_CC3IF_Msk (0x1UL << TIM_SR_CC3IF_Pos) /*!< 0x00000008 */ |
5707 | #define TIM_SR_CC3IF TIM_SR_CC3IF_Msk /*!<Capture/Compare 3 interrupt Flag */ |
5698 | #define TIM_SR_CC3IF TIM_SR_CC3IF_Msk /*!<Capture/Compare 3 interrupt Flag */ |
5708 | #define TIM_SR_CC4IF_Pos (4U) |
5699 | #define TIM_SR_CC4IF_Pos (4U) |
5709 | #define TIM_SR_CC4IF_Msk (0x1U << TIM_SR_CC4IF_Pos) /*!< 0x00000010 */ |
5700 | #define TIM_SR_CC4IF_Msk (0x1UL << TIM_SR_CC4IF_Pos) /*!< 0x00000010 */ |
5710 | #define TIM_SR_CC4IF TIM_SR_CC4IF_Msk /*!<Capture/Compare 4 interrupt Flag */ |
5701 | #define TIM_SR_CC4IF TIM_SR_CC4IF_Msk /*!<Capture/Compare 4 interrupt Flag */ |
5711 | #define TIM_SR_TIF_Pos (6U) |
5702 | #define TIM_SR_TIF_Pos (6U) |
5712 | #define TIM_SR_TIF_Msk (0x1U << TIM_SR_TIF_Pos) /*!< 0x00000040 */ |
5703 | #define TIM_SR_TIF_Msk (0x1UL << TIM_SR_TIF_Pos) /*!< 0x00000040 */ |
5713 | #define TIM_SR_TIF TIM_SR_TIF_Msk /*!<Trigger interrupt Flag */ |
5704 | #define TIM_SR_TIF TIM_SR_TIF_Msk /*!<Trigger interrupt Flag */ |
5714 | #define TIM_SR_CC1OF_Pos (9U) |
5705 | #define TIM_SR_CC1OF_Pos (9U) |
5715 | #define TIM_SR_CC1OF_Msk (0x1U << TIM_SR_CC1OF_Pos) /*!< 0x00000200 */ |
5706 | #define TIM_SR_CC1OF_Msk (0x1UL << TIM_SR_CC1OF_Pos) /*!< 0x00000200 */ |
5716 | #define TIM_SR_CC1OF TIM_SR_CC1OF_Msk /*!<Capture/Compare 1 Overcapture Flag */ |
5707 | #define TIM_SR_CC1OF TIM_SR_CC1OF_Msk /*!<Capture/Compare 1 Overcapture Flag */ |
5717 | #define TIM_SR_CC2OF_Pos (10U) |
5708 | #define TIM_SR_CC2OF_Pos (10U) |
5718 | #define TIM_SR_CC2OF_Msk (0x1U << TIM_SR_CC2OF_Pos) /*!< 0x00000400 */ |
5709 | #define TIM_SR_CC2OF_Msk (0x1UL << TIM_SR_CC2OF_Pos) /*!< 0x00000400 */ |
5719 | #define TIM_SR_CC2OF TIM_SR_CC2OF_Msk /*!<Capture/Compare 2 Overcapture Flag */ |
5710 | #define TIM_SR_CC2OF TIM_SR_CC2OF_Msk /*!<Capture/Compare 2 Overcapture Flag */ |
5720 | #define TIM_SR_CC3OF_Pos (11U) |
5711 | #define TIM_SR_CC3OF_Pos (11U) |
5721 | #define TIM_SR_CC3OF_Msk (0x1U << TIM_SR_CC3OF_Pos) /*!< 0x00000800 */ |
5712 | #define TIM_SR_CC3OF_Msk (0x1UL << TIM_SR_CC3OF_Pos) /*!< 0x00000800 */ |
5722 | #define TIM_SR_CC3OF TIM_SR_CC3OF_Msk /*!<Capture/Compare 3 Overcapture Flag */ |
5713 | #define TIM_SR_CC3OF TIM_SR_CC3OF_Msk /*!<Capture/Compare 3 Overcapture Flag */ |
5723 | #define TIM_SR_CC4OF_Pos (12U) |
5714 | #define TIM_SR_CC4OF_Pos (12U) |
5724 | #define TIM_SR_CC4OF_Msk (0x1U << TIM_SR_CC4OF_Pos) /*!< 0x00001000 */ |
5715 | #define TIM_SR_CC4OF_Msk (0x1UL << TIM_SR_CC4OF_Pos) /*!< 0x00001000 */ |
5725 | #define TIM_SR_CC4OF TIM_SR_CC4OF_Msk /*!<Capture/Compare 4 Overcapture Flag */ |
5716 | #define TIM_SR_CC4OF TIM_SR_CC4OF_Msk /*!<Capture/Compare 4 Overcapture Flag */ |
5726 | 5717 | ||
5727 | /******************* Bit definition for TIM_EGR register ********************/ |
5718 | /******************* Bit definition for TIM_EGR register ********************/ |
5728 | #define TIM_EGR_UG_Pos (0U) |
5719 | #define TIM_EGR_UG_Pos (0U) |
5729 | #define TIM_EGR_UG_Msk (0x1U << TIM_EGR_UG_Pos) /*!< 0x00000001 */ |
5720 | #define TIM_EGR_UG_Msk (0x1UL << TIM_EGR_UG_Pos) /*!< 0x00000001 */ |
5730 | #define TIM_EGR_UG TIM_EGR_UG_Msk /*!<Update Generation */ |
5721 | #define TIM_EGR_UG TIM_EGR_UG_Msk /*!<Update Generation */ |
5731 | #define TIM_EGR_CC1G_Pos (1U) |
5722 | #define TIM_EGR_CC1G_Pos (1U) |
5732 | #define TIM_EGR_CC1G_Msk (0x1U << TIM_EGR_CC1G_Pos) /*!< 0x00000002 */ |
5723 | #define TIM_EGR_CC1G_Msk (0x1UL << TIM_EGR_CC1G_Pos) /*!< 0x00000002 */ |
5733 | #define TIM_EGR_CC1G TIM_EGR_CC1G_Msk /*!<Capture/Compare 1 Generation */ |
5724 | #define TIM_EGR_CC1G TIM_EGR_CC1G_Msk /*!<Capture/Compare 1 Generation */ |
5734 | #define TIM_EGR_CC2G_Pos (2U) |
5725 | #define TIM_EGR_CC2G_Pos (2U) |
5735 | #define TIM_EGR_CC2G_Msk (0x1U << TIM_EGR_CC2G_Pos) /*!< 0x00000004 */ |
5726 | #define TIM_EGR_CC2G_Msk (0x1UL << TIM_EGR_CC2G_Pos) /*!< 0x00000004 */ |
5736 | #define TIM_EGR_CC2G TIM_EGR_CC2G_Msk /*!<Capture/Compare 2 Generation */ |
5727 | #define TIM_EGR_CC2G TIM_EGR_CC2G_Msk /*!<Capture/Compare 2 Generation */ |
5737 | #define TIM_EGR_CC3G_Pos (3U) |
5728 | #define TIM_EGR_CC3G_Pos (3U) |
5738 | #define TIM_EGR_CC3G_Msk (0x1U << TIM_EGR_CC3G_Pos) /*!< 0x00000008 */ |
5729 | #define TIM_EGR_CC3G_Msk (0x1UL << TIM_EGR_CC3G_Pos) /*!< 0x00000008 */ |
5739 | #define TIM_EGR_CC3G TIM_EGR_CC3G_Msk /*!<Capture/Compare 3 Generation */ |
5730 | #define TIM_EGR_CC3G TIM_EGR_CC3G_Msk /*!<Capture/Compare 3 Generation */ |
5740 | #define TIM_EGR_CC4G_Pos (4U) |
5731 | #define TIM_EGR_CC4G_Pos (4U) |
5741 | #define TIM_EGR_CC4G_Msk (0x1U << TIM_EGR_CC4G_Pos) /*!< 0x00000010 */ |
5732 | #define TIM_EGR_CC4G_Msk (0x1UL << TIM_EGR_CC4G_Pos) /*!< 0x00000010 */ |
5742 | #define TIM_EGR_CC4G TIM_EGR_CC4G_Msk /*!<Capture/Compare 4 Generation */ |
5733 | #define TIM_EGR_CC4G TIM_EGR_CC4G_Msk /*!<Capture/Compare 4 Generation */ |
5743 | #define TIM_EGR_TG_Pos (6U) |
5734 | #define TIM_EGR_TG_Pos (6U) |
5744 | #define TIM_EGR_TG_Msk (0x1U << TIM_EGR_TG_Pos) /*!< 0x00000040 */ |
5735 | #define TIM_EGR_TG_Msk (0x1UL << TIM_EGR_TG_Pos) /*!< 0x00000040 */ |
5745 | #define TIM_EGR_TG TIM_EGR_TG_Msk /*!<Trigger Generation */ |
5736 | #define TIM_EGR_TG TIM_EGR_TG_Msk /*!<Trigger Generation */ |
5746 | 5737 | ||
5747 | /****************** Bit definition for TIM_CCMR1 register *******************/ |
5738 | /****************** Bit definition for TIM_CCMR1 register *******************/ |
5748 | #define TIM_CCMR1_CC1S_Pos (0U) |
5739 | #define TIM_CCMR1_CC1S_Pos (0U) |
5749 | #define TIM_CCMR1_CC1S_Msk (0x3U << TIM_CCMR1_CC1S_Pos) /*!< 0x00000003 */ |
5740 | #define TIM_CCMR1_CC1S_Msk (0x3UL << TIM_CCMR1_CC1S_Pos) /*!< 0x00000003 */ |
5750 | #define TIM_CCMR1_CC1S TIM_CCMR1_CC1S_Msk /*!<CC1S[1:0] bits (Capture/Compare 1 Selection) */ |
5741 | #define TIM_CCMR1_CC1S TIM_CCMR1_CC1S_Msk /*!<CC1S[1:0] bits (Capture/Compare 1 Selection) */ |
5751 | #define TIM_CCMR1_CC1S_0 (0x1U << TIM_CCMR1_CC1S_Pos) /*!< 0x00000001 */ |
5742 | #define TIM_CCMR1_CC1S_0 (0x1UL << TIM_CCMR1_CC1S_Pos) /*!< 0x00000001 */ |
5752 | #define TIM_CCMR1_CC1S_1 (0x2U << TIM_CCMR1_CC1S_Pos) /*!< 0x00000002 */ |
5743 | #define TIM_CCMR1_CC1S_1 (0x2UL << TIM_CCMR1_CC1S_Pos) /*!< 0x00000002 */ |
5753 | 5744 | ||
5754 | #define TIM_CCMR1_OC1FE_Pos (2U) |
5745 | #define TIM_CCMR1_OC1FE_Pos (2U) |
5755 | #define TIM_CCMR1_OC1FE_Msk (0x1U << TIM_CCMR1_OC1FE_Pos) /*!< 0x00000004 */ |
5746 | #define TIM_CCMR1_OC1FE_Msk (0x1UL << TIM_CCMR1_OC1FE_Pos) /*!< 0x00000004 */ |
5756 | #define TIM_CCMR1_OC1FE TIM_CCMR1_OC1FE_Msk /*!<Output Compare 1 Fast enable */ |
5747 | #define TIM_CCMR1_OC1FE TIM_CCMR1_OC1FE_Msk /*!<Output Compare 1 Fast enable */ |
5757 | #define TIM_CCMR1_OC1PE_Pos (3U) |
5748 | #define TIM_CCMR1_OC1PE_Pos (3U) |
5758 | #define TIM_CCMR1_OC1PE_Msk (0x1U << TIM_CCMR1_OC1PE_Pos) /*!< 0x00000008 */ |
5749 | #define TIM_CCMR1_OC1PE_Msk (0x1UL << TIM_CCMR1_OC1PE_Pos) /*!< 0x00000008 */ |
5759 | #define TIM_CCMR1_OC1PE TIM_CCMR1_OC1PE_Msk /*!<Output Compare 1 Preload enable */ |
5750 | #define TIM_CCMR1_OC1PE TIM_CCMR1_OC1PE_Msk /*!<Output Compare 1 Preload enable */ |
5760 | 5751 | ||
5761 | #define TIM_CCMR1_OC1M_Pos (4U) |
5752 | #define TIM_CCMR1_OC1M_Pos (4U) |
5762 | #define TIM_CCMR1_OC1M_Msk (0x7U << TIM_CCMR1_OC1M_Pos) /*!< 0x00000070 */ |
5753 | #define TIM_CCMR1_OC1M_Msk (0x7UL << TIM_CCMR1_OC1M_Pos) /*!< 0x00000070 */ |
5763 | #define TIM_CCMR1_OC1M TIM_CCMR1_OC1M_Msk /*!<OC1M[2:0] bits (Output Compare 1 Mode) */ |
5754 | #define TIM_CCMR1_OC1M TIM_CCMR1_OC1M_Msk /*!<OC1M[2:0] bits (Output Compare 1 Mode) */ |
5764 | #define TIM_CCMR1_OC1M_0 (0x1U << TIM_CCMR1_OC1M_Pos) /*!< 0x00000010 */ |
5755 | #define TIM_CCMR1_OC1M_0 (0x1UL << TIM_CCMR1_OC1M_Pos) /*!< 0x00000010 */ |
5765 | #define TIM_CCMR1_OC1M_1 (0x2U << TIM_CCMR1_OC1M_Pos) /*!< 0x00000020 */ |
5756 | #define TIM_CCMR1_OC1M_1 (0x2UL << TIM_CCMR1_OC1M_Pos) /*!< 0x00000020 */ |
5766 | #define TIM_CCMR1_OC1M_2 (0x4U << TIM_CCMR1_OC1M_Pos) /*!< 0x00000040 */ |
5757 | #define TIM_CCMR1_OC1M_2 (0x4UL << TIM_CCMR1_OC1M_Pos) /*!< 0x00000040 */ |
5767 | 5758 | ||
5768 | #define TIM_CCMR1_OC1CE_Pos (7U) |
5759 | #define TIM_CCMR1_OC1CE_Pos (7U) |
5769 | #define TIM_CCMR1_OC1CE_Msk (0x1U << TIM_CCMR1_OC1CE_Pos) /*!< 0x00000080 */ |
5760 | #define TIM_CCMR1_OC1CE_Msk (0x1UL << TIM_CCMR1_OC1CE_Pos) /*!< 0x00000080 */ |
5770 | #define TIM_CCMR1_OC1CE TIM_CCMR1_OC1CE_Msk /*!<Output Compare 1Clear Enable */ |
5761 | #define TIM_CCMR1_OC1CE TIM_CCMR1_OC1CE_Msk /*!<Output Compare 1Clear Enable */ |
5771 | 5762 | ||
5772 | #define TIM_CCMR1_CC2S_Pos (8U) |
5763 | #define TIM_CCMR1_CC2S_Pos (8U) |
5773 | #define TIM_CCMR1_CC2S_Msk (0x3U << TIM_CCMR1_CC2S_Pos) /*!< 0x00000300 */ |
5764 | #define TIM_CCMR1_CC2S_Msk (0x3UL << TIM_CCMR1_CC2S_Pos) /*!< 0x00000300 */ |
5774 | #define TIM_CCMR1_CC2S TIM_CCMR1_CC2S_Msk /*!<CC2S[1:0] bits (Capture/Compare 2 Selection) */ |
5765 | #define TIM_CCMR1_CC2S TIM_CCMR1_CC2S_Msk /*!<CC2S[1:0] bits (Capture/Compare 2 Selection) */ |
5775 | #define TIM_CCMR1_CC2S_0 (0x1U << TIM_CCMR1_CC2S_Pos) /*!< 0x00000100 */ |
5766 | #define TIM_CCMR1_CC2S_0 (0x1UL << TIM_CCMR1_CC2S_Pos) /*!< 0x00000100 */ |
5776 | #define TIM_CCMR1_CC2S_1 (0x2U << TIM_CCMR1_CC2S_Pos) /*!< 0x00000200 */ |
5767 | #define TIM_CCMR1_CC2S_1 (0x2UL << TIM_CCMR1_CC2S_Pos) /*!< 0x00000200 */ |
5777 | 5768 | ||
5778 | #define TIM_CCMR1_OC2FE_Pos (10U) |
5769 | #define TIM_CCMR1_OC2FE_Pos (10U) |
5779 | #define TIM_CCMR1_OC2FE_Msk (0x1U << TIM_CCMR1_OC2FE_Pos) /*!< 0x00000400 */ |
5770 | #define TIM_CCMR1_OC2FE_Msk (0x1UL << TIM_CCMR1_OC2FE_Pos) /*!< 0x00000400 */ |
5780 | #define TIM_CCMR1_OC2FE TIM_CCMR1_OC2FE_Msk /*!<Output Compare 2 Fast enable */ |
5771 | #define TIM_CCMR1_OC2FE TIM_CCMR1_OC2FE_Msk /*!<Output Compare 2 Fast enable */ |
5781 | #define TIM_CCMR1_OC2PE_Pos (11U) |
5772 | #define TIM_CCMR1_OC2PE_Pos (11U) |
5782 | #define TIM_CCMR1_OC2PE_Msk (0x1U << TIM_CCMR1_OC2PE_Pos) /*!< 0x00000800 */ |
5773 | #define TIM_CCMR1_OC2PE_Msk (0x1UL << TIM_CCMR1_OC2PE_Pos) /*!< 0x00000800 */ |
5783 | #define TIM_CCMR1_OC2PE TIM_CCMR1_OC2PE_Msk /*!<Output Compare 2 Preload enable */ |
5774 | #define TIM_CCMR1_OC2PE TIM_CCMR1_OC2PE_Msk /*!<Output Compare 2 Preload enable */ |
5784 | 5775 | ||
5785 | #define TIM_CCMR1_OC2M_Pos (12U) |
5776 | #define TIM_CCMR1_OC2M_Pos (12U) |
5786 | #define TIM_CCMR1_OC2M_Msk (0x7U << TIM_CCMR1_OC2M_Pos) /*!< 0x00007000 */ |
5777 | #define TIM_CCMR1_OC2M_Msk (0x7UL << TIM_CCMR1_OC2M_Pos) /*!< 0x00007000 */ |
5787 | #define TIM_CCMR1_OC2M TIM_CCMR1_OC2M_Msk /*!<OC2M[2:0] bits (Output Compare 2 Mode) */ |
5778 | #define TIM_CCMR1_OC2M TIM_CCMR1_OC2M_Msk /*!<OC2M[2:0] bits (Output Compare 2 Mode) */ |
5788 | #define TIM_CCMR1_OC2M_0 (0x1U << TIM_CCMR1_OC2M_Pos) /*!< 0x00001000 */ |
5779 | #define TIM_CCMR1_OC2M_0 (0x1UL << TIM_CCMR1_OC2M_Pos) /*!< 0x00001000 */ |
5789 | #define TIM_CCMR1_OC2M_1 (0x2U << TIM_CCMR1_OC2M_Pos) /*!< 0x00002000 */ |
5780 | #define TIM_CCMR1_OC2M_1 (0x2UL << TIM_CCMR1_OC2M_Pos) /*!< 0x00002000 */ |
5790 | #define TIM_CCMR1_OC2M_2 (0x4U << TIM_CCMR1_OC2M_Pos) /*!< 0x00004000 */ |
5781 | #define TIM_CCMR1_OC2M_2 (0x4UL << TIM_CCMR1_OC2M_Pos) /*!< 0x00004000 */ |
5791 | 5782 | ||
5792 | #define TIM_CCMR1_OC2CE_Pos (15U) |
5783 | #define TIM_CCMR1_OC2CE_Pos (15U) |
5793 | #define TIM_CCMR1_OC2CE_Msk (0x1U << TIM_CCMR1_OC2CE_Pos) /*!< 0x00008000 */ |
5784 | #define TIM_CCMR1_OC2CE_Msk (0x1UL << TIM_CCMR1_OC2CE_Pos) /*!< 0x00008000 */ |
5794 | #define TIM_CCMR1_OC2CE TIM_CCMR1_OC2CE_Msk /*!<Output Compare 2 Clear Enable */ |
5785 | #define TIM_CCMR1_OC2CE TIM_CCMR1_OC2CE_Msk /*!<Output Compare 2 Clear Enable */ |
5795 | 5786 | ||
5796 | /*----------------------------------------------------------------------------*/ |
5787 | /*----------------------------------------------------------------------------*/ |
5797 | 5788 | ||
5798 | #define TIM_CCMR1_IC1PSC_Pos (2U) |
5789 | #define TIM_CCMR1_IC1PSC_Pos (2U) |
5799 | #define TIM_CCMR1_IC1PSC_Msk (0x3U << TIM_CCMR1_IC1PSC_Pos) /*!< 0x0000000C */ |
5790 | #define TIM_CCMR1_IC1PSC_Msk (0x3UL << TIM_CCMR1_IC1PSC_Pos) /*!< 0x0000000C */ |
5800 | #define TIM_CCMR1_IC1PSC TIM_CCMR1_IC1PSC_Msk /*!<IC1PSC[1:0] bits (Input Capture 1 Prescaler) */ |
5791 | #define TIM_CCMR1_IC1PSC TIM_CCMR1_IC1PSC_Msk /*!<IC1PSC[1:0] bits (Input Capture 1 Prescaler) */ |
5801 | #define TIM_CCMR1_IC1PSC_0 (0x1U << TIM_CCMR1_IC1PSC_Pos) /*!< 0x00000004 */ |
5792 | #define TIM_CCMR1_IC1PSC_0 (0x1UL << TIM_CCMR1_IC1PSC_Pos) /*!< 0x00000004 */ |
5802 | #define TIM_CCMR1_IC1PSC_1 (0x2U << TIM_CCMR1_IC1PSC_Pos) /*!< 0x00000008 */ |
5793 | #define TIM_CCMR1_IC1PSC_1 (0x2UL << TIM_CCMR1_IC1PSC_Pos) /*!< 0x00000008 */ |
5803 | 5794 | ||
5804 | #define TIM_CCMR1_IC1F_Pos (4U) |
5795 | #define TIM_CCMR1_IC1F_Pos (4U) |
5805 | #define TIM_CCMR1_IC1F_Msk (0xFU << TIM_CCMR1_IC1F_Pos) /*!< 0x000000F0 */ |
5796 | #define TIM_CCMR1_IC1F_Msk (0xFUL << TIM_CCMR1_IC1F_Pos) /*!< 0x000000F0 */ |
5806 | #define TIM_CCMR1_IC1F TIM_CCMR1_IC1F_Msk /*!<IC1F[3:0] bits (Input Capture 1 Filter) */ |
5797 | #define TIM_CCMR1_IC1F TIM_CCMR1_IC1F_Msk /*!<IC1F[3:0] bits (Input Capture 1 Filter) */ |
5807 | #define TIM_CCMR1_IC1F_0 (0x1U << TIM_CCMR1_IC1F_Pos) /*!< 0x00000010 */ |
5798 | #define TIM_CCMR1_IC1F_0 (0x1UL << TIM_CCMR1_IC1F_Pos) /*!< 0x00000010 */ |
5808 | #define TIM_CCMR1_IC1F_1 (0x2U << TIM_CCMR1_IC1F_Pos) /*!< 0x00000020 */ |
5799 | #define TIM_CCMR1_IC1F_1 (0x2UL << TIM_CCMR1_IC1F_Pos) /*!< 0x00000020 */ |
5809 | #define TIM_CCMR1_IC1F_2 (0x4U << TIM_CCMR1_IC1F_Pos) /*!< 0x00000040 */ |
5800 | #define TIM_CCMR1_IC1F_2 (0x4UL << TIM_CCMR1_IC1F_Pos) /*!< 0x00000040 */ |
5810 | #define TIM_CCMR1_IC1F_3 (0x8U << TIM_CCMR1_IC1F_Pos) /*!< 0x00000080 */ |
5801 | #define TIM_CCMR1_IC1F_3 (0x8UL << TIM_CCMR1_IC1F_Pos) /*!< 0x00000080 */ |
5811 | 5802 | ||
5812 | #define TIM_CCMR1_IC2PSC_Pos (10U) |
5803 | #define TIM_CCMR1_IC2PSC_Pos (10U) |
5813 | #define TIM_CCMR1_IC2PSC_Msk (0x3U << TIM_CCMR1_IC2PSC_Pos) /*!< 0x00000C00 */ |
5804 | #define TIM_CCMR1_IC2PSC_Msk (0x3UL << TIM_CCMR1_IC2PSC_Pos) /*!< 0x00000C00 */ |
5814 | #define TIM_CCMR1_IC2PSC TIM_CCMR1_IC2PSC_Msk /*!<IC2PSC[1:0] bits (Input Capture 2 Prescaler) */ |
5805 | #define TIM_CCMR1_IC2PSC TIM_CCMR1_IC2PSC_Msk /*!<IC2PSC[1:0] bits (Input Capture 2 Prescaler) */ |
5815 | #define TIM_CCMR1_IC2PSC_0 (0x1U << TIM_CCMR1_IC2PSC_Pos) /*!< 0x00000400 */ |
5806 | #define TIM_CCMR1_IC2PSC_0 (0x1UL << TIM_CCMR1_IC2PSC_Pos) /*!< 0x00000400 */ |
5816 | #define TIM_CCMR1_IC2PSC_1 (0x2U << TIM_CCMR1_IC2PSC_Pos) /*!< 0x00000800 */ |
5807 | #define TIM_CCMR1_IC2PSC_1 (0x2UL << TIM_CCMR1_IC2PSC_Pos) /*!< 0x00000800 */ |
5817 | 5808 | ||
5818 | #define TIM_CCMR1_IC2F_Pos (12U) |
5809 | #define TIM_CCMR1_IC2F_Pos (12U) |
5819 | #define TIM_CCMR1_IC2F_Msk (0xFU << TIM_CCMR1_IC2F_Pos) /*!< 0x0000F000 */ |
5810 | #define TIM_CCMR1_IC2F_Msk (0xFUL << TIM_CCMR1_IC2F_Pos) /*!< 0x0000F000 */ |
5820 | #define TIM_CCMR1_IC2F TIM_CCMR1_IC2F_Msk /*!<IC2F[3:0] bits (Input Capture 2 Filter) */ |
5811 | #define TIM_CCMR1_IC2F TIM_CCMR1_IC2F_Msk /*!<IC2F[3:0] bits (Input Capture 2 Filter) */ |
5821 | #define TIM_CCMR1_IC2F_0 (0x1U << TIM_CCMR1_IC2F_Pos) /*!< 0x00001000 */ |
5812 | #define TIM_CCMR1_IC2F_0 (0x1UL << TIM_CCMR1_IC2F_Pos) /*!< 0x00001000 */ |
5822 | #define TIM_CCMR1_IC2F_1 (0x2U << TIM_CCMR1_IC2F_Pos) /*!< 0x00002000 */ |
5813 | #define TIM_CCMR1_IC2F_1 (0x2UL << TIM_CCMR1_IC2F_Pos) /*!< 0x00002000 */ |
5823 | #define TIM_CCMR1_IC2F_2 (0x4U << TIM_CCMR1_IC2F_Pos) /*!< 0x00004000 */ |
5814 | #define TIM_CCMR1_IC2F_2 (0x4UL << TIM_CCMR1_IC2F_Pos) /*!< 0x00004000 */ |
5824 | #define TIM_CCMR1_IC2F_3 (0x8U << TIM_CCMR1_IC2F_Pos) /*!< 0x00008000 */ |
5815 | #define TIM_CCMR1_IC2F_3 (0x8UL << TIM_CCMR1_IC2F_Pos) /*!< 0x00008000 */ |
5825 | 5816 | ||
5826 | /****************** Bit definition for TIM_CCMR2 register *******************/ |
5817 | /****************** Bit definition for TIM_CCMR2 register *******************/ |
5827 | #define TIM_CCMR2_CC3S_Pos (0U) |
5818 | #define TIM_CCMR2_CC3S_Pos (0U) |
5828 | #define TIM_CCMR2_CC3S_Msk (0x3U << TIM_CCMR2_CC3S_Pos) /*!< 0x00000003 */ |
5819 | #define TIM_CCMR2_CC3S_Msk (0x3UL << TIM_CCMR2_CC3S_Pos) /*!< 0x00000003 */ |
5829 | #define TIM_CCMR2_CC3S TIM_CCMR2_CC3S_Msk /*!<CC3S[1:0] bits (Capture/Compare 3 Selection) */ |
5820 | #define TIM_CCMR2_CC3S TIM_CCMR2_CC3S_Msk /*!<CC3S[1:0] bits (Capture/Compare 3 Selection) */ |
5830 | #define TIM_CCMR2_CC3S_0 (0x1U << TIM_CCMR2_CC3S_Pos) /*!< 0x00000001 */ |
5821 | #define TIM_CCMR2_CC3S_0 (0x1UL << TIM_CCMR2_CC3S_Pos) /*!< 0x00000001 */ |
5831 | #define TIM_CCMR2_CC3S_1 (0x2U << TIM_CCMR2_CC3S_Pos) /*!< 0x00000002 */ |
5822 | #define TIM_CCMR2_CC3S_1 (0x2UL << TIM_CCMR2_CC3S_Pos) /*!< 0x00000002 */ |
5832 | 5823 | ||
5833 | #define TIM_CCMR2_OC3FE_Pos (2U) |
5824 | #define TIM_CCMR2_OC3FE_Pos (2U) |
5834 | #define TIM_CCMR2_OC3FE_Msk (0x1U << TIM_CCMR2_OC3FE_Pos) /*!< 0x00000004 */ |
5825 | #define TIM_CCMR2_OC3FE_Msk (0x1UL << TIM_CCMR2_OC3FE_Pos) /*!< 0x00000004 */ |
5835 | #define TIM_CCMR2_OC3FE TIM_CCMR2_OC3FE_Msk /*!<Output Compare 3 Fast enable */ |
5826 | #define TIM_CCMR2_OC3FE TIM_CCMR2_OC3FE_Msk /*!<Output Compare 3 Fast enable */ |
5836 | #define TIM_CCMR2_OC3PE_Pos (3U) |
5827 | #define TIM_CCMR2_OC3PE_Pos (3U) |
5837 | #define TIM_CCMR2_OC3PE_Msk (0x1U << TIM_CCMR2_OC3PE_Pos) /*!< 0x00000008 */ |
5828 | #define TIM_CCMR2_OC3PE_Msk (0x1UL << TIM_CCMR2_OC3PE_Pos) /*!< 0x00000008 */ |
5838 | #define TIM_CCMR2_OC3PE TIM_CCMR2_OC3PE_Msk /*!<Output Compare 3 Preload enable */ |
5829 | #define TIM_CCMR2_OC3PE TIM_CCMR2_OC3PE_Msk /*!<Output Compare 3 Preload enable */ |
5839 | 5830 | ||
5840 | #define TIM_CCMR2_OC3M_Pos (4U) |
5831 | #define TIM_CCMR2_OC3M_Pos (4U) |
5841 | #define TIM_CCMR2_OC3M_Msk (0x7U << TIM_CCMR2_OC3M_Pos) /*!< 0x00000070 */ |
5832 | #define TIM_CCMR2_OC3M_Msk (0x7UL << TIM_CCMR2_OC3M_Pos) /*!< 0x00000070 */ |
5842 | #define TIM_CCMR2_OC3M TIM_CCMR2_OC3M_Msk /*!<OC3M[2:0] bits (Output Compare 3 Mode) */ |
5833 | #define TIM_CCMR2_OC3M TIM_CCMR2_OC3M_Msk /*!<OC3M[2:0] bits (Output Compare 3 Mode) */ |
5843 | #define TIM_CCMR2_OC3M_0 (0x1U << TIM_CCMR2_OC3M_Pos) /*!< 0x00000010 */ |
5834 | #define TIM_CCMR2_OC3M_0 (0x1UL << TIM_CCMR2_OC3M_Pos) /*!< 0x00000010 */ |
5844 | #define TIM_CCMR2_OC3M_1 (0x2U << TIM_CCMR2_OC3M_Pos) /*!< 0x00000020 */ |
5835 | #define TIM_CCMR2_OC3M_1 (0x2UL << TIM_CCMR2_OC3M_Pos) /*!< 0x00000020 */ |
5845 | #define TIM_CCMR2_OC3M_2 (0x4U << TIM_CCMR2_OC3M_Pos) /*!< 0x00000040 */ |
5836 | #define TIM_CCMR2_OC3M_2 (0x4UL << TIM_CCMR2_OC3M_Pos) /*!< 0x00000040 */ |
5846 | 5837 | ||
5847 | #define TIM_CCMR2_OC3CE_Pos (7U) |
5838 | #define TIM_CCMR2_OC3CE_Pos (7U) |
5848 | #define TIM_CCMR2_OC3CE_Msk (0x1U << TIM_CCMR2_OC3CE_Pos) /*!< 0x00000080 */ |
5839 | #define TIM_CCMR2_OC3CE_Msk (0x1UL << TIM_CCMR2_OC3CE_Pos) /*!< 0x00000080 */ |
5849 | #define TIM_CCMR2_OC3CE TIM_CCMR2_OC3CE_Msk /*!<Output Compare 3 Clear Enable */ |
5840 | #define TIM_CCMR2_OC3CE TIM_CCMR2_OC3CE_Msk /*!<Output Compare 3 Clear Enable */ |
5850 | 5841 | ||
5851 | #define TIM_CCMR2_CC4S_Pos (8U) |
5842 | #define TIM_CCMR2_CC4S_Pos (8U) |
5852 | #define TIM_CCMR2_CC4S_Msk (0x3U << TIM_CCMR2_CC4S_Pos) /*!< 0x00000300 */ |
5843 | #define TIM_CCMR2_CC4S_Msk (0x3UL << TIM_CCMR2_CC4S_Pos) /*!< 0x00000300 */ |
5853 | #define TIM_CCMR2_CC4S TIM_CCMR2_CC4S_Msk /*!<CC4S[1:0] bits (Capture/Compare 4 Selection) */ |
5844 | #define TIM_CCMR2_CC4S TIM_CCMR2_CC4S_Msk /*!<CC4S[1:0] bits (Capture/Compare 4 Selection) */ |
5854 | #define TIM_CCMR2_CC4S_0 (0x1U << TIM_CCMR2_CC4S_Pos) /*!< 0x00000100 */ |
5845 | #define TIM_CCMR2_CC4S_0 (0x1UL << TIM_CCMR2_CC4S_Pos) /*!< 0x00000100 */ |
5855 | #define TIM_CCMR2_CC4S_1 (0x2U << TIM_CCMR2_CC4S_Pos) /*!< 0x00000200 */ |
5846 | #define TIM_CCMR2_CC4S_1 (0x2UL << TIM_CCMR2_CC4S_Pos) /*!< 0x00000200 */ |
5856 | 5847 | ||
5857 | #define TIM_CCMR2_OC4FE_Pos (10U) |
5848 | #define TIM_CCMR2_OC4FE_Pos (10U) |
5858 | #define TIM_CCMR2_OC4FE_Msk (0x1U << TIM_CCMR2_OC4FE_Pos) /*!< 0x00000400 */ |
5849 | #define TIM_CCMR2_OC4FE_Msk (0x1UL << TIM_CCMR2_OC4FE_Pos) /*!< 0x00000400 */ |
5859 | #define TIM_CCMR2_OC4FE TIM_CCMR2_OC4FE_Msk /*!<Output Compare 4 Fast enable */ |
5850 | #define TIM_CCMR2_OC4FE TIM_CCMR2_OC4FE_Msk /*!<Output Compare 4 Fast enable */ |
5860 | #define TIM_CCMR2_OC4PE_Pos (11U) |
5851 | #define TIM_CCMR2_OC4PE_Pos (11U) |
5861 | #define TIM_CCMR2_OC4PE_Msk (0x1U << TIM_CCMR2_OC4PE_Pos) /*!< 0x00000800 */ |
5852 | #define TIM_CCMR2_OC4PE_Msk (0x1UL << TIM_CCMR2_OC4PE_Pos) /*!< 0x00000800 */ |
5862 | #define TIM_CCMR2_OC4PE TIM_CCMR2_OC4PE_Msk /*!<Output Compare 4 Preload enable */ |
5853 | #define TIM_CCMR2_OC4PE TIM_CCMR2_OC4PE_Msk /*!<Output Compare 4 Preload enable */ |
5863 | 5854 | ||
5864 | #define TIM_CCMR2_OC4M_Pos (12U) |
5855 | #define TIM_CCMR2_OC4M_Pos (12U) |
5865 | #define TIM_CCMR2_OC4M_Msk (0x7U << TIM_CCMR2_OC4M_Pos) /*!< 0x00007000 */ |
5856 | #define TIM_CCMR2_OC4M_Msk (0x7UL << TIM_CCMR2_OC4M_Pos) /*!< 0x00007000 */ |
5866 | #define TIM_CCMR2_OC4M TIM_CCMR2_OC4M_Msk /*!<OC4M[2:0] bits (Output Compare 4 Mode) */ |
5857 | #define TIM_CCMR2_OC4M TIM_CCMR2_OC4M_Msk /*!<OC4M[2:0] bits (Output Compare 4 Mode) */ |
5867 | #define TIM_CCMR2_OC4M_0 (0x1U << TIM_CCMR2_OC4M_Pos) /*!< 0x00001000 */ |
5858 | #define TIM_CCMR2_OC4M_0 (0x1UL << TIM_CCMR2_OC4M_Pos) /*!< 0x00001000 */ |
5868 | #define TIM_CCMR2_OC4M_1 (0x2U << TIM_CCMR2_OC4M_Pos) /*!< 0x00002000 */ |
5859 | #define TIM_CCMR2_OC4M_1 (0x2UL << TIM_CCMR2_OC4M_Pos) /*!< 0x00002000 */ |
5869 | #define TIM_CCMR2_OC4M_2 (0x4U << TIM_CCMR2_OC4M_Pos) /*!< 0x00004000 */ |
5860 | #define TIM_CCMR2_OC4M_2 (0x4UL << TIM_CCMR2_OC4M_Pos) /*!< 0x00004000 */ |
5870 | 5861 | ||
5871 | #define TIM_CCMR2_OC4CE_Pos (15U) |
5862 | #define TIM_CCMR2_OC4CE_Pos (15U) |
5872 | #define TIM_CCMR2_OC4CE_Msk (0x1U << TIM_CCMR2_OC4CE_Pos) /*!< 0x00008000 */ |
5863 | #define TIM_CCMR2_OC4CE_Msk (0x1UL << TIM_CCMR2_OC4CE_Pos) /*!< 0x00008000 */ |
5873 | #define TIM_CCMR2_OC4CE TIM_CCMR2_OC4CE_Msk /*!<Output Compare 4 Clear Enable */ |
5864 | #define TIM_CCMR2_OC4CE TIM_CCMR2_OC4CE_Msk /*!<Output Compare 4 Clear Enable */ |
5874 | 5865 | ||
5875 | /*----------------------------------------------------------------------------*/ |
5866 | /*----------------------------------------------------------------------------*/ |
5876 | 5867 | ||
5877 | #define TIM_CCMR2_IC3PSC_Pos (2U) |
5868 | #define TIM_CCMR2_IC3PSC_Pos (2U) |
5878 | #define TIM_CCMR2_IC3PSC_Msk (0x3U << TIM_CCMR2_IC3PSC_Pos) /*!< 0x0000000C */ |
5869 | #define TIM_CCMR2_IC3PSC_Msk (0x3UL << TIM_CCMR2_IC3PSC_Pos) /*!< 0x0000000C */ |
5879 | #define TIM_CCMR2_IC3PSC TIM_CCMR2_IC3PSC_Msk /*!<IC3PSC[1:0] bits (Input Capture 3 Prescaler) */ |
5870 | #define TIM_CCMR2_IC3PSC TIM_CCMR2_IC3PSC_Msk /*!<IC3PSC[1:0] bits (Input Capture 3 Prescaler) */ |
5880 | #define TIM_CCMR2_IC3PSC_0 (0x1U << TIM_CCMR2_IC3PSC_Pos) /*!< 0x00000004 */ |
5871 | #define TIM_CCMR2_IC3PSC_0 (0x1UL << TIM_CCMR2_IC3PSC_Pos) /*!< 0x00000004 */ |
5881 | #define TIM_CCMR2_IC3PSC_1 (0x2U << TIM_CCMR2_IC3PSC_Pos) /*!< 0x00000008 */ |
5872 | #define TIM_CCMR2_IC3PSC_1 (0x2UL << TIM_CCMR2_IC3PSC_Pos) /*!< 0x00000008 */ |
5882 | 5873 | ||
5883 | #define TIM_CCMR2_IC3F_Pos (4U) |
5874 | #define TIM_CCMR2_IC3F_Pos (4U) |
5884 | #define TIM_CCMR2_IC3F_Msk (0xFU << TIM_CCMR2_IC3F_Pos) /*!< 0x000000F0 */ |
5875 | #define TIM_CCMR2_IC3F_Msk (0xFUL << TIM_CCMR2_IC3F_Pos) /*!< 0x000000F0 */ |
5885 | #define TIM_CCMR2_IC3F TIM_CCMR2_IC3F_Msk /*!<IC3F[3:0] bits (Input Capture 3 Filter) */ |
5876 | #define TIM_CCMR2_IC3F TIM_CCMR2_IC3F_Msk /*!<IC3F[3:0] bits (Input Capture 3 Filter) */ |
5886 | #define TIM_CCMR2_IC3F_0 (0x1U << TIM_CCMR2_IC3F_Pos) /*!< 0x00000010 */ |
5877 | #define TIM_CCMR2_IC3F_0 (0x1UL << TIM_CCMR2_IC3F_Pos) /*!< 0x00000010 */ |
5887 | #define TIM_CCMR2_IC3F_1 (0x2U << TIM_CCMR2_IC3F_Pos) /*!< 0x00000020 */ |
5878 | #define TIM_CCMR2_IC3F_1 (0x2UL << TIM_CCMR2_IC3F_Pos) /*!< 0x00000020 */ |
5888 | #define TIM_CCMR2_IC3F_2 (0x4U << TIM_CCMR2_IC3F_Pos) /*!< 0x00000040 */ |
5879 | #define TIM_CCMR2_IC3F_2 (0x4UL << TIM_CCMR2_IC3F_Pos) /*!< 0x00000040 */ |
5889 | #define TIM_CCMR2_IC3F_3 (0x8U << TIM_CCMR2_IC3F_Pos) /*!< 0x00000080 */ |
5880 | #define TIM_CCMR2_IC3F_3 (0x8UL << TIM_CCMR2_IC3F_Pos) /*!< 0x00000080 */ |
5890 | 5881 | ||
5891 | #define TIM_CCMR2_IC4PSC_Pos (10U) |
5882 | #define TIM_CCMR2_IC4PSC_Pos (10U) |
5892 | #define TIM_CCMR2_IC4PSC_Msk (0x3U << TIM_CCMR2_IC4PSC_Pos) /*!< 0x00000C00 */ |
5883 | #define TIM_CCMR2_IC4PSC_Msk (0x3UL << TIM_CCMR2_IC4PSC_Pos) /*!< 0x00000C00 */ |
5893 | #define TIM_CCMR2_IC4PSC TIM_CCMR2_IC4PSC_Msk /*!<IC4PSC[1:0] bits (Input Capture 4 Prescaler) */ |
5884 | #define TIM_CCMR2_IC4PSC TIM_CCMR2_IC4PSC_Msk /*!<IC4PSC[1:0] bits (Input Capture 4 Prescaler) */ |
5894 | #define TIM_CCMR2_IC4PSC_0 (0x1U << TIM_CCMR2_IC4PSC_Pos) /*!< 0x00000400 */ |
5885 | #define TIM_CCMR2_IC4PSC_0 (0x1UL << TIM_CCMR2_IC4PSC_Pos) /*!< 0x00000400 */ |
5895 | #define TIM_CCMR2_IC4PSC_1 (0x2U << TIM_CCMR2_IC4PSC_Pos) /*!< 0x00000800 */ |
5886 | #define TIM_CCMR2_IC4PSC_1 (0x2UL << TIM_CCMR2_IC4PSC_Pos) /*!< 0x00000800 */ |
5896 | 5887 | ||
5897 | #define TIM_CCMR2_IC4F_Pos (12U) |
5888 | #define TIM_CCMR2_IC4F_Pos (12U) |
5898 | #define TIM_CCMR2_IC4F_Msk (0xFU << TIM_CCMR2_IC4F_Pos) /*!< 0x0000F000 */ |
5889 | #define TIM_CCMR2_IC4F_Msk (0xFUL << TIM_CCMR2_IC4F_Pos) /*!< 0x0000F000 */ |
5899 | #define TIM_CCMR2_IC4F TIM_CCMR2_IC4F_Msk /*!<IC4F[3:0] bits (Input Capture 4 Filter) */ |
5890 | #define TIM_CCMR2_IC4F TIM_CCMR2_IC4F_Msk /*!<IC4F[3:0] bits (Input Capture 4 Filter) */ |
5900 | #define TIM_CCMR2_IC4F_0 (0x1U << TIM_CCMR2_IC4F_Pos) /*!< 0x00001000 */ |
5891 | #define TIM_CCMR2_IC4F_0 (0x1UL << TIM_CCMR2_IC4F_Pos) /*!< 0x00001000 */ |
5901 | #define TIM_CCMR2_IC4F_1 (0x2U << TIM_CCMR2_IC4F_Pos) /*!< 0x00002000 */ |
5892 | #define TIM_CCMR2_IC4F_1 (0x2UL << TIM_CCMR2_IC4F_Pos) /*!< 0x00002000 */ |
5902 | #define TIM_CCMR2_IC4F_2 (0x4U << TIM_CCMR2_IC4F_Pos) /*!< 0x00004000 */ |
5893 | #define TIM_CCMR2_IC4F_2 (0x4UL << TIM_CCMR2_IC4F_Pos) /*!< 0x00004000 */ |
5903 | #define TIM_CCMR2_IC4F_3 (0x8U << TIM_CCMR2_IC4F_Pos) /*!< 0x00008000 */ |
5894 | #define TIM_CCMR2_IC4F_3 (0x8UL << TIM_CCMR2_IC4F_Pos) /*!< 0x00008000 */ |
5904 | 5895 | ||
5905 | /******************* Bit definition for TIM_CCER register *******************/ |
5896 | /******************* Bit definition for TIM_CCER register *******************/ |
5906 | #define TIM_CCER_CC1E_Pos (0U) |
5897 | #define TIM_CCER_CC1E_Pos (0U) |
5907 | #define TIM_CCER_CC1E_Msk (0x1U << TIM_CCER_CC1E_Pos) /*!< 0x00000001 */ |
5898 | #define TIM_CCER_CC1E_Msk (0x1UL << TIM_CCER_CC1E_Pos) /*!< 0x00000001 */ |
5908 | #define TIM_CCER_CC1E TIM_CCER_CC1E_Msk /*!<Capture/Compare 1 output enable */ |
5899 | #define TIM_CCER_CC1E TIM_CCER_CC1E_Msk /*!<Capture/Compare 1 output enable */ |
5909 | #define TIM_CCER_CC1P_Pos (1U) |
5900 | #define TIM_CCER_CC1P_Pos (1U) |
5910 | #define TIM_CCER_CC1P_Msk (0x1U << TIM_CCER_CC1P_Pos) /*!< 0x00000002 */ |
5901 | #define TIM_CCER_CC1P_Msk (0x1UL << TIM_CCER_CC1P_Pos) /*!< 0x00000002 */ |
5911 | #define TIM_CCER_CC1P TIM_CCER_CC1P_Msk /*!<Capture/Compare 1 output Polarity */ |
5902 | #define TIM_CCER_CC1P TIM_CCER_CC1P_Msk /*!<Capture/Compare 1 output Polarity */ |
5912 | #define TIM_CCER_CC1NP_Pos (3U) |
5903 | #define TIM_CCER_CC1NP_Pos (3U) |
5913 | #define TIM_CCER_CC1NP_Msk (0x1U << TIM_CCER_CC1NP_Pos) /*!< 0x00000008 */ |
5904 | #define TIM_CCER_CC1NP_Msk (0x1UL << TIM_CCER_CC1NP_Pos) /*!< 0x00000008 */ |
5914 | #define TIM_CCER_CC1NP TIM_CCER_CC1NP_Msk /*!<Capture/Compare 1 Complementary output Polarity */ |
5905 | #define TIM_CCER_CC1NP TIM_CCER_CC1NP_Msk /*!<Capture/Compare 1 Complementary output Polarity */ |
5915 | #define TIM_CCER_CC2E_Pos (4U) |
5906 | #define TIM_CCER_CC2E_Pos (4U) |
5916 | #define TIM_CCER_CC2E_Msk (0x1U << TIM_CCER_CC2E_Pos) /*!< 0x00000010 */ |
5907 | #define TIM_CCER_CC2E_Msk (0x1UL << TIM_CCER_CC2E_Pos) /*!< 0x00000010 */ |
5917 | #define TIM_CCER_CC2E TIM_CCER_CC2E_Msk /*!<Capture/Compare 2 output enable */ |
5908 | #define TIM_CCER_CC2E TIM_CCER_CC2E_Msk /*!<Capture/Compare 2 output enable */ |
5918 | #define TIM_CCER_CC2P_Pos (5U) |
5909 | #define TIM_CCER_CC2P_Pos (5U) |
5919 | #define TIM_CCER_CC2P_Msk (0x1U << TIM_CCER_CC2P_Pos) /*!< 0x00000020 */ |
5910 | #define TIM_CCER_CC2P_Msk (0x1UL << TIM_CCER_CC2P_Pos) /*!< 0x00000020 */ |
5920 | #define TIM_CCER_CC2P TIM_CCER_CC2P_Msk /*!<Capture/Compare 2 output Polarity */ |
5911 | #define TIM_CCER_CC2P TIM_CCER_CC2P_Msk /*!<Capture/Compare 2 output Polarity */ |
5921 | #define TIM_CCER_CC2NP_Pos (7U) |
5912 | #define TIM_CCER_CC2NP_Pos (7U) |
5922 | #define TIM_CCER_CC2NP_Msk (0x1U << TIM_CCER_CC2NP_Pos) /*!< 0x00000080 */ |
5913 | #define TIM_CCER_CC2NP_Msk (0x1UL << TIM_CCER_CC2NP_Pos) /*!< 0x00000080 */ |
5923 | #define TIM_CCER_CC2NP TIM_CCER_CC2NP_Msk /*!<Capture/Compare 2 Complementary output Polarity */ |
5914 | #define TIM_CCER_CC2NP TIM_CCER_CC2NP_Msk /*!<Capture/Compare 2 Complementary output Polarity */ |
5924 | #define TIM_CCER_CC3E_Pos (8U) |
5915 | #define TIM_CCER_CC3E_Pos (8U) |
5925 | #define TIM_CCER_CC3E_Msk (0x1U << TIM_CCER_CC3E_Pos) /*!< 0x00000100 */ |
5916 | #define TIM_CCER_CC3E_Msk (0x1UL << TIM_CCER_CC3E_Pos) /*!< 0x00000100 */ |
5926 | #define TIM_CCER_CC3E TIM_CCER_CC3E_Msk /*!<Capture/Compare 3 output enable */ |
5917 | #define TIM_CCER_CC3E TIM_CCER_CC3E_Msk /*!<Capture/Compare 3 output enable */ |
5927 | #define TIM_CCER_CC3P_Pos (9U) |
5918 | #define TIM_CCER_CC3P_Pos (9U) |
5928 | #define TIM_CCER_CC3P_Msk (0x1U << TIM_CCER_CC3P_Pos) /*!< 0x00000200 */ |
5919 | #define TIM_CCER_CC3P_Msk (0x1UL << TIM_CCER_CC3P_Pos) /*!< 0x00000200 */ |
5929 | #define TIM_CCER_CC3P TIM_CCER_CC3P_Msk /*!<Capture/Compare 3 output Polarity */ |
5920 | #define TIM_CCER_CC3P TIM_CCER_CC3P_Msk /*!<Capture/Compare 3 output Polarity */ |
5930 | #define TIM_CCER_CC3NP_Pos (11U) |
5921 | #define TIM_CCER_CC3NP_Pos (11U) |
5931 | #define TIM_CCER_CC3NP_Msk (0x1U << TIM_CCER_CC3NP_Pos) /*!< 0x00000800 */ |
5922 | #define TIM_CCER_CC3NP_Msk (0x1UL << TIM_CCER_CC3NP_Pos) /*!< 0x00000800 */ |
5932 | #define TIM_CCER_CC3NP TIM_CCER_CC3NP_Msk /*!<Capture/Compare 3 Complementary output Polarity */ |
5923 | #define TIM_CCER_CC3NP TIM_CCER_CC3NP_Msk /*!<Capture/Compare 3 Complementary output Polarity */ |
5933 | #define TIM_CCER_CC4E_Pos (12U) |
5924 | #define TIM_CCER_CC4E_Pos (12U) |
5934 | #define TIM_CCER_CC4E_Msk (0x1U << TIM_CCER_CC4E_Pos) /*!< 0x00001000 */ |
5925 | #define TIM_CCER_CC4E_Msk (0x1UL << TIM_CCER_CC4E_Pos) /*!< 0x00001000 */ |
5935 | #define TIM_CCER_CC4E TIM_CCER_CC4E_Msk /*!<Capture/Compare 4 output enable */ |
5926 | #define TIM_CCER_CC4E TIM_CCER_CC4E_Msk /*!<Capture/Compare 4 output enable */ |
5936 | #define TIM_CCER_CC4P_Pos (13U) |
5927 | #define TIM_CCER_CC4P_Pos (13U) |
5937 | #define TIM_CCER_CC4P_Msk (0x1U << TIM_CCER_CC4P_Pos) /*!< 0x00002000 */ |
5928 | #define TIM_CCER_CC4P_Msk (0x1UL << TIM_CCER_CC4P_Pos) /*!< 0x00002000 */ |
5938 | #define TIM_CCER_CC4P TIM_CCER_CC4P_Msk /*!<Capture/Compare 4 output Polarity */ |
5929 | #define TIM_CCER_CC4P TIM_CCER_CC4P_Msk /*!<Capture/Compare 4 output Polarity */ |
5939 | #define TIM_CCER_CC4NP_Pos (15U) |
5930 | #define TIM_CCER_CC4NP_Pos (15U) |
5940 | #define TIM_CCER_CC4NP_Msk (0x1U << TIM_CCER_CC4NP_Pos) /*!< 0x00008000 */ |
5931 | #define TIM_CCER_CC4NP_Msk (0x1UL << TIM_CCER_CC4NP_Pos) /*!< 0x00008000 */ |
5941 | #define TIM_CCER_CC4NP TIM_CCER_CC4NP_Msk /*!<Capture/Compare 4 Complementary output Polarity */ |
5932 | #define TIM_CCER_CC4NP TIM_CCER_CC4NP_Msk /*!<Capture/Compare 4 Complementary output Polarity */ |
5942 | 5933 | ||
5943 | /******************* Bit definition for TIM_CNT register ********************/ |
5934 | /******************* Bit definition for TIM_CNT register ********************/ |
5944 | #define TIM_CNT_CNT_Pos (0U) |
5935 | #define TIM_CNT_CNT_Pos (0U) |
5945 | #define TIM_CNT_CNT_Msk (0xFFFFFFFFU << TIM_CNT_CNT_Pos) /*!< 0xFFFFFFFF */ |
5936 | #define TIM_CNT_CNT_Msk (0xFFFFFFFFUL << TIM_CNT_CNT_Pos) /*!< 0xFFFFFFFF */ |
5946 | #define TIM_CNT_CNT TIM_CNT_CNT_Msk /*!<Counter Value */ |
5937 | #define TIM_CNT_CNT TIM_CNT_CNT_Msk /*!<Counter Value */ |
5947 | 5938 | ||
5948 | /******************* Bit definition for TIM_PSC register ********************/ |
5939 | /******************* Bit definition for TIM_PSC register ********************/ |
5949 | #define TIM_PSC_PSC_Pos (0U) |
5940 | #define TIM_PSC_PSC_Pos (0U) |
5950 | #define TIM_PSC_PSC_Msk (0xFFFFU << TIM_PSC_PSC_Pos) /*!< 0x0000FFFF */ |
5941 | #define TIM_PSC_PSC_Msk (0xFFFFUL << TIM_PSC_PSC_Pos) /*!< 0x0000FFFF */ |
5951 | #define TIM_PSC_PSC TIM_PSC_PSC_Msk /*!<Prescaler Value */ |
5942 | #define TIM_PSC_PSC TIM_PSC_PSC_Msk /*!<Prescaler Value */ |
5952 | 5943 | ||
5953 | /******************* Bit definition for TIM_ARR register ********************/ |
5944 | /******************* Bit definition for TIM_ARR register ********************/ |
5954 | #define TIM_ARR_ARR_Pos (0U) |
5945 | #define TIM_ARR_ARR_Pos (0U) |
5955 | #define TIM_ARR_ARR_Msk (0xFFFFFFFFU << TIM_ARR_ARR_Pos) /*!< 0xFFFFFFFF */ |
5946 | #define TIM_ARR_ARR_Msk (0xFFFFFFFFUL << TIM_ARR_ARR_Pos) /*!< 0xFFFFFFFF */ |
5956 | #define TIM_ARR_ARR TIM_ARR_ARR_Msk /*!<actual auto-reload Value */ |
5947 | #define TIM_ARR_ARR TIM_ARR_ARR_Msk /*!<actual auto-reload Value */ |
5957 | 5948 | ||
5958 | /******************* Bit definition for TIM_CCR1 register *******************/ |
5949 | /******************* Bit definition for TIM_CCR1 register *******************/ |
5959 | #define TIM_CCR1_CCR1_Pos (0U) |
5950 | #define TIM_CCR1_CCR1_Pos (0U) |
5960 | #define TIM_CCR1_CCR1_Msk (0xFFFFU << TIM_CCR1_CCR1_Pos) /*!< 0x0000FFFF */ |
5951 | #define TIM_CCR1_CCR1_Msk (0xFFFFUL << TIM_CCR1_CCR1_Pos) /*!< 0x0000FFFF */ |
5961 | #define TIM_CCR1_CCR1 TIM_CCR1_CCR1_Msk /*!<Capture/Compare 1 Value */ |
5952 | #define TIM_CCR1_CCR1 TIM_CCR1_CCR1_Msk /*!<Capture/Compare 1 Value */ |
5962 | 5953 | ||
5963 | /******************* Bit definition for TIM_CCR2 register *******************/ |
5954 | /******************* Bit definition for TIM_CCR2 register *******************/ |
5964 | #define TIM_CCR2_CCR2_Pos (0U) |
5955 | #define TIM_CCR2_CCR2_Pos (0U) |
5965 | #define TIM_CCR2_CCR2_Msk (0xFFFFU << TIM_CCR2_CCR2_Pos) /*!< 0x0000FFFF */ |
5956 | #define TIM_CCR2_CCR2_Msk (0xFFFFUL << TIM_CCR2_CCR2_Pos) /*!< 0x0000FFFF */ |
5966 | #define TIM_CCR2_CCR2 TIM_CCR2_CCR2_Msk /*!<Capture/Compare 2 Value */ |
5957 | #define TIM_CCR2_CCR2 TIM_CCR2_CCR2_Msk /*!<Capture/Compare 2 Value */ |
5967 | 5958 | ||
5968 | /******************* Bit definition for TIM_CCR3 register *******************/ |
5959 | /******************* Bit definition for TIM_CCR3 register *******************/ |
5969 | #define TIM_CCR3_CCR3_Pos (0U) |
5960 | #define TIM_CCR3_CCR3_Pos (0U) |
5970 | #define TIM_CCR3_CCR3_Msk (0xFFFFU << TIM_CCR3_CCR3_Pos) /*!< 0x0000FFFF */ |
5961 | #define TIM_CCR3_CCR3_Msk (0xFFFFUL << TIM_CCR3_CCR3_Pos) /*!< 0x0000FFFF */ |
5971 | #define TIM_CCR3_CCR3 TIM_CCR3_CCR3_Msk /*!<Capture/Compare 3 Value */ |
5962 | #define TIM_CCR3_CCR3 TIM_CCR3_CCR3_Msk /*!<Capture/Compare 3 Value */ |
5972 | 5963 | ||
5973 | /******************* Bit definition for TIM_CCR4 register *******************/ |
5964 | /******************* Bit definition for TIM_CCR4 register *******************/ |
5974 | #define TIM_CCR4_CCR4_Pos (0U) |
5965 | #define TIM_CCR4_CCR4_Pos (0U) |
5975 | #define TIM_CCR4_CCR4_Msk (0xFFFFU << TIM_CCR4_CCR4_Pos) /*!< 0x0000FFFF */ |
5966 | #define TIM_CCR4_CCR4_Msk (0xFFFFUL << TIM_CCR4_CCR4_Pos) /*!< 0x0000FFFF */ |
5976 | #define TIM_CCR4_CCR4 TIM_CCR4_CCR4_Msk /*!<Capture/Compare 4 Value */ |
5967 | #define TIM_CCR4_CCR4 TIM_CCR4_CCR4_Msk /*!<Capture/Compare 4 Value */ |
5977 | 5968 | ||
5978 | /******************* Bit definition for TIM_DCR register ********************/ |
5969 | /******************* Bit definition for TIM_DCR register ********************/ |
5979 | #define TIM_DCR_DBA_Pos (0U) |
5970 | #define TIM_DCR_DBA_Pos (0U) |
5980 | #define TIM_DCR_DBA_Msk (0x1FU << TIM_DCR_DBA_Pos) /*!< 0x0000001F */ |
5971 | #define TIM_DCR_DBA_Msk (0x1FUL << TIM_DCR_DBA_Pos) /*!< 0x0000001F */ |
5981 | #define TIM_DCR_DBA TIM_DCR_DBA_Msk /*!<DBA[4:0] bits (DMA Base Address) */ |
5972 | #define TIM_DCR_DBA TIM_DCR_DBA_Msk /*!<DBA[4:0] bits (DMA Base Address) */ |
5982 | #define TIM_DCR_DBA_0 (0x01U << TIM_DCR_DBA_Pos) /*!< 0x00000001 */ |
5973 | #define TIM_DCR_DBA_0 (0x01UL << TIM_DCR_DBA_Pos) /*!< 0x00000001 */ |
5983 | #define TIM_DCR_DBA_1 (0x02U << TIM_DCR_DBA_Pos) /*!< 0x00000002 */ |
5974 | #define TIM_DCR_DBA_1 (0x02UL << TIM_DCR_DBA_Pos) /*!< 0x00000002 */ |
5984 | #define TIM_DCR_DBA_2 (0x04U << TIM_DCR_DBA_Pos) /*!< 0x00000004 */ |
5975 | #define TIM_DCR_DBA_2 (0x04UL << TIM_DCR_DBA_Pos) /*!< 0x00000004 */ |
5985 | #define TIM_DCR_DBA_3 (0x08U << TIM_DCR_DBA_Pos) /*!< 0x00000008 */ |
5976 | #define TIM_DCR_DBA_3 (0x08UL << TIM_DCR_DBA_Pos) /*!< 0x00000008 */ |
5986 | #define TIM_DCR_DBA_4 (0x10U << TIM_DCR_DBA_Pos) /*!< 0x00000010 */ |
5977 | #define TIM_DCR_DBA_4 (0x10UL << TIM_DCR_DBA_Pos) /*!< 0x00000010 */ |
5987 | 5978 | ||
5988 | #define TIM_DCR_DBL_Pos (8U) |
5979 | #define TIM_DCR_DBL_Pos (8U) |
5989 | #define TIM_DCR_DBL_Msk (0x1FU << TIM_DCR_DBL_Pos) /*!< 0x00001F00 */ |
5980 | #define TIM_DCR_DBL_Msk (0x1FUL << TIM_DCR_DBL_Pos) /*!< 0x00001F00 */ |
5990 | #define TIM_DCR_DBL TIM_DCR_DBL_Msk /*!<DBL[4:0] bits (DMA Burst Length) */ |
5981 | #define TIM_DCR_DBL TIM_DCR_DBL_Msk /*!<DBL[4:0] bits (DMA Burst Length) */ |
5991 | #define TIM_DCR_DBL_0 (0x01U << TIM_DCR_DBL_Pos) /*!< 0x00000100 */ |
5982 | #define TIM_DCR_DBL_0 (0x01UL << TIM_DCR_DBL_Pos) /*!< 0x00000100 */ |
5992 | #define TIM_DCR_DBL_1 (0x02U << TIM_DCR_DBL_Pos) /*!< 0x00000200 */ |
5983 | #define TIM_DCR_DBL_1 (0x02UL << TIM_DCR_DBL_Pos) /*!< 0x00000200 */ |
5993 | #define TIM_DCR_DBL_2 (0x04U << TIM_DCR_DBL_Pos) /*!< 0x00000400 */ |
5984 | #define TIM_DCR_DBL_2 (0x04UL << TIM_DCR_DBL_Pos) /*!< 0x00000400 */ |
5994 | #define TIM_DCR_DBL_3 (0x08U << TIM_DCR_DBL_Pos) /*!< 0x00000800 */ |
5985 | #define TIM_DCR_DBL_3 (0x08UL << TIM_DCR_DBL_Pos) /*!< 0x00000800 */ |
5995 | #define TIM_DCR_DBL_4 (0x10U << TIM_DCR_DBL_Pos) /*!< 0x00001000 */ |
5986 | #define TIM_DCR_DBL_4 (0x10UL << TIM_DCR_DBL_Pos) /*!< 0x00001000 */ |
5996 | 5987 | ||
5997 | /******************* Bit definition for TIM_DMAR register *******************/ |
5988 | /******************* Bit definition for TIM_DMAR register *******************/ |
5998 | #define TIM_DMAR_DMAB_Pos (0U) |
5989 | #define TIM_DMAR_DMAB_Pos (0U) |
5999 | #define TIM_DMAR_DMAB_Msk (0xFFFFU << TIM_DMAR_DMAB_Pos) /*!< 0x0000FFFF */ |
5990 | #define TIM_DMAR_DMAB_Msk (0xFFFFUL << TIM_DMAR_DMAB_Pos) /*!< 0x0000FFFF */ |
6000 | #define TIM_DMAR_DMAB TIM_DMAR_DMAB_Msk /*!<DMA register for burst accesses */ |
5991 | #define TIM_DMAR_DMAB TIM_DMAR_DMAB_Msk /*!<DMA register for burst accesses */ |
6001 | 5992 | ||
6002 | /******************* Bit definition for TIM_OR register *********************/ |
5993 | /******************* Bit definition for TIM_OR register *********************/ |
6003 | #define TIM_OR_TI1RMP_Pos (0U) |
5994 | #define TIM_OR_TI1RMP_Pos (0U) |
6004 | #define TIM_OR_TI1RMP_Msk (0x3U << TIM_OR_TI1RMP_Pos) /*!< 0x00000003 */ |
5995 | #define TIM_OR_TI1RMP_Msk (0x3UL << TIM_OR_TI1RMP_Pos) /*!< 0x00000003 */ |
6005 | #define TIM_OR_TI1RMP TIM_OR_TI1RMP_Msk /*!<TI1_RMP[1:0] bits (TIM Input 1 remap) */ |
5996 | #define TIM_OR_TI1RMP TIM_OR_TI1RMP_Msk /*!<TI1_RMP[1:0] bits (TIM Input 1 remap) */ |
6006 | #define TIM_OR_TI1RMP_0 (0x1U << TIM_OR_TI1RMP_Pos) /*!< 0x00000001 */ |
5997 | #define TIM_OR_TI1RMP_0 (0x1UL << TIM_OR_TI1RMP_Pos) /*!< 0x00000001 */ |
6007 | #define TIM_OR_TI1RMP_1 (0x2U << TIM_OR_TI1RMP_Pos) /*!< 0x00000002 */ |
5998 | #define TIM_OR_TI1RMP_1 (0x2UL << TIM_OR_TI1RMP_Pos) /*!< 0x00000002 */ |
6008 | 5999 | ||
6009 | #define TIM_OR_ETR_RMP_Pos (2U) |
6000 | #define TIM_OR_ETR_RMP_Pos (2U) |
6010 | #define TIM_OR_ETR_RMP_Msk (0x1U << TIM_OR_ETR_RMP_Pos) /*!< 0x00000004 */ |
6001 | #define TIM_OR_ETR_RMP_Msk (0x1UL << TIM_OR_ETR_RMP_Pos) /*!< 0x00000004 */ |
6011 | #define TIM_OR_ETR_RMP TIM_OR_ETR_RMP_Msk /*!<ETR_RMP bit (TIM10/11 ETR remap)*/ |
6002 | #define TIM_OR_ETR_RMP TIM_OR_ETR_RMP_Msk /*!<ETR_RMP bit (TIM10/11 ETR remap)*/ |
6012 | #define TIM_OR_TI1_RMP_RI_Pos (3U) |
6003 | #define TIM_OR_TI1_RMP_RI_Pos (3U) |
6013 | #define TIM_OR_TI1_RMP_RI_Msk (0x1U << TIM_OR_TI1_RMP_RI_Pos) /*!< 0x00000008 */ |
6004 | #define TIM_OR_TI1_RMP_RI_Msk (0x1UL << TIM_OR_TI1_RMP_RI_Pos) /*!< 0x00000008 */ |
6014 | #define TIM_OR_TI1_RMP_RI TIM_OR_TI1_RMP_RI_Msk /*!<TI1_RMP_RI bit (TIM10/11 Input 1 remap for Routing interface) */ |
6005 | #define TIM_OR_TI1_RMP_RI TIM_OR_TI1_RMP_RI_Msk /*!<TI1_RMP_RI bit (TIM10/11 Input 1 remap for Routing interface) */ |
6015 | 6006 | ||
6016 | 6007 | ||
6017 | /******************************************************************************/ |
6008 | /******************************************************************************/ |
6018 | /* */ |
6009 | /* */ |
Line 6020... | Line 6011... | ||
6020 | /* */ |
6011 | /* */ |
6021 | /******************************************************************************/ |
6012 | /******************************************************************************/ |
6022 | 6013 | ||
6023 | /******************* Bit definition for USART_SR register *******************/ |
6014 | /******************* Bit definition for USART_SR register *******************/ |
6024 | #define USART_SR_PE_Pos (0U) |
6015 | #define USART_SR_PE_Pos (0U) |
6025 | #define USART_SR_PE_Msk (0x1U << USART_SR_PE_Pos) /*!< 0x00000001 */ |
6016 | #define USART_SR_PE_Msk (0x1UL << USART_SR_PE_Pos) /*!< 0x00000001 */ |
6026 | #define USART_SR_PE USART_SR_PE_Msk /*!< Parity Error */ |
6017 | #define USART_SR_PE USART_SR_PE_Msk /*!< Parity Error */ |
6027 | #define USART_SR_FE_Pos (1U) |
6018 | #define USART_SR_FE_Pos (1U) |
6028 | #define USART_SR_FE_Msk (0x1U << USART_SR_FE_Pos) /*!< 0x00000002 */ |
6019 | #define USART_SR_FE_Msk (0x1UL << USART_SR_FE_Pos) /*!< 0x00000002 */ |
6029 | #define USART_SR_FE USART_SR_FE_Msk /*!< Framing Error */ |
6020 | #define USART_SR_FE USART_SR_FE_Msk /*!< Framing Error */ |
6030 | #define USART_SR_NE_Pos (2U) |
6021 | #define USART_SR_NE_Pos (2U) |
6031 | #define USART_SR_NE_Msk (0x1U << USART_SR_NE_Pos) /*!< 0x00000004 */ |
6022 | #define USART_SR_NE_Msk (0x1UL << USART_SR_NE_Pos) /*!< 0x00000004 */ |
6032 | #define USART_SR_NE USART_SR_NE_Msk /*!< Noise Error Flag */ |
6023 | #define USART_SR_NE USART_SR_NE_Msk /*!< Noise Error Flag */ |
6033 | #define USART_SR_ORE_Pos (3U) |
6024 | #define USART_SR_ORE_Pos (3U) |
6034 | #define USART_SR_ORE_Msk (0x1U << USART_SR_ORE_Pos) /*!< 0x00000008 */ |
6025 | #define USART_SR_ORE_Msk (0x1UL << USART_SR_ORE_Pos) /*!< 0x00000008 */ |
6035 | #define USART_SR_ORE USART_SR_ORE_Msk /*!< OverRun Error */ |
6026 | #define USART_SR_ORE USART_SR_ORE_Msk /*!< OverRun Error */ |
6036 | #define USART_SR_IDLE_Pos (4U) |
6027 | #define USART_SR_IDLE_Pos (4U) |
6037 | #define USART_SR_IDLE_Msk (0x1U << USART_SR_IDLE_Pos) /*!< 0x00000010 */ |
6028 | #define USART_SR_IDLE_Msk (0x1UL << USART_SR_IDLE_Pos) /*!< 0x00000010 */ |
6038 | #define USART_SR_IDLE USART_SR_IDLE_Msk /*!< IDLE line detected */ |
6029 | #define USART_SR_IDLE USART_SR_IDLE_Msk /*!< IDLE line detected */ |
6039 | #define USART_SR_RXNE_Pos (5U) |
6030 | #define USART_SR_RXNE_Pos (5U) |
6040 | #define USART_SR_RXNE_Msk (0x1U << USART_SR_RXNE_Pos) /*!< 0x00000020 */ |
6031 | #define USART_SR_RXNE_Msk (0x1UL << USART_SR_RXNE_Pos) /*!< 0x00000020 */ |
6041 | #define USART_SR_RXNE USART_SR_RXNE_Msk /*!< Read Data Register Not Empty */ |
6032 | #define USART_SR_RXNE USART_SR_RXNE_Msk /*!< Read Data Register Not Empty */ |
6042 | #define USART_SR_TC_Pos (6U) |
6033 | #define USART_SR_TC_Pos (6U) |
6043 | #define USART_SR_TC_Msk (0x1U << USART_SR_TC_Pos) /*!< 0x00000040 */ |
6034 | #define USART_SR_TC_Msk (0x1UL << USART_SR_TC_Pos) /*!< 0x00000040 */ |
6044 | #define USART_SR_TC USART_SR_TC_Msk /*!< Transmission Complete */ |
6035 | #define USART_SR_TC USART_SR_TC_Msk /*!< Transmission Complete */ |
6045 | #define USART_SR_TXE_Pos (7U) |
6036 | #define USART_SR_TXE_Pos (7U) |
6046 | #define USART_SR_TXE_Msk (0x1U << USART_SR_TXE_Pos) /*!< 0x00000080 */ |
6037 | #define USART_SR_TXE_Msk (0x1UL << USART_SR_TXE_Pos) /*!< 0x00000080 */ |
6047 | #define USART_SR_TXE USART_SR_TXE_Msk /*!< Transmit Data Register Empty */ |
6038 | #define USART_SR_TXE USART_SR_TXE_Msk /*!< Transmit Data Register Empty */ |
6048 | #define USART_SR_LBD_Pos (8U) |
6039 | #define USART_SR_LBD_Pos (8U) |
6049 | #define USART_SR_LBD_Msk (0x1U << USART_SR_LBD_Pos) /*!< 0x00000100 */ |
6040 | #define USART_SR_LBD_Msk (0x1UL << USART_SR_LBD_Pos) /*!< 0x00000100 */ |
6050 | #define USART_SR_LBD USART_SR_LBD_Msk /*!< LIN Break Detection Flag */ |
6041 | #define USART_SR_LBD USART_SR_LBD_Msk /*!< LIN Break Detection Flag */ |
6051 | #define USART_SR_CTS_Pos (9U) |
6042 | #define USART_SR_CTS_Pos (9U) |
6052 | #define USART_SR_CTS_Msk (0x1U << USART_SR_CTS_Pos) /*!< 0x00000200 */ |
6043 | #define USART_SR_CTS_Msk (0x1UL << USART_SR_CTS_Pos) /*!< 0x00000200 */ |
6053 | #define USART_SR_CTS USART_SR_CTS_Msk /*!< CTS Flag */ |
6044 | #define USART_SR_CTS USART_SR_CTS_Msk /*!< CTS Flag */ |
6054 | 6045 | ||
6055 | /******************* Bit definition for USART_DR register *******************/ |
6046 | /******************* Bit definition for USART_DR register *******************/ |
6056 | #define USART_DR_DR_Pos (0U) |
6047 | #define USART_DR_DR_Pos (0U) |
6057 | #define USART_DR_DR_Msk (0x1FFU << USART_DR_DR_Pos) /*!< 0x000001FF */ |
6048 | #define USART_DR_DR_Msk (0x1FFUL << USART_DR_DR_Pos) /*!< 0x000001FF */ |
6058 | #define USART_DR_DR USART_DR_DR_Msk /*!< Data value */ |
6049 | #define USART_DR_DR USART_DR_DR_Msk /*!< Data value */ |
6059 | 6050 | ||
6060 | /****************** Bit definition for USART_BRR register *******************/ |
6051 | /****************** Bit definition for USART_BRR register *******************/ |
6061 | #define USART_BRR_DIV_FRACTION_Pos (0U) |
6052 | #define USART_BRR_DIV_FRACTION_Pos (0U) |
6062 | #define USART_BRR_DIV_FRACTION_Msk (0xFU << USART_BRR_DIV_FRACTION_Pos) /*!< 0x0000000F */ |
6053 | #define USART_BRR_DIV_FRACTION_Msk (0xFUL << USART_BRR_DIV_FRACTION_Pos) /*!< 0x0000000F */ |
6063 | #define USART_BRR_DIV_FRACTION USART_BRR_DIV_FRACTION_Msk /*!< Fraction of USARTDIV */ |
6054 | #define USART_BRR_DIV_FRACTION USART_BRR_DIV_FRACTION_Msk /*!< Fraction of USARTDIV */ |
6064 | #define USART_BRR_DIV_MANTISSA_Pos (4U) |
6055 | #define USART_BRR_DIV_MANTISSA_Pos (4U) |
6065 | #define USART_BRR_DIV_MANTISSA_Msk (0xFFFU << USART_BRR_DIV_MANTISSA_Pos) /*!< 0x0000FFF0 */ |
6056 | #define USART_BRR_DIV_MANTISSA_Msk (0xFFFUL << USART_BRR_DIV_MANTISSA_Pos) /*!< 0x0000FFF0 */ |
6066 | #define USART_BRR_DIV_MANTISSA USART_BRR_DIV_MANTISSA_Msk /*!< Mantissa of USARTDIV */ |
6057 | #define USART_BRR_DIV_MANTISSA USART_BRR_DIV_MANTISSA_Msk /*!< Mantissa of USARTDIV */ |
6067 | 6058 | ||
6068 | /****************** Bit definition for USART_CR1 register *******************/ |
6059 | /****************** Bit definition for USART_CR1 register *******************/ |
6069 | #define USART_CR1_SBK_Pos (0U) |
6060 | #define USART_CR1_SBK_Pos (0U) |
6070 | #define USART_CR1_SBK_Msk (0x1U << USART_CR1_SBK_Pos) /*!< 0x00000001 */ |
6061 | #define USART_CR1_SBK_Msk (0x1UL << USART_CR1_SBK_Pos) /*!< 0x00000001 */ |
6071 | #define USART_CR1_SBK USART_CR1_SBK_Msk /*!< Send Break */ |
6062 | #define USART_CR1_SBK USART_CR1_SBK_Msk /*!< Send Break */ |
6072 | #define USART_CR1_RWU_Pos (1U) |
6063 | #define USART_CR1_RWU_Pos (1U) |
6073 | #define USART_CR1_RWU_Msk (0x1U << USART_CR1_RWU_Pos) /*!< 0x00000002 */ |
6064 | #define USART_CR1_RWU_Msk (0x1UL << USART_CR1_RWU_Pos) /*!< 0x00000002 */ |
6074 | #define USART_CR1_RWU USART_CR1_RWU_Msk /*!< Receiver wakeup */ |
6065 | #define USART_CR1_RWU USART_CR1_RWU_Msk /*!< Receiver wakeup */ |
6075 | #define USART_CR1_RE_Pos (2U) |
6066 | #define USART_CR1_RE_Pos (2U) |
6076 | #define USART_CR1_RE_Msk (0x1U << USART_CR1_RE_Pos) /*!< 0x00000004 */ |
6067 | #define USART_CR1_RE_Msk (0x1UL << USART_CR1_RE_Pos) /*!< 0x00000004 */ |
6077 | #define USART_CR1_RE USART_CR1_RE_Msk /*!< Receiver Enable */ |
6068 | #define USART_CR1_RE USART_CR1_RE_Msk /*!< Receiver Enable */ |
6078 | #define USART_CR1_TE_Pos (3U) |
6069 | #define USART_CR1_TE_Pos (3U) |
6079 | #define USART_CR1_TE_Msk (0x1U << USART_CR1_TE_Pos) /*!< 0x00000008 */ |
6070 | #define USART_CR1_TE_Msk (0x1UL << USART_CR1_TE_Pos) /*!< 0x00000008 */ |
6080 | #define USART_CR1_TE USART_CR1_TE_Msk /*!< Transmitter Enable */ |
6071 | #define USART_CR1_TE USART_CR1_TE_Msk /*!< Transmitter Enable */ |
6081 | #define USART_CR1_IDLEIE_Pos (4U) |
6072 | #define USART_CR1_IDLEIE_Pos (4U) |
6082 | #define USART_CR1_IDLEIE_Msk (0x1U << USART_CR1_IDLEIE_Pos) /*!< 0x00000010 */ |
6073 | #define USART_CR1_IDLEIE_Msk (0x1UL << USART_CR1_IDLEIE_Pos) /*!< 0x00000010 */ |
6083 | #define USART_CR1_IDLEIE USART_CR1_IDLEIE_Msk /*!< IDLE Interrupt Enable */ |
6074 | #define USART_CR1_IDLEIE USART_CR1_IDLEIE_Msk /*!< IDLE Interrupt Enable */ |
6084 | #define USART_CR1_RXNEIE_Pos (5U) |
6075 | #define USART_CR1_RXNEIE_Pos (5U) |
6085 | #define USART_CR1_RXNEIE_Msk (0x1U << USART_CR1_RXNEIE_Pos) /*!< 0x00000020 */ |
6076 | #define USART_CR1_RXNEIE_Msk (0x1UL << USART_CR1_RXNEIE_Pos) /*!< 0x00000020 */ |
6086 | #define USART_CR1_RXNEIE USART_CR1_RXNEIE_Msk /*!< RXNE Interrupt Enable */ |
6077 | #define USART_CR1_RXNEIE USART_CR1_RXNEIE_Msk /*!< RXNE Interrupt Enable */ |
6087 | #define USART_CR1_TCIE_Pos (6U) |
6078 | #define USART_CR1_TCIE_Pos (6U) |
6088 | #define USART_CR1_TCIE_Msk (0x1U << USART_CR1_TCIE_Pos) /*!< 0x00000040 */ |
6079 | #define USART_CR1_TCIE_Msk (0x1UL << USART_CR1_TCIE_Pos) /*!< 0x00000040 */ |
6089 | #define USART_CR1_TCIE USART_CR1_TCIE_Msk /*!< Transmission Complete Interrupt Enable */ |
6080 | #define USART_CR1_TCIE USART_CR1_TCIE_Msk /*!< Transmission Complete Interrupt Enable */ |
6090 | #define USART_CR1_TXEIE_Pos (7U) |
6081 | #define USART_CR1_TXEIE_Pos (7U) |
6091 | #define USART_CR1_TXEIE_Msk (0x1U << USART_CR1_TXEIE_Pos) /*!< 0x00000080 */ |
6082 | #define USART_CR1_TXEIE_Msk (0x1UL << USART_CR1_TXEIE_Pos) /*!< 0x00000080 */ |
6092 | #define USART_CR1_TXEIE USART_CR1_TXEIE_Msk /*!< PE Interrupt Enable */ |
6083 | #define USART_CR1_TXEIE USART_CR1_TXEIE_Msk /*!< PE Interrupt Enable */ |
6093 | #define USART_CR1_PEIE_Pos (8U) |
6084 | #define USART_CR1_PEIE_Pos (8U) |
6094 | #define USART_CR1_PEIE_Msk (0x1U << USART_CR1_PEIE_Pos) /*!< 0x00000100 */ |
6085 | #define USART_CR1_PEIE_Msk (0x1UL << USART_CR1_PEIE_Pos) /*!< 0x00000100 */ |
6095 | #define USART_CR1_PEIE USART_CR1_PEIE_Msk /*!< PE Interrupt Enable */ |
6086 | #define USART_CR1_PEIE USART_CR1_PEIE_Msk /*!< PE Interrupt Enable */ |
6096 | #define USART_CR1_PS_Pos (9U) |
6087 | #define USART_CR1_PS_Pos (9U) |
6097 | #define USART_CR1_PS_Msk (0x1U << USART_CR1_PS_Pos) /*!< 0x00000200 */ |
6088 | #define USART_CR1_PS_Msk (0x1UL << USART_CR1_PS_Pos) /*!< 0x00000200 */ |
6098 | #define USART_CR1_PS USART_CR1_PS_Msk /*!< Parity Selection */ |
6089 | #define USART_CR1_PS USART_CR1_PS_Msk /*!< Parity Selection */ |
6099 | #define USART_CR1_PCE_Pos (10U) |
6090 | #define USART_CR1_PCE_Pos (10U) |
6100 | #define USART_CR1_PCE_Msk (0x1U << USART_CR1_PCE_Pos) /*!< 0x00000400 */ |
6091 | #define USART_CR1_PCE_Msk (0x1UL << USART_CR1_PCE_Pos) /*!< 0x00000400 */ |
6101 | #define USART_CR1_PCE USART_CR1_PCE_Msk /*!< Parity Control Enable */ |
6092 | #define USART_CR1_PCE USART_CR1_PCE_Msk /*!< Parity Control Enable */ |
6102 | #define USART_CR1_WAKE_Pos (11U) |
6093 | #define USART_CR1_WAKE_Pos (11U) |
6103 | #define USART_CR1_WAKE_Msk (0x1U << USART_CR1_WAKE_Pos) /*!< 0x00000800 */ |
6094 | #define USART_CR1_WAKE_Msk (0x1UL << USART_CR1_WAKE_Pos) /*!< 0x00000800 */ |
6104 | #define USART_CR1_WAKE USART_CR1_WAKE_Msk /*!< Wakeup method */ |
6095 | #define USART_CR1_WAKE USART_CR1_WAKE_Msk /*!< Wakeup method */ |
6105 | #define USART_CR1_M_Pos (12U) |
6096 | #define USART_CR1_M_Pos (12U) |
6106 | #define USART_CR1_M_Msk (0x1U << USART_CR1_M_Pos) /*!< 0x00001000 */ |
6097 | #define USART_CR1_M_Msk (0x1UL << USART_CR1_M_Pos) /*!< 0x00001000 */ |
6107 | #define USART_CR1_M USART_CR1_M_Msk /*!< Word length */ |
6098 | #define USART_CR1_M USART_CR1_M_Msk /*!< Word length */ |
6108 | #define USART_CR1_UE_Pos (13U) |
6099 | #define USART_CR1_UE_Pos (13U) |
6109 | #define USART_CR1_UE_Msk (0x1U << USART_CR1_UE_Pos) /*!< 0x00002000 */ |
6100 | #define USART_CR1_UE_Msk (0x1UL << USART_CR1_UE_Pos) /*!< 0x00002000 */ |
6110 | #define USART_CR1_UE USART_CR1_UE_Msk /*!< USART Enable */ |
6101 | #define USART_CR1_UE USART_CR1_UE_Msk /*!< USART Enable */ |
6111 | #define USART_CR1_OVER8_Pos (15U) |
6102 | #define USART_CR1_OVER8_Pos (15U) |
6112 | #define USART_CR1_OVER8_Msk (0x1U << USART_CR1_OVER8_Pos) /*!< 0x00008000 */ |
6103 | #define USART_CR1_OVER8_Msk (0x1UL << USART_CR1_OVER8_Pos) /*!< 0x00008000 */ |
6113 | #define USART_CR1_OVER8 USART_CR1_OVER8_Msk /*!< Oversampling by 8-bit mode */ |
6104 | #define USART_CR1_OVER8 USART_CR1_OVER8_Msk /*!< Oversampling by 8-bit mode */ |
6114 | 6105 | ||
6115 | /****************** Bit definition for USART_CR2 register *******************/ |
6106 | /****************** Bit definition for USART_CR2 register *******************/ |
6116 | #define USART_CR2_ADD_Pos (0U) |
6107 | #define USART_CR2_ADD_Pos (0U) |
6117 | #define USART_CR2_ADD_Msk (0xFU << USART_CR2_ADD_Pos) /*!< 0x0000000F */ |
6108 | #define USART_CR2_ADD_Msk (0xFUL << USART_CR2_ADD_Pos) /*!< 0x0000000F */ |
6118 | #define USART_CR2_ADD USART_CR2_ADD_Msk /*!< Address of the USART node */ |
6109 | #define USART_CR2_ADD USART_CR2_ADD_Msk /*!< Address of the USART node */ |
6119 | #define USART_CR2_LBDL_Pos (5U) |
6110 | #define USART_CR2_LBDL_Pos (5U) |
6120 | #define USART_CR2_LBDL_Msk (0x1U << USART_CR2_LBDL_Pos) /*!< 0x00000020 */ |
6111 | #define USART_CR2_LBDL_Msk (0x1UL << USART_CR2_LBDL_Pos) /*!< 0x00000020 */ |
6121 | #define USART_CR2_LBDL USART_CR2_LBDL_Msk /*!< LIN Break Detection Length */ |
6112 | #define USART_CR2_LBDL USART_CR2_LBDL_Msk /*!< LIN Break Detection Length */ |
6122 | #define USART_CR2_LBDIE_Pos (6U) |
6113 | #define USART_CR2_LBDIE_Pos (6U) |
6123 | #define USART_CR2_LBDIE_Msk (0x1U << USART_CR2_LBDIE_Pos) /*!< 0x00000040 */ |
6114 | #define USART_CR2_LBDIE_Msk (0x1UL << USART_CR2_LBDIE_Pos) /*!< 0x00000040 */ |
6124 | #define USART_CR2_LBDIE USART_CR2_LBDIE_Msk /*!< LIN Break Detection Interrupt Enable */ |
6115 | #define USART_CR2_LBDIE USART_CR2_LBDIE_Msk /*!< LIN Break Detection Interrupt Enable */ |
6125 | #define USART_CR2_LBCL_Pos (8U) |
6116 | #define USART_CR2_LBCL_Pos (8U) |
6126 | #define USART_CR2_LBCL_Msk (0x1U << USART_CR2_LBCL_Pos) /*!< 0x00000100 */ |
6117 | #define USART_CR2_LBCL_Msk (0x1UL << USART_CR2_LBCL_Pos) /*!< 0x00000100 */ |
6127 | #define USART_CR2_LBCL USART_CR2_LBCL_Msk /*!< Last Bit Clock pulse */ |
6118 | #define USART_CR2_LBCL USART_CR2_LBCL_Msk /*!< Last Bit Clock pulse */ |
6128 | #define USART_CR2_CPHA_Pos (9U) |
6119 | #define USART_CR2_CPHA_Pos (9U) |
6129 | #define USART_CR2_CPHA_Msk (0x1U << USART_CR2_CPHA_Pos) /*!< 0x00000200 */ |
6120 | #define USART_CR2_CPHA_Msk (0x1UL << USART_CR2_CPHA_Pos) /*!< 0x00000200 */ |
6130 | #define USART_CR2_CPHA USART_CR2_CPHA_Msk /*!< Clock Phase */ |
6121 | #define USART_CR2_CPHA USART_CR2_CPHA_Msk /*!< Clock Phase */ |
6131 | #define USART_CR2_CPOL_Pos (10U) |
6122 | #define USART_CR2_CPOL_Pos (10U) |
6132 | #define USART_CR2_CPOL_Msk (0x1U << USART_CR2_CPOL_Pos) /*!< 0x00000400 */ |
6123 | #define USART_CR2_CPOL_Msk (0x1UL << USART_CR2_CPOL_Pos) /*!< 0x00000400 */ |
6133 | #define USART_CR2_CPOL USART_CR2_CPOL_Msk /*!< Clock Polarity */ |
6124 | #define USART_CR2_CPOL USART_CR2_CPOL_Msk /*!< Clock Polarity */ |
6134 | #define USART_CR2_CLKEN_Pos (11U) |
6125 | #define USART_CR2_CLKEN_Pos (11U) |
6135 | #define USART_CR2_CLKEN_Msk (0x1U << USART_CR2_CLKEN_Pos) /*!< 0x00000800 */ |
6126 | #define USART_CR2_CLKEN_Msk (0x1UL << USART_CR2_CLKEN_Pos) /*!< 0x00000800 */ |
6136 | #define USART_CR2_CLKEN USART_CR2_CLKEN_Msk /*!< Clock Enable */ |
6127 | #define USART_CR2_CLKEN USART_CR2_CLKEN_Msk /*!< Clock Enable */ |
6137 | 6128 | ||
6138 | #define USART_CR2_STOP_Pos (12U) |
6129 | #define USART_CR2_STOP_Pos (12U) |
6139 | #define USART_CR2_STOP_Msk (0x3U << USART_CR2_STOP_Pos) /*!< 0x00003000 */ |
6130 | #define USART_CR2_STOP_Msk (0x3UL << USART_CR2_STOP_Pos) /*!< 0x00003000 */ |
6140 | #define USART_CR2_STOP USART_CR2_STOP_Msk /*!< STOP[1:0] bits (STOP bits) */ |
6131 | #define USART_CR2_STOP USART_CR2_STOP_Msk /*!< STOP[1:0] bits (STOP bits) */ |
6141 | #define USART_CR2_STOP_0 (0x1U << USART_CR2_STOP_Pos) /*!< 0x00001000 */ |
6132 | #define USART_CR2_STOP_0 (0x1UL << USART_CR2_STOP_Pos) /*!< 0x00001000 */ |
6142 | #define USART_CR2_STOP_1 (0x2U << USART_CR2_STOP_Pos) /*!< 0x00002000 */ |
6133 | #define USART_CR2_STOP_1 (0x2UL << USART_CR2_STOP_Pos) /*!< 0x00002000 */ |
6143 | 6134 | ||
6144 | #define USART_CR2_LINEN_Pos (14U) |
6135 | #define USART_CR2_LINEN_Pos (14U) |
6145 | #define USART_CR2_LINEN_Msk (0x1U << USART_CR2_LINEN_Pos) /*!< 0x00004000 */ |
6136 | #define USART_CR2_LINEN_Msk (0x1UL << USART_CR2_LINEN_Pos) /*!< 0x00004000 */ |
6146 | #define USART_CR2_LINEN USART_CR2_LINEN_Msk /*!< LIN mode enable */ |
6137 | #define USART_CR2_LINEN USART_CR2_LINEN_Msk /*!< LIN mode enable */ |
6147 | 6138 | ||
6148 | /****************** Bit definition for USART_CR3 register *******************/ |
6139 | /****************** Bit definition for USART_CR3 register *******************/ |
6149 | #define USART_CR3_EIE_Pos (0U) |
6140 | #define USART_CR3_EIE_Pos (0U) |
6150 | #define USART_CR3_EIE_Msk (0x1U << USART_CR3_EIE_Pos) /*!< 0x00000001 */ |
6141 | #define USART_CR3_EIE_Msk (0x1UL << USART_CR3_EIE_Pos) /*!< 0x00000001 */ |
6151 | #define USART_CR3_EIE USART_CR3_EIE_Msk /*!< Error Interrupt Enable */ |
6142 | #define USART_CR3_EIE USART_CR3_EIE_Msk /*!< Error Interrupt Enable */ |
6152 | #define USART_CR3_IREN_Pos (1U) |
6143 | #define USART_CR3_IREN_Pos (1U) |
6153 | #define USART_CR3_IREN_Msk (0x1U << USART_CR3_IREN_Pos) /*!< 0x00000002 */ |
6144 | #define USART_CR3_IREN_Msk (0x1UL << USART_CR3_IREN_Pos) /*!< 0x00000002 */ |
6154 | #define USART_CR3_IREN USART_CR3_IREN_Msk /*!< IrDA mode Enable */ |
6145 | #define USART_CR3_IREN USART_CR3_IREN_Msk /*!< IrDA mode Enable */ |
6155 | #define USART_CR3_IRLP_Pos (2U) |
6146 | #define USART_CR3_IRLP_Pos (2U) |
6156 | #define USART_CR3_IRLP_Msk (0x1U << USART_CR3_IRLP_Pos) /*!< 0x00000004 */ |
6147 | #define USART_CR3_IRLP_Msk (0x1UL << USART_CR3_IRLP_Pos) /*!< 0x00000004 */ |
6157 | #define USART_CR3_IRLP USART_CR3_IRLP_Msk /*!< IrDA Low-Power */ |
6148 | #define USART_CR3_IRLP USART_CR3_IRLP_Msk /*!< IrDA Low-Power */ |
6158 | #define USART_CR3_HDSEL_Pos (3U) |
6149 | #define USART_CR3_HDSEL_Pos (3U) |
6159 | #define USART_CR3_HDSEL_Msk (0x1U << USART_CR3_HDSEL_Pos) /*!< 0x00000008 */ |
6150 | #define USART_CR3_HDSEL_Msk (0x1UL << USART_CR3_HDSEL_Pos) /*!< 0x00000008 */ |
6160 | #define USART_CR3_HDSEL USART_CR3_HDSEL_Msk /*!< Half-Duplex Selection */ |
6151 | #define USART_CR3_HDSEL USART_CR3_HDSEL_Msk /*!< Half-Duplex Selection */ |
6161 | #define USART_CR3_NACK_Pos (4U) |
6152 | #define USART_CR3_NACK_Pos (4U) |
6162 | #define USART_CR3_NACK_Msk (0x1U << USART_CR3_NACK_Pos) /*!< 0x00000010 */ |
6153 | #define USART_CR3_NACK_Msk (0x1UL << USART_CR3_NACK_Pos) /*!< 0x00000010 */ |
6163 | #define USART_CR3_NACK USART_CR3_NACK_Msk /*!< Smartcard NACK enable */ |
6154 | #define USART_CR3_NACK USART_CR3_NACK_Msk /*!< Smartcard NACK enable */ |
6164 | #define USART_CR3_SCEN_Pos (5U) |
6155 | #define USART_CR3_SCEN_Pos (5U) |
6165 | #define USART_CR3_SCEN_Msk (0x1U << USART_CR3_SCEN_Pos) /*!< 0x00000020 */ |
6156 | #define USART_CR3_SCEN_Msk (0x1UL << USART_CR3_SCEN_Pos) /*!< 0x00000020 */ |
6166 | #define USART_CR3_SCEN USART_CR3_SCEN_Msk /*!< Smartcard mode enable */ |
6157 | #define USART_CR3_SCEN USART_CR3_SCEN_Msk /*!< Smartcard mode enable */ |
6167 | #define USART_CR3_DMAR_Pos (6U) |
6158 | #define USART_CR3_DMAR_Pos (6U) |
6168 | #define USART_CR3_DMAR_Msk (0x1U << USART_CR3_DMAR_Pos) /*!< 0x00000040 */ |
6159 | #define USART_CR3_DMAR_Msk (0x1UL << USART_CR3_DMAR_Pos) /*!< 0x00000040 */ |
6169 | #define USART_CR3_DMAR USART_CR3_DMAR_Msk /*!< DMA Enable Receiver */ |
6160 | #define USART_CR3_DMAR USART_CR3_DMAR_Msk /*!< DMA Enable Receiver */ |
6170 | #define USART_CR3_DMAT_Pos (7U) |
6161 | #define USART_CR3_DMAT_Pos (7U) |
6171 | #define USART_CR3_DMAT_Msk (0x1U << USART_CR3_DMAT_Pos) /*!< 0x00000080 */ |
6162 | #define USART_CR3_DMAT_Msk (0x1UL << USART_CR3_DMAT_Pos) /*!< 0x00000080 */ |
6172 | #define USART_CR3_DMAT USART_CR3_DMAT_Msk /*!< DMA Enable Transmitter */ |
6163 | #define USART_CR3_DMAT USART_CR3_DMAT_Msk /*!< DMA Enable Transmitter */ |
6173 | #define USART_CR3_RTSE_Pos (8U) |
6164 | #define USART_CR3_RTSE_Pos (8U) |
6174 | #define USART_CR3_RTSE_Msk (0x1U << USART_CR3_RTSE_Pos) /*!< 0x00000100 */ |
6165 | #define USART_CR3_RTSE_Msk (0x1UL << USART_CR3_RTSE_Pos) /*!< 0x00000100 */ |
6175 | #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ |
6166 | #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ |
6176 | #define USART_CR3_CTSE_Pos (9U) |
6167 | #define USART_CR3_CTSE_Pos (9U) |
6177 | #define USART_CR3_CTSE_Msk (0x1U << USART_CR3_CTSE_Pos) /*!< 0x00000200 */ |
6168 | #define USART_CR3_CTSE_Msk (0x1UL << USART_CR3_CTSE_Pos) /*!< 0x00000200 */ |
6178 | #define USART_CR3_CTSE USART_CR3_CTSE_Msk /*!< CTS Enable */ |
6169 | #define USART_CR3_CTSE USART_CR3_CTSE_Msk /*!< CTS Enable */ |
6179 | #define USART_CR3_CTSIE_Pos (10U) |
6170 | #define USART_CR3_CTSIE_Pos (10U) |
6180 | #define USART_CR3_CTSIE_Msk (0x1U << USART_CR3_CTSIE_Pos) /*!< 0x00000400 */ |
6171 | #define USART_CR3_CTSIE_Msk (0x1UL << USART_CR3_CTSIE_Pos) /*!< 0x00000400 */ |
6181 | #define USART_CR3_CTSIE USART_CR3_CTSIE_Msk /*!< CTS Interrupt Enable */ |
6172 | #define USART_CR3_CTSIE USART_CR3_CTSIE_Msk /*!< CTS Interrupt Enable */ |
6182 | #define USART_CR3_ONEBIT_Pos (11U) |
6173 | #define USART_CR3_ONEBIT_Pos (11U) |
6183 | #define USART_CR3_ONEBIT_Msk (0x1U << USART_CR3_ONEBIT_Pos) /*!< 0x00000800 */ |
6174 | #define USART_CR3_ONEBIT_Msk (0x1UL << USART_CR3_ONEBIT_Pos) /*!< 0x00000800 */ |
6184 | #define USART_CR3_ONEBIT USART_CR3_ONEBIT_Msk /*!< One sample bit method enable */ |
6175 | #define USART_CR3_ONEBIT USART_CR3_ONEBIT_Msk /*!< One sample bit method enable */ |
6185 | 6176 | ||
6186 | /****************** Bit definition for USART_GTPR register ******************/ |
6177 | /****************** Bit definition for USART_GTPR register ******************/ |
6187 | #define USART_GTPR_PSC_Pos (0U) |
6178 | #define USART_GTPR_PSC_Pos (0U) |
6188 | #define USART_GTPR_PSC_Msk (0xFFU << USART_GTPR_PSC_Pos) /*!< 0x000000FF */ |
6179 | #define USART_GTPR_PSC_Msk (0xFFUL << USART_GTPR_PSC_Pos) /*!< 0x000000FF */ |
6189 | #define USART_GTPR_PSC USART_GTPR_PSC_Msk /*!< PSC[7:0] bits (Prescaler value) */ |
6180 | #define USART_GTPR_PSC USART_GTPR_PSC_Msk /*!< PSC[7:0] bits (Prescaler value) */ |
6190 | #define USART_GTPR_PSC_0 (0x01U << USART_GTPR_PSC_Pos) /*!< 0x00000001 */ |
6181 | #define USART_GTPR_PSC_0 (0x01UL << USART_GTPR_PSC_Pos) /*!< 0x00000001 */ |
6191 | #define USART_GTPR_PSC_1 (0x02U << USART_GTPR_PSC_Pos) /*!< 0x00000002 */ |
6182 | #define USART_GTPR_PSC_1 (0x02UL << USART_GTPR_PSC_Pos) /*!< 0x00000002 */ |
6192 | #define USART_GTPR_PSC_2 (0x04U << USART_GTPR_PSC_Pos) /*!< 0x00000004 */ |
6183 | #define USART_GTPR_PSC_2 (0x04UL << USART_GTPR_PSC_Pos) /*!< 0x00000004 */ |
6193 | #define USART_GTPR_PSC_3 (0x08U << USART_GTPR_PSC_Pos) /*!< 0x00000008 */ |
6184 | #define USART_GTPR_PSC_3 (0x08UL << USART_GTPR_PSC_Pos) /*!< 0x00000008 */ |
6194 | #define USART_GTPR_PSC_4 (0x10U << USART_GTPR_PSC_Pos) /*!< 0x00000010 */ |
6185 | #define USART_GTPR_PSC_4 (0x10UL << USART_GTPR_PSC_Pos) /*!< 0x00000010 */ |
6195 | #define USART_GTPR_PSC_5 (0x20U << USART_GTPR_PSC_Pos) /*!< 0x00000020 */ |
6186 | #define USART_GTPR_PSC_5 (0x20UL << USART_GTPR_PSC_Pos) /*!< 0x00000020 */ |
6196 | #define USART_GTPR_PSC_6 (0x40U << USART_GTPR_PSC_Pos) /*!< 0x00000040 */ |
6187 | #define USART_GTPR_PSC_6 (0x40UL << USART_GTPR_PSC_Pos) /*!< 0x00000040 */ |
6197 | #define USART_GTPR_PSC_7 (0x80U << USART_GTPR_PSC_Pos) /*!< 0x00000080 */ |
6188 | #define USART_GTPR_PSC_7 (0x80UL << USART_GTPR_PSC_Pos) /*!< 0x00000080 */ |
6198 | 6189 | ||
6199 | #define USART_GTPR_GT_Pos (8U) |
6190 | #define USART_GTPR_GT_Pos (8U) |
6200 | #define USART_GTPR_GT_Msk (0xFFU << USART_GTPR_GT_Pos) /*!< 0x0000FF00 */ |
6191 | #define USART_GTPR_GT_Msk (0xFFUL << USART_GTPR_GT_Pos) /*!< 0x0000FF00 */ |
6201 | #define USART_GTPR_GT USART_GTPR_GT_Msk /*!< Guard time value */ |
6192 | #define USART_GTPR_GT USART_GTPR_GT_Msk /*!< Guard time value */ |
6202 | 6193 | ||
6203 | /******************************************************************************/ |
6194 | /******************************************************************************/ |
6204 | /* */ |
6195 | /* */ |
6205 | /* Universal Serial Bus (USB) */ |
6196 | /* Universal Serial Bus (USB) */ |
Line 6217... | Line 6208... | ||
6217 | #define USB_EP6R (USB_BASE + 0x00000018U) /*!< endpoint 6 register address */ |
6208 | #define USB_EP6R (USB_BASE + 0x00000018U) /*!< endpoint 6 register address */ |
6218 | #define USB_EP7R (USB_BASE + 0x0000001CU) /*!< endpoint 7 register address */ |
6209 | #define USB_EP7R (USB_BASE + 0x0000001CU) /*!< endpoint 7 register address */ |
6219 | 6210 | ||
6220 | /* bit positions */ |
6211 | /* bit positions */ |
6221 | #define USB_EP_CTR_RX_Pos (15U) |
6212 | #define USB_EP_CTR_RX_Pos (15U) |
6222 | #define USB_EP_CTR_RX_Msk (0x1U << USB_EP_CTR_RX_Pos) /*!< 0x00008000 */ |
6213 | #define USB_EP_CTR_RX_Msk (0x1UL << USB_EP_CTR_RX_Pos) /*!< 0x00008000 */ |
6223 | #define USB_EP_CTR_RX USB_EP_CTR_RX_Msk /*!< EndPoint Correct TRansfer RX */ |
6214 | #define USB_EP_CTR_RX USB_EP_CTR_RX_Msk /*!< EndPoint Correct TRansfer RX */ |
6224 | #define USB_EP_DTOG_RX_Pos (14U) |
6215 | #define USB_EP_DTOG_RX_Pos (14U) |
6225 | #define USB_EP_DTOG_RX_Msk (0x1U << USB_EP_DTOG_RX_Pos) /*!< 0x00004000 */ |
6216 | #define USB_EP_DTOG_RX_Msk (0x1UL << USB_EP_DTOG_RX_Pos) /*!< 0x00004000 */ |
6226 | #define USB_EP_DTOG_RX USB_EP_DTOG_RX_Msk /*!< EndPoint Data TOGGLE RX */ |
6217 | #define USB_EP_DTOG_RX USB_EP_DTOG_RX_Msk /*!< EndPoint Data TOGGLE RX */ |
6227 | #define USB_EPRX_STAT_Pos (12U) |
6218 | #define USB_EPRX_STAT_Pos (12U) |
6228 | #define USB_EPRX_STAT_Msk (0x3U << USB_EPRX_STAT_Pos) /*!< 0x00003000 */ |
6219 | #define USB_EPRX_STAT_Msk (0x3UL << USB_EPRX_STAT_Pos) /*!< 0x00003000 */ |
6229 | #define USB_EPRX_STAT USB_EPRX_STAT_Msk /*!< EndPoint RX STATus bit field */ |
6220 | #define USB_EPRX_STAT USB_EPRX_STAT_Msk /*!< EndPoint RX STATus bit field */ |
6230 | #define USB_EP_SETUP_Pos (11U) |
6221 | #define USB_EP_SETUP_Pos (11U) |
6231 | #define USB_EP_SETUP_Msk (0x1U << USB_EP_SETUP_Pos) /*!< 0x00000800 */ |
6222 | #define USB_EP_SETUP_Msk (0x1UL << USB_EP_SETUP_Pos) /*!< 0x00000800 */ |
6232 | #define USB_EP_SETUP USB_EP_SETUP_Msk /*!< EndPoint SETUP */ |
6223 | #define USB_EP_SETUP USB_EP_SETUP_Msk /*!< EndPoint SETUP */ |
6233 | #define USB_EP_T_FIELD_Pos (9U) |
6224 | #define USB_EP_T_FIELD_Pos (9U) |
6234 | #define USB_EP_T_FIELD_Msk (0x3U << USB_EP_T_FIELD_Pos) /*!< 0x00000600 */ |
6225 | #define USB_EP_T_FIELD_Msk (0x3UL << USB_EP_T_FIELD_Pos) /*!< 0x00000600 */ |
6235 | #define USB_EP_T_FIELD USB_EP_T_FIELD_Msk /*!< EndPoint TYPE */ |
6226 | #define USB_EP_T_FIELD USB_EP_T_FIELD_Msk /*!< EndPoint TYPE */ |
6236 | #define USB_EP_KIND_Pos (8U) |
6227 | #define USB_EP_KIND_Pos (8U) |
6237 | #define USB_EP_KIND_Msk (0x1U << USB_EP_KIND_Pos) /*!< 0x00000100 */ |
6228 | #define USB_EP_KIND_Msk (0x1UL << USB_EP_KIND_Pos) /*!< 0x00000100 */ |
6238 | #define USB_EP_KIND USB_EP_KIND_Msk /*!< EndPoint KIND */ |
6229 | #define USB_EP_KIND USB_EP_KIND_Msk /*!< EndPoint KIND */ |
6239 | #define USB_EP_CTR_TX_Pos (7U) |
6230 | #define USB_EP_CTR_TX_Pos (7U) |
6240 | #define USB_EP_CTR_TX_Msk (0x1U << USB_EP_CTR_TX_Pos) /*!< 0x00000080 */ |
6231 | #define USB_EP_CTR_TX_Msk (0x1UL << USB_EP_CTR_TX_Pos) /*!< 0x00000080 */ |
6241 | #define USB_EP_CTR_TX USB_EP_CTR_TX_Msk /*!< EndPoint Correct TRansfer TX */ |
6232 | #define USB_EP_CTR_TX USB_EP_CTR_TX_Msk /*!< EndPoint Correct TRansfer TX */ |
6242 | #define USB_EP_DTOG_TX_Pos (6U) |
6233 | #define USB_EP_DTOG_TX_Pos (6U) |
6243 | #define USB_EP_DTOG_TX_Msk (0x1U << USB_EP_DTOG_TX_Pos) /*!< 0x00000040 */ |
6234 | #define USB_EP_DTOG_TX_Msk (0x1UL << USB_EP_DTOG_TX_Pos) /*!< 0x00000040 */ |
6244 | #define USB_EP_DTOG_TX USB_EP_DTOG_TX_Msk /*!< EndPoint Data TOGGLE TX */ |
6235 | #define USB_EP_DTOG_TX USB_EP_DTOG_TX_Msk /*!< EndPoint Data TOGGLE TX */ |
6245 | #define USB_EPTX_STAT_Pos (4U) |
6236 | #define USB_EPTX_STAT_Pos (4U) |
6246 | #define USB_EPTX_STAT_Msk (0x3U << USB_EPTX_STAT_Pos) /*!< 0x00000030 */ |
6237 | #define USB_EPTX_STAT_Msk (0x3UL << USB_EPTX_STAT_Pos) /*!< 0x00000030 */ |
6247 | #define USB_EPTX_STAT USB_EPTX_STAT_Msk /*!< EndPoint TX STATus bit field */ |
6238 | #define USB_EPTX_STAT USB_EPTX_STAT_Msk /*!< EndPoint TX STATus bit field */ |
6248 | #define USB_EPADDR_FIELD_Pos (0U) |
6239 | #define USB_EPADDR_FIELD_Pos (0U) |
6249 | #define USB_EPADDR_FIELD_Msk (0xFU << USB_EPADDR_FIELD_Pos) /*!< 0x0000000F */ |
6240 | #define USB_EPADDR_FIELD_Msk (0xFUL << USB_EPADDR_FIELD_Pos) /*!< 0x0000000F */ |
6250 | #define USB_EPADDR_FIELD USB_EPADDR_FIELD_Msk /*!< EndPoint ADDRess FIELD */ |
6241 | #define USB_EPADDR_FIELD USB_EPADDR_FIELD_Msk /*!< EndPoint ADDRess FIELD */ |
6251 | 6242 | ||
6252 | /* EndPoint REGister MASK (no toggle fields) */ |
6243 | /* EndPoint REGister MASK (no toggle fields) */ |
6253 | #define USB_EPREG_MASK (USB_EP_CTR_RX|USB_EP_SETUP|USB_EP_T_FIELD|USB_EP_KIND|USB_EP_CTR_TX|USB_EPADDR_FIELD) |
6244 | #define USB_EPREG_MASK (USB_EP_CTR_RX|USB_EP_SETUP|USB_EP_T_FIELD|USB_EP_KIND|USB_EP_CTR_TX|USB_EPADDR_FIELD) |
6254 | /*!< EP_TYPE[1:0] EndPoint TYPE */ |
6245 | /*!< EP_TYPE[1:0] EndPoint TYPE */ |
6255 | #define USB_EP_TYPE_MASK_Pos (9U) |
6246 | #define USB_EP_TYPE_MASK_Pos (9U) |
6256 | #define USB_EP_TYPE_MASK_Msk (0x3U << USB_EP_TYPE_MASK_Pos) /*!< 0x00000600 */ |
6247 | #define USB_EP_TYPE_MASK_Msk (0x3UL << USB_EP_TYPE_MASK_Pos) /*!< 0x00000600 */ |
6257 | #define USB_EP_TYPE_MASK USB_EP_TYPE_MASK_Msk /*!< EndPoint TYPE Mask */ |
6248 | #define USB_EP_TYPE_MASK USB_EP_TYPE_MASK_Msk /*!< EndPoint TYPE Mask */ |
6258 | #define USB_EP_BULK (0x00000000U) /*!< EndPoint BULK */ |
6249 | #define USB_EP_BULK (0x00000000U) /*!< EndPoint BULK */ |
6259 | #define USB_EP_CONTROL (0x00000200U) /*!< EndPoint CONTROL */ |
6250 | #define USB_EP_CONTROL (0x00000200U) /*!< EndPoint CONTROL */ |
6260 | #define USB_EP_ISOCHRONOUS (0x00000400U) /*!< EndPoint ISOCHRONOUS */ |
6251 | #define USB_EP_ISOCHRONOUS (0x00000400U) /*!< EndPoint ISOCHRONOUS */ |
6261 | #define USB_EP_INTERRUPT (0x00000600U) /*!< EndPoint INTERRUPT */ |
6252 | #define USB_EP_INTERRUPT (0x00000600U) /*!< EndPoint INTERRUPT */ |
Line 6279... | Line 6270... | ||
6279 | #define USB_EPRX_DTOG2 (0x00002000U) /*!< EndPoint RX Data TOGgle bit1 */ |
6270 | #define USB_EPRX_DTOG2 (0x00002000U) /*!< EndPoint RX Data TOGgle bit1 */ |
6280 | #define USB_EPRX_DTOGMASK (USB_EPRX_STAT|USB_EPREG_MASK) |
6271 | #define USB_EPRX_DTOGMASK (USB_EPRX_STAT|USB_EPREG_MASK) |
6281 | 6272 | ||
6282 | /******************* Bit definition for USB_EP0R register *******************/ |
6273 | /******************* Bit definition for USB_EP0R register *******************/ |
6283 | #define USB_EP0R_EA_Pos (0U) |
6274 | #define USB_EP0R_EA_Pos (0U) |
6284 | #define USB_EP0R_EA_Msk (0xFU << USB_EP0R_EA_Pos) /*!< 0x0000000F */ |
6275 | #define USB_EP0R_EA_Msk (0xFUL << USB_EP0R_EA_Pos) /*!< 0x0000000F */ |
6285 | #define USB_EP0R_EA USB_EP0R_EA_Msk /*!<Endpoint Address */ |
6276 | #define USB_EP0R_EA USB_EP0R_EA_Msk /*!<Endpoint Address */ |
6286 | 6277 | ||
6287 | #define USB_EP0R_STAT_TX_Pos (4U) |
6278 | #define USB_EP0R_STAT_TX_Pos (4U) |
6288 | #define USB_EP0R_STAT_TX_Msk (0x3U << USB_EP0R_STAT_TX_Pos) /*!< 0x00000030 */ |
6279 | #define USB_EP0R_STAT_TX_Msk (0x3UL << USB_EP0R_STAT_TX_Pos) /*!< 0x00000030 */ |
6289 | #define USB_EP0R_STAT_TX USB_EP0R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6280 | #define USB_EP0R_STAT_TX USB_EP0R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6290 | #define USB_EP0R_STAT_TX_0 (0x1U << USB_EP0R_STAT_TX_Pos) /*!< 0x00000010 */ |
6281 | #define USB_EP0R_STAT_TX_0 (0x1UL << USB_EP0R_STAT_TX_Pos) /*!< 0x00000010 */ |
6291 | #define USB_EP0R_STAT_TX_1 (0x2U << USB_EP0R_STAT_TX_Pos) /*!< 0x00000020 */ |
6282 | #define USB_EP0R_STAT_TX_1 (0x2UL << USB_EP0R_STAT_TX_Pos) /*!< 0x00000020 */ |
6292 | 6283 | ||
6293 | #define USB_EP0R_DTOG_TX_Pos (6U) |
6284 | #define USB_EP0R_DTOG_TX_Pos (6U) |
6294 | #define USB_EP0R_DTOG_TX_Msk (0x1U << USB_EP0R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6285 | #define USB_EP0R_DTOG_TX_Msk (0x1UL << USB_EP0R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6295 | #define USB_EP0R_DTOG_TX USB_EP0R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6286 | #define USB_EP0R_DTOG_TX USB_EP0R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6296 | #define USB_EP0R_CTR_TX_Pos (7U) |
6287 | #define USB_EP0R_CTR_TX_Pos (7U) |
6297 | #define USB_EP0R_CTR_TX_Msk (0x1U << USB_EP0R_CTR_TX_Pos) /*!< 0x00000080 */ |
6288 | #define USB_EP0R_CTR_TX_Msk (0x1UL << USB_EP0R_CTR_TX_Pos) /*!< 0x00000080 */ |
6298 | #define USB_EP0R_CTR_TX USB_EP0R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6289 | #define USB_EP0R_CTR_TX USB_EP0R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6299 | #define USB_EP0R_EP_KIND_Pos (8U) |
6290 | #define USB_EP0R_EP_KIND_Pos (8U) |
6300 | #define USB_EP0R_EP_KIND_Msk (0x1U << USB_EP0R_EP_KIND_Pos) /*!< 0x00000100 */ |
6291 | #define USB_EP0R_EP_KIND_Msk (0x1UL << USB_EP0R_EP_KIND_Pos) /*!< 0x00000100 */ |
6301 | #define USB_EP0R_EP_KIND USB_EP0R_EP_KIND_Msk /*!<Endpoint Kind */ |
6292 | #define USB_EP0R_EP_KIND USB_EP0R_EP_KIND_Msk /*!<Endpoint Kind */ |
6302 | 6293 | ||
6303 | #define USB_EP0R_EP_TYPE_Pos (9U) |
6294 | #define USB_EP0R_EP_TYPE_Pos (9U) |
6304 | #define USB_EP0R_EP_TYPE_Msk (0x3U << USB_EP0R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6295 | #define USB_EP0R_EP_TYPE_Msk (0x3UL << USB_EP0R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6305 | #define USB_EP0R_EP_TYPE USB_EP0R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6296 | #define USB_EP0R_EP_TYPE USB_EP0R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6306 | #define USB_EP0R_EP_TYPE_0 (0x1U << USB_EP0R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6297 | #define USB_EP0R_EP_TYPE_0 (0x1UL << USB_EP0R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6307 | #define USB_EP0R_EP_TYPE_1 (0x2U << USB_EP0R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6298 | #define USB_EP0R_EP_TYPE_1 (0x2UL << USB_EP0R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6308 | 6299 | ||
6309 | #define USB_EP0R_SETUP_Pos (11U) |
6300 | #define USB_EP0R_SETUP_Pos (11U) |
6310 | #define USB_EP0R_SETUP_Msk (0x1U << USB_EP0R_SETUP_Pos) /*!< 0x00000800 */ |
6301 | #define USB_EP0R_SETUP_Msk (0x1UL << USB_EP0R_SETUP_Pos) /*!< 0x00000800 */ |
6311 | #define USB_EP0R_SETUP USB_EP0R_SETUP_Msk /*!<Setup transaction completed */ |
6302 | #define USB_EP0R_SETUP USB_EP0R_SETUP_Msk /*!<Setup transaction completed */ |
6312 | 6303 | ||
6313 | #define USB_EP0R_STAT_RX_Pos (12U) |
6304 | #define USB_EP0R_STAT_RX_Pos (12U) |
6314 | #define USB_EP0R_STAT_RX_Msk (0x3U << USB_EP0R_STAT_RX_Pos) /*!< 0x00003000 */ |
6305 | #define USB_EP0R_STAT_RX_Msk (0x3UL << USB_EP0R_STAT_RX_Pos) /*!< 0x00003000 */ |
6315 | #define USB_EP0R_STAT_RX USB_EP0R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6306 | #define USB_EP0R_STAT_RX USB_EP0R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6316 | #define USB_EP0R_STAT_RX_0 (0x1U << USB_EP0R_STAT_RX_Pos) /*!< 0x00001000 */ |
6307 | #define USB_EP0R_STAT_RX_0 (0x1UL << USB_EP0R_STAT_RX_Pos) /*!< 0x00001000 */ |
6317 | #define USB_EP0R_STAT_RX_1 (0x2U << USB_EP0R_STAT_RX_Pos) /*!< 0x00002000 */ |
6308 | #define USB_EP0R_STAT_RX_1 (0x2UL << USB_EP0R_STAT_RX_Pos) /*!< 0x00002000 */ |
6318 | 6309 | ||
6319 | #define USB_EP0R_DTOG_RX_Pos (14U) |
6310 | #define USB_EP0R_DTOG_RX_Pos (14U) |
6320 | #define USB_EP0R_DTOG_RX_Msk (0x1U << USB_EP0R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6311 | #define USB_EP0R_DTOG_RX_Msk (0x1UL << USB_EP0R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6321 | #define USB_EP0R_DTOG_RX USB_EP0R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6312 | #define USB_EP0R_DTOG_RX USB_EP0R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6322 | #define USB_EP0R_CTR_RX_Pos (15U) |
6313 | #define USB_EP0R_CTR_RX_Pos (15U) |
6323 | #define USB_EP0R_CTR_RX_Msk (0x1U << USB_EP0R_CTR_RX_Pos) /*!< 0x00008000 */ |
6314 | #define USB_EP0R_CTR_RX_Msk (0x1UL << USB_EP0R_CTR_RX_Pos) /*!< 0x00008000 */ |
6324 | #define USB_EP0R_CTR_RX USB_EP0R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6315 | #define USB_EP0R_CTR_RX USB_EP0R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6325 | 6316 | ||
6326 | /******************* Bit definition for USB_EP1R register *******************/ |
6317 | /******************* Bit definition for USB_EP1R register *******************/ |
6327 | #define USB_EP1R_EA_Pos (0U) |
6318 | #define USB_EP1R_EA_Pos (0U) |
6328 | #define USB_EP1R_EA_Msk (0xFU << USB_EP1R_EA_Pos) /*!< 0x0000000F */ |
6319 | #define USB_EP1R_EA_Msk (0xFUL << USB_EP1R_EA_Pos) /*!< 0x0000000F */ |
6329 | #define USB_EP1R_EA USB_EP1R_EA_Msk /*!<Endpoint Address */ |
6320 | #define USB_EP1R_EA USB_EP1R_EA_Msk /*!<Endpoint Address */ |
6330 | 6321 | ||
6331 | #define USB_EP1R_STAT_TX_Pos (4U) |
6322 | #define USB_EP1R_STAT_TX_Pos (4U) |
6332 | #define USB_EP1R_STAT_TX_Msk (0x3U << USB_EP1R_STAT_TX_Pos) /*!< 0x00000030 */ |
6323 | #define USB_EP1R_STAT_TX_Msk (0x3UL << USB_EP1R_STAT_TX_Pos) /*!< 0x00000030 */ |
6333 | #define USB_EP1R_STAT_TX USB_EP1R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6324 | #define USB_EP1R_STAT_TX USB_EP1R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6334 | #define USB_EP1R_STAT_TX_0 (0x1U << USB_EP1R_STAT_TX_Pos) /*!< 0x00000010 */ |
6325 | #define USB_EP1R_STAT_TX_0 (0x1UL << USB_EP1R_STAT_TX_Pos) /*!< 0x00000010 */ |
6335 | #define USB_EP1R_STAT_TX_1 (0x2U << USB_EP1R_STAT_TX_Pos) /*!< 0x00000020 */ |
6326 | #define USB_EP1R_STAT_TX_1 (0x2UL << USB_EP1R_STAT_TX_Pos) /*!< 0x00000020 */ |
6336 | 6327 | ||
6337 | #define USB_EP1R_DTOG_TX_Pos (6U) |
6328 | #define USB_EP1R_DTOG_TX_Pos (6U) |
6338 | #define USB_EP1R_DTOG_TX_Msk (0x1U << USB_EP1R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6329 | #define USB_EP1R_DTOG_TX_Msk (0x1UL << USB_EP1R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6339 | #define USB_EP1R_DTOG_TX USB_EP1R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6330 | #define USB_EP1R_DTOG_TX USB_EP1R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6340 | #define USB_EP1R_CTR_TX_Pos (7U) |
6331 | #define USB_EP1R_CTR_TX_Pos (7U) |
6341 | #define USB_EP1R_CTR_TX_Msk (0x1U << USB_EP1R_CTR_TX_Pos) /*!< 0x00000080 */ |
6332 | #define USB_EP1R_CTR_TX_Msk (0x1UL << USB_EP1R_CTR_TX_Pos) /*!< 0x00000080 */ |
6342 | #define USB_EP1R_CTR_TX USB_EP1R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6333 | #define USB_EP1R_CTR_TX USB_EP1R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6343 | #define USB_EP1R_EP_KIND_Pos (8U) |
6334 | #define USB_EP1R_EP_KIND_Pos (8U) |
6344 | #define USB_EP1R_EP_KIND_Msk (0x1U << USB_EP1R_EP_KIND_Pos) /*!< 0x00000100 */ |
6335 | #define USB_EP1R_EP_KIND_Msk (0x1UL << USB_EP1R_EP_KIND_Pos) /*!< 0x00000100 */ |
6345 | #define USB_EP1R_EP_KIND USB_EP1R_EP_KIND_Msk /*!<Endpoint Kind */ |
6336 | #define USB_EP1R_EP_KIND USB_EP1R_EP_KIND_Msk /*!<Endpoint Kind */ |
6346 | 6337 | ||
6347 | #define USB_EP1R_EP_TYPE_Pos (9U) |
6338 | #define USB_EP1R_EP_TYPE_Pos (9U) |
6348 | #define USB_EP1R_EP_TYPE_Msk (0x3U << USB_EP1R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6339 | #define USB_EP1R_EP_TYPE_Msk (0x3UL << USB_EP1R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6349 | #define USB_EP1R_EP_TYPE USB_EP1R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6340 | #define USB_EP1R_EP_TYPE USB_EP1R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6350 | #define USB_EP1R_EP_TYPE_0 (0x1U << USB_EP1R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6341 | #define USB_EP1R_EP_TYPE_0 (0x1UL << USB_EP1R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6351 | #define USB_EP1R_EP_TYPE_1 (0x2U << USB_EP1R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6342 | #define USB_EP1R_EP_TYPE_1 (0x2UL << USB_EP1R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6352 | 6343 | ||
6353 | #define USB_EP1R_SETUP_Pos (11U) |
6344 | #define USB_EP1R_SETUP_Pos (11U) |
6354 | #define USB_EP1R_SETUP_Msk (0x1U << USB_EP1R_SETUP_Pos) /*!< 0x00000800 */ |
6345 | #define USB_EP1R_SETUP_Msk (0x1UL << USB_EP1R_SETUP_Pos) /*!< 0x00000800 */ |
6355 | #define USB_EP1R_SETUP USB_EP1R_SETUP_Msk /*!<Setup transaction completed */ |
6346 | #define USB_EP1R_SETUP USB_EP1R_SETUP_Msk /*!<Setup transaction completed */ |
6356 | 6347 | ||
6357 | #define USB_EP1R_STAT_RX_Pos (12U) |
6348 | #define USB_EP1R_STAT_RX_Pos (12U) |
6358 | #define USB_EP1R_STAT_RX_Msk (0x3U << USB_EP1R_STAT_RX_Pos) /*!< 0x00003000 */ |
6349 | #define USB_EP1R_STAT_RX_Msk (0x3UL << USB_EP1R_STAT_RX_Pos) /*!< 0x00003000 */ |
6359 | #define USB_EP1R_STAT_RX USB_EP1R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6350 | #define USB_EP1R_STAT_RX USB_EP1R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6360 | #define USB_EP1R_STAT_RX_0 (0x1U << USB_EP1R_STAT_RX_Pos) /*!< 0x00001000 */ |
6351 | #define USB_EP1R_STAT_RX_0 (0x1UL << USB_EP1R_STAT_RX_Pos) /*!< 0x00001000 */ |
6361 | #define USB_EP1R_STAT_RX_1 (0x2U << USB_EP1R_STAT_RX_Pos) /*!< 0x00002000 */ |
6352 | #define USB_EP1R_STAT_RX_1 (0x2UL << USB_EP1R_STAT_RX_Pos) /*!< 0x00002000 */ |
6362 | 6353 | ||
6363 | #define USB_EP1R_DTOG_RX_Pos (14U) |
6354 | #define USB_EP1R_DTOG_RX_Pos (14U) |
6364 | #define USB_EP1R_DTOG_RX_Msk (0x1U << USB_EP1R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6355 | #define USB_EP1R_DTOG_RX_Msk (0x1UL << USB_EP1R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6365 | #define USB_EP1R_DTOG_RX USB_EP1R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6356 | #define USB_EP1R_DTOG_RX USB_EP1R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6366 | #define USB_EP1R_CTR_RX_Pos (15U) |
6357 | #define USB_EP1R_CTR_RX_Pos (15U) |
6367 | #define USB_EP1R_CTR_RX_Msk (0x1U << USB_EP1R_CTR_RX_Pos) /*!< 0x00008000 */ |
6358 | #define USB_EP1R_CTR_RX_Msk (0x1UL << USB_EP1R_CTR_RX_Pos) /*!< 0x00008000 */ |
6368 | #define USB_EP1R_CTR_RX USB_EP1R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6359 | #define USB_EP1R_CTR_RX USB_EP1R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6369 | 6360 | ||
6370 | /******************* Bit definition for USB_EP2R register *******************/ |
6361 | /******************* Bit definition for USB_EP2R register *******************/ |
6371 | #define USB_EP2R_EA_Pos (0U) |
6362 | #define USB_EP2R_EA_Pos (0U) |
6372 | #define USB_EP2R_EA_Msk (0xFU << USB_EP2R_EA_Pos) /*!< 0x0000000F */ |
6363 | #define USB_EP2R_EA_Msk (0xFUL << USB_EP2R_EA_Pos) /*!< 0x0000000F */ |
6373 | #define USB_EP2R_EA USB_EP2R_EA_Msk /*!<Endpoint Address */ |
6364 | #define USB_EP2R_EA USB_EP2R_EA_Msk /*!<Endpoint Address */ |
6374 | 6365 | ||
6375 | #define USB_EP2R_STAT_TX_Pos (4U) |
6366 | #define USB_EP2R_STAT_TX_Pos (4U) |
6376 | #define USB_EP2R_STAT_TX_Msk (0x3U << USB_EP2R_STAT_TX_Pos) /*!< 0x00000030 */ |
6367 | #define USB_EP2R_STAT_TX_Msk (0x3UL << USB_EP2R_STAT_TX_Pos) /*!< 0x00000030 */ |
6377 | #define USB_EP2R_STAT_TX USB_EP2R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6368 | #define USB_EP2R_STAT_TX USB_EP2R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6378 | #define USB_EP2R_STAT_TX_0 (0x1U << USB_EP2R_STAT_TX_Pos) /*!< 0x00000010 */ |
6369 | #define USB_EP2R_STAT_TX_0 (0x1UL << USB_EP2R_STAT_TX_Pos) /*!< 0x00000010 */ |
6379 | #define USB_EP2R_STAT_TX_1 (0x2U << USB_EP2R_STAT_TX_Pos) /*!< 0x00000020 */ |
6370 | #define USB_EP2R_STAT_TX_1 (0x2UL << USB_EP2R_STAT_TX_Pos) /*!< 0x00000020 */ |
6380 | 6371 | ||
6381 | #define USB_EP2R_DTOG_TX_Pos (6U) |
6372 | #define USB_EP2R_DTOG_TX_Pos (6U) |
6382 | #define USB_EP2R_DTOG_TX_Msk (0x1U << USB_EP2R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6373 | #define USB_EP2R_DTOG_TX_Msk (0x1UL << USB_EP2R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6383 | #define USB_EP2R_DTOG_TX USB_EP2R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6374 | #define USB_EP2R_DTOG_TX USB_EP2R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6384 | #define USB_EP2R_CTR_TX_Pos (7U) |
6375 | #define USB_EP2R_CTR_TX_Pos (7U) |
6385 | #define USB_EP2R_CTR_TX_Msk (0x1U << USB_EP2R_CTR_TX_Pos) /*!< 0x00000080 */ |
6376 | #define USB_EP2R_CTR_TX_Msk (0x1UL << USB_EP2R_CTR_TX_Pos) /*!< 0x00000080 */ |
6386 | #define USB_EP2R_CTR_TX USB_EP2R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6377 | #define USB_EP2R_CTR_TX USB_EP2R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6387 | #define USB_EP2R_EP_KIND_Pos (8U) |
6378 | #define USB_EP2R_EP_KIND_Pos (8U) |
6388 | #define USB_EP2R_EP_KIND_Msk (0x1U << USB_EP2R_EP_KIND_Pos) /*!< 0x00000100 */ |
6379 | #define USB_EP2R_EP_KIND_Msk (0x1UL << USB_EP2R_EP_KIND_Pos) /*!< 0x00000100 */ |
6389 | #define USB_EP2R_EP_KIND USB_EP2R_EP_KIND_Msk /*!<Endpoint Kind */ |
6380 | #define USB_EP2R_EP_KIND USB_EP2R_EP_KIND_Msk /*!<Endpoint Kind */ |
6390 | 6381 | ||
6391 | #define USB_EP2R_EP_TYPE_Pos (9U) |
6382 | #define USB_EP2R_EP_TYPE_Pos (9U) |
6392 | #define USB_EP2R_EP_TYPE_Msk (0x3U << USB_EP2R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6383 | #define USB_EP2R_EP_TYPE_Msk (0x3UL << USB_EP2R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6393 | #define USB_EP2R_EP_TYPE USB_EP2R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6384 | #define USB_EP2R_EP_TYPE USB_EP2R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6394 | #define USB_EP2R_EP_TYPE_0 (0x1U << USB_EP2R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6385 | #define USB_EP2R_EP_TYPE_0 (0x1UL << USB_EP2R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6395 | #define USB_EP2R_EP_TYPE_1 (0x2U << USB_EP2R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6386 | #define USB_EP2R_EP_TYPE_1 (0x2UL << USB_EP2R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6396 | 6387 | ||
6397 | #define USB_EP2R_SETUP_Pos (11U) |
6388 | #define USB_EP2R_SETUP_Pos (11U) |
6398 | #define USB_EP2R_SETUP_Msk (0x1U << USB_EP2R_SETUP_Pos) /*!< 0x00000800 */ |
6389 | #define USB_EP2R_SETUP_Msk (0x1UL << USB_EP2R_SETUP_Pos) /*!< 0x00000800 */ |
6399 | #define USB_EP2R_SETUP USB_EP2R_SETUP_Msk /*!<Setup transaction completed */ |
6390 | #define USB_EP2R_SETUP USB_EP2R_SETUP_Msk /*!<Setup transaction completed */ |
6400 | 6391 | ||
6401 | #define USB_EP2R_STAT_RX_Pos (12U) |
6392 | #define USB_EP2R_STAT_RX_Pos (12U) |
6402 | #define USB_EP2R_STAT_RX_Msk (0x3U << USB_EP2R_STAT_RX_Pos) /*!< 0x00003000 */ |
6393 | #define USB_EP2R_STAT_RX_Msk (0x3UL << USB_EP2R_STAT_RX_Pos) /*!< 0x00003000 */ |
6403 | #define USB_EP2R_STAT_RX USB_EP2R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6394 | #define USB_EP2R_STAT_RX USB_EP2R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6404 | #define USB_EP2R_STAT_RX_0 (0x1U << USB_EP2R_STAT_RX_Pos) /*!< 0x00001000 */ |
6395 | #define USB_EP2R_STAT_RX_0 (0x1UL << USB_EP2R_STAT_RX_Pos) /*!< 0x00001000 */ |
6405 | #define USB_EP2R_STAT_RX_1 (0x2U << USB_EP2R_STAT_RX_Pos) /*!< 0x00002000 */ |
6396 | #define USB_EP2R_STAT_RX_1 (0x2UL << USB_EP2R_STAT_RX_Pos) /*!< 0x00002000 */ |
6406 | 6397 | ||
6407 | #define USB_EP2R_DTOG_RX_Pos (14U) |
6398 | #define USB_EP2R_DTOG_RX_Pos (14U) |
6408 | #define USB_EP2R_DTOG_RX_Msk (0x1U << USB_EP2R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6399 | #define USB_EP2R_DTOG_RX_Msk (0x1UL << USB_EP2R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6409 | #define USB_EP2R_DTOG_RX USB_EP2R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6400 | #define USB_EP2R_DTOG_RX USB_EP2R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6410 | #define USB_EP2R_CTR_RX_Pos (15U) |
6401 | #define USB_EP2R_CTR_RX_Pos (15U) |
6411 | #define USB_EP2R_CTR_RX_Msk (0x1U << USB_EP2R_CTR_RX_Pos) /*!< 0x00008000 */ |
6402 | #define USB_EP2R_CTR_RX_Msk (0x1UL << USB_EP2R_CTR_RX_Pos) /*!< 0x00008000 */ |
6412 | #define USB_EP2R_CTR_RX USB_EP2R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6403 | #define USB_EP2R_CTR_RX USB_EP2R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6413 | 6404 | ||
6414 | /******************* Bit definition for USB_EP3R register *******************/ |
6405 | /******************* Bit definition for USB_EP3R register *******************/ |
6415 | #define USB_EP3R_EA_Pos (0U) |
6406 | #define USB_EP3R_EA_Pos (0U) |
6416 | #define USB_EP3R_EA_Msk (0xFU << USB_EP3R_EA_Pos) /*!< 0x0000000F */ |
6407 | #define USB_EP3R_EA_Msk (0xFUL << USB_EP3R_EA_Pos) /*!< 0x0000000F */ |
6417 | #define USB_EP3R_EA USB_EP3R_EA_Msk /*!<Endpoint Address */ |
6408 | #define USB_EP3R_EA USB_EP3R_EA_Msk /*!<Endpoint Address */ |
6418 | 6409 | ||
6419 | #define USB_EP3R_STAT_TX_Pos (4U) |
6410 | #define USB_EP3R_STAT_TX_Pos (4U) |
6420 | #define USB_EP3R_STAT_TX_Msk (0x3U << USB_EP3R_STAT_TX_Pos) /*!< 0x00000030 */ |
6411 | #define USB_EP3R_STAT_TX_Msk (0x3UL << USB_EP3R_STAT_TX_Pos) /*!< 0x00000030 */ |
6421 | #define USB_EP3R_STAT_TX USB_EP3R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6412 | #define USB_EP3R_STAT_TX USB_EP3R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6422 | #define USB_EP3R_STAT_TX_0 (0x1U << USB_EP3R_STAT_TX_Pos) /*!< 0x00000010 */ |
6413 | #define USB_EP3R_STAT_TX_0 (0x1UL << USB_EP3R_STAT_TX_Pos) /*!< 0x00000010 */ |
6423 | #define USB_EP3R_STAT_TX_1 (0x2U << USB_EP3R_STAT_TX_Pos) /*!< 0x00000020 */ |
6414 | #define USB_EP3R_STAT_TX_1 (0x2UL << USB_EP3R_STAT_TX_Pos) /*!< 0x00000020 */ |
6424 | 6415 | ||
6425 | #define USB_EP3R_DTOG_TX_Pos (6U) |
6416 | #define USB_EP3R_DTOG_TX_Pos (6U) |
6426 | #define USB_EP3R_DTOG_TX_Msk (0x1U << USB_EP3R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6417 | #define USB_EP3R_DTOG_TX_Msk (0x1UL << USB_EP3R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6427 | #define USB_EP3R_DTOG_TX USB_EP3R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6418 | #define USB_EP3R_DTOG_TX USB_EP3R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6428 | #define USB_EP3R_CTR_TX_Pos (7U) |
6419 | #define USB_EP3R_CTR_TX_Pos (7U) |
6429 | #define USB_EP3R_CTR_TX_Msk (0x1U << USB_EP3R_CTR_TX_Pos) /*!< 0x00000080 */ |
6420 | #define USB_EP3R_CTR_TX_Msk (0x1UL << USB_EP3R_CTR_TX_Pos) /*!< 0x00000080 */ |
6430 | #define USB_EP3R_CTR_TX USB_EP3R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6421 | #define USB_EP3R_CTR_TX USB_EP3R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6431 | #define USB_EP3R_EP_KIND_Pos (8U) |
6422 | #define USB_EP3R_EP_KIND_Pos (8U) |
6432 | #define USB_EP3R_EP_KIND_Msk (0x1U << USB_EP3R_EP_KIND_Pos) /*!< 0x00000100 */ |
6423 | #define USB_EP3R_EP_KIND_Msk (0x1UL << USB_EP3R_EP_KIND_Pos) /*!< 0x00000100 */ |
6433 | #define USB_EP3R_EP_KIND USB_EP3R_EP_KIND_Msk /*!<Endpoint Kind */ |
6424 | #define USB_EP3R_EP_KIND USB_EP3R_EP_KIND_Msk /*!<Endpoint Kind */ |
6434 | 6425 | ||
6435 | #define USB_EP3R_EP_TYPE_Pos (9U) |
6426 | #define USB_EP3R_EP_TYPE_Pos (9U) |
6436 | #define USB_EP3R_EP_TYPE_Msk (0x3U << USB_EP3R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6427 | #define USB_EP3R_EP_TYPE_Msk (0x3UL << USB_EP3R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6437 | #define USB_EP3R_EP_TYPE USB_EP3R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6428 | #define USB_EP3R_EP_TYPE USB_EP3R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6438 | #define USB_EP3R_EP_TYPE_0 (0x1U << USB_EP3R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6429 | #define USB_EP3R_EP_TYPE_0 (0x1UL << USB_EP3R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6439 | #define USB_EP3R_EP_TYPE_1 (0x2U << USB_EP3R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6430 | #define USB_EP3R_EP_TYPE_1 (0x2UL << USB_EP3R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6440 | 6431 | ||
6441 | #define USB_EP3R_SETUP_Pos (11U) |
6432 | #define USB_EP3R_SETUP_Pos (11U) |
6442 | #define USB_EP3R_SETUP_Msk (0x1U << USB_EP3R_SETUP_Pos) /*!< 0x00000800 */ |
6433 | #define USB_EP3R_SETUP_Msk (0x1UL << USB_EP3R_SETUP_Pos) /*!< 0x00000800 */ |
6443 | #define USB_EP3R_SETUP USB_EP3R_SETUP_Msk /*!<Setup transaction completed */ |
6434 | #define USB_EP3R_SETUP USB_EP3R_SETUP_Msk /*!<Setup transaction completed */ |
6444 | 6435 | ||
6445 | #define USB_EP3R_STAT_RX_Pos (12U) |
6436 | #define USB_EP3R_STAT_RX_Pos (12U) |
6446 | #define USB_EP3R_STAT_RX_Msk (0x3U << USB_EP3R_STAT_RX_Pos) /*!< 0x00003000 */ |
6437 | #define USB_EP3R_STAT_RX_Msk (0x3UL << USB_EP3R_STAT_RX_Pos) /*!< 0x00003000 */ |
6447 | #define USB_EP3R_STAT_RX USB_EP3R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6438 | #define USB_EP3R_STAT_RX USB_EP3R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6448 | #define USB_EP3R_STAT_RX_0 (0x1U << USB_EP3R_STAT_RX_Pos) /*!< 0x00001000 */ |
6439 | #define USB_EP3R_STAT_RX_0 (0x1UL << USB_EP3R_STAT_RX_Pos) /*!< 0x00001000 */ |
6449 | #define USB_EP3R_STAT_RX_1 (0x2U << USB_EP3R_STAT_RX_Pos) /*!< 0x00002000 */ |
6440 | #define USB_EP3R_STAT_RX_1 (0x2UL << USB_EP3R_STAT_RX_Pos) /*!< 0x00002000 */ |
6450 | 6441 | ||
6451 | #define USB_EP3R_DTOG_RX_Pos (14U) |
6442 | #define USB_EP3R_DTOG_RX_Pos (14U) |
6452 | #define USB_EP3R_DTOG_RX_Msk (0x1U << USB_EP3R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6443 | #define USB_EP3R_DTOG_RX_Msk (0x1UL << USB_EP3R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6453 | #define USB_EP3R_DTOG_RX USB_EP3R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6444 | #define USB_EP3R_DTOG_RX USB_EP3R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6454 | #define USB_EP3R_CTR_RX_Pos (15U) |
6445 | #define USB_EP3R_CTR_RX_Pos (15U) |
6455 | #define USB_EP3R_CTR_RX_Msk (0x1U << USB_EP3R_CTR_RX_Pos) /*!< 0x00008000 */ |
6446 | #define USB_EP3R_CTR_RX_Msk (0x1UL << USB_EP3R_CTR_RX_Pos) /*!< 0x00008000 */ |
6456 | #define USB_EP3R_CTR_RX USB_EP3R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6447 | #define USB_EP3R_CTR_RX USB_EP3R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6457 | 6448 | ||
6458 | /******************* Bit definition for USB_EP4R register *******************/ |
6449 | /******************* Bit definition for USB_EP4R register *******************/ |
6459 | #define USB_EP4R_EA_Pos (0U) |
6450 | #define USB_EP4R_EA_Pos (0U) |
6460 | #define USB_EP4R_EA_Msk (0xFU << USB_EP4R_EA_Pos) /*!< 0x0000000F */ |
6451 | #define USB_EP4R_EA_Msk (0xFUL << USB_EP4R_EA_Pos) /*!< 0x0000000F */ |
6461 | #define USB_EP4R_EA USB_EP4R_EA_Msk /*!<Endpoint Address */ |
6452 | #define USB_EP4R_EA USB_EP4R_EA_Msk /*!<Endpoint Address */ |
6462 | 6453 | ||
6463 | #define USB_EP4R_STAT_TX_Pos (4U) |
6454 | #define USB_EP4R_STAT_TX_Pos (4U) |
6464 | #define USB_EP4R_STAT_TX_Msk (0x3U << USB_EP4R_STAT_TX_Pos) /*!< 0x00000030 */ |
6455 | #define USB_EP4R_STAT_TX_Msk (0x3UL << USB_EP4R_STAT_TX_Pos) /*!< 0x00000030 */ |
6465 | #define USB_EP4R_STAT_TX USB_EP4R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6456 | #define USB_EP4R_STAT_TX USB_EP4R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6466 | #define USB_EP4R_STAT_TX_0 (0x1U << USB_EP4R_STAT_TX_Pos) /*!< 0x00000010 */ |
6457 | #define USB_EP4R_STAT_TX_0 (0x1UL << USB_EP4R_STAT_TX_Pos) /*!< 0x00000010 */ |
6467 | #define USB_EP4R_STAT_TX_1 (0x2U << USB_EP4R_STAT_TX_Pos) /*!< 0x00000020 */ |
6458 | #define USB_EP4R_STAT_TX_1 (0x2UL << USB_EP4R_STAT_TX_Pos) /*!< 0x00000020 */ |
6468 | 6459 | ||
6469 | #define USB_EP4R_DTOG_TX_Pos (6U) |
6460 | #define USB_EP4R_DTOG_TX_Pos (6U) |
6470 | #define USB_EP4R_DTOG_TX_Msk (0x1U << USB_EP4R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6461 | #define USB_EP4R_DTOG_TX_Msk (0x1UL << USB_EP4R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6471 | #define USB_EP4R_DTOG_TX USB_EP4R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6462 | #define USB_EP4R_DTOG_TX USB_EP4R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6472 | #define USB_EP4R_CTR_TX_Pos (7U) |
6463 | #define USB_EP4R_CTR_TX_Pos (7U) |
6473 | #define USB_EP4R_CTR_TX_Msk (0x1U << USB_EP4R_CTR_TX_Pos) /*!< 0x00000080 */ |
6464 | #define USB_EP4R_CTR_TX_Msk (0x1UL << USB_EP4R_CTR_TX_Pos) /*!< 0x00000080 */ |
6474 | #define USB_EP4R_CTR_TX USB_EP4R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6465 | #define USB_EP4R_CTR_TX USB_EP4R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6475 | #define USB_EP4R_EP_KIND_Pos (8U) |
6466 | #define USB_EP4R_EP_KIND_Pos (8U) |
6476 | #define USB_EP4R_EP_KIND_Msk (0x1U << USB_EP4R_EP_KIND_Pos) /*!< 0x00000100 */ |
6467 | #define USB_EP4R_EP_KIND_Msk (0x1UL << USB_EP4R_EP_KIND_Pos) /*!< 0x00000100 */ |
6477 | #define USB_EP4R_EP_KIND USB_EP4R_EP_KIND_Msk /*!<Endpoint Kind */ |
6468 | #define USB_EP4R_EP_KIND USB_EP4R_EP_KIND_Msk /*!<Endpoint Kind */ |
6478 | 6469 | ||
6479 | #define USB_EP4R_EP_TYPE_Pos (9U) |
6470 | #define USB_EP4R_EP_TYPE_Pos (9U) |
6480 | #define USB_EP4R_EP_TYPE_Msk (0x3U << USB_EP4R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6471 | #define USB_EP4R_EP_TYPE_Msk (0x3UL << USB_EP4R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6481 | #define USB_EP4R_EP_TYPE USB_EP4R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6472 | #define USB_EP4R_EP_TYPE USB_EP4R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6482 | #define USB_EP4R_EP_TYPE_0 (0x1U << USB_EP4R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6473 | #define USB_EP4R_EP_TYPE_0 (0x1UL << USB_EP4R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6483 | #define USB_EP4R_EP_TYPE_1 (0x2U << USB_EP4R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6474 | #define USB_EP4R_EP_TYPE_1 (0x2UL << USB_EP4R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6484 | 6475 | ||
6485 | #define USB_EP4R_SETUP_Pos (11U) |
6476 | #define USB_EP4R_SETUP_Pos (11U) |
6486 | #define USB_EP4R_SETUP_Msk (0x1U << USB_EP4R_SETUP_Pos) /*!< 0x00000800 */ |
6477 | #define USB_EP4R_SETUP_Msk (0x1UL << USB_EP4R_SETUP_Pos) /*!< 0x00000800 */ |
6487 | #define USB_EP4R_SETUP USB_EP4R_SETUP_Msk /*!<Setup transaction completed */ |
6478 | #define USB_EP4R_SETUP USB_EP4R_SETUP_Msk /*!<Setup transaction completed */ |
6488 | 6479 | ||
6489 | #define USB_EP4R_STAT_RX_Pos (12U) |
6480 | #define USB_EP4R_STAT_RX_Pos (12U) |
6490 | #define USB_EP4R_STAT_RX_Msk (0x3U << USB_EP4R_STAT_RX_Pos) /*!< 0x00003000 */ |
6481 | #define USB_EP4R_STAT_RX_Msk (0x3UL << USB_EP4R_STAT_RX_Pos) /*!< 0x00003000 */ |
6491 | #define USB_EP4R_STAT_RX USB_EP4R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6482 | #define USB_EP4R_STAT_RX USB_EP4R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6492 | #define USB_EP4R_STAT_RX_0 (0x1U << USB_EP4R_STAT_RX_Pos) /*!< 0x00001000 */ |
6483 | #define USB_EP4R_STAT_RX_0 (0x1UL << USB_EP4R_STAT_RX_Pos) /*!< 0x00001000 */ |
6493 | #define USB_EP4R_STAT_RX_1 (0x2U << USB_EP4R_STAT_RX_Pos) /*!< 0x00002000 */ |
6484 | #define USB_EP4R_STAT_RX_1 (0x2UL << USB_EP4R_STAT_RX_Pos) /*!< 0x00002000 */ |
6494 | 6485 | ||
6495 | #define USB_EP4R_DTOG_RX_Pos (14U) |
6486 | #define USB_EP4R_DTOG_RX_Pos (14U) |
6496 | #define USB_EP4R_DTOG_RX_Msk (0x1U << USB_EP4R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6487 | #define USB_EP4R_DTOG_RX_Msk (0x1UL << USB_EP4R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6497 | #define USB_EP4R_DTOG_RX USB_EP4R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6488 | #define USB_EP4R_DTOG_RX USB_EP4R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6498 | #define USB_EP4R_CTR_RX_Pos (15U) |
6489 | #define USB_EP4R_CTR_RX_Pos (15U) |
6499 | #define USB_EP4R_CTR_RX_Msk (0x1U << USB_EP4R_CTR_RX_Pos) /*!< 0x00008000 */ |
6490 | #define USB_EP4R_CTR_RX_Msk (0x1UL << USB_EP4R_CTR_RX_Pos) /*!< 0x00008000 */ |
6500 | #define USB_EP4R_CTR_RX USB_EP4R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6491 | #define USB_EP4R_CTR_RX USB_EP4R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6501 | 6492 | ||
6502 | /******************* Bit definition for USB_EP5R register *******************/ |
6493 | /******************* Bit definition for USB_EP5R register *******************/ |
6503 | #define USB_EP5R_EA_Pos (0U) |
6494 | #define USB_EP5R_EA_Pos (0U) |
6504 | #define USB_EP5R_EA_Msk (0xFU << USB_EP5R_EA_Pos) /*!< 0x0000000F */ |
6495 | #define USB_EP5R_EA_Msk (0xFUL << USB_EP5R_EA_Pos) /*!< 0x0000000F */ |
6505 | #define USB_EP5R_EA USB_EP5R_EA_Msk /*!<Endpoint Address */ |
6496 | #define USB_EP5R_EA USB_EP5R_EA_Msk /*!<Endpoint Address */ |
6506 | 6497 | ||
6507 | #define USB_EP5R_STAT_TX_Pos (4U) |
6498 | #define USB_EP5R_STAT_TX_Pos (4U) |
6508 | #define USB_EP5R_STAT_TX_Msk (0x3U << USB_EP5R_STAT_TX_Pos) /*!< 0x00000030 */ |
6499 | #define USB_EP5R_STAT_TX_Msk (0x3UL << USB_EP5R_STAT_TX_Pos) /*!< 0x00000030 */ |
6509 | #define USB_EP5R_STAT_TX USB_EP5R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6500 | #define USB_EP5R_STAT_TX USB_EP5R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6510 | #define USB_EP5R_STAT_TX_0 (0x1U << USB_EP5R_STAT_TX_Pos) /*!< 0x00000010 */ |
6501 | #define USB_EP5R_STAT_TX_0 (0x1UL << USB_EP5R_STAT_TX_Pos) /*!< 0x00000010 */ |
6511 | #define USB_EP5R_STAT_TX_1 (0x2U << USB_EP5R_STAT_TX_Pos) /*!< 0x00000020 */ |
6502 | #define USB_EP5R_STAT_TX_1 (0x2UL << USB_EP5R_STAT_TX_Pos) /*!< 0x00000020 */ |
6512 | 6503 | ||
6513 | #define USB_EP5R_DTOG_TX_Pos (6U) |
6504 | #define USB_EP5R_DTOG_TX_Pos (6U) |
6514 | #define USB_EP5R_DTOG_TX_Msk (0x1U << USB_EP5R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6505 | #define USB_EP5R_DTOG_TX_Msk (0x1UL << USB_EP5R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6515 | #define USB_EP5R_DTOG_TX USB_EP5R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6506 | #define USB_EP5R_DTOG_TX USB_EP5R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6516 | #define USB_EP5R_CTR_TX_Pos (7U) |
6507 | #define USB_EP5R_CTR_TX_Pos (7U) |
6517 | #define USB_EP5R_CTR_TX_Msk (0x1U << USB_EP5R_CTR_TX_Pos) /*!< 0x00000080 */ |
6508 | #define USB_EP5R_CTR_TX_Msk (0x1UL << USB_EP5R_CTR_TX_Pos) /*!< 0x00000080 */ |
6518 | #define USB_EP5R_CTR_TX USB_EP5R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6509 | #define USB_EP5R_CTR_TX USB_EP5R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6519 | #define USB_EP5R_EP_KIND_Pos (8U) |
6510 | #define USB_EP5R_EP_KIND_Pos (8U) |
6520 | #define USB_EP5R_EP_KIND_Msk (0x1U << USB_EP5R_EP_KIND_Pos) /*!< 0x00000100 */ |
6511 | #define USB_EP5R_EP_KIND_Msk (0x1UL << USB_EP5R_EP_KIND_Pos) /*!< 0x00000100 */ |
6521 | #define USB_EP5R_EP_KIND USB_EP5R_EP_KIND_Msk /*!<Endpoint Kind */ |
6512 | #define USB_EP5R_EP_KIND USB_EP5R_EP_KIND_Msk /*!<Endpoint Kind */ |
6522 | 6513 | ||
6523 | #define USB_EP5R_EP_TYPE_Pos (9U) |
6514 | #define USB_EP5R_EP_TYPE_Pos (9U) |
6524 | #define USB_EP5R_EP_TYPE_Msk (0x3U << USB_EP5R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6515 | #define USB_EP5R_EP_TYPE_Msk (0x3UL << USB_EP5R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6525 | #define USB_EP5R_EP_TYPE USB_EP5R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6516 | #define USB_EP5R_EP_TYPE USB_EP5R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6526 | #define USB_EP5R_EP_TYPE_0 (0x1U << USB_EP5R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6517 | #define USB_EP5R_EP_TYPE_0 (0x1UL << USB_EP5R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6527 | #define USB_EP5R_EP_TYPE_1 (0x2U << USB_EP5R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6518 | #define USB_EP5R_EP_TYPE_1 (0x2UL << USB_EP5R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6528 | 6519 | ||
6529 | #define USB_EP5R_SETUP_Pos (11U) |
6520 | #define USB_EP5R_SETUP_Pos (11U) |
6530 | #define USB_EP5R_SETUP_Msk (0x1U << USB_EP5R_SETUP_Pos) /*!< 0x00000800 */ |
6521 | #define USB_EP5R_SETUP_Msk (0x1UL << USB_EP5R_SETUP_Pos) /*!< 0x00000800 */ |
6531 | #define USB_EP5R_SETUP USB_EP5R_SETUP_Msk /*!<Setup transaction completed */ |
6522 | #define USB_EP5R_SETUP USB_EP5R_SETUP_Msk /*!<Setup transaction completed */ |
6532 | 6523 | ||
6533 | #define USB_EP5R_STAT_RX_Pos (12U) |
6524 | #define USB_EP5R_STAT_RX_Pos (12U) |
6534 | #define USB_EP5R_STAT_RX_Msk (0x3U << USB_EP5R_STAT_RX_Pos) /*!< 0x00003000 */ |
6525 | #define USB_EP5R_STAT_RX_Msk (0x3UL << USB_EP5R_STAT_RX_Pos) /*!< 0x00003000 */ |
6535 | #define USB_EP5R_STAT_RX USB_EP5R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6526 | #define USB_EP5R_STAT_RX USB_EP5R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6536 | #define USB_EP5R_STAT_RX_0 (0x1U << USB_EP5R_STAT_RX_Pos) /*!< 0x00001000 */ |
6527 | #define USB_EP5R_STAT_RX_0 (0x1UL << USB_EP5R_STAT_RX_Pos) /*!< 0x00001000 */ |
6537 | #define USB_EP5R_STAT_RX_1 (0x2U << USB_EP5R_STAT_RX_Pos) /*!< 0x00002000 */ |
6528 | #define USB_EP5R_STAT_RX_1 (0x2UL << USB_EP5R_STAT_RX_Pos) /*!< 0x00002000 */ |
6538 | 6529 | ||
6539 | #define USB_EP5R_DTOG_RX_Pos (14U) |
6530 | #define USB_EP5R_DTOG_RX_Pos (14U) |
6540 | #define USB_EP5R_DTOG_RX_Msk (0x1U << USB_EP5R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6531 | #define USB_EP5R_DTOG_RX_Msk (0x1UL << USB_EP5R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6541 | #define USB_EP5R_DTOG_RX USB_EP5R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6532 | #define USB_EP5R_DTOG_RX USB_EP5R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6542 | #define USB_EP5R_CTR_RX_Pos (15U) |
6533 | #define USB_EP5R_CTR_RX_Pos (15U) |
6543 | #define USB_EP5R_CTR_RX_Msk (0x1U << USB_EP5R_CTR_RX_Pos) /*!< 0x00008000 */ |
6534 | #define USB_EP5R_CTR_RX_Msk (0x1UL << USB_EP5R_CTR_RX_Pos) /*!< 0x00008000 */ |
6544 | #define USB_EP5R_CTR_RX USB_EP5R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6535 | #define USB_EP5R_CTR_RX USB_EP5R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6545 | 6536 | ||
6546 | /******************* Bit definition for USB_EP6R register *******************/ |
6537 | /******************* Bit definition for USB_EP6R register *******************/ |
6547 | #define USB_EP6R_EA_Pos (0U) |
6538 | #define USB_EP6R_EA_Pos (0U) |
6548 | #define USB_EP6R_EA_Msk (0xFU << USB_EP6R_EA_Pos) /*!< 0x0000000F */ |
6539 | #define USB_EP6R_EA_Msk (0xFUL << USB_EP6R_EA_Pos) /*!< 0x0000000F */ |
6549 | #define USB_EP6R_EA USB_EP6R_EA_Msk /*!<Endpoint Address */ |
6540 | #define USB_EP6R_EA USB_EP6R_EA_Msk /*!<Endpoint Address */ |
6550 | 6541 | ||
6551 | #define USB_EP6R_STAT_TX_Pos (4U) |
6542 | #define USB_EP6R_STAT_TX_Pos (4U) |
6552 | #define USB_EP6R_STAT_TX_Msk (0x3U << USB_EP6R_STAT_TX_Pos) /*!< 0x00000030 */ |
6543 | #define USB_EP6R_STAT_TX_Msk (0x3UL << USB_EP6R_STAT_TX_Pos) /*!< 0x00000030 */ |
6553 | #define USB_EP6R_STAT_TX USB_EP6R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6544 | #define USB_EP6R_STAT_TX USB_EP6R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6554 | #define USB_EP6R_STAT_TX_0 (0x1U << USB_EP6R_STAT_TX_Pos) /*!< 0x00000010 */ |
6545 | #define USB_EP6R_STAT_TX_0 (0x1UL << USB_EP6R_STAT_TX_Pos) /*!< 0x00000010 */ |
6555 | #define USB_EP6R_STAT_TX_1 (0x2U << USB_EP6R_STAT_TX_Pos) /*!< 0x00000020 */ |
6546 | #define USB_EP6R_STAT_TX_1 (0x2UL << USB_EP6R_STAT_TX_Pos) /*!< 0x00000020 */ |
6556 | 6547 | ||
6557 | #define USB_EP6R_DTOG_TX_Pos (6U) |
6548 | #define USB_EP6R_DTOG_TX_Pos (6U) |
6558 | #define USB_EP6R_DTOG_TX_Msk (0x1U << USB_EP6R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6549 | #define USB_EP6R_DTOG_TX_Msk (0x1UL << USB_EP6R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6559 | #define USB_EP6R_DTOG_TX USB_EP6R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6550 | #define USB_EP6R_DTOG_TX USB_EP6R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6560 | #define USB_EP6R_CTR_TX_Pos (7U) |
6551 | #define USB_EP6R_CTR_TX_Pos (7U) |
6561 | #define USB_EP6R_CTR_TX_Msk (0x1U << USB_EP6R_CTR_TX_Pos) /*!< 0x00000080 */ |
6552 | #define USB_EP6R_CTR_TX_Msk (0x1UL << USB_EP6R_CTR_TX_Pos) /*!< 0x00000080 */ |
6562 | #define USB_EP6R_CTR_TX USB_EP6R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6553 | #define USB_EP6R_CTR_TX USB_EP6R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6563 | #define USB_EP6R_EP_KIND_Pos (8U) |
6554 | #define USB_EP6R_EP_KIND_Pos (8U) |
6564 | #define USB_EP6R_EP_KIND_Msk (0x1U << USB_EP6R_EP_KIND_Pos) /*!< 0x00000100 */ |
6555 | #define USB_EP6R_EP_KIND_Msk (0x1UL << USB_EP6R_EP_KIND_Pos) /*!< 0x00000100 */ |
6565 | #define USB_EP6R_EP_KIND USB_EP6R_EP_KIND_Msk /*!<Endpoint Kind */ |
6556 | #define USB_EP6R_EP_KIND USB_EP6R_EP_KIND_Msk /*!<Endpoint Kind */ |
6566 | 6557 | ||
6567 | #define USB_EP6R_EP_TYPE_Pos (9U) |
6558 | #define USB_EP6R_EP_TYPE_Pos (9U) |
6568 | #define USB_EP6R_EP_TYPE_Msk (0x3U << USB_EP6R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6559 | #define USB_EP6R_EP_TYPE_Msk (0x3UL << USB_EP6R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6569 | #define USB_EP6R_EP_TYPE USB_EP6R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6560 | #define USB_EP6R_EP_TYPE USB_EP6R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6570 | #define USB_EP6R_EP_TYPE_0 (0x1U << USB_EP6R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6561 | #define USB_EP6R_EP_TYPE_0 (0x1UL << USB_EP6R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6571 | #define USB_EP6R_EP_TYPE_1 (0x2U << USB_EP6R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6562 | #define USB_EP6R_EP_TYPE_1 (0x2UL << USB_EP6R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6572 | 6563 | ||
6573 | #define USB_EP6R_SETUP_Pos (11U) |
6564 | #define USB_EP6R_SETUP_Pos (11U) |
6574 | #define USB_EP6R_SETUP_Msk (0x1U << USB_EP6R_SETUP_Pos) /*!< 0x00000800 */ |
6565 | #define USB_EP6R_SETUP_Msk (0x1UL << USB_EP6R_SETUP_Pos) /*!< 0x00000800 */ |
6575 | #define USB_EP6R_SETUP USB_EP6R_SETUP_Msk /*!<Setup transaction completed */ |
6566 | #define USB_EP6R_SETUP USB_EP6R_SETUP_Msk /*!<Setup transaction completed */ |
6576 | 6567 | ||
6577 | #define USB_EP6R_STAT_RX_Pos (12U) |
6568 | #define USB_EP6R_STAT_RX_Pos (12U) |
6578 | #define USB_EP6R_STAT_RX_Msk (0x3U << USB_EP6R_STAT_RX_Pos) /*!< 0x00003000 */ |
6569 | #define USB_EP6R_STAT_RX_Msk (0x3UL << USB_EP6R_STAT_RX_Pos) /*!< 0x00003000 */ |
6579 | #define USB_EP6R_STAT_RX USB_EP6R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6570 | #define USB_EP6R_STAT_RX USB_EP6R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6580 | #define USB_EP6R_STAT_RX_0 (0x1U << USB_EP6R_STAT_RX_Pos) /*!< 0x00001000 */ |
6571 | #define USB_EP6R_STAT_RX_0 (0x1UL << USB_EP6R_STAT_RX_Pos) /*!< 0x00001000 */ |
6581 | #define USB_EP6R_STAT_RX_1 (0x2U << USB_EP6R_STAT_RX_Pos) /*!< 0x00002000 */ |
6572 | #define USB_EP6R_STAT_RX_1 (0x2UL << USB_EP6R_STAT_RX_Pos) /*!< 0x00002000 */ |
6582 | 6573 | ||
6583 | #define USB_EP6R_DTOG_RX_Pos (14U) |
6574 | #define USB_EP6R_DTOG_RX_Pos (14U) |
6584 | #define USB_EP6R_DTOG_RX_Msk (0x1U << USB_EP6R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6575 | #define USB_EP6R_DTOG_RX_Msk (0x1UL << USB_EP6R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6585 | #define USB_EP6R_DTOG_RX USB_EP6R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6576 | #define USB_EP6R_DTOG_RX USB_EP6R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6586 | #define USB_EP6R_CTR_RX_Pos (15U) |
6577 | #define USB_EP6R_CTR_RX_Pos (15U) |
6587 | #define USB_EP6R_CTR_RX_Msk (0x1U << USB_EP6R_CTR_RX_Pos) /*!< 0x00008000 */ |
6578 | #define USB_EP6R_CTR_RX_Msk (0x1UL << USB_EP6R_CTR_RX_Pos) /*!< 0x00008000 */ |
6588 | #define USB_EP6R_CTR_RX USB_EP6R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6579 | #define USB_EP6R_CTR_RX USB_EP6R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6589 | 6580 | ||
6590 | /******************* Bit definition for USB_EP7R register *******************/ |
6581 | /******************* Bit definition for USB_EP7R register *******************/ |
6591 | #define USB_EP7R_EA_Pos (0U) |
6582 | #define USB_EP7R_EA_Pos (0U) |
6592 | #define USB_EP7R_EA_Msk (0xFU << USB_EP7R_EA_Pos) /*!< 0x0000000F */ |
6583 | #define USB_EP7R_EA_Msk (0xFUL << USB_EP7R_EA_Pos) /*!< 0x0000000F */ |
6593 | #define USB_EP7R_EA USB_EP7R_EA_Msk /*!<Endpoint Address */ |
6584 | #define USB_EP7R_EA USB_EP7R_EA_Msk /*!<Endpoint Address */ |
6594 | 6585 | ||
6595 | #define USB_EP7R_STAT_TX_Pos (4U) |
6586 | #define USB_EP7R_STAT_TX_Pos (4U) |
6596 | #define USB_EP7R_STAT_TX_Msk (0x3U << USB_EP7R_STAT_TX_Pos) /*!< 0x00000030 */ |
6587 | #define USB_EP7R_STAT_TX_Msk (0x3UL << USB_EP7R_STAT_TX_Pos) /*!< 0x00000030 */ |
6597 | #define USB_EP7R_STAT_TX USB_EP7R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6588 | #define USB_EP7R_STAT_TX USB_EP7R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
6598 | #define USB_EP7R_STAT_TX_0 (0x1U << USB_EP7R_STAT_TX_Pos) /*!< 0x00000010 */ |
6589 | #define USB_EP7R_STAT_TX_0 (0x1UL << USB_EP7R_STAT_TX_Pos) /*!< 0x00000010 */ |
6599 | #define USB_EP7R_STAT_TX_1 (0x2U << USB_EP7R_STAT_TX_Pos) /*!< 0x00000020 */ |
6590 | #define USB_EP7R_STAT_TX_1 (0x2UL << USB_EP7R_STAT_TX_Pos) /*!< 0x00000020 */ |
6600 | 6591 | ||
6601 | #define USB_EP7R_DTOG_TX_Pos (6U) |
6592 | #define USB_EP7R_DTOG_TX_Pos (6U) |
6602 | #define USB_EP7R_DTOG_TX_Msk (0x1U << USB_EP7R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6593 | #define USB_EP7R_DTOG_TX_Msk (0x1UL << USB_EP7R_DTOG_TX_Pos) /*!< 0x00000040 */ |
6603 | #define USB_EP7R_DTOG_TX USB_EP7R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6594 | #define USB_EP7R_DTOG_TX USB_EP7R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
6604 | #define USB_EP7R_CTR_TX_Pos (7U) |
6595 | #define USB_EP7R_CTR_TX_Pos (7U) |
6605 | #define USB_EP7R_CTR_TX_Msk (0x1U << USB_EP7R_CTR_TX_Pos) /*!< 0x00000080 */ |
6596 | #define USB_EP7R_CTR_TX_Msk (0x1UL << USB_EP7R_CTR_TX_Pos) /*!< 0x00000080 */ |
6606 | #define USB_EP7R_CTR_TX USB_EP7R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6597 | #define USB_EP7R_CTR_TX USB_EP7R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
6607 | #define USB_EP7R_EP_KIND_Pos (8U) |
6598 | #define USB_EP7R_EP_KIND_Pos (8U) |
6608 | #define USB_EP7R_EP_KIND_Msk (0x1U << USB_EP7R_EP_KIND_Pos) /*!< 0x00000100 */ |
6599 | #define USB_EP7R_EP_KIND_Msk (0x1UL << USB_EP7R_EP_KIND_Pos) /*!< 0x00000100 */ |
6609 | #define USB_EP7R_EP_KIND USB_EP7R_EP_KIND_Msk /*!<Endpoint Kind */ |
6600 | #define USB_EP7R_EP_KIND USB_EP7R_EP_KIND_Msk /*!<Endpoint Kind */ |
6610 | 6601 | ||
6611 | #define USB_EP7R_EP_TYPE_Pos (9U) |
6602 | #define USB_EP7R_EP_TYPE_Pos (9U) |
6612 | #define USB_EP7R_EP_TYPE_Msk (0x3U << USB_EP7R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6603 | #define USB_EP7R_EP_TYPE_Msk (0x3UL << USB_EP7R_EP_TYPE_Pos) /*!< 0x00000600 */ |
6613 | #define USB_EP7R_EP_TYPE USB_EP7R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6604 | #define USB_EP7R_EP_TYPE USB_EP7R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
6614 | #define USB_EP7R_EP_TYPE_0 (0x1U << USB_EP7R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6605 | #define USB_EP7R_EP_TYPE_0 (0x1UL << USB_EP7R_EP_TYPE_Pos) /*!< 0x00000200 */ |
6615 | #define USB_EP7R_EP_TYPE_1 (0x2U << USB_EP7R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6606 | #define USB_EP7R_EP_TYPE_1 (0x2UL << USB_EP7R_EP_TYPE_Pos) /*!< 0x00000400 */ |
6616 | 6607 | ||
6617 | #define USB_EP7R_SETUP_Pos (11U) |
6608 | #define USB_EP7R_SETUP_Pos (11U) |
6618 | #define USB_EP7R_SETUP_Msk (0x1U << USB_EP7R_SETUP_Pos) /*!< 0x00000800 */ |
6609 | #define USB_EP7R_SETUP_Msk (0x1UL << USB_EP7R_SETUP_Pos) /*!< 0x00000800 */ |
6619 | #define USB_EP7R_SETUP USB_EP7R_SETUP_Msk /*!<Setup transaction completed */ |
6610 | #define USB_EP7R_SETUP USB_EP7R_SETUP_Msk /*!<Setup transaction completed */ |
6620 | 6611 | ||
6621 | #define USB_EP7R_STAT_RX_Pos (12U) |
6612 | #define USB_EP7R_STAT_RX_Pos (12U) |
6622 | #define USB_EP7R_STAT_RX_Msk (0x3U << USB_EP7R_STAT_RX_Pos) /*!< 0x00003000 */ |
6613 | #define USB_EP7R_STAT_RX_Msk (0x3UL << USB_EP7R_STAT_RX_Pos) /*!< 0x00003000 */ |
6623 | #define USB_EP7R_STAT_RX USB_EP7R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6614 | #define USB_EP7R_STAT_RX USB_EP7R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
6624 | #define USB_EP7R_STAT_RX_0 (0x1U << USB_EP7R_STAT_RX_Pos) /*!< 0x00001000 */ |
6615 | #define USB_EP7R_STAT_RX_0 (0x1UL << USB_EP7R_STAT_RX_Pos) /*!< 0x00001000 */ |
6625 | #define USB_EP7R_STAT_RX_1 (0x2U << USB_EP7R_STAT_RX_Pos) /*!< 0x00002000 */ |
6616 | #define USB_EP7R_STAT_RX_1 (0x2UL << USB_EP7R_STAT_RX_Pos) /*!< 0x00002000 */ |
6626 | 6617 | ||
6627 | #define USB_EP7R_DTOG_RX_Pos (14U) |
6618 | #define USB_EP7R_DTOG_RX_Pos (14U) |
6628 | #define USB_EP7R_DTOG_RX_Msk (0x1U << USB_EP7R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6619 | #define USB_EP7R_DTOG_RX_Msk (0x1UL << USB_EP7R_DTOG_RX_Pos) /*!< 0x00004000 */ |
6629 | #define USB_EP7R_DTOG_RX USB_EP7R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6620 | #define USB_EP7R_DTOG_RX USB_EP7R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
6630 | #define USB_EP7R_CTR_RX_Pos (15U) |
6621 | #define USB_EP7R_CTR_RX_Pos (15U) |
6631 | #define USB_EP7R_CTR_RX_Msk (0x1U << USB_EP7R_CTR_RX_Pos) /*!< 0x00008000 */ |
6622 | #define USB_EP7R_CTR_RX_Msk (0x1UL << USB_EP7R_CTR_RX_Pos) /*!< 0x00008000 */ |
6632 | #define USB_EP7R_CTR_RX USB_EP7R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6623 | #define USB_EP7R_CTR_RX USB_EP7R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
6633 | 6624 | ||
6634 | /*!<Common registers */ |
6625 | /*!<Common registers */ |
6635 | 6626 | ||
6636 | #define USB_CNTR (USB_BASE + 0x00000040U) /*!< Control register */ |
6627 | #define USB_CNTR (USB_BASE + 0x00000040U) /*!< Control register */ |
Line 6641... | Line 6632... | ||
6641 | 6632 | ||
6642 | 6633 | ||
6643 | 6634 | ||
6644 | /******************* Bit definition for USB_CNTR register *******************/ |
6635 | /******************* Bit definition for USB_CNTR register *******************/ |
6645 | #define USB_CNTR_FRES_Pos (0U) |
6636 | #define USB_CNTR_FRES_Pos (0U) |
6646 | #define USB_CNTR_FRES_Msk (0x1U << USB_CNTR_FRES_Pos) /*!< 0x00000001 */ |
6637 | #define USB_CNTR_FRES_Msk (0x1UL << USB_CNTR_FRES_Pos) /*!< 0x00000001 */ |
6647 | #define USB_CNTR_FRES USB_CNTR_FRES_Msk /*!<Force USB Reset */ |
6638 | #define USB_CNTR_FRES USB_CNTR_FRES_Msk /*!<Force USB Reset */ |
6648 | #define USB_CNTR_PDWN_Pos (1U) |
6639 | #define USB_CNTR_PDWN_Pos (1U) |
6649 | #define USB_CNTR_PDWN_Msk (0x1U << USB_CNTR_PDWN_Pos) /*!< 0x00000002 */ |
6640 | #define USB_CNTR_PDWN_Msk (0x1UL << USB_CNTR_PDWN_Pos) /*!< 0x00000002 */ |
6650 | #define USB_CNTR_PDWN USB_CNTR_PDWN_Msk /*!<Power down */ |
6641 | #define USB_CNTR_PDWN USB_CNTR_PDWN_Msk /*!<Power down */ |
6651 | #define USB_CNTR_LPMODE_Pos (2U) |
6642 | #define USB_CNTR_LPMODE_Pos (2U) |
6652 | #define USB_CNTR_LPMODE_Msk (0x1U << USB_CNTR_LPMODE_Pos) /*!< 0x00000004 */ |
6643 | #define USB_CNTR_LPMODE_Msk (0x1UL << USB_CNTR_LPMODE_Pos) /*!< 0x00000004 */ |
6653 | #define USB_CNTR_LPMODE USB_CNTR_LPMODE_Msk /*!<Low-power mode */ |
6644 | #define USB_CNTR_LPMODE USB_CNTR_LPMODE_Msk /*!<Low-power mode */ |
6654 | #define USB_CNTR_FSUSP_Pos (3U) |
6645 | #define USB_CNTR_FSUSP_Pos (3U) |
6655 | #define USB_CNTR_FSUSP_Msk (0x1U << USB_CNTR_FSUSP_Pos) /*!< 0x00000008 */ |
6646 | #define USB_CNTR_FSUSP_Msk (0x1UL << USB_CNTR_FSUSP_Pos) /*!< 0x00000008 */ |
6656 | #define USB_CNTR_FSUSP USB_CNTR_FSUSP_Msk /*!<Force suspend */ |
6647 | #define USB_CNTR_FSUSP USB_CNTR_FSUSP_Msk /*!<Force suspend */ |
6657 | #define USB_CNTR_RESUME_Pos (4U) |
6648 | #define USB_CNTR_RESUME_Pos (4U) |
6658 | #define USB_CNTR_RESUME_Msk (0x1U << USB_CNTR_RESUME_Pos) /*!< 0x00000010 */ |
6649 | #define USB_CNTR_RESUME_Msk (0x1UL << USB_CNTR_RESUME_Pos) /*!< 0x00000010 */ |
6659 | #define USB_CNTR_RESUME USB_CNTR_RESUME_Msk /*!<Resume request */ |
6650 | #define USB_CNTR_RESUME USB_CNTR_RESUME_Msk /*!<Resume request */ |
6660 | #define USB_CNTR_ESOFM_Pos (8U) |
6651 | #define USB_CNTR_ESOFM_Pos (8U) |
6661 | #define USB_CNTR_ESOFM_Msk (0x1U << USB_CNTR_ESOFM_Pos) /*!< 0x00000100 */ |
6652 | #define USB_CNTR_ESOFM_Msk (0x1UL << USB_CNTR_ESOFM_Pos) /*!< 0x00000100 */ |
6662 | #define USB_CNTR_ESOFM USB_CNTR_ESOFM_Msk /*!<Expected Start Of Frame Interrupt Mask */ |
6653 | #define USB_CNTR_ESOFM USB_CNTR_ESOFM_Msk /*!<Expected Start Of Frame Interrupt Mask */ |
6663 | #define USB_CNTR_SOFM_Pos (9U) |
6654 | #define USB_CNTR_SOFM_Pos (9U) |
6664 | #define USB_CNTR_SOFM_Msk (0x1U << USB_CNTR_SOFM_Pos) /*!< 0x00000200 */ |
6655 | #define USB_CNTR_SOFM_Msk (0x1UL << USB_CNTR_SOFM_Pos) /*!< 0x00000200 */ |
6665 | #define USB_CNTR_SOFM USB_CNTR_SOFM_Msk /*!<Start Of Frame Interrupt Mask */ |
6656 | #define USB_CNTR_SOFM USB_CNTR_SOFM_Msk /*!<Start Of Frame Interrupt Mask */ |
6666 | #define USB_CNTR_RESETM_Pos (10U) |
6657 | #define USB_CNTR_RESETM_Pos (10U) |
6667 | #define USB_CNTR_RESETM_Msk (0x1U << USB_CNTR_RESETM_Pos) /*!< 0x00000400 */ |
6658 | #define USB_CNTR_RESETM_Msk (0x1UL << USB_CNTR_RESETM_Pos) /*!< 0x00000400 */ |
6668 | #define USB_CNTR_RESETM USB_CNTR_RESETM_Msk /*!<RESET Interrupt Mask */ |
6659 | #define USB_CNTR_RESETM USB_CNTR_RESETM_Msk /*!<RESET Interrupt Mask */ |
6669 | #define USB_CNTR_SUSPM_Pos (11U) |
6660 | #define USB_CNTR_SUSPM_Pos (11U) |
6670 | #define USB_CNTR_SUSPM_Msk (0x1U << USB_CNTR_SUSPM_Pos) /*!< 0x00000800 */ |
6661 | #define USB_CNTR_SUSPM_Msk (0x1UL << USB_CNTR_SUSPM_Pos) /*!< 0x00000800 */ |
6671 | #define USB_CNTR_SUSPM USB_CNTR_SUSPM_Msk /*!<Suspend mode Interrupt Mask */ |
6662 | #define USB_CNTR_SUSPM USB_CNTR_SUSPM_Msk /*!<Suspend mode Interrupt Mask */ |
6672 | #define USB_CNTR_WKUPM_Pos (12U) |
6663 | #define USB_CNTR_WKUPM_Pos (12U) |
6673 | #define USB_CNTR_WKUPM_Msk (0x1U << USB_CNTR_WKUPM_Pos) /*!< 0x00001000 */ |
6664 | #define USB_CNTR_WKUPM_Msk (0x1UL << USB_CNTR_WKUPM_Pos) /*!< 0x00001000 */ |
6674 | #define USB_CNTR_WKUPM USB_CNTR_WKUPM_Msk /*!<Wakeup Interrupt Mask */ |
6665 | #define USB_CNTR_WKUPM USB_CNTR_WKUPM_Msk /*!<Wakeup Interrupt Mask */ |
6675 | #define USB_CNTR_ERRM_Pos (13U) |
6666 | #define USB_CNTR_ERRM_Pos (13U) |
6676 | #define USB_CNTR_ERRM_Msk (0x1U << USB_CNTR_ERRM_Pos) /*!< 0x00002000 */ |
6667 | #define USB_CNTR_ERRM_Msk (0x1UL << USB_CNTR_ERRM_Pos) /*!< 0x00002000 */ |
6677 | #define USB_CNTR_ERRM USB_CNTR_ERRM_Msk /*!<Error Interrupt Mask */ |
6668 | #define USB_CNTR_ERRM USB_CNTR_ERRM_Msk /*!<Error Interrupt Mask */ |
6678 | #define USB_CNTR_PMAOVRM_Pos (14U) |
6669 | #define USB_CNTR_PMAOVRM_Pos (14U) |
6679 | #define USB_CNTR_PMAOVRM_Msk (0x1U << USB_CNTR_PMAOVRM_Pos) /*!< 0x00004000 */ |
6670 | #define USB_CNTR_PMAOVRM_Msk (0x1UL << USB_CNTR_PMAOVRM_Pos) /*!< 0x00004000 */ |
6680 | #define USB_CNTR_PMAOVRM USB_CNTR_PMAOVRM_Msk /*!<Packet Memory Area Over / Underrun Interrupt Mask */ |
6671 | #define USB_CNTR_PMAOVRM USB_CNTR_PMAOVRM_Msk /*!<Packet Memory Area Over / Underrun Interrupt Mask */ |
6681 | #define USB_CNTR_CTRM_Pos (15U) |
6672 | #define USB_CNTR_CTRM_Pos (15U) |
6682 | #define USB_CNTR_CTRM_Msk (0x1U << USB_CNTR_CTRM_Pos) /*!< 0x00008000 */ |
6673 | #define USB_CNTR_CTRM_Msk (0x1UL << USB_CNTR_CTRM_Pos) /*!< 0x00008000 */ |
6683 | #define USB_CNTR_CTRM USB_CNTR_CTRM_Msk /*!<Correct Transfer Interrupt Mask */ |
6674 | #define USB_CNTR_CTRM USB_CNTR_CTRM_Msk /*!<Correct Transfer Interrupt Mask */ |
6684 | 6675 | ||
6685 | /******************* Bit definition for USB_ISTR register *******************/ |
6676 | /******************* Bit definition for USB_ISTR register *******************/ |
6686 | #define USB_ISTR_EP_ID_Pos (0U) |
6677 | #define USB_ISTR_EP_ID_Pos (0U) |
6687 | #define USB_ISTR_EP_ID_Msk (0xFU << USB_ISTR_EP_ID_Pos) /*!< 0x0000000F */ |
6678 | #define USB_ISTR_EP_ID_Msk (0xFUL << USB_ISTR_EP_ID_Pos) /*!< 0x0000000F */ |
6688 | #define USB_ISTR_EP_ID USB_ISTR_EP_ID_Msk /*!<Endpoint Identifier */ |
6679 | #define USB_ISTR_EP_ID USB_ISTR_EP_ID_Msk /*!<Endpoint Identifier */ |
6689 | #define USB_ISTR_DIR_Pos (4U) |
6680 | #define USB_ISTR_DIR_Pos (4U) |
6690 | #define USB_ISTR_DIR_Msk (0x1U << USB_ISTR_DIR_Pos) /*!< 0x00000010 */ |
6681 | #define USB_ISTR_DIR_Msk (0x1UL << USB_ISTR_DIR_Pos) /*!< 0x00000010 */ |
6691 | #define USB_ISTR_DIR USB_ISTR_DIR_Msk /*!<Direction of transaction */ |
6682 | #define USB_ISTR_DIR USB_ISTR_DIR_Msk /*!<Direction of transaction */ |
6692 | #define USB_ISTR_ESOF_Pos (8U) |
6683 | #define USB_ISTR_ESOF_Pos (8U) |
6693 | #define USB_ISTR_ESOF_Msk (0x1U << USB_ISTR_ESOF_Pos) /*!< 0x00000100 */ |
6684 | #define USB_ISTR_ESOF_Msk (0x1UL << USB_ISTR_ESOF_Pos) /*!< 0x00000100 */ |
6694 | #define USB_ISTR_ESOF USB_ISTR_ESOF_Msk /*!<Expected Start Of Frame */ |
6685 | #define USB_ISTR_ESOF USB_ISTR_ESOF_Msk /*!<Expected Start Of Frame */ |
6695 | #define USB_ISTR_SOF_Pos (9U) |
6686 | #define USB_ISTR_SOF_Pos (9U) |
6696 | #define USB_ISTR_SOF_Msk (0x1U << USB_ISTR_SOF_Pos) /*!< 0x00000200 */ |
6687 | #define USB_ISTR_SOF_Msk (0x1UL << USB_ISTR_SOF_Pos) /*!< 0x00000200 */ |
6697 | #define USB_ISTR_SOF USB_ISTR_SOF_Msk /*!<Start Of Frame */ |
6688 | #define USB_ISTR_SOF USB_ISTR_SOF_Msk /*!<Start Of Frame */ |
6698 | #define USB_ISTR_RESET_Pos (10U) |
6689 | #define USB_ISTR_RESET_Pos (10U) |
6699 | #define USB_ISTR_RESET_Msk (0x1U << USB_ISTR_RESET_Pos) /*!< 0x00000400 */ |
6690 | #define USB_ISTR_RESET_Msk (0x1UL << USB_ISTR_RESET_Pos) /*!< 0x00000400 */ |
6700 | #define USB_ISTR_RESET USB_ISTR_RESET_Msk /*!<USB RESET request */ |
6691 | #define USB_ISTR_RESET USB_ISTR_RESET_Msk /*!<USB RESET request */ |
6701 | #define USB_ISTR_SUSP_Pos (11U) |
6692 | #define USB_ISTR_SUSP_Pos (11U) |
6702 | #define USB_ISTR_SUSP_Msk (0x1U << USB_ISTR_SUSP_Pos) /*!< 0x00000800 */ |
6693 | #define USB_ISTR_SUSP_Msk (0x1UL << USB_ISTR_SUSP_Pos) /*!< 0x00000800 */ |
6703 | #define USB_ISTR_SUSP USB_ISTR_SUSP_Msk /*!<Suspend mode request */ |
6694 | #define USB_ISTR_SUSP USB_ISTR_SUSP_Msk /*!<Suspend mode request */ |
6704 | #define USB_ISTR_WKUP_Pos (12U) |
6695 | #define USB_ISTR_WKUP_Pos (12U) |
6705 | #define USB_ISTR_WKUP_Msk (0x1U << USB_ISTR_WKUP_Pos) /*!< 0x00001000 */ |
6696 | #define USB_ISTR_WKUP_Msk (0x1UL << USB_ISTR_WKUP_Pos) /*!< 0x00001000 */ |
6706 | #define USB_ISTR_WKUP USB_ISTR_WKUP_Msk /*!<Wake up */ |
6697 | #define USB_ISTR_WKUP USB_ISTR_WKUP_Msk /*!<Wake up */ |
6707 | #define USB_ISTR_ERR_Pos (13U) |
6698 | #define USB_ISTR_ERR_Pos (13U) |
6708 | #define USB_ISTR_ERR_Msk (0x1U << USB_ISTR_ERR_Pos) /*!< 0x00002000 */ |
6699 | #define USB_ISTR_ERR_Msk (0x1UL << USB_ISTR_ERR_Pos) /*!< 0x00002000 */ |
6709 | #define USB_ISTR_ERR USB_ISTR_ERR_Msk /*!<Error */ |
6700 | #define USB_ISTR_ERR USB_ISTR_ERR_Msk /*!<Error */ |
6710 | #define USB_ISTR_PMAOVR_Pos (14U) |
6701 | #define USB_ISTR_PMAOVR_Pos (14U) |
6711 | #define USB_ISTR_PMAOVR_Msk (0x1U << USB_ISTR_PMAOVR_Pos) /*!< 0x00004000 */ |
6702 | #define USB_ISTR_PMAOVR_Msk (0x1UL << USB_ISTR_PMAOVR_Pos) /*!< 0x00004000 */ |
6712 | #define USB_ISTR_PMAOVR USB_ISTR_PMAOVR_Msk /*!<Packet Memory Area Over / Underrun */ |
6703 | #define USB_ISTR_PMAOVR USB_ISTR_PMAOVR_Msk /*!<Packet Memory Area Over / Underrun */ |
6713 | #define USB_ISTR_CTR_Pos (15U) |
6704 | #define USB_ISTR_CTR_Pos (15U) |
6714 | #define USB_ISTR_CTR_Msk (0x1U << USB_ISTR_CTR_Pos) /*!< 0x00008000 */ |
6705 | #define USB_ISTR_CTR_Msk (0x1UL << USB_ISTR_CTR_Pos) /*!< 0x00008000 */ |
6715 | #define USB_ISTR_CTR USB_ISTR_CTR_Msk /*!<Correct Transfer */ |
6706 | #define USB_ISTR_CTR USB_ISTR_CTR_Msk /*!<Correct Transfer */ |
6716 | 6707 | ||
6717 | #define USB_CLR_CTR (~USB_ISTR_CTR) /*!< clear Correct TRansfer bit */ |
6708 | #define USB_CLR_CTR (~USB_ISTR_CTR) /*!< clear Correct TRansfer bit */ |
6718 | #define USB_CLR_PMAOVRM (~USB_ISTR_PMAOVR) /*!< clear DMA OVeR/underrun bit*/ |
6709 | #define USB_CLR_PMAOVRM (~USB_ISTR_PMAOVR) /*!< clear DMA OVeR/underrun bit*/ |
6719 | #define USB_CLR_ERR (~USB_ISTR_ERR) /*!< clear ERRor bit */ |
6710 | #define USB_CLR_ERR (~USB_ISTR_ERR) /*!< clear ERRor bit */ |
Line 6724... | Line 6715... | ||
6724 | #define USB_CLR_ESOF (~USB_ISTR_ESOF) /*!< clear Expected Start Of Frame bit */ |
6715 | #define USB_CLR_ESOF (~USB_ISTR_ESOF) /*!< clear Expected Start Of Frame bit */ |
6725 | 6716 | ||
6726 | 6717 | ||
6727 | /******************* Bit definition for USB_FNR register ********************/ |
6718 | /******************* Bit definition for USB_FNR register ********************/ |
6728 | #define USB_FNR_FN_Pos (0U) |
6719 | #define USB_FNR_FN_Pos (0U) |
6729 | #define USB_FNR_FN_Msk (0x7FFU << USB_FNR_FN_Pos) /*!< 0x000007FF */ |
6720 | #define USB_FNR_FN_Msk (0x7FFUL << USB_FNR_FN_Pos) /*!< 0x000007FF */ |
6730 | #define USB_FNR_FN USB_FNR_FN_Msk /*!<Frame Number */ |
6721 | #define USB_FNR_FN USB_FNR_FN_Msk /*!<Frame Number */ |
6731 | #define USB_FNR_LSOF_Pos (11U) |
6722 | #define USB_FNR_LSOF_Pos (11U) |
6732 | #define USB_FNR_LSOF_Msk (0x3U << USB_FNR_LSOF_Pos) /*!< 0x00001800 */ |
6723 | #define USB_FNR_LSOF_Msk (0x3UL << USB_FNR_LSOF_Pos) /*!< 0x00001800 */ |
6733 | #define USB_FNR_LSOF USB_FNR_LSOF_Msk /*!<Lost SOF */ |
6724 | #define USB_FNR_LSOF USB_FNR_LSOF_Msk /*!<Lost SOF */ |
6734 | #define USB_FNR_LCK_Pos (13U) |
6725 | #define USB_FNR_LCK_Pos (13U) |
6735 | #define USB_FNR_LCK_Msk (0x1U << USB_FNR_LCK_Pos) /*!< 0x00002000 */ |
6726 | #define USB_FNR_LCK_Msk (0x1UL << USB_FNR_LCK_Pos) /*!< 0x00002000 */ |
6736 | #define USB_FNR_LCK USB_FNR_LCK_Msk /*!<Locked */ |
6727 | #define USB_FNR_LCK USB_FNR_LCK_Msk /*!<Locked */ |
6737 | #define USB_FNR_RXDM_Pos (14U) |
6728 | #define USB_FNR_RXDM_Pos (14U) |
6738 | #define USB_FNR_RXDM_Msk (0x1U << USB_FNR_RXDM_Pos) /*!< 0x00004000 */ |
6729 | #define USB_FNR_RXDM_Msk (0x1UL << USB_FNR_RXDM_Pos) /*!< 0x00004000 */ |
6739 | #define USB_FNR_RXDM USB_FNR_RXDM_Msk /*!<Receive Data - Line Status */ |
6730 | #define USB_FNR_RXDM USB_FNR_RXDM_Msk /*!<Receive Data - Line Status */ |
6740 | #define USB_FNR_RXDP_Pos (15U) |
6731 | #define USB_FNR_RXDP_Pos (15U) |
6741 | #define USB_FNR_RXDP_Msk (0x1U << USB_FNR_RXDP_Pos) /*!< 0x00008000 */ |
6732 | #define USB_FNR_RXDP_Msk (0x1UL << USB_FNR_RXDP_Pos) /*!< 0x00008000 */ |
6742 | #define USB_FNR_RXDP USB_FNR_RXDP_Msk /*!<Receive Data + Line Status */ |
6733 | #define USB_FNR_RXDP USB_FNR_RXDP_Msk /*!<Receive Data + Line Status */ |
6743 | 6734 | ||
6744 | /****************** Bit definition for USB_DADDR register *******************/ |
6735 | /****************** Bit definition for USB_DADDR register *******************/ |
6745 | #define USB_DADDR_ADD_Pos (0U) |
6736 | #define USB_DADDR_ADD_Pos (0U) |
6746 | #define USB_DADDR_ADD_Msk (0x7FU << USB_DADDR_ADD_Pos) /*!< 0x0000007F */ |
6737 | #define USB_DADDR_ADD_Msk (0x7FUL << USB_DADDR_ADD_Pos) /*!< 0x0000007F */ |
6747 | #define USB_DADDR_ADD USB_DADDR_ADD_Msk /*!<ADD[6:0] bits (Device Address) */ |
6738 | #define USB_DADDR_ADD USB_DADDR_ADD_Msk /*!<ADD[6:0] bits (Device Address) */ |
6748 | #define USB_DADDR_ADD0_Pos (0U) |
6739 | #define USB_DADDR_ADD0_Pos (0U) |
6749 | #define USB_DADDR_ADD0_Msk (0x1U << USB_DADDR_ADD0_Pos) /*!< 0x00000001 */ |
6740 | #define USB_DADDR_ADD0_Msk (0x1UL << USB_DADDR_ADD0_Pos) /*!< 0x00000001 */ |
6750 | #define USB_DADDR_ADD0 USB_DADDR_ADD0_Msk /*!<Bit 0 */ |
6741 | #define USB_DADDR_ADD0 USB_DADDR_ADD0_Msk /*!<Bit 0 */ |
6751 | #define USB_DADDR_ADD1_Pos (1U) |
6742 | #define USB_DADDR_ADD1_Pos (1U) |
6752 | #define USB_DADDR_ADD1_Msk (0x1U << USB_DADDR_ADD1_Pos) /*!< 0x00000002 */ |
6743 | #define USB_DADDR_ADD1_Msk (0x1UL << USB_DADDR_ADD1_Pos) /*!< 0x00000002 */ |
6753 | #define USB_DADDR_ADD1 USB_DADDR_ADD1_Msk /*!<Bit 1 */ |
6744 | #define USB_DADDR_ADD1 USB_DADDR_ADD1_Msk /*!<Bit 1 */ |
6754 | #define USB_DADDR_ADD2_Pos (2U) |
6745 | #define USB_DADDR_ADD2_Pos (2U) |
6755 | #define USB_DADDR_ADD2_Msk (0x1U << USB_DADDR_ADD2_Pos) /*!< 0x00000004 */ |
6746 | #define USB_DADDR_ADD2_Msk (0x1UL << USB_DADDR_ADD2_Pos) /*!< 0x00000004 */ |
6756 | #define USB_DADDR_ADD2 USB_DADDR_ADD2_Msk /*!<Bit 2 */ |
6747 | #define USB_DADDR_ADD2 USB_DADDR_ADD2_Msk /*!<Bit 2 */ |
6757 | #define USB_DADDR_ADD3_Pos (3U) |
6748 | #define USB_DADDR_ADD3_Pos (3U) |
6758 | #define USB_DADDR_ADD3_Msk (0x1U << USB_DADDR_ADD3_Pos) /*!< 0x00000008 */ |
6749 | #define USB_DADDR_ADD3_Msk (0x1UL << USB_DADDR_ADD3_Pos) /*!< 0x00000008 */ |
6759 | #define USB_DADDR_ADD3 USB_DADDR_ADD3_Msk /*!<Bit 3 */ |
6750 | #define USB_DADDR_ADD3 USB_DADDR_ADD3_Msk /*!<Bit 3 */ |
6760 | #define USB_DADDR_ADD4_Pos (4U) |
6751 | #define USB_DADDR_ADD4_Pos (4U) |
6761 | #define USB_DADDR_ADD4_Msk (0x1U << USB_DADDR_ADD4_Pos) /*!< 0x00000010 */ |
6752 | #define USB_DADDR_ADD4_Msk (0x1UL << USB_DADDR_ADD4_Pos) /*!< 0x00000010 */ |
6762 | #define USB_DADDR_ADD4 USB_DADDR_ADD4_Msk /*!<Bit 4 */ |
6753 | #define USB_DADDR_ADD4 USB_DADDR_ADD4_Msk /*!<Bit 4 */ |
6763 | #define USB_DADDR_ADD5_Pos (5U) |
6754 | #define USB_DADDR_ADD5_Pos (5U) |
6764 | #define USB_DADDR_ADD5_Msk (0x1U << USB_DADDR_ADD5_Pos) /*!< 0x00000020 */ |
6755 | #define USB_DADDR_ADD5_Msk (0x1UL << USB_DADDR_ADD5_Pos) /*!< 0x00000020 */ |
6765 | #define USB_DADDR_ADD5 USB_DADDR_ADD5_Msk /*!<Bit 5 */ |
6756 | #define USB_DADDR_ADD5 USB_DADDR_ADD5_Msk /*!<Bit 5 */ |
6766 | #define USB_DADDR_ADD6_Pos (6U) |
6757 | #define USB_DADDR_ADD6_Pos (6U) |
6767 | #define USB_DADDR_ADD6_Msk (0x1U << USB_DADDR_ADD6_Pos) /*!< 0x00000040 */ |
6758 | #define USB_DADDR_ADD6_Msk (0x1UL << USB_DADDR_ADD6_Pos) /*!< 0x00000040 */ |
6768 | #define USB_DADDR_ADD6 USB_DADDR_ADD6_Msk /*!<Bit 6 */ |
6759 | #define USB_DADDR_ADD6 USB_DADDR_ADD6_Msk /*!<Bit 6 */ |
6769 | 6760 | ||
6770 | #define USB_DADDR_EF_Pos (7U) |
6761 | #define USB_DADDR_EF_Pos (7U) |
6771 | #define USB_DADDR_EF_Msk (0x1U << USB_DADDR_EF_Pos) /*!< 0x00000080 */ |
6762 | #define USB_DADDR_EF_Msk (0x1UL << USB_DADDR_EF_Pos) /*!< 0x00000080 */ |
6772 | #define USB_DADDR_EF USB_DADDR_EF_Msk /*!<Enable Function */ |
6763 | #define USB_DADDR_EF USB_DADDR_EF_Msk /*!<Enable Function */ |
6773 | 6764 | ||
6774 | /****************** Bit definition for USB_BTABLE register ******************/ |
6765 | /****************** Bit definition for USB_BTABLE register ******************/ |
6775 | #define USB_BTABLE_BTABLE_Pos (3U) |
6766 | #define USB_BTABLE_BTABLE_Pos (3U) |
6776 | #define USB_BTABLE_BTABLE_Msk (0x1FFFU << USB_BTABLE_BTABLE_Pos) /*!< 0x0000FFF8 */ |
6767 | #define USB_BTABLE_BTABLE_Msk (0x1FFFUL << USB_BTABLE_BTABLE_Pos) /*!< 0x0000FFF8 */ |
6777 | #define USB_BTABLE_BTABLE USB_BTABLE_BTABLE_Msk /*!<Buffer Table */ |
6768 | #define USB_BTABLE_BTABLE USB_BTABLE_BTABLE_Msk /*!<Buffer Table */ |
6778 | 6769 | ||
6779 | /*!< Buffer descriptor table */ |
6770 | /*!< Buffer descriptor table */ |
6780 | /***************** Bit definition for USB_ADDR0_TX register *****************/ |
6771 | /***************** Bit definition for USB_ADDR0_TX register *****************/ |
6781 | #define USB_ADDR0_TX_ADDR0_TX_Pos (1U) |
6772 | #define USB_ADDR0_TX_ADDR0_TX_Pos (1U) |
6782 | #define USB_ADDR0_TX_ADDR0_TX_Msk (0x7FFFU << USB_ADDR0_TX_ADDR0_TX_Pos) /*!< 0x0000FFFE */ |
6773 | #define USB_ADDR0_TX_ADDR0_TX_Msk (0x7FFFUL << USB_ADDR0_TX_ADDR0_TX_Pos) /*!< 0x0000FFFE */ |
6783 | #define USB_ADDR0_TX_ADDR0_TX USB_ADDR0_TX_ADDR0_TX_Msk /*!< Transmission Buffer Address 0 */ |
6774 | #define USB_ADDR0_TX_ADDR0_TX USB_ADDR0_TX_ADDR0_TX_Msk /*!< Transmission Buffer Address 0 */ |
6784 | 6775 | ||
6785 | /***************** Bit definition for USB_ADDR1_TX register *****************/ |
6776 | /***************** Bit definition for USB_ADDR1_TX register *****************/ |
6786 | #define USB_ADDR1_TX_ADDR1_TX_Pos (1U) |
6777 | #define USB_ADDR1_TX_ADDR1_TX_Pos (1U) |
6787 | #define USB_ADDR1_TX_ADDR1_TX_Msk (0x7FFFU << USB_ADDR1_TX_ADDR1_TX_Pos) /*!< 0x0000FFFE */ |
6778 | #define USB_ADDR1_TX_ADDR1_TX_Msk (0x7FFFUL << USB_ADDR1_TX_ADDR1_TX_Pos) /*!< 0x0000FFFE */ |
6788 | #define USB_ADDR1_TX_ADDR1_TX USB_ADDR1_TX_ADDR1_TX_Msk /*!< Transmission Buffer Address 1 */ |
6779 | #define USB_ADDR1_TX_ADDR1_TX USB_ADDR1_TX_ADDR1_TX_Msk /*!< Transmission Buffer Address 1 */ |
6789 | 6780 | ||
6790 | /***************** Bit definition for USB_ADDR2_TX register *****************/ |
6781 | /***************** Bit definition for USB_ADDR2_TX register *****************/ |
6791 | #define USB_ADDR2_TX_ADDR2_TX_Pos (1U) |
6782 | #define USB_ADDR2_TX_ADDR2_TX_Pos (1U) |
6792 | #define USB_ADDR2_TX_ADDR2_TX_Msk (0x7FFFU << USB_ADDR2_TX_ADDR2_TX_Pos) /*!< 0x0000FFFE */ |
6783 | #define USB_ADDR2_TX_ADDR2_TX_Msk (0x7FFFUL << USB_ADDR2_TX_ADDR2_TX_Pos) /*!< 0x0000FFFE */ |
6793 | #define USB_ADDR2_TX_ADDR2_TX USB_ADDR2_TX_ADDR2_TX_Msk /*!< Transmission Buffer Address 2 */ |
6784 | #define USB_ADDR2_TX_ADDR2_TX USB_ADDR2_TX_ADDR2_TX_Msk /*!< Transmission Buffer Address 2 */ |
6794 | 6785 | ||
6795 | /***************** Bit definition for USB_ADDR3_TX register *****************/ |
6786 | /***************** Bit definition for USB_ADDR3_TX register *****************/ |
6796 | #define USB_ADDR3_TX_ADDR3_TX_Pos (1U) |
6787 | #define USB_ADDR3_TX_ADDR3_TX_Pos (1U) |
6797 | #define USB_ADDR3_TX_ADDR3_TX_Msk (0x7FFFU << USB_ADDR3_TX_ADDR3_TX_Pos) /*!< 0x0000FFFE */ |
6788 | #define USB_ADDR3_TX_ADDR3_TX_Msk (0x7FFFUL << USB_ADDR3_TX_ADDR3_TX_Pos) /*!< 0x0000FFFE */ |
6798 | #define USB_ADDR3_TX_ADDR3_TX USB_ADDR3_TX_ADDR3_TX_Msk /*!< Transmission Buffer Address 3 */ |
6789 | #define USB_ADDR3_TX_ADDR3_TX USB_ADDR3_TX_ADDR3_TX_Msk /*!< Transmission Buffer Address 3 */ |
6799 | 6790 | ||
6800 | /***************** Bit definition for USB_ADDR4_TX register *****************/ |
6791 | /***************** Bit definition for USB_ADDR4_TX register *****************/ |
6801 | #define USB_ADDR4_TX_ADDR4_TX_Pos (1U) |
6792 | #define USB_ADDR4_TX_ADDR4_TX_Pos (1U) |
6802 | #define USB_ADDR4_TX_ADDR4_TX_Msk (0x7FFFU << USB_ADDR4_TX_ADDR4_TX_Pos) /*!< 0x0000FFFE */ |
6793 | #define USB_ADDR4_TX_ADDR4_TX_Msk (0x7FFFUL << USB_ADDR4_TX_ADDR4_TX_Pos) /*!< 0x0000FFFE */ |
6803 | #define USB_ADDR4_TX_ADDR4_TX USB_ADDR4_TX_ADDR4_TX_Msk /*!< Transmission Buffer Address 4 */ |
6794 | #define USB_ADDR4_TX_ADDR4_TX USB_ADDR4_TX_ADDR4_TX_Msk /*!< Transmission Buffer Address 4 */ |
6804 | 6795 | ||
6805 | /***************** Bit definition for USB_ADDR5_TX register *****************/ |
6796 | /***************** Bit definition for USB_ADDR5_TX register *****************/ |
6806 | #define USB_ADDR5_TX_ADDR5_TX_Pos (1U) |
6797 | #define USB_ADDR5_TX_ADDR5_TX_Pos (1U) |
6807 | #define USB_ADDR5_TX_ADDR5_TX_Msk (0x7FFFU << USB_ADDR5_TX_ADDR5_TX_Pos) /*!< 0x0000FFFE */ |
6798 | #define USB_ADDR5_TX_ADDR5_TX_Msk (0x7FFFUL << USB_ADDR5_TX_ADDR5_TX_Pos) /*!< 0x0000FFFE */ |
6808 | #define USB_ADDR5_TX_ADDR5_TX USB_ADDR5_TX_ADDR5_TX_Msk /*!< Transmission Buffer Address 5 */ |
6799 | #define USB_ADDR5_TX_ADDR5_TX USB_ADDR5_TX_ADDR5_TX_Msk /*!< Transmission Buffer Address 5 */ |
6809 | 6800 | ||
6810 | /***************** Bit definition for USB_ADDR6_TX register *****************/ |
6801 | /***************** Bit definition for USB_ADDR6_TX register *****************/ |
6811 | #define USB_ADDR6_TX_ADDR6_TX_Pos (1U) |
6802 | #define USB_ADDR6_TX_ADDR6_TX_Pos (1U) |
6812 | #define USB_ADDR6_TX_ADDR6_TX_Msk (0x7FFFU << USB_ADDR6_TX_ADDR6_TX_Pos) /*!< 0x0000FFFE */ |
6803 | #define USB_ADDR6_TX_ADDR6_TX_Msk (0x7FFFUL << USB_ADDR6_TX_ADDR6_TX_Pos) /*!< 0x0000FFFE */ |
6813 | #define USB_ADDR6_TX_ADDR6_TX USB_ADDR6_TX_ADDR6_TX_Msk /*!< Transmission Buffer Address 6 */ |
6804 | #define USB_ADDR6_TX_ADDR6_TX USB_ADDR6_TX_ADDR6_TX_Msk /*!< Transmission Buffer Address 6 */ |
6814 | 6805 | ||
6815 | /***************** Bit definition for USB_ADDR7_TX register *****************/ |
6806 | /***************** Bit definition for USB_ADDR7_TX register *****************/ |
6816 | #define USB_ADDR7_TX_ADDR7_TX_Pos (1U) |
6807 | #define USB_ADDR7_TX_ADDR7_TX_Pos (1U) |
6817 | #define USB_ADDR7_TX_ADDR7_TX_Msk (0x7FFFU << USB_ADDR7_TX_ADDR7_TX_Pos) /*!< 0x0000FFFE */ |
6808 | #define USB_ADDR7_TX_ADDR7_TX_Msk (0x7FFFUL << USB_ADDR7_TX_ADDR7_TX_Pos) /*!< 0x0000FFFE */ |
6818 | #define USB_ADDR7_TX_ADDR7_TX USB_ADDR7_TX_ADDR7_TX_Msk /*!< Transmission Buffer Address 7 */ |
6809 | #define USB_ADDR7_TX_ADDR7_TX USB_ADDR7_TX_ADDR7_TX_Msk /*!< Transmission Buffer Address 7 */ |
6819 | 6810 | ||
6820 | /*----------------------------------------------------------------------------*/ |
6811 | /*----------------------------------------------------------------------------*/ |
6821 | 6812 | ||
6822 | /***************** Bit definition for USB_COUNT0_TX register ****************/ |
6813 | /***************** Bit definition for USB_COUNT0_TX register ****************/ |
6823 | #define USB_COUNT0_TX_COUNT0_TX_Pos (0U) |
6814 | #define USB_COUNT0_TX_COUNT0_TX_Pos (0U) |
6824 | #define USB_COUNT0_TX_COUNT0_TX_Msk (0x3FFU << USB_COUNT0_TX_COUNT0_TX_Pos) /*!< 0x000003FF */ |
6815 | #define USB_COUNT0_TX_COUNT0_TX_Msk (0x3FFUL << USB_COUNT0_TX_COUNT0_TX_Pos) /*!< 0x000003FF */ |
6825 | #define USB_COUNT0_TX_COUNT0_TX USB_COUNT0_TX_COUNT0_TX_Msk /*!< Transmission Byte Count 0 */ |
6816 | #define USB_COUNT0_TX_COUNT0_TX USB_COUNT0_TX_COUNT0_TX_Msk /*!< Transmission Byte Count 0 */ |
6826 | 6817 | ||
6827 | /***************** Bit definition for USB_COUNT1_TX register ****************/ |
6818 | /***************** Bit definition for USB_COUNT1_TX register ****************/ |
6828 | #define USB_COUNT1_TX_COUNT1_TX_Pos (0U) |
6819 | #define USB_COUNT1_TX_COUNT1_TX_Pos (0U) |
6829 | #define USB_COUNT1_TX_COUNT1_TX_Msk (0x3FFU << USB_COUNT1_TX_COUNT1_TX_Pos) /*!< 0x000003FF */ |
6820 | #define USB_COUNT1_TX_COUNT1_TX_Msk (0x3FFUL << USB_COUNT1_TX_COUNT1_TX_Pos) /*!< 0x000003FF */ |
6830 | #define USB_COUNT1_TX_COUNT1_TX USB_COUNT1_TX_COUNT1_TX_Msk /*!< Transmission Byte Count 1 */ |
6821 | #define USB_COUNT1_TX_COUNT1_TX USB_COUNT1_TX_COUNT1_TX_Msk /*!< Transmission Byte Count 1 */ |
6831 | 6822 | ||
6832 | /***************** Bit definition for USB_COUNT2_TX register ****************/ |
6823 | /***************** Bit definition for USB_COUNT2_TX register ****************/ |
6833 | #define USB_COUNT2_TX_COUNT2_TX_Pos (0U) |
6824 | #define USB_COUNT2_TX_COUNT2_TX_Pos (0U) |
6834 | #define USB_COUNT2_TX_COUNT2_TX_Msk (0x3FFU << USB_COUNT2_TX_COUNT2_TX_Pos) /*!< 0x000003FF */ |
6825 | #define USB_COUNT2_TX_COUNT2_TX_Msk (0x3FFUL << USB_COUNT2_TX_COUNT2_TX_Pos) /*!< 0x000003FF */ |
6835 | #define USB_COUNT2_TX_COUNT2_TX USB_COUNT2_TX_COUNT2_TX_Msk /*!< Transmission Byte Count 2 */ |
6826 | #define USB_COUNT2_TX_COUNT2_TX USB_COUNT2_TX_COUNT2_TX_Msk /*!< Transmission Byte Count 2 */ |
6836 | 6827 | ||
6837 | /***************** Bit definition for USB_COUNT3_TX register ****************/ |
6828 | /***************** Bit definition for USB_COUNT3_TX register ****************/ |
6838 | #define USB_COUNT3_TX_COUNT3_TX_Pos (0U) |
6829 | #define USB_COUNT3_TX_COUNT3_TX_Pos (0U) |
6839 | #define USB_COUNT3_TX_COUNT3_TX_Msk (0x3FFU << USB_COUNT3_TX_COUNT3_TX_Pos) /*!< 0x000003FF */ |
6830 | #define USB_COUNT3_TX_COUNT3_TX_Msk (0x3FFUL << USB_COUNT3_TX_COUNT3_TX_Pos) /*!< 0x000003FF */ |
6840 | #define USB_COUNT3_TX_COUNT3_TX USB_COUNT3_TX_COUNT3_TX_Msk /*!< Transmission Byte Count 3 */ |
6831 | #define USB_COUNT3_TX_COUNT3_TX USB_COUNT3_TX_COUNT3_TX_Msk /*!< Transmission Byte Count 3 */ |
6841 | 6832 | ||
6842 | /***************** Bit definition for USB_COUNT4_TX register ****************/ |
6833 | /***************** Bit definition for USB_COUNT4_TX register ****************/ |
6843 | #define USB_COUNT4_TX_COUNT4_TX_Pos (0U) |
6834 | #define USB_COUNT4_TX_COUNT4_TX_Pos (0U) |
6844 | #define USB_COUNT4_TX_COUNT4_TX_Msk (0x3FFU << USB_COUNT4_TX_COUNT4_TX_Pos) /*!< 0x000003FF */ |
6835 | #define USB_COUNT4_TX_COUNT4_TX_Msk (0x3FFUL << USB_COUNT4_TX_COUNT4_TX_Pos) /*!< 0x000003FF */ |
6845 | #define USB_COUNT4_TX_COUNT4_TX USB_COUNT4_TX_COUNT4_TX_Msk /*!< Transmission Byte Count 4 */ |
6836 | #define USB_COUNT4_TX_COUNT4_TX USB_COUNT4_TX_COUNT4_TX_Msk /*!< Transmission Byte Count 4 */ |
6846 | 6837 | ||
6847 | /***************** Bit definition for USB_COUNT5_TX register ****************/ |
6838 | /***************** Bit definition for USB_COUNT5_TX register ****************/ |
6848 | #define USB_COUNT5_TX_COUNT5_TX_Pos (0U) |
6839 | #define USB_COUNT5_TX_COUNT5_TX_Pos (0U) |
6849 | #define USB_COUNT5_TX_COUNT5_TX_Msk (0x3FFU << USB_COUNT5_TX_COUNT5_TX_Pos) /*!< 0x000003FF */ |
6840 | #define USB_COUNT5_TX_COUNT5_TX_Msk (0x3FFUL << USB_COUNT5_TX_COUNT5_TX_Pos) /*!< 0x000003FF */ |
6850 | #define USB_COUNT5_TX_COUNT5_TX USB_COUNT5_TX_COUNT5_TX_Msk /*!< Transmission Byte Count 5 */ |
6841 | #define USB_COUNT5_TX_COUNT5_TX USB_COUNT5_TX_COUNT5_TX_Msk /*!< Transmission Byte Count 5 */ |
6851 | 6842 | ||
6852 | /***************** Bit definition for USB_COUNT6_TX register ****************/ |
6843 | /***************** Bit definition for USB_COUNT6_TX register ****************/ |
6853 | #define USB_COUNT6_TX_COUNT6_TX_Pos (0U) |
6844 | #define USB_COUNT6_TX_COUNT6_TX_Pos (0U) |
6854 | #define USB_COUNT6_TX_COUNT6_TX_Msk (0x3FFU << USB_COUNT6_TX_COUNT6_TX_Pos) /*!< 0x000003FF */ |
6845 | #define USB_COUNT6_TX_COUNT6_TX_Msk (0x3FFUL << USB_COUNT6_TX_COUNT6_TX_Pos) /*!< 0x000003FF */ |
6855 | #define USB_COUNT6_TX_COUNT6_TX USB_COUNT6_TX_COUNT6_TX_Msk /*!< Transmission Byte Count 6 */ |
6846 | #define USB_COUNT6_TX_COUNT6_TX USB_COUNT6_TX_COUNT6_TX_Msk /*!< Transmission Byte Count 6 */ |
6856 | 6847 | ||
6857 | /***************** Bit definition for USB_COUNT7_TX register ****************/ |
6848 | /***************** Bit definition for USB_COUNT7_TX register ****************/ |
6858 | #define USB_COUNT7_TX_COUNT7_TX_Pos (0U) |
6849 | #define USB_COUNT7_TX_COUNT7_TX_Pos (0U) |
6859 | #define USB_COUNT7_TX_COUNT7_TX_Msk (0x3FFU << USB_COUNT7_TX_COUNT7_TX_Pos) /*!< 0x000003FF */ |
6850 | #define USB_COUNT7_TX_COUNT7_TX_Msk (0x3FFUL << USB_COUNT7_TX_COUNT7_TX_Pos) /*!< 0x000003FF */ |
6860 | #define USB_COUNT7_TX_COUNT7_TX USB_COUNT7_TX_COUNT7_TX_Msk /*!< Transmission Byte Count 7 */ |
6851 | #define USB_COUNT7_TX_COUNT7_TX USB_COUNT7_TX_COUNT7_TX_Msk /*!< Transmission Byte Count 7 */ |
6861 | 6852 | ||
6862 | /*----------------------------------------------------------------------------*/ |
6853 | /*----------------------------------------------------------------------------*/ |
6863 | 6854 | ||
6864 | /**************** Bit definition for USB_COUNT0_TX_0 register ***************/ |
6855 | /**************** Bit definition for USB_COUNT0_TX_0 register ***************/ |
Line 6878... | Line 6869... | ||
6878 | 6869 | ||
6879 | /**************** Bit definition for USB_COUNT2_TX_1 register ***************/ |
6870 | /**************** Bit definition for USB_COUNT2_TX_1 register ***************/ |
6880 | #define USB_COUNT2_TX_1_COUNT2_TX_1 (0x03FF0000U) /*!< Transmission Byte Count 2 (high) */ |
6871 | #define USB_COUNT2_TX_1_COUNT2_TX_1 (0x03FF0000U) /*!< Transmission Byte Count 2 (high) */ |
6881 | 6872 | ||
6882 | /**************** Bit definition for USB_COUNT3_TX_0 register ***************/ |
6873 | /**************** Bit definition for USB_COUNT3_TX_0 register ***************/ |
6883 | #define USB_COUNT3_TX_0_COUNT3_TX_0 ((uint32_t)0x00000000U03FF) /*!< Transmission Byte Count 3 (low) */ |
6874 | #define USB_COUNT3_TX_0_COUNT3_TX_0 (0x000003FFU) /*!< Transmission Byte Count 3 (low) */ |
6884 | 6875 | ||
6885 | /**************** Bit definition for USB_COUNT3_TX_1 register ***************/ |
6876 | /**************** Bit definition for USB_COUNT3_TX_1 register ***************/ |
6886 | #define USB_COUNT3_TX_1_COUNT3_TX_1 ((uint32_t)0x000003FFU0000) /*!< Transmission Byte Count 3 (high) */ |
6877 | #define USB_COUNT3_TX_1_COUNT3_TX_1 (0x03FF0000U) /*!< Transmission Byte Count 3 (high) */ |
6887 | 6878 | ||
6888 | /**************** Bit definition for USB_COUNT4_TX_0 register ***************/ |
6879 | /**************** Bit definition for USB_COUNT4_TX_0 register ***************/ |
6889 | #define USB_COUNT4_TX_0_COUNT4_TX_0 (0x000003FFU) /*!< Transmission Byte Count 4 (low) */ |
6880 | #define USB_COUNT4_TX_0_COUNT4_TX_0 (0x000003FFU) /*!< Transmission Byte Count 4 (low) */ |
6890 | 6881 | ||
6891 | /**************** Bit definition for USB_COUNT4_TX_1 register ***************/ |
6882 | /**************** Bit definition for USB_COUNT4_TX_1 register ***************/ |
Line 6911... | Line 6902... | ||
6911 | 6902 | ||
6912 | /*----------------------------------------------------------------------------*/ |
6903 | /*----------------------------------------------------------------------------*/ |
6913 | 6904 | ||
6914 | /***************** Bit definition for USB_ADDR0_RX register *****************/ |
6905 | /***************** Bit definition for USB_ADDR0_RX register *****************/ |
6915 | #define USB_ADDR0_RX_ADDR0_RX_Pos (1U) |
6906 | #define USB_ADDR0_RX_ADDR0_RX_Pos (1U) |
6916 | #define USB_ADDR0_RX_ADDR0_RX_Msk (0x7FFFU << USB_ADDR0_RX_ADDR0_RX_Pos) /*!< 0x0000FFFE */ |
6907 | #define USB_ADDR0_RX_ADDR0_RX_Msk (0x7FFFUL << USB_ADDR0_RX_ADDR0_RX_Pos) /*!< 0x0000FFFE */ |
6917 | #define USB_ADDR0_RX_ADDR0_RX USB_ADDR0_RX_ADDR0_RX_Msk /*!< Reception Buffer Address 0 */ |
6908 | #define USB_ADDR0_RX_ADDR0_RX USB_ADDR0_RX_ADDR0_RX_Msk /*!< Reception Buffer Address 0 */ |
6918 | 6909 | ||
6919 | /***************** Bit definition for USB_ADDR1_RX register *****************/ |
6910 | /***************** Bit definition for USB_ADDR1_RX register *****************/ |
6920 | #define USB_ADDR1_RX_ADDR1_RX_Pos (1U) |
6911 | #define USB_ADDR1_RX_ADDR1_RX_Pos (1U) |
6921 | #define USB_ADDR1_RX_ADDR1_RX_Msk (0x7FFFU << USB_ADDR1_RX_ADDR1_RX_Pos) /*!< 0x0000FFFE */ |
6912 | #define USB_ADDR1_RX_ADDR1_RX_Msk (0x7FFFUL << USB_ADDR1_RX_ADDR1_RX_Pos) /*!< 0x0000FFFE */ |
6922 | #define USB_ADDR1_RX_ADDR1_RX USB_ADDR1_RX_ADDR1_RX_Msk /*!< Reception Buffer Address 1 */ |
6913 | #define USB_ADDR1_RX_ADDR1_RX USB_ADDR1_RX_ADDR1_RX_Msk /*!< Reception Buffer Address 1 */ |
6923 | 6914 | ||
6924 | /***************** Bit definition for USB_ADDR2_RX register *****************/ |
6915 | /***************** Bit definition for USB_ADDR2_RX register *****************/ |
6925 | #define USB_ADDR2_RX_ADDR2_RX_Pos (1U) |
6916 | #define USB_ADDR2_RX_ADDR2_RX_Pos (1U) |
6926 | #define USB_ADDR2_RX_ADDR2_RX_Msk (0x7FFFU << USB_ADDR2_RX_ADDR2_RX_Pos) /*!< 0x0000FFFE */ |
6917 | #define USB_ADDR2_RX_ADDR2_RX_Msk (0x7FFFUL << USB_ADDR2_RX_ADDR2_RX_Pos) /*!< 0x0000FFFE */ |
6927 | #define USB_ADDR2_RX_ADDR2_RX USB_ADDR2_RX_ADDR2_RX_Msk /*!< Reception Buffer Address 2 */ |
6918 | #define USB_ADDR2_RX_ADDR2_RX USB_ADDR2_RX_ADDR2_RX_Msk /*!< Reception Buffer Address 2 */ |
6928 | 6919 | ||
6929 | /***************** Bit definition for USB_ADDR3_RX register *****************/ |
6920 | /***************** Bit definition for USB_ADDR3_RX register *****************/ |
6930 | #define USB_ADDR3_RX_ADDR3_RX_Pos (1U) |
6921 | #define USB_ADDR3_RX_ADDR3_RX_Pos (1U) |
6931 | #define USB_ADDR3_RX_ADDR3_RX_Msk (0x7FFFU << USB_ADDR3_RX_ADDR3_RX_Pos) /*!< 0x0000FFFE */ |
6922 | #define USB_ADDR3_RX_ADDR3_RX_Msk (0x7FFFUL << USB_ADDR3_RX_ADDR3_RX_Pos) /*!< 0x0000FFFE */ |
6932 | #define USB_ADDR3_RX_ADDR3_RX USB_ADDR3_RX_ADDR3_RX_Msk /*!< Reception Buffer Address 3 */ |
6923 | #define USB_ADDR3_RX_ADDR3_RX USB_ADDR3_RX_ADDR3_RX_Msk /*!< Reception Buffer Address 3 */ |
6933 | 6924 | ||
6934 | /***************** Bit definition for USB_ADDR4_RX register *****************/ |
6925 | /***************** Bit definition for USB_ADDR4_RX register *****************/ |
6935 | #define USB_ADDR4_RX_ADDR4_RX_Pos (1U) |
6926 | #define USB_ADDR4_RX_ADDR4_RX_Pos (1U) |
6936 | #define USB_ADDR4_RX_ADDR4_RX_Msk (0x7FFFU << USB_ADDR4_RX_ADDR4_RX_Pos) /*!< 0x0000FFFE */ |
6927 | #define USB_ADDR4_RX_ADDR4_RX_Msk (0x7FFFUL << USB_ADDR4_RX_ADDR4_RX_Pos) /*!< 0x0000FFFE */ |
6937 | #define USB_ADDR4_RX_ADDR4_RX USB_ADDR4_RX_ADDR4_RX_Msk /*!< Reception Buffer Address 4 */ |
6928 | #define USB_ADDR4_RX_ADDR4_RX USB_ADDR4_RX_ADDR4_RX_Msk /*!< Reception Buffer Address 4 */ |
6938 | 6929 | ||
6939 | /***************** Bit definition for USB_ADDR5_RX register *****************/ |
6930 | /***************** Bit definition for USB_ADDR5_RX register *****************/ |
6940 | #define USB_ADDR5_RX_ADDR5_RX_Pos (1U) |
6931 | #define USB_ADDR5_RX_ADDR5_RX_Pos (1U) |
6941 | #define USB_ADDR5_RX_ADDR5_RX_Msk (0x7FFFU << USB_ADDR5_RX_ADDR5_RX_Pos) /*!< 0x0000FFFE */ |
6932 | #define USB_ADDR5_RX_ADDR5_RX_Msk (0x7FFFUL << USB_ADDR5_RX_ADDR5_RX_Pos) /*!< 0x0000FFFE */ |
6942 | #define USB_ADDR5_RX_ADDR5_RX USB_ADDR5_RX_ADDR5_RX_Msk /*!< Reception Buffer Address 5 */ |
6933 | #define USB_ADDR5_RX_ADDR5_RX USB_ADDR5_RX_ADDR5_RX_Msk /*!< Reception Buffer Address 5 */ |
6943 | 6934 | ||
6944 | /***************** Bit definition for USB_ADDR6_RX register *****************/ |
6935 | /***************** Bit definition for USB_ADDR6_RX register *****************/ |
6945 | #define USB_ADDR6_RX_ADDR6_RX_Pos (1U) |
6936 | #define USB_ADDR6_RX_ADDR6_RX_Pos (1U) |
6946 | #define USB_ADDR6_RX_ADDR6_RX_Msk (0x7FFFU << USB_ADDR6_RX_ADDR6_RX_Pos) /*!< 0x0000FFFE */ |
6937 | #define USB_ADDR6_RX_ADDR6_RX_Msk (0x7FFFUL << USB_ADDR6_RX_ADDR6_RX_Pos) /*!< 0x0000FFFE */ |
6947 | #define USB_ADDR6_RX_ADDR6_RX USB_ADDR6_RX_ADDR6_RX_Msk /*!< Reception Buffer Address 6 */ |
6938 | #define USB_ADDR6_RX_ADDR6_RX USB_ADDR6_RX_ADDR6_RX_Msk /*!< Reception Buffer Address 6 */ |
6948 | 6939 | ||
6949 | /***************** Bit definition for USB_ADDR7_RX register *****************/ |
6940 | /***************** Bit definition for USB_ADDR7_RX register *****************/ |
6950 | #define USB_ADDR7_RX_ADDR7_RX_Pos (1U) |
6941 | #define USB_ADDR7_RX_ADDR7_RX_Pos (1U) |
6951 | #define USB_ADDR7_RX_ADDR7_RX_Msk (0x7FFFU << USB_ADDR7_RX_ADDR7_RX_Pos) /*!< 0x0000FFFE */ |
6942 | #define USB_ADDR7_RX_ADDR7_RX_Msk (0x7FFFUL << USB_ADDR7_RX_ADDR7_RX_Pos) /*!< 0x0000FFFE */ |
6952 | #define USB_ADDR7_RX_ADDR7_RX USB_ADDR7_RX_ADDR7_RX_Msk /*!< Reception Buffer Address 7 */ |
6943 | #define USB_ADDR7_RX_ADDR7_RX USB_ADDR7_RX_ADDR7_RX_Msk /*!< Reception Buffer Address 7 */ |
6953 | 6944 | ||
6954 | /*----------------------------------------------------------------------------*/ |
6945 | /*----------------------------------------------------------------------------*/ |
6955 | 6946 | ||
6956 | /***************** Bit definition for USB_COUNT0_RX register ****************/ |
6947 | /***************** Bit definition for USB_COUNT0_RX register ****************/ |
6957 | #define USB_COUNT0_RX_COUNT0_RX_Pos (0U) |
6948 | #define USB_COUNT0_RX_COUNT0_RX_Pos (0U) |
6958 | #define USB_COUNT0_RX_COUNT0_RX_Msk (0x3FFU << USB_COUNT0_RX_COUNT0_RX_Pos) /*!< 0x000003FF */ |
6949 | #define USB_COUNT0_RX_COUNT0_RX_Msk (0x3FFUL << USB_COUNT0_RX_COUNT0_RX_Pos) /*!< 0x000003FF */ |
6959 | #define USB_COUNT0_RX_COUNT0_RX USB_COUNT0_RX_COUNT0_RX_Msk /*!< Reception Byte Count */ |
6950 | #define USB_COUNT0_RX_COUNT0_RX USB_COUNT0_RX_COUNT0_RX_Msk /*!< Reception Byte Count */ |
6960 | 6951 | ||
6961 | #define USB_COUNT0_RX_NUM_BLOCK_Pos (10U) |
6952 | #define USB_COUNT0_RX_NUM_BLOCK_Pos (10U) |
6962 | #define USB_COUNT0_RX_NUM_BLOCK_Msk (0x1FU << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
6953 | #define USB_COUNT0_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
6963 | #define USB_COUNT0_RX_NUM_BLOCK USB_COUNT0_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
6954 | #define USB_COUNT0_RX_NUM_BLOCK USB_COUNT0_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
6964 | #define USB_COUNT0_RX_NUM_BLOCK_0 (0x01U << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
6955 | #define USB_COUNT0_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
6965 | #define USB_COUNT0_RX_NUM_BLOCK_1 (0x02U << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
6956 | #define USB_COUNT0_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
6966 | #define USB_COUNT0_RX_NUM_BLOCK_2 (0x04U << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
6957 | #define USB_COUNT0_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
6967 | #define USB_COUNT0_RX_NUM_BLOCK_3 (0x08U << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
6958 | #define USB_COUNT0_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
6968 | #define USB_COUNT0_RX_NUM_BLOCK_4 (0x10U << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
6959 | #define USB_COUNT0_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
6969 | 6960 | ||
6970 | #define USB_COUNT0_RX_BLSIZE_Pos (15U) |
6961 | #define USB_COUNT0_RX_BLSIZE_Pos (15U) |
6971 | #define USB_COUNT0_RX_BLSIZE_Msk (0x1U << USB_COUNT0_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
6962 | #define USB_COUNT0_RX_BLSIZE_Msk (0x1UL << USB_COUNT0_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
6972 | #define USB_COUNT0_RX_BLSIZE USB_COUNT0_RX_BLSIZE_Msk /*!< BLock SIZE */ |
6963 | #define USB_COUNT0_RX_BLSIZE USB_COUNT0_RX_BLSIZE_Msk /*!< BLock SIZE */ |
6973 | 6964 | ||
6974 | /***************** Bit definition for USB_COUNT1_RX register ****************/ |
6965 | /***************** Bit definition for USB_COUNT1_RX register ****************/ |
6975 | #define USB_COUNT1_RX_COUNT1_RX_Pos (0U) |
6966 | #define USB_COUNT1_RX_COUNT1_RX_Pos (0U) |
6976 | #define USB_COUNT1_RX_COUNT1_RX_Msk (0x3FFU << USB_COUNT1_RX_COUNT1_RX_Pos) /*!< 0x000003FF */ |
6967 | #define USB_COUNT1_RX_COUNT1_RX_Msk (0x3FFUL << USB_COUNT1_RX_COUNT1_RX_Pos) /*!< 0x000003FF */ |
6977 | #define USB_COUNT1_RX_COUNT1_RX USB_COUNT1_RX_COUNT1_RX_Msk /*!< Reception Byte Count */ |
6968 | #define USB_COUNT1_RX_COUNT1_RX USB_COUNT1_RX_COUNT1_RX_Msk /*!< Reception Byte Count */ |
6978 | 6969 | ||
6979 | #define USB_COUNT1_RX_NUM_BLOCK_Pos (10U) |
6970 | #define USB_COUNT1_RX_NUM_BLOCK_Pos (10U) |
6980 | #define USB_COUNT1_RX_NUM_BLOCK_Msk (0x1FU << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
6971 | #define USB_COUNT1_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
6981 | #define USB_COUNT1_RX_NUM_BLOCK USB_COUNT1_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
6972 | #define USB_COUNT1_RX_NUM_BLOCK USB_COUNT1_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
6982 | #define USB_COUNT1_RX_NUM_BLOCK_0 (0x01U << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
6973 | #define USB_COUNT1_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
6983 | #define USB_COUNT1_RX_NUM_BLOCK_1 (0x02U << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
6974 | #define USB_COUNT1_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
6984 | #define USB_COUNT1_RX_NUM_BLOCK_2 (0x04U << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
6975 | #define USB_COUNT1_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
6985 | #define USB_COUNT1_RX_NUM_BLOCK_3 (0x08U << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
6976 | #define USB_COUNT1_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
6986 | #define USB_COUNT1_RX_NUM_BLOCK_4 (0x10U << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
6977 | #define USB_COUNT1_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
6987 | 6978 | ||
6988 | #define USB_COUNT1_RX_BLSIZE_Pos (15U) |
6979 | #define USB_COUNT1_RX_BLSIZE_Pos (15U) |
6989 | #define USB_COUNT1_RX_BLSIZE_Msk (0x1U << USB_COUNT1_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
6980 | #define USB_COUNT1_RX_BLSIZE_Msk (0x1UL << USB_COUNT1_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
6990 | #define USB_COUNT1_RX_BLSIZE USB_COUNT1_RX_BLSIZE_Msk /*!< BLock SIZE */ |
6981 | #define USB_COUNT1_RX_BLSIZE USB_COUNT1_RX_BLSIZE_Msk /*!< BLock SIZE */ |
6991 | 6982 | ||
6992 | /***************** Bit definition for USB_COUNT2_RX register ****************/ |
6983 | /***************** Bit definition for USB_COUNT2_RX register ****************/ |
6993 | #define USB_COUNT2_RX_COUNT2_RX_Pos (0U) |
6984 | #define USB_COUNT2_RX_COUNT2_RX_Pos (0U) |
6994 | #define USB_COUNT2_RX_COUNT2_RX_Msk (0x3FFU << USB_COUNT2_RX_COUNT2_RX_Pos) /*!< 0x000003FF */ |
6985 | #define USB_COUNT2_RX_COUNT2_RX_Msk (0x3FFUL << USB_COUNT2_RX_COUNT2_RX_Pos) /*!< 0x000003FF */ |
6995 | #define USB_COUNT2_RX_COUNT2_RX USB_COUNT2_RX_COUNT2_RX_Msk /*!< Reception Byte Count */ |
6986 | #define USB_COUNT2_RX_COUNT2_RX USB_COUNT2_RX_COUNT2_RX_Msk /*!< Reception Byte Count */ |
6996 | 6987 | ||
6997 | #define USB_COUNT2_RX_NUM_BLOCK_Pos (10U) |
6988 | #define USB_COUNT2_RX_NUM_BLOCK_Pos (10U) |
6998 | #define USB_COUNT2_RX_NUM_BLOCK_Msk (0x1FU << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
6989 | #define USB_COUNT2_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
6999 | #define USB_COUNT2_RX_NUM_BLOCK USB_COUNT2_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
6990 | #define USB_COUNT2_RX_NUM_BLOCK USB_COUNT2_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
7000 | #define USB_COUNT2_RX_NUM_BLOCK_0 (0x01U << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
6991 | #define USB_COUNT2_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
7001 | #define USB_COUNT2_RX_NUM_BLOCK_1 (0x02U << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
6992 | #define USB_COUNT2_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
7002 | #define USB_COUNT2_RX_NUM_BLOCK_2 (0x04U << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
6993 | #define USB_COUNT2_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
7003 | #define USB_COUNT2_RX_NUM_BLOCK_3 (0x08U << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
6994 | #define USB_COUNT2_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
7004 | #define USB_COUNT2_RX_NUM_BLOCK_4 (0x10U << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
6995 | #define USB_COUNT2_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
7005 | 6996 | ||
7006 | #define USB_COUNT2_RX_BLSIZE_Pos (15U) |
6997 | #define USB_COUNT2_RX_BLSIZE_Pos (15U) |
7007 | #define USB_COUNT2_RX_BLSIZE_Msk (0x1U << USB_COUNT2_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
6998 | #define USB_COUNT2_RX_BLSIZE_Msk (0x1UL << USB_COUNT2_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
7008 | #define USB_COUNT2_RX_BLSIZE USB_COUNT2_RX_BLSIZE_Msk /*!< BLock SIZE */ |
6999 | #define USB_COUNT2_RX_BLSIZE USB_COUNT2_RX_BLSIZE_Msk /*!< BLock SIZE */ |
7009 | 7000 | ||
7010 | /***************** Bit definition for USB_COUNT3_RX register ****************/ |
7001 | /***************** Bit definition for USB_COUNT3_RX register ****************/ |
7011 | #define USB_COUNT3_RX_COUNT3_RX_Pos (0U) |
7002 | #define USB_COUNT3_RX_COUNT3_RX_Pos (0U) |
7012 | #define USB_COUNT3_RX_COUNT3_RX_Msk (0x3FFU << USB_COUNT3_RX_COUNT3_RX_Pos) /*!< 0x000003FF */ |
7003 | #define USB_COUNT3_RX_COUNT3_RX_Msk (0x3FFUL << USB_COUNT3_RX_COUNT3_RX_Pos) /*!< 0x000003FF */ |
7013 | #define USB_COUNT3_RX_COUNT3_RX USB_COUNT3_RX_COUNT3_RX_Msk /*!< Reception Byte Count */ |
7004 | #define USB_COUNT3_RX_COUNT3_RX USB_COUNT3_RX_COUNT3_RX_Msk /*!< Reception Byte Count */ |
7014 | 7005 | ||
7015 | #define USB_COUNT3_RX_NUM_BLOCK_Pos (10U) |
7006 | #define USB_COUNT3_RX_NUM_BLOCK_Pos (10U) |
7016 | #define USB_COUNT3_RX_NUM_BLOCK_Msk (0x1FU << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
7007 | #define USB_COUNT3_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
7017 | #define USB_COUNT3_RX_NUM_BLOCK USB_COUNT3_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
7008 | #define USB_COUNT3_RX_NUM_BLOCK USB_COUNT3_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
7018 | #define USB_COUNT3_RX_NUM_BLOCK_0 (0x01U << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
7009 | #define USB_COUNT3_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
7019 | #define USB_COUNT3_RX_NUM_BLOCK_1 (0x02U << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
7010 | #define USB_COUNT3_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
7020 | #define USB_COUNT3_RX_NUM_BLOCK_2 (0x04U << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
7011 | #define USB_COUNT3_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
7021 | #define USB_COUNT3_RX_NUM_BLOCK_3 (0x08U << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
7012 | #define USB_COUNT3_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
7022 | #define USB_COUNT3_RX_NUM_BLOCK_4 (0x10U << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
7013 | #define USB_COUNT3_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
7023 | 7014 | ||
7024 | #define USB_COUNT3_RX_BLSIZE_Pos (15U) |
7015 | #define USB_COUNT3_RX_BLSIZE_Pos (15U) |
7025 | #define USB_COUNT3_RX_BLSIZE_Msk (0x1U << USB_COUNT3_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
7016 | #define USB_COUNT3_RX_BLSIZE_Msk (0x1UL << USB_COUNT3_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
7026 | #define USB_COUNT3_RX_BLSIZE USB_COUNT3_RX_BLSIZE_Msk /*!< BLock SIZE */ |
7017 | #define USB_COUNT3_RX_BLSIZE USB_COUNT3_RX_BLSIZE_Msk /*!< BLock SIZE */ |
7027 | 7018 | ||
7028 | /***************** Bit definition for USB_COUNT4_RX register ****************/ |
7019 | /***************** Bit definition for USB_COUNT4_RX register ****************/ |
7029 | #define USB_COUNT4_RX_COUNT4_RX_Pos (0U) |
7020 | #define USB_COUNT4_RX_COUNT4_RX_Pos (0U) |
7030 | #define USB_COUNT4_RX_COUNT4_RX_Msk (0x3FFU << USB_COUNT4_RX_COUNT4_RX_Pos) /*!< 0x000003FF */ |
7021 | #define USB_COUNT4_RX_COUNT4_RX_Msk (0x3FFUL << USB_COUNT4_RX_COUNT4_RX_Pos) /*!< 0x000003FF */ |
7031 | #define USB_COUNT4_RX_COUNT4_RX USB_COUNT4_RX_COUNT4_RX_Msk /*!< Reception Byte Count */ |
7022 | #define USB_COUNT4_RX_COUNT4_RX USB_COUNT4_RX_COUNT4_RX_Msk /*!< Reception Byte Count */ |
7032 | 7023 | ||
7033 | #define USB_COUNT4_RX_NUM_BLOCK_Pos (10U) |
7024 | #define USB_COUNT4_RX_NUM_BLOCK_Pos (10U) |
7034 | #define USB_COUNT4_RX_NUM_BLOCK_Msk (0x1FU << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
7025 | #define USB_COUNT4_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
7035 | #define USB_COUNT4_RX_NUM_BLOCK USB_COUNT4_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
7026 | #define USB_COUNT4_RX_NUM_BLOCK USB_COUNT4_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
7036 | #define USB_COUNT4_RX_NUM_BLOCK_0 (0x01U << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
7027 | #define USB_COUNT4_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
7037 | #define USB_COUNT4_RX_NUM_BLOCK_1 (0x02U << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
7028 | #define USB_COUNT4_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
7038 | #define USB_COUNT4_RX_NUM_BLOCK_2 (0x04U << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
7029 | #define USB_COUNT4_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
7039 | #define USB_COUNT4_RX_NUM_BLOCK_3 (0x08U << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
7030 | #define USB_COUNT4_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
7040 | #define USB_COUNT4_RX_NUM_BLOCK_4 (0x10U << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
7031 | #define USB_COUNT4_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
7041 | 7032 | ||
7042 | #define USB_COUNT4_RX_BLSIZE_Pos (15U) |
7033 | #define USB_COUNT4_RX_BLSIZE_Pos (15U) |
7043 | #define USB_COUNT4_RX_BLSIZE_Msk (0x1U << USB_COUNT4_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
7034 | #define USB_COUNT4_RX_BLSIZE_Msk (0x1UL << USB_COUNT4_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
7044 | #define USB_COUNT4_RX_BLSIZE USB_COUNT4_RX_BLSIZE_Msk /*!< BLock SIZE */ |
7035 | #define USB_COUNT4_RX_BLSIZE USB_COUNT4_RX_BLSIZE_Msk /*!< BLock SIZE */ |
7045 | 7036 | ||
7046 | /***************** Bit definition for USB_COUNT5_RX register ****************/ |
7037 | /***************** Bit definition for USB_COUNT5_RX register ****************/ |
7047 | #define USB_COUNT5_RX_COUNT5_RX_Pos (0U) |
7038 | #define USB_COUNT5_RX_COUNT5_RX_Pos (0U) |
7048 | #define USB_COUNT5_RX_COUNT5_RX_Msk (0x3FFU << USB_COUNT5_RX_COUNT5_RX_Pos) /*!< 0x000003FF */ |
7039 | #define USB_COUNT5_RX_COUNT5_RX_Msk (0x3FFUL << USB_COUNT5_RX_COUNT5_RX_Pos) /*!< 0x000003FF */ |
7049 | #define USB_COUNT5_RX_COUNT5_RX USB_COUNT5_RX_COUNT5_RX_Msk /*!< Reception Byte Count */ |
7040 | #define USB_COUNT5_RX_COUNT5_RX USB_COUNT5_RX_COUNT5_RX_Msk /*!< Reception Byte Count */ |
7050 | 7041 | ||
7051 | #define USB_COUNT5_RX_NUM_BLOCK_Pos (10U) |
7042 | #define USB_COUNT5_RX_NUM_BLOCK_Pos (10U) |
7052 | #define USB_COUNT5_RX_NUM_BLOCK_Msk (0x1FU << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
7043 | #define USB_COUNT5_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
7053 | #define USB_COUNT5_RX_NUM_BLOCK USB_COUNT5_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
7044 | #define USB_COUNT5_RX_NUM_BLOCK USB_COUNT5_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
7054 | #define USB_COUNT5_RX_NUM_BLOCK_0 (0x01U << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
7045 | #define USB_COUNT5_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
7055 | #define USB_COUNT5_RX_NUM_BLOCK_1 (0x02U << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
7046 | #define USB_COUNT5_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
7056 | #define USB_COUNT5_RX_NUM_BLOCK_2 (0x04U << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
7047 | #define USB_COUNT5_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
7057 | #define USB_COUNT5_RX_NUM_BLOCK_3 (0x08U << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
7048 | #define USB_COUNT5_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
7058 | #define USB_COUNT5_RX_NUM_BLOCK_4 (0x10U << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
7049 | #define USB_COUNT5_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
7059 | 7050 | ||
7060 | #define USB_COUNT5_RX_BLSIZE_Pos (15U) |
7051 | #define USB_COUNT5_RX_BLSIZE_Pos (15U) |
7061 | #define USB_COUNT5_RX_BLSIZE_Msk (0x1U << USB_COUNT5_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
7052 | #define USB_COUNT5_RX_BLSIZE_Msk (0x1UL << USB_COUNT5_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
7062 | #define USB_COUNT5_RX_BLSIZE USB_COUNT5_RX_BLSIZE_Msk /*!< BLock SIZE */ |
7053 | #define USB_COUNT5_RX_BLSIZE USB_COUNT5_RX_BLSIZE_Msk /*!< BLock SIZE */ |
7063 | 7054 | ||
7064 | /***************** Bit definition for USB_COUNT6_RX register ****************/ |
7055 | /***************** Bit definition for USB_COUNT6_RX register ****************/ |
7065 | #define USB_COUNT6_RX_COUNT6_RX_Pos (0U) |
7056 | #define USB_COUNT6_RX_COUNT6_RX_Pos (0U) |
7066 | #define USB_COUNT6_RX_COUNT6_RX_Msk (0x3FFU << USB_COUNT6_RX_COUNT6_RX_Pos) /*!< 0x000003FF */ |
7057 | #define USB_COUNT6_RX_COUNT6_RX_Msk (0x3FFUL << USB_COUNT6_RX_COUNT6_RX_Pos) /*!< 0x000003FF */ |
7067 | #define USB_COUNT6_RX_COUNT6_RX USB_COUNT6_RX_COUNT6_RX_Msk /*!< Reception Byte Count */ |
7058 | #define USB_COUNT6_RX_COUNT6_RX USB_COUNT6_RX_COUNT6_RX_Msk /*!< Reception Byte Count */ |
7068 | 7059 | ||
7069 | #define USB_COUNT6_RX_NUM_BLOCK_Pos (10U) |
7060 | #define USB_COUNT6_RX_NUM_BLOCK_Pos (10U) |
7070 | #define USB_COUNT6_RX_NUM_BLOCK_Msk (0x1FU << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
7061 | #define USB_COUNT6_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
7071 | #define USB_COUNT6_RX_NUM_BLOCK USB_COUNT6_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
7062 | #define USB_COUNT6_RX_NUM_BLOCK USB_COUNT6_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
7072 | #define USB_COUNT6_RX_NUM_BLOCK_0 (0x01U << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
7063 | #define USB_COUNT6_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
7073 | #define USB_COUNT6_RX_NUM_BLOCK_1 (0x02U << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
7064 | #define USB_COUNT6_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
7074 | #define USB_COUNT6_RX_NUM_BLOCK_2 (0x04U << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
7065 | #define USB_COUNT6_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
7075 | #define USB_COUNT6_RX_NUM_BLOCK_3 (0x08U << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
7066 | #define USB_COUNT6_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
7076 | #define USB_COUNT6_RX_NUM_BLOCK_4 (0x10U << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
7067 | #define USB_COUNT6_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
7077 | 7068 | ||
7078 | #define USB_COUNT6_RX_BLSIZE_Pos (15U) |
7069 | #define USB_COUNT6_RX_BLSIZE_Pos (15U) |
7079 | #define USB_COUNT6_RX_BLSIZE_Msk (0x1U << USB_COUNT6_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
7070 | #define USB_COUNT6_RX_BLSIZE_Msk (0x1UL << USB_COUNT6_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
7080 | #define USB_COUNT6_RX_BLSIZE USB_COUNT6_RX_BLSIZE_Msk /*!< BLock SIZE */ |
7071 | #define USB_COUNT6_RX_BLSIZE USB_COUNT6_RX_BLSIZE_Msk /*!< BLock SIZE */ |
7081 | 7072 | ||
7082 | /***************** Bit definition for USB_COUNT7_RX register ****************/ |
7073 | /***************** Bit definition for USB_COUNT7_RX register ****************/ |
7083 | #define USB_COUNT7_RX_COUNT7_RX_Pos (0U) |
7074 | #define USB_COUNT7_RX_COUNT7_RX_Pos (0U) |
7084 | #define USB_COUNT7_RX_COUNT7_RX_Msk (0x3FFU << USB_COUNT7_RX_COUNT7_RX_Pos) /*!< 0x000003FF */ |
7075 | #define USB_COUNT7_RX_COUNT7_RX_Msk (0x3FFUL << USB_COUNT7_RX_COUNT7_RX_Pos) /*!< 0x000003FF */ |
7085 | #define USB_COUNT7_RX_COUNT7_RX USB_COUNT7_RX_COUNT7_RX_Msk /*!< Reception Byte Count */ |
7076 | #define USB_COUNT7_RX_COUNT7_RX USB_COUNT7_RX_COUNT7_RX_Msk /*!< Reception Byte Count */ |
7086 | 7077 | ||
7087 | #define USB_COUNT7_RX_NUM_BLOCK_Pos (10U) |
7078 | #define USB_COUNT7_RX_NUM_BLOCK_Pos (10U) |
7088 | #define USB_COUNT7_RX_NUM_BLOCK_Msk (0x1FU << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
7079 | #define USB_COUNT7_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
7089 | #define USB_COUNT7_RX_NUM_BLOCK USB_COUNT7_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
7080 | #define USB_COUNT7_RX_NUM_BLOCK USB_COUNT7_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
7090 | #define USB_COUNT7_RX_NUM_BLOCK_0 (0x01U << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
7081 | #define USB_COUNT7_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
7091 | #define USB_COUNT7_RX_NUM_BLOCK_1 (0x02U << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
7082 | #define USB_COUNT7_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
7092 | #define USB_COUNT7_RX_NUM_BLOCK_2 (0x04U << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
7083 | #define USB_COUNT7_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
7093 | #define USB_COUNT7_RX_NUM_BLOCK_3 (0x08U << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
7084 | #define USB_COUNT7_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
7094 | #define USB_COUNT7_RX_NUM_BLOCK_4 (0x10U << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
7085 | #define USB_COUNT7_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
7095 | 7086 | ||
7096 | #define USB_COUNT7_RX_BLSIZE_Pos (15U) |
7087 | #define USB_COUNT7_RX_BLSIZE_Pos (15U) |
7097 | #define USB_COUNT7_RX_BLSIZE_Msk (0x1U << USB_COUNT7_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
7088 | #define USB_COUNT7_RX_BLSIZE_Msk (0x1UL << USB_COUNT7_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
7098 | #define USB_COUNT7_RX_BLSIZE USB_COUNT7_RX_BLSIZE_Msk /*!< BLock SIZE */ |
7089 | #define USB_COUNT7_RX_BLSIZE USB_COUNT7_RX_BLSIZE_Msk /*!< BLock SIZE */ |
7099 | 7090 | ||
7100 | /*----------------------------------------------------------------------------*/ |
7091 | /*----------------------------------------------------------------------------*/ |
7101 | 7092 | ||
7102 | /**************** Bit definition for USB_COUNT0_RX_0 register ***************/ |
7093 | /**************** Bit definition for USB_COUNT0_RX_0 register ***************/ |
Line 7297... | Line 7288... | ||
7297 | /* */ |
7288 | /* */ |
7298 | /******************************************************************************/ |
7289 | /******************************************************************************/ |
7299 | 7290 | ||
7300 | /******************* Bit definition for WWDG_CR register ********************/ |
7291 | /******************* Bit definition for WWDG_CR register ********************/ |
7301 | #define WWDG_CR_T_Pos (0U) |
7292 | #define WWDG_CR_T_Pos (0U) |
7302 | #define WWDG_CR_T_Msk (0x7FU << WWDG_CR_T_Pos) /*!< 0x0000007F */ |
7293 | #define WWDG_CR_T_Msk (0x7FUL << WWDG_CR_T_Pos) /*!< 0x0000007F */ |
7303 | #define WWDG_CR_T WWDG_CR_T_Msk /*!< T[6:0] bits (7-Bit counter (MSB to LSB)) */ |
7294 | #define WWDG_CR_T WWDG_CR_T_Msk /*!< T[6:0] bits (7-Bit counter (MSB to LSB)) */ |
7304 | #define WWDG_CR_T_0 (0x01U << WWDG_CR_T_Pos) /*!< 0x00000001 */ |
7295 | #define WWDG_CR_T_0 (0x01UL << WWDG_CR_T_Pos) /*!< 0x00000001 */ |
7305 | #define WWDG_CR_T_1 (0x02U << WWDG_CR_T_Pos) /*!< 0x00000002 */ |
7296 | #define WWDG_CR_T_1 (0x02UL << WWDG_CR_T_Pos) /*!< 0x00000002 */ |
7306 | #define WWDG_CR_T_2 (0x04U << WWDG_CR_T_Pos) /*!< 0x00000004 */ |
7297 | #define WWDG_CR_T_2 (0x04UL << WWDG_CR_T_Pos) /*!< 0x00000004 */ |
7307 | #define WWDG_CR_T_3 (0x08U << WWDG_CR_T_Pos) /*!< 0x00000008 */ |
7298 | #define WWDG_CR_T_3 (0x08UL << WWDG_CR_T_Pos) /*!< 0x00000008 */ |
7308 | #define WWDG_CR_T_4 (0x10U << WWDG_CR_T_Pos) /*!< 0x00000010 */ |
7299 | #define WWDG_CR_T_4 (0x10UL << WWDG_CR_T_Pos) /*!< 0x00000010 */ |
7309 | #define WWDG_CR_T_5 (0x20U << WWDG_CR_T_Pos) /*!< 0x00000020 */ |
7300 | #define WWDG_CR_T_5 (0x20UL << WWDG_CR_T_Pos) /*!< 0x00000020 */ |
7310 | #define WWDG_CR_T_6 (0x40U << WWDG_CR_T_Pos) /*!< 0x00000040 */ |
7301 | #define WWDG_CR_T_6 (0x40UL << WWDG_CR_T_Pos) /*!< 0x00000040 */ |
7311 | 7302 | ||
7312 | /* Legacy defines */ |
7303 | /* Legacy defines */ |
7313 | #define WWDG_CR_T0 WWDG_CR_T_0 |
7304 | #define WWDG_CR_T0 WWDG_CR_T_0 |
7314 | #define WWDG_CR_T1 WWDG_CR_T_1 |
7305 | #define WWDG_CR_T1 WWDG_CR_T_1 |
7315 | #define WWDG_CR_T2 WWDG_CR_T_2 |
7306 | #define WWDG_CR_T2 WWDG_CR_T_2 |
Line 7317... | Line 7308... | ||
7317 | #define WWDG_CR_T4 WWDG_CR_T_4 |
7308 | #define WWDG_CR_T4 WWDG_CR_T_4 |
7318 | #define WWDG_CR_T5 WWDG_CR_T_5 |
7309 | #define WWDG_CR_T5 WWDG_CR_T_5 |
7319 | #define WWDG_CR_T6 WWDG_CR_T_6 |
7310 | #define WWDG_CR_T6 WWDG_CR_T_6 |
7320 | 7311 | ||
7321 | #define WWDG_CR_WDGA_Pos (7U) |
7312 | #define WWDG_CR_WDGA_Pos (7U) |
7322 | #define WWDG_CR_WDGA_Msk (0x1U << WWDG_CR_WDGA_Pos) /*!< 0x00000080 */ |
7313 | #define WWDG_CR_WDGA_Msk (0x1UL << WWDG_CR_WDGA_Pos) /*!< 0x00000080 */ |
7323 | #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit */ |
7314 | #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit */ |
7324 | 7315 | ||
7325 | /******************* Bit definition for WWDG_CFR register *******************/ |
7316 | /******************* Bit definition for WWDG_CFR register *******************/ |
7326 | #define WWDG_CFR_W_Pos (0U) |
7317 | #define WWDG_CFR_W_Pos (0U) |
7327 | #define WWDG_CFR_W_Msk (0x7FU << WWDG_CFR_W_Pos) /*!< 0x0000007F */ |
7318 | #define WWDG_CFR_W_Msk (0x7FUL << WWDG_CFR_W_Pos) /*!< 0x0000007F */ |
7328 | #define WWDG_CFR_W WWDG_CFR_W_Msk /*!< W[6:0] bits (7-bit window value) */ |
7319 | #define WWDG_CFR_W WWDG_CFR_W_Msk /*!< W[6:0] bits (7-bit window value) */ |
7329 | #define WWDG_CFR_W_0 (0x01U << WWDG_CFR_W_Pos) /*!< 0x00000001 */ |
7320 | #define WWDG_CFR_W_0 (0x01UL << WWDG_CFR_W_Pos) /*!< 0x00000001 */ |
7330 | #define WWDG_CFR_W_1 (0x02U << WWDG_CFR_W_Pos) /*!< 0x00000002 */ |
7321 | #define WWDG_CFR_W_1 (0x02UL << WWDG_CFR_W_Pos) /*!< 0x00000002 */ |
7331 | #define WWDG_CFR_W_2 (0x04U << WWDG_CFR_W_Pos) /*!< 0x00000004 */ |
7322 | #define WWDG_CFR_W_2 (0x04UL << WWDG_CFR_W_Pos) /*!< 0x00000004 */ |
7332 | #define WWDG_CFR_W_3 (0x08U << WWDG_CFR_W_Pos) /*!< 0x00000008 */ |
7323 | #define WWDG_CFR_W_3 (0x08UL << WWDG_CFR_W_Pos) /*!< 0x00000008 */ |
7333 | #define WWDG_CFR_W_4 (0x10U << WWDG_CFR_W_Pos) /*!< 0x00000010 */ |
7324 | #define WWDG_CFR_W_4 (0x10UL << WWDG_CFR_W_Pos) /*!< 0x00000010 */ |
7334 | #define WWDG_CFR_W_5 (0x20U << WWDG_CFR_W_Pos) /*!< 0x00000020 */ |
7325 | #define WWDG_CFR_W_5 (0x20UL << WWDG_CFR_W_Pos) /*!< 0x00000020 */ |
7335 | #define WWDG_CFR_W_6 (0x40U << WWDG_CFR_W_Pos) /*!< 0x00000040 */ |
7326 | #define WWDG_CFR_W_6 (0x40UL << WWDG_CFR_W_Pos) /*!< 0x00000040 */ |
7336 | 7327 | ||
7337 | /* Legacy defines */ |
7328 | /* Legacy defines */ |
7338 | #define WWDG_CFR_W0 WWDG_CFR_W_0 |
7329 | #define WWDG_CFR_W0 WWDG_CFR_W_0 |
7339 | #define WWDG_CFR_W1 WWDG_CFR_W_1 |
7330 | #define WWDG_CFR_W1 WWDG_CFR_W_1 |
7340 | #define WWDG_CFR_W2 WWDG_CFR_W_2 |
7331 | #define WWDG_CFR_W2 WWDG_CFR_W_2 |
Line 7342... | Line 7333... | ||
7342 | #define WWDG_CFR_W4 WWDG_CFR_W_4 |
7333 | #define WWDG_CFR_W4 WWDG_CFR_W_4 |
7343 | #define WWDG_CFR_W5 WWDG_CFR_W_5 |
7334 | #define WWDG_CFR_W5 WWDG_CFR_W_5 |
7344 | #define WWDG_CFR_W6 WWDG_CFR_W_6 |
7335 | #define WWDG_CFR_W6 WWDG_CFR_W_6 |
7345 | 7336 | ||
7346 | #define WWDG_CFR_WDGTB_Pos (7U) |
7337 | #define WWDG_CFR_WDGTB_Pos (7U) |
7347 | #define WWDG_CFR_WDGTB_Msk (0x3U << WWDG_CFR_WDGTB_Pos) /*!< 0x00000180 */ |
7338 | #define WWDG_CFR_WDGTB_Msk (0x3UL << WWDG_CFR_WDGTB_Pos) /*!< 0x00000180 */ |
7348 | #define WWDG_CFR_WDGTB WWDG_CFR_WDGTB_Msk /*!< WDGTB[1:0] bits (Timer Base) */ |
7339 | #define WWDG_CFR_WDGTB WWDG_CFR_WDGTB_Msk /*!< WDGTB[1:0] bits (Timer Base) */ |
7349 | #define WWDG_CFR_WDGTB_0 (0x1U << WWDG_CFR_WDGTB_Pos) /*!< 0x00000080 */ |
7340 | #define WWDG_CFR_WDGTB_0 (0x1UL << WWDG_CFR_WDGTB_Pos) /*!< 0x00000080 */ |
7350 | #define WWDG_CFR_WDGTB_1 (0x2U << WWDG_CFR_WDGTB_Pos) /*!< 0x00000100 */ |
7341 | #define WWDG_CFR_WDGTB_1 (0x2UL << WWDG_CFR_WDGTB_Pos) /*!< 0x00000100 */ |
7351 | 7342 | ||
7352 | /* Legacy defines */ |
7343 | /* Legacy defines */ |
7353 | #define WWDG_CFR_WDGTB0 WWDG_CFR_WDGTB_0 |
7344 | #define WWDG_CFR_WDGTB0 WWDG_CFR_WDGTB_0 |
7354 | #define WWDG_CFR_WDGTB1 WWDG_CFR_WDGTB_1 |
7345 | #define WWDG_CFR_WDGTB1 WWDG_CFR_WDGTB_1 |
7355 | 7346 | ||
7356 | #define WWDG_CFR_EWI_Pos (9U) |
7347 | #define WWDG_CFR_EWI_Pos (9U) |
7357 | #define WWDG_CFR_EWI_Msk (0x1U << WWDG_CFR_EWI_Pos) /*!< 0x00000200 */ |
7348 | #define WWDG_CFR_EWI_Msk (0x1UL << WWDG_CFR_EWI_Pos) /*!< 0x00000200 */ |
7358 | #define WWDG_CFR_EWI WWDG_CFR_EWI_Msk /*!< Early Wakeup Interrupt */ |
7349 | #define WWDG_CFR_EWI WWDG_CFR_EWI_Msk /*!< Early Wakeup Interrupt */ |
7359 | 7350 | ||
7360 | /******************* Bit definition for WWDG_SR register ********************/ |
7351 | /******************* Bit definition for WWDG_SR register ********************/ |
7361 | #define WWDG_SR_EWIF_Pos (0U) |
7352 | #define WWDG_SR_EWIF_Pos (0U) |
7362 | #define WWDG_SR_EWIF_Msk (0x1U << WWDG_SR_EWIF_Pos) /*!< 0x00000001 */ |
7353 | #define WWDG_SR_EWIF_Msk (0x1UL << WWDG_SR_EWIF_Pos) /*!< 0x00000001 */ |
7363 | #define WWDG_SR_EWIF WWDG_SR_EWIF_Msk /*!< Early Wakeup Interrupt Flag */ |
7354 | #define WWDG_SR_EWIF WWDG_SR_EWIF_Msk /*!< Early Wakeup Interrupt Flag */ |
7364 | 7355 | ||
7365 | /******************************************************************************/ |
- | |
7366 | /* */ |
- | |
7367 | /* SystemTick (SysTick) */ |
- | |
7368 | /* */ |
- | |
7369 | /******************************************************************************/ |
- | |
7370 | - | ||
7371 | /***************** Bit definition for SysTick_CTRL register *****************/ |
- | |
7372 | #define SysTick_CTRL_ENABLE (0x00000001U) /*!< Counter enable */ |
- | |
7373 | #define SysTick_CTRL_TICKINT (0x00000002U) /*!< Counting down to 0 pends the SysTick handler */ |
- | |
7374 | #define SysTick_CTRL_CLKSOURCE (0x00000004U) /*!< Clock source */ |
- | |
7375 | #define SysTick_CTRL_COUNTFLAG (0x00010000U) /*!< Count Flag */ |
- | |
7376 | - | ||
7377 | /***************** Bit definition for SysTick_LOAD register *****************/ |
- | |
7378 | #define SysTick_LOAD_RELOAD (0x00FFFFFFU) /*!< Value to load into the SysTick Current Value Register when the counter reaches 0 */ |
- | |
7379 | - | ||
7380 | /***************** Bit definition for SysTick_VAL register ******************/ |
- | |
7381 | #define SysTick_VAL_CURRENT (0x00FFFFFFU) /*!< Current value at the time the register is accessed */ |
- | |
7382 | - | ||
7383 | /***************** Bit definition for SysTick_CALIB register ****************/ |
- | |
7384 | #define SysTick_CALIB_TENMS (0x00FFFFFFU) /*!< Reload value to use for 10ms timing */ |
- | |
7385 | #define SysTick_CALIB_SKEW (0x40000000U) /*!< Calibration value is not exactly 10 ms */ |
- | |
7386 | #define SysTick_CALIB_NOREF (0x80000000U) /*!< The reference clock is not provided */ |
- | |
7387 | - | ||
7388 | /******************************************************************************/ |
- | |
7389 | /* */ |
- | |
7390 | /* Nested Vectored Interrupt Controller (NVIC) */ |
- | |
7391 | /* */ |
- | |
7392 | /******************************************************************************/ |
- | |
7393 | - | ||
7394 | /****************** Bit definition for NVIC_ISER register *******************/ |
- | |
7395 | #define NVIC_ISER_SETENA_Pos (0U) |
- | |
7396 | #define NVIC_ISER_SETENA_Msk (0xFFFFFFFFU << NVIC_ISER_SETENA_Pos) /*!< 0xFFFFFFFF */ |
- | |
7397 | #define NVIC_ISER_SETENA NVIC_ISER_SETENA_Msk /*!< Interrupt set enable bits */ |
- | |
7398 | #define NVIC_ISER_SETENA_0 (0x00000001U << NVIC_ISER_SETENA_Pos) /*!< 0x00000001 */ |
- | |
7399 | #define NVIC_ISER_SETENA_1 (0x00000002U << NVIC_ISER_SETENA_Pos) /*!< 0x00000002 */ |
- | |
7400 | #define NVIC_ISER_SETENA_2 (0x00000004U << NVIC_ISER_SETENA_Pos) /*!< 0x00000004 */ |
- | |
7401 | #define NVIC_ISER_SETENA_3 (0x00000008U << NVIC_ISER_SETENA_Pos) /*!< 0x00000008 */ |
- | |
7402 | #define NVIC_ISER_SETENA_4 (0x00000010U << NVIC_ISER_SETENA_Pos) /*!< 0x00000010 */ |
- | |
7403 | #define NVIC_ISER_SETENA_5 (0x00000020U << NVIC_ISER_SETENA_Pos) /*!< 0x00000020 */ |
- | |
7404 | #define NVIC_ISER_SETENA_6 (0x00000040U << NVIC_ISER_SETENA_Pos) /*!< 0x00000040 */ |
- | |
7405 | #define NVIC_ISER_SETENA_7 (0x00000080U << NVIC_ISER_SETENA_Pos) /*!< 0x00000080 */ |
- | |
7406 | #define NVIC_ISER_SETENA_8 (0x00000100U << NVIC_ISER_SETENA_Pos) /*!< 0x00000100 */ |
- | |
7407 | #define NVIC_ISER_SETENA_9 (0x00000200U << NVIC_ISER_SETENA_Pos) /*!< 0x00000200 */ |
- | |
7408 | #define NVIC_ISER_SETENA_10 (0x00000400U << NVIC_ISER_SETENA_Pos) /*!< 0x00000400 */ |
- | |
7409 | #define NVIC_ISER_SETENA_11 (0x00000800U << NVIC_ISER_SETENA_Pos) /*!< 0x00000800 */ |
- | |
7410 | #define NVIC_ISER_SETENA_12 (0x00001000U << NVIC_ISER_SETENA_Pos) /*!< 0x00001000 */ |
- | |
7411 | #define NVIC_ISER_SETENA_13 (0x00002000U << NVIC_ISER_SETENA_Pos) /*!< 0x00002000 */ |
- | |
7412 | #define NVIC_ISER_SETENA_14 (0x00004000U << NVIC_ISER_SETENA_Pos) /*!< 0x00004000 */ |
- | |
7413 | #define NVIC_ISER_SETENA_15 (0x00008000U << NVIC_ISER_SETENA_Pos) /*!< 0x00008000 */ |
- | |
7414 | #define NVIC_ISER_SETENA_16 (0x00010000U << NVIC_ISER_SETENA_Pos) /*!< 0x00010000 */ |
- | |
7415 | #define NVIC_ISER_SETENA_17 (0x00020000U << NVIC_ISER_SETENA_Pos) /*!< 0x00020000 */ |
- | |
7416 | #define NVIC_ISER_SETENA_18 (0x00040000U << NVIC_ISER_SETENA_Pos) /*!< 0x00040000 */ |
- | |
7417 | #define NVIC_ISER_SETENA_19 (0x00080000U << NVIC_ISER_SETENA_Pos) /*!< 0x00080000 */ |
- | |
7418 | #define NVIC_ISER_SETENA_20 (0x00100000U << NVIC_ISER_SETENA_Pos) /*!< 0x00100000 */ |
- | |
7419 | #define NVIC_ISER_SETENA_21 (0x00200000U << NVIC_ISER_SETENA_Pos) /*!< 0x00200000 */ |
- | |
7420 | #define NVIC_ISER_SETENA_22 (0x00400000U << NVIC_ISER_SETENA_Pos) /*!< 0x00400000 */ |
- | |
7421 | #define NVIC_ISER_SETENA_23 (0x00800000U << NVIC_ISER_SETENA_Pos) /*!< 0x00800000 */ |
- | |
7422 | #define NVIC_ISER_SETENA_24 (0x01000000U << NVIC_ISER_SETENA_Pos) /*!< 0x01000000 */ |
- | |
7423 | #define NVIC_ISER_SETENA_25 (0x02000000U << NVIC_ISER_SETENA_Pos) /*!< 0x02000000 */ |
- | |
7424 | #define NVIC_ISER_SETENA_26 (0x04000000U << NVIC_ISER_SETENA_Pos) /*!< 0x04000000 */ |
- | |
7425 | #define NVIC_ISER_SETENA_27 (0x08000000U << NVIC_ISER_SETENA_Pos) /*!< 0x08000000 */ |
- | |
7426 | #define NVIC_ISER_SETENA_28 (0x10000000U << NVIC_ISER_SETENA_Pos) /*!< 0x10000000 */ |
- | |
7427 | #define NVIC_ISER_SETENA_29 (0x20000000U << NVIC_ISER_SETENA_Pos) /*!< 0x20000000 */ |
- | |
7428 | #define NVIC_ISER_SETENA_30 (0x40000000U << NVIC_ISER_SETENA_Pos) /*!< 0x40000000 */ |
- | |
7429 | #define NVIC_ISER_SETENA_31 (0x80000000U << NVIC_ISER_SETENA_Pos) /*!< 0x80000000 */ |
- | |
7430 | - | ||
7431 | /****************** Bit definition for NVIC_ICER register *******************/ |
- | |
7432 | #define NVIC_ICER_CLRENA_Pos (0U) |
- | |
7433 | #define NVIC_ICER_CLRENA_Msk (0xFFFFFFFFU << NVIC_ICER_CLRENA_Pos) /*!< 0xFFFFFFFF */ |
- | |
7434 | #define NVIC_ICER_CLRENA NVIC_ICER_CLRENA_Msk /*!< Interrupt clear-enable bits */ |
- | |
7435 | #define NVIC_ICER_CLRENA_0 (0x00000001U << NVIC_ICER_CLRENA_Pos) /*!< 0x00000001 */ |
- | |
7436 | #define NVIC_ICER_CLRENA_1 (0x00000002U << NVIC_ICER_CLRENA_Pos) /*!< 0x00000002 */ |
- | |
7437 | #define NVIC_ICER_CLRENA_2 (0x00000004U << NVIC_ICER_CLRENA_Pos) /*!< 0x00000004 */ |
- | |
7438 | #define NVIC_ICER_CLRENA_3 (0x00000008U << NVIC_ICER_CLRENA_Pos) /*!< 0x00000008 */ |
- | |
7439 | #define NVIC_ICER_CLRENA_4 (0x00000010U << NVIC_ICER_CLRENA_Pos) /*!< 0x00000010 */ |
- | |
7440 | #define NVIC_ICER_CLRENA_5 (0x00000020U << NVIC_ICER_CLRENA_Pos) /*!< 0x00000020 */ |
- | |
7441 | #define NVIC_ICER_CLRENA_6 (0x00000040U << NVIC_ICER_CLRENA_Pos) /*!< 0x00000040 */ |
- | |
7442 | #define NVIC_ICER_CLRENA_7 (0x00000080U << NVIC_ICER_CLRENA_Pos) /*!< 0x00000080 */ |
- | |
7443 | #define NVIC_ICER_CLRENA_8 (0x00000100U << NVIC_ICER_CLRENA_Pos) /*!< 0x00000100 */ |
- | |
7444 | #define NVIC_ICER_CLRENA_9 (0x00000200U << NVIC_ICER_CLRENA_Pos) /*!< 0x00000200 */ |
- | |
7445 | #define NVIC_ICER_CLRENA_10 (0x00000400U << NVIC_ICER_CLRENA_Pos) /*!< 0x00000400 */ |
- | |
7446 | #define NVIC_ICER_CLRENA_11 (0x00000800U << NVIC_ICER_CLRENA_Pos) /*!< 0x00000800 */ |
- | |
7447 | #define NVIC_ICER_CLRENA_12 (0x00001000U << NVIC_ICER_CLRENA_Pos) /*!< 0x00001000 */ |
- | |
7448 | #define NVIC_ICER_CLRENA_13 (0x00002000U << NVIC_ICER_CLRENA_Pos) /*!< 0x00002000 */ |
- | |
7449 | #define NVIC_ICER_CLRENA_14 (0x00004000U << NVIC_ICER_CLRENA_Pos) /*!< 0x00004000 */ |
- | |
7450 | #define NVIC_ICER_CLRENA_15 (0x00008000U << NVIC_ICER_CLRENA_Pos) /*!< 0x00008000 */ |
- | |
7451 | #define NVIC_ICER_CLRENA_16 (0x00010000U << NVIC_ICER_CLRENA_Pos) /*!< 0x00010000 */ |
- | |
7452 | #define NVIC_ICER_CLRENA_17 (0x00020000U << NVIC_ICER_CLRENA_Pos) /*!< 0x00020000 */ |
- | |
7453 | #define NVIC_ICER_CLRENA_18 (0x00040000U << NVIC_ICER_CLRENA_Pos) /*!< 0x00040000 */ |
- | |
7454 | #define NVIC_ICER_CLRENA_19 (0x00080000U << NVIC_ICER_CLRENA_Pos) /*!< 0x00080000 */ |
- | |
7455 | #define NVIC_ICER_CLRENA_20 (0x00100000U << NVIC_ICER_CLRENA_Pos) /*!< 0x00100000 */ |
- | |
7456 | #define NVIC_ICER_CLRENA_21 (0x00200000U << NVIC_ICER_CLRENA_Pos) /*!< 0x00200000 */ |
- | |
7457 | #define NVIC_ICER_CLRENA_22 (0x00400000U << NVIC_ICER_CLRENA_Pos) /*!< 0x00400000 */ |
- | |
7458 | #define NVIC_ICER_CLRENA_23 (0x00800000U << NVIC_ICER_CLRENA_Pos) /*!< 0x00800000 */ |
- | |
7459 | #define NVIC_ICER_CLRENA_24 (0x01000000U << NVIC_ICER_CLRENA_Pos) /*!< 0x01000000 */ |
- | |
7460 | #define NVIC_ICER_CLRENA_25 (0x02000000U << NVIC_ICER_CLRENA_Pos) /*!< 0x02000000 */ |
- | |
7461 | #define NVIC_ICER_CLRENA_26 (0x04000000U << NVIC_ICER_CLRENA_Pos) /*!< 0x04000000 */ |
- | |
7462 | #define NVIC_ICER_CLRENA_27 (0x08000000U << NVIC_ICER_CLRENA_Pos) /*!< 0x08000000 */ |
- | |
7463 | #define NVIC_ICER_CLRENA_28 (0x10000000U << NVIC_ICER_CLRENA_Pos) /*!< 0x10000000 */ |
- | |
7464 | #define NVIC_ICER_CLRENA_29 (0x20000000U << NVIC_ICER_CLRENA_Pos) /*!< 0x20000000 */ |
- | |
7465 | #define NVIC_ICER_CLRENA_30 (0x40000000U << NVIC_ICER_CLRENA_Pos) /*!< 0x40000000 */ |
- | |
7466 | #define NVIC_ICER_CLRENA_31 (0x80000000U << NVIC_ICER_CLRENA_Pos) /*!< 0x80000000 */ |
- | |
7467 | - | ||
7468 | /****************** Bit definition for NVIC_ISPR register *******************/ |
- | |
7469 | #define NVIC_ISPR_SETPEND_Pos (0U) |
- | |
7470 | #define NVIC_ISPR_SETPEND_Msk (0xFFFFFFFFU << NVIC_ISPR_SETPEND_Pos) /*!< 0xFFFFFFFF */ |
- | |
7471 | #define NVIC_ISPR_SETPEND NVIC_ISPR_SETPEND_Msk /*!< Interrupt set-pending bits */ |
- | |
7472 | #define NVIC_ISPR_SETPEND_0 (0x00000001U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00000001 */ |
- | |
7473 | #define NVIC_ISPR_SETPEND_1 (0x00000002U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00000002 */ |
- | |
7474 | #define NVIC_ISPR_SETPEND_2 (0x00000004U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00000004 */ |
- | |
7475 | #define NVIC_ISPR_SETPEND_3 (0x00000008U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00000008 */ |
- | |
7476 | #define NVIC_ISPR_SETPEND_4 (0x00000010U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00000010 */ |
- | |
7477 | #define NVIC_ISPR_SETPEND_5 (0x00000020U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00000020 */ |
- | |
7478 | #define NVIC_ISPR_SETPEND_6 (0x00000040U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00000040 */ |
- | |
7479 | #define NVIC_ISPR_SETPEND_7 (0x00000080U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00000080 */ |
- | |
7480 | #define NVIC_ISPR_SETPEND_8 (0x00000100U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00000100 */ |
- | |
7481 | #define NVIC_ISPR_SETPEND_9 (0x00000200U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00000200 */ |
- | |
7482 | #define NVIC_ISPR_SETPEND_10 (0x00000400U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00000400 */ |
- | |
7483 | #define NVIC_ISPR_SETPEND_11 (0x00000800U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00000800 */ |
- | |
7484 | #define NVIC_ISPR_SETPEND_12 (0x00001000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00001000 */ |
- | |
7485 | #define NVIC_ISPR_SETPEND_13 (0x00002000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00002000 */ |
- | |
7486 | #define NVIC_ISPR_SETPEND_14 (0x00004000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00004000 */ |
- | |
7487 | #define NVIC_ISPR_SETPEND_15 (0x00008000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00008000 */ |
- | |
7488 | #define NVIC_ISPR_SETPEND_16 (0x00010000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00010000 */ |
- | |
7489 | #define NVIC_ISPR_SETPEND_17 (0x00020000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00020000 */ |
- | |
7490 | #define NVIC_ISPR_SETPEND_18 (0x00040000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00040000 */ |
- | |
7491 | #define NVIC_ISPR_SETPEND_19 (0x00080000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00080000 */ |
- | |
7492 | #define NVIC_ISPR_SETPEND_20 (0x00100000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00100000 */ |
- | |
7493 | #define NVIC_ISPR_SETPEND_21 (0x00200000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00200000 */ |
- | |
7494 | #define NVIC_ISPR_SETPEND_22 (0x00400000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00400000 */ |
- | |
7495 | #define NVIC_ISPR_SETPEND_23 (0x00800000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x00800000 */ |
- | |
7496 | #define NVIC_ISPR_SETPEND_24 (0x01000000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x01000000 */ |
- | |
7497 | #define NVIC_ISPR_SETPEND_25 (0x02000000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x02000000 */ |
- | |
7498 | #define NVIC_ISPR_SETPEND_26 (0x04000000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x04000000 */ |
- | |
7499 | #define NVIC_ISPR_SETPEND_27 (0x08000000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x08000000 */ |
- | |
7500 | #define NVIC_ISPR_SETPEND_28 (0x10000000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x10000000 */ |
- | |
7501 | #define NVIC_ISPR_SETPEND_29 (0x20000000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x20000000 */ |
- | |
7502 | #define NVIC_ISPR_SETPEND_30 (0x40000000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x40000000 */ |
- | |
7503 | #define NVIC_ISPR_SETPEND_31 (0x80000000U << NVIC_ISPR_SETPEND_Pos) /*!< 0x80000000 */ |
- | |
7504 | - | ||
7505 | /****************** Bit definition for NVIC_ICPR register *******************/ |
- | |
7506 | #define NVIC_ICPR_CLRPEND_Pos (0U) |
- | |
7507 | #define NVIC_ICPR_CLRPEND_Msk (0xFFFFFFFFU << NVIC_ICPR_CLRPEND_Pos) /*!< 0xFFFFFFFF */ |
- | |
7508 | #define NVIC_ICPR_CLRPEND NVIC_ICPR_CLRPEND_Msk /*!< Interrupt clear-pending bits */ |
- | |
7509 | #define NVIC_ICPR_CLRPEND_0 (0x00000001U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00000001 */ |
- | |
7510 | #define NVIC_ICPR_CLRPEND_1 (0x00000002U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00000002 */ |
- | |
7511 | #define NVIC_ICPR_CLRPEND_2 (0x00000004U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00000004 */ |
- | |
7512 | #define NVIC_ICPR_CLRPEND_3 (0x00000008U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00000008 */ |
- | |
7513 | #define NVIC_ICPR_CLRPEND_4 (0x00000010U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00000010 */ |
- | |
7514 | #define NVIC_ICPR_CLRPEND_5 (0x00000020U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00000020 */ |
- | |
7515 | #define NVIC_ICPR_CLRPEND_6 (0x00000040U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00000040 */ |
- | |
7516 | #define NVIC_ICPR_CLRPEND_7 (0x00000080U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00000080 */ |
- | |
7517 | #define NVIC_ICPR_CLRPEND_8 (0x00000100U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00000100 */ |
- | |
7518 | #define NVIC_ICPR_CLRPEND_9 (0x00000200U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00000200 */ |
- | |
7519 | #define NVIC_ICPR_CLRPEND_10 (0x00000400U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00000400 */ |
- | |
7520 | #define NVIC_ICPR_CLRPEND_11 (0x00000800U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00000800 */ |
- | |
7521 | #define NVIC_ICPR_CLRPEND_12 (0x00001000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00001000 */ |
- | |
7522 | #define NVIC_ICPR_CLRPEND_13 (0x00002000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00002000 */ |
- | |
7523 | #define NVIC_ICPR_CLRPEND_14 (0x00004000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00004000 */ |
- | |
7524 | #define NVIC_ICPR_CLRPEND_15 (0x00008000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00008000 */ |
- | |
7525 | #define NVIC_ICPR_CLRPEND_16 (0x00010000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00010000 */ |
- | |
7526 | #define NVIC_ICPR_CLRPEND_17 (0x00020000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00020000 */ |
- | |
7527 | #define NVIC_ICPR_CLRPEND_18 (0x00040000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00040000 */ |
- | |
7528 | #define NVIC_ICPR_CLRPEND_19 (0x00080000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00080000 */ |
- | |
7529 | #define NVIC_ICPR_CLRPEND_20 (0x00100000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00100000 */ |
- | |
7530 | #define NVIC_ICPR_CLRPEND_21 (0x00200000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00200000 */ |
- | |
7531 | #define NVIC_ICPR_CLRPEND_22 (0x00400000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00400000 */ |
- | |
7532 | #define NVIC_ICPR_CLRPEND_23 (0x00800000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x00800000 */ |
- | |
7533 | #define NVIC_ICPR_CLRPEND_24 (0x01000000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x01000000 */ |
- | |
7534 | #define NVIC_ICPR_CLRPEND_25 (0x02000000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x02000000 */ |
- | |
7535 | #define NVIC_ICPR_CLRPEND_26 (0x04000000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x04000000 */ |
- | |
7536 | #define NVIC_ICPR_CLRPEND_27 (0x08000000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x08000000 */ |
- | |
7537 | #define NVIC_ICPR_CLRPEND_28 (0x10000000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x10000000 */ |
- | |
7538 | #define NVIC_ICPR_CLRPEND_29 (0x20000000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x20000000 */ |
- | |
7539 | #define NVIC_ICPR_CLRPEND_30 (0x40000000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x40000000 */ |
- | |
7540 | #define NVIC_ICPR_CLRPEND_31 (0x80000000U << NVIC_ICPR_CLRPEND_Pos) /*!< 0x80000000 */ |
- | |
7541 | - | ||
7542 | /****************** Bit definition for NVIC_IABR register *******************/ |
- | |
7543 | #define NVIC_IABR_ACTIVE_Pos (0U) |
- | |
7544 | #define NVIC_IABR_ACTIVE_Msk (0xFFFFFFFFU << NVIC_IABR_ACTIVE_Pos) /*!< 0xFFFFFFFF */ |
- | |
7545 | #define NVIC_IABR_ACTIVE NVIC_IABR_ACTIVE_Msk /*!< Interrupt active flags */ |
- | |
7546 | #define NVIC_IABR_ACTIVE_0 (0x00000001U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00000001 */ |
- | |
7547 | #define NVIC_IABR_ACTIVE_1 (0x00000002U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00000002 */ |
- | |
7548 | #define NVIC_IABR_ACTIVE_2 (0x00000004U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00000004 */ |
- | |
7549 | #define NVIC_IABR_ACTIVE_3 (0x00000008U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00000008 */ |
- | |
7550 | #define NVIC_IABR_ACTIVE_4 (0x00000010U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00000010 */ |
- | |
7551 | #define NVIC_IABR_ACTIVE_5 (0x00000020U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00000020 */ |
- | |
7552 | #define NVIC_IABR_ACTIVE_6 (0x00000040U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00000040 */ |
- | |
7553 | #define NVIC_IABR_ACTIVE_7 (0x00000080U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00000080 */ |
- | |
7554 | #define NVIC_IABR_ACTIVE_8 (0x00000100U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00000100 */ |
- | |
7555 | #define NVIC_IABR_ACTIVE_9 (0x00000200U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00000200 */ |
- | |
7556 | #define NVIC_IABR_ACTIVE_10 (0x00000400U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00000400 */ |
- | |
7557 | #define NVIC_IABR_ACTIVE_11 (0x00000800U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00000800 */ |
- | |
7558 | #define NVIC_IABR_ACTIVE_12 (0x00001000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00001000 */ |
- | |
7559 | #define NVIC_IABR_ACTIVE_13 (0x00002000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00002000 */ |
- | |
7560 | #define NVIC_IABR_ACTIVE_14 (0x00004000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00004000 */ |
- | |
7561 | #define NVIC_IABR_ACTIVE_15 (0x00008000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00008000 */ |
- | |
7562 | #define NVIC_IABR_ACTIVE_16 (0x00010000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00010000 */ |
- | |
7563 | #define NVIC_IABR_ACTIVE_17 (0x00020000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00020000 */ |
- | |
7564 | #define NVIC_IABR_ACTIVE_18 (0x00040000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00040000 */ |
- | |
7565 | #define NVIC_IABR_ACTIVE_19 (0x00080000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00080000 */ |
- | |
7566 | #define NVIC_IABR_ACTIVE_20 (0x00100000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00100000 */ |
- | |
7567 | #define NVIC_IABR_ACTIVE_21 (0x00200000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00200000 */ |
- | |
7568 | #define NVIC_IABR_ACTIVE_22 (0x00400000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00400000 */ |
- | |
7569 | #define NVIC_IABR_ACTIVE_23 (0x00800000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x00800000 */ |
- | |
7570 | #define NVIC_IABR_ACTIVE_24 (0x01000000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x01000000 */ |
- | |
7571 | #define NVIC_IABR_ACTIVE_25 (0x02000000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x02000000 */ |
- | |
7572 | #define NVIC_IABR_ACTIVE_26 (0x04000000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x04000000 */ |
- | |
7573 | #define NVIC_IABR_ACTIVE_27 (0x08000000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x08000000 */ |
- | |
7574 | #define NVIC_IABR_ACTIVE_28 (0x10000000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x10000000 */ |
- | |
7575 | #define NVIC_IABR_ACTIVE_29 (0x20000000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x20000000 */ |
- | |
7576 | #define NVIC_IABR_ACTIVE_30 (0x40000000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x40000000 */ |
- | |
7577 | #define NVIC_IABR_ACTIVE_31 (0x80000000U << NVIC_IABR_ACTIVE_Pos) /*!< 0x80000000 */ |
- | |
7578 | - | ||
7579 | /****************** Bit definition for NVIC_PRI0 register *******************/ |
- | |
7580 | #define NVIC_IPR0_PRI_0 (0x000000FFU) /*!< Priority of interrupt 0 */ |
- | |
7581 | #define NVIC_IPR0_PRI_1 (0x0000FF00U) /*!< Priority of interrupt 1 */ |
- | |
7582 | #define NVIC_IPR0_PRI_2 (0x00FF0000U) /*!< Priority of interrupt 2 */ |
- | |
7583 | #define NVIC_IPR0_PRI_3 (0xFF000000U) /*!< Priority of interrupt 3 */ |
- | |
7584 | - | ||
7585 | /****************** Bit definition for NVIC_PRI1 register *******************/ |
- | |
7586 | #define NVIC_IPR1_PRI_4 (0x000000FFU) /*!< Priority of interrupt 4 */ |
- | |
7587 | #define NVIC_IPR1_PRI_5 (0x0000FF00U) /*!< Priority of interrupt 5 */ |
- | |
7588 | #define NVIC_IPR1_PRI_6 (0x00FF0000U) /*!< Priority of interrupt 6 */ |
- | |
7589 | #define NVIC_IPR1_PRI_7 (0xFF000000U) /*!< Priority of interrupt 7 */ |
- | |
7590 | - | ||
7591 | /****************** Bit definition for NVIC_PRI2 register *******************/ |
- | |
7592 | #define NVIC_IPR2_PRI_8 (0x000000FFU) /*!< Priority of interrupt 8 */ |
- | |
7593 | #define NVIC_IPR2_PRI_9 (0x0000FF00U) /*!< Priority of interrupt 9 */ |
- | |
7594 | #define NVIC_IPR2_PRI_10 (0x00FF0000U) /*!< Priority of interrupt 10 */ |
- | |
7595 | #define NVIC_IPR2_PRI_11 (0xFF000000U) /*!< Priority of interrupt 11 */ |
- | |
7596 | - | ||
7597 | /****************** Bit definition for NVIC_PRI3 register *******************/ |
- | |
7598 | #define NVIC_IPR3_PRI_12 (0x000000FFU) /*!< Priority of interrupt 12 */ |
- | |
7599 | #define NVIC_IPR3_PRI_13 (0x0000FF00U) /*!< Priority of interrupt 13 */ |
- | |
7600 | #define NVIC_IPR3_PRI_14 (0x00FF0000U) /*!< Priority of interrupt 14 */ |
- | |
7601 | #define NVIC_IPR3_PRI_15 (0xFF000000U) /*!< Priority of interrupt 15 */ |
- | |
7602 | - | ||
7603 | /****************** Bit definition for NVIC_PRI4 register *******************/ |
- | |
7604 | #define NVIC_IPR4_PRI_16 (0x000000FFU) /*!< Priority of interrupt 16 */ |
- | |
7605 | #define NVIC_IPR4_PRI_17 (0x0000FF00U) /*!< Priority of interrupt 17 */ |
- | |
7606 | #define NVIC_IPR4_PRI_18 (0x00FF0000U) /*!< Priority of interrupt 18 */ |
- | |
7607 | #define NVIC_IPR4_PRI_19 (0xFF000000U) /*!< Priority of interrupt 19 */ |
- | |
7608 | - | ||
7609 | /****************** Bit definition for NVIC_PRI5 register *******************/ |
- | |
7610 | #define NVIC_IPR5_PRI_20 (0x000000FFU) /*!< Priority of interrupt 20 */ |
- | |
7611 | #define NVIC_IPR5_PRI_21 (0x0000FF00U) /*!< Priority of interrupt 21 */ |
- | |
7612 | #define NVIC_IPR5_PRI_22 (0x00FF0000U) /*!< Priority of interrupt 22 */ |
- | |
7613 | #define NVIC_IPR5_PRI_23 (0xFF000000U) /*!< Priority of interrupt 23 */ |
- | |
7614 | - | ||
7615 | /****************** Bit definition for NVIC_PRI6 register *******************/ |
- | |
7616 | #define NVIC_IPR6_PRI_24 (0x000000FFU) /*!< Priority of interrupt 24 */ |
- | |
7617 | #define NVIC_IPR6_PRI_25 (0x0000FF00U) /*!< Priority of interrupt 25 */ |
- | |
7618 | #define NVIC_IPR6_PRI_26 (0x00FF0000U) /*!< Priority of interrupt 26 */ |
- | |
7619 | #define NVIC_IPR6_PRI_27 (0xFF000000U) /*!< Priority of interrupt 27 */ |
- | |
7620 | - | ||
7621 | /****************** Bit definition for NVIC_PRI7 register *******************/ |
- | |
7622 | #define NVIC_IPR7_PRI_28 (0x000000FFU) /*!< Priority of interrupt 28 */ |
- | |
7623 | #define NVIC_IPR7_PRI_29 (0x0000FF00U) /*!< Priority of interrupt 29 */ |
- | |
7624 | #define NVIC_IPR7_PRI_30 (0x00FF0000U) /*!< Priority of interrupt 30 */ |
- | |
7625 | #define NVIC_IPR7_PRI_31 (0xFF000000U) /*!< Priority of interrupt 31 */ |
- | |
7626 | - | ||
7627 | /****************** Bit definition for SCB_CPUID register *******************/ |
- | |
7628 | #define SCB_CPUID_REVISION (0x0000000FU) /*!< Implementation defined revision number */ |
- | |
7629 | #define SCB_CPUID_PARTNO (0x0000FFF0U) /*!< Number of processor within serie */ |
- | |
7630 | #define SCB_CPUID_Constant (0x000F0000U) /*!< Reads as 0x0F */ |
- | |
7631 | #define SCB_CPUID_VARIANT (0x00F00000U) /*!< Implementation defined variant number */ |
- | |
7632 | #define SCB_CPUID_IMPLEMENTER (0xFF000000U) /*!< Implementer code. ARM is 0x41 */ |
- | |
7633 | - | ||
7634 | /******************* Bit definition for SCB_ICSR register *******************/ |
- | |
7635 | #define SCB_ICSR_VECTACTIVE (0x000001FFU) /*!< Active ISR number field */ |
- | |
7636 | #define SCB_ICSR_RETTOBASE (0x00000800U) /*!< All active exceptions minus the IPSR_current_exception yields the empty set */ |
- | |
7637 | #define SCB_ICSR_VECTPENDING (0x003FF000U) /*!< Pending ISR number field */ |
- | |
7638 | #define SCB_ICSR_ISRPENDING (0x00400000U) /*!< Interrupt pending flag */ |
- | |
7639 | #define SCB_ICSR_ISRPREEMPT (0x00800000U) /*!< It indicates that a pending interrupt becomes active in the next running cycle */ |
- | |
7640 | #define SCB_ICSR_PENDSTCLR (0x02000000U) /*!< Clear pending SysTick bit */ |
- | |
7641 | #define SCB_ICSR_PENDSTSET (0x04000000U) /*!< Set pending SysTick bit */ |
- | |
7642 | #define SCB_ICSR_PENDSVCLR (0x08000000U) /*!< Clear pending pendSV bit */ |
- | |
7643 | #define SCB_ICSR_PENDSVSET (0x10000000U) /*!< Set pending pendSV bit */ |
- | |
7644 | #define SCB_ICSR_NMIPENDSET (0x80000000U) /*!< Set pending NMI bit */ |
- | |
7645 | - | ||
7646 | /******************* Bit definition for SCB_VTOR register *******************/ |
- | |
7647 | #define SCB_VTOR_TBLOFF (0x1FFFFF80U) /*!< Vector table base offset field */ |
- | |
7648 | #define SCB_VTOR_TBLBASE (0x20000000U) /*!< Table base in code(0) or RAM(1) */ |
- | |
7649 | - | ||
7650 | /*!<***************** Bit definition for SCB_AIRCR register *******************/ |
- | |
7651 | #define SCB_AIRCR_VECTRESET (0x00000001U) /*!< System Reset bit */ |
- | |
7652 | #define SCB_AIRCR_VECTCLRACTIVE (0x00000002U) /*!< Clear active vector bit */ |
- | |
7653 | #define SCB_AIRCR_SYSRESETREQ (0x00000004U) /*!< Requests chip control logic to generate a reset */ |
- | |
7654 | - | ||
7655 | #define SCB_AIRCR_PRIGROUP (0x00000700U) /*!< PRIGROUP[2:0] bits (Priority group) */ |
- | |
7656 | #define SCB_AIRCR_PRIGROUP_0 (0x00000100U) /*!< Bit 0 */ |
- | |
7657 | #define SCB_AIRCR_PRIGROUP_1 (0x00000200U) /*!< Bit 1 */ |
- | |
7658 | #define SCB_AIRCR_PRIGROUP_2 (0x00000400U) /*!< Bit 2 */ |
- | |
7659 | - | ||
7660 | /* prority group configuration */ |
- | |
7661 | #define SCB_AIRCR_PRIGROUP0 (0x00000000U) /*!< Priority group=0 (7 bits of pre-emption priority, 1 bit of subpriority) */ |
- | |
7662 | #define SCB_AIRCR_PRIGROUP1 (0x00000100U) /*!< Priority group=1 (6 bits of pre-emption priority, 2 bits of subpriority) */ |
- | |
7663 | #define SCB_AIRCR_PRIGROUP2 (0x00000200U) /*!< Priority group=2 (5 bits of pre-emption priority, 3 bits of subpriority) */ |
- | |
7664 | #define SCB_AIRCR_PRIGROUP3 (0x00000300U) /*!< Priority group=3 (4 bits of pre-emption priority, 4 bits of subpriority) */ |
- | |
7665 | #define SCB_AIRCR_PRIGROUP4 (0x00000400U) /*!< Priority group=4 (3 bits of pre-emption priority, 5 bits of subpriority) */ |
- | |
7666 | #define SCB_AIRCR_PRIGROUP5 (0x00000500U) /*!< Priority group=5 (2 bits of pre-emption priority, 6 bits of subpriority) */ |
- | |
7667 | #define SCB_AIRCR_PRIGROUP6 (0x00000600U) /*!< Priority group=6 (1 bit of pre-emption priority, 7 bits of subpriority) */ |
- | |
7668 | #define SCB_AIRCR_PRIGROUP7 (0x00000700U) /*!< Priority group=7 (no pre-emption priority, 8 bits of subpriority) */ |
- | |
7669 | - | ||
7670 | #define SCB_AIRCR_ENDIANESS (0x00008000U) /*!< Data endianness bit */ |
- | |
7671 | #define SCB_AIRCR_VECTKEY (0xFFFF0000U) /*!< Register key (VECTKEY) - Reads as 0xFA05 (VECTKEYSTAT) */ |
- | |
7672 | - | ||
7673 | /******************* Bit definition for SCB_SCR register ********************/ |
- | |
7674 | #define SCB_SCR_SLEEPONEXIT (0x00000002U) /*!< Sleep on exit bit */ |
- | |
7675 | #define SCB_SCR_SLEEPDEEP (0x00000004U) /*!< Sleep deep bit */ |
- | |
7676 | #define SCB_SCR_SEVONPEND (0x00000010U) /*!< Wake up from WFE */ |
- | |
7677 | - | ||
7678 | /******************** Bit definition for SCB_CCR register *******************/ |
- | |
7679 | #define SCB_CCR_NONBASETHRDENA (0x00000001U) /*!< Thread mode can be entered from any level in Handler mode by controlled return value */ |
- | |
7680 | #define SCB_CCR_USERSETMPEND (0x00000002U) /*!< Enables user code to write the Software Trigger Interrupt register to trigger (pend) a Main exception */ |
- | |
7681 | #define SCB_CCR_UNALIGN_TRP (0x00000008U) /*!< Trap for unaligned access */ |
- | |
7682 | #define SCB_CCR_DIV_0_TRP (0x00000010U) /*!< Trap on Divide by 0 */ |
- | |
7683 | #define SCB_CCR_BFHFNMIGN (0x00000100U) /*!< Handlers running at priority -1 and -2 */ |
- | |
7684 | #define SCB_CCR_STKALIGN (0x00000200U) /*!< On exception entry, the SP used prior to the exception is adjusted to be 8-byte aligned */ |
- | |
7685 | - | ||
7686 | /******************* Bit definition for SCB_SHPR register ********************/ |
- | |
7687 | #define SCB_SHPR_PRI_N_Pos (0U) |
- | |
7688 | #define SCB_SHPR_PRI_N_Msk (0xFFU << SCB_SHPR_PRI_N_Pos) /*!< 0x000000FF */ |
- | |
7689 | #define SCB_SHPR_PRI_N SCB_SHPR_PRI_N_Msk /*!< Priority of system handler 4,8, and 12. Mem Manage, reserved and Debug Monitor */ |
- | |
7690 | #define SCB_SHPR_PRI_N1_Pos (8U) |
- | |
7691 | #define SCB_SHPR_PRI_N1_Msk (0xFFU << SCB_SHPR_PRI_N1_Pos) /*!< 0x0000FF00 */ |
- | |
7692 | #define SCB_SHPR_PRI_N1 SCB_SHPR_PRI_N1_Msk /*!< Priority of system handler 5,9, and 13. Bus Fault, reserved and reserved */ |
- | |
7693 | #define SCB_SHPR_PRI_N2_Pos (16U) |
- | |
7694 | #define SCB_SHPR_PRI_N2_Msk (0xFFU << SCB_SHPR_PRI_N2_Pos) /*!< 0x00FF0000 */ |
- | |
7695 | #define SCB_SHPR_PRI_N2 SCB_SHPR_PRI_N2_Msk /*!< Priority of system handler 6,10, and 14. Usage Fault, reserved and PendSV */ |
- | |
7696 | #define SCB_SHPR_PRI_N3_Pos (24U) |
- | |
7697 | #define SCB_SHPR_PRI_N3_Msk (0xFFU << SCB_SHPR_PRI_N3_Pos) /*!< 0xFF000000 */ |
- | |
7698 | #define SCB_SHPR_PRI_N3 SCB_SHPR_PRI_N3_Msk /*!< Priority of system handler 7,11, and 15. Reserved, SVCall and SysTick */ |
- | |
7699 | - | ||
7700 | /****************** Bit definition for SCB_SHCSR register *******************/ |
- | |
7701 | #define SCB_SHCSR_MEMFAULTACT (0x00000001U) /*!< MemManage is active */ |
- | |
7702 | #define SCB_SHCSR_BUSFAULTACT (0x00000002U) /*!< BusFault is active */ |
- | |
7703 | #define SCB_SHCSR_USGFAULTACT (0x00000008U) /*!< UsageFault is active */ |
- | |
7704 | #define SCB_SHCSR_SVCALLACT (0x00000080U) /*!< SVCall is active */ |
- | |
7705 | #define SCB_SHCSR_MONITORACT (0x00000100U) /*!< Monitor is active */ |
- | |
7706 | #define SCB_SHCSR_PENDSVACT (0x00000400U) /*!< PendSV is active */ |
- | |
7707 | #define SCB_SHCSR_SYSTICKACT (0x00000800U) /*!< SysTick is active */ |
- | |
7708 | #define SCB_SHCSR_USGFAULTPENDED (0x00001000U) /*!< Usage Fault is pended */ |
- | |
7709 | #define SCB_SHCSR_MEMFAULTPENDED (0x00002000U) /*!< MemManage is pended */ |
- | |
7710 | #define SCB_SHCSR_BUSFAULTPENDED (0x00004000U) /*!< Bus Fault is pended */ |
- | |
7711 | #define SCB_SHCSR_SVCALLPENDED (0x00008000U) /*!< SVCall is pended */ |
- | |
7712 | #define SCB_SHCSR_MEMFAULTENA (0x00010000U) /*!< MemManage enable */ |
- | |
7713 | #define SCB_SHCSR_BUSFAULTENA (0x00020000U) /*!< Bus Fault enable */ |
- | |
7714 | #define SCB_SHCSR_USGFAULTENA (0x00040000U) /*!< UsageFault enable */ |
- | |
7715 | - | ||
7716 | /******************* Bit definition for SCB_CFSR register *******************/ |
- | |
7717 | /*!< MFSR */ |
- | |
7718 | #define SCB_CFSR_IACCVIOL_Pos (0U) |
- | |
7719 | #define SCB_CFSR_IACCVIOL_Msk (0x1U << SCB_CFSR_IACCVIOL_Pos) /*!< 0x00000001 */ |
- | |
7720 | #define SCB_CFSR_IACCVIOL SCB_CFSR_IACCVIOL_Msk /*!< Instruction access violation */ |
- | |
7721 | #define SCB_CFSR_DACCVIOL_Pos (1U) |
- | |
7722 | #define SCB_CFSR_DACCVIOL_Msk (0x1U << SCB_CFSR_DACCVIOL_Pos) /*!< 0x00000002 */ |
- | |
7723 | #define SCB_CFSR_DACCVIOL SCB_CFSR_DACCVIOL_Msk /*!< Data access violation */ |
- | |
7724 | #define SCB_CFSR_MUNSTKERR_Pos (3U) |
- | |
7725 | #define SCB_CFSR_MUNSTKERR_Msk (0x1U << SCB_CFSR_MUNSTKERR_Pos) /*!< 0x00000008 */ |
- | |
7726 | #define SCB_CFSR_MUNSTKERR SCB_CFSR_MUNSTKERR_Msk /*!< Unstacking error */ |
- | |
7727 | #define SCB_CFSR_MSTKERR_Pos (4U) |
- | |
7728 | #define SCB_CFSR_MSTKERR_Msk (0x1U << SCB_CFSR_MSTKERR_Pos) /*!< 0x00000010 */ |
- | |
7729 | #define SCB_CFSR_MSTKERR SCB_CFSR_MSTKERR_Msk /*!< Stacking error */ |
- | |
7730 | #define SCB_CFSR_MMARVALID_Pos (7U) |
- | |
7731 | #define SCB_CFSR_MMARVALID_Msk (0x1U << SCB_CFSR_MMARVALID_Pos) /*!< 0x00000080 */ |
- | |
7732 | #define SCB_CFSR_MMARVALID SCB_CFSR_MMARVALID_Msk /*!< Memory Manage Address Register address valid flag */ |
- | |
7733 | /*!< BFSR */ |
- | |
7734 | #define SCB_CFSR_IBUSERR_Pos (8U) |
- | |
7735 | #define SCB_CFSR_IBUSERR_Msk (0x1U << SCB_CFSR_IBUSERR_Pos) /*!< 0x00000100 */ |
- | |
7736 | #define SCB_CFSR_IBUSERR SCB_CFSR_IBUSERR_Msk /*!< Instruction bus error flag */ |
- | |
7737 | #define SCB_CFSR_PRECISERR_Pos (9U) |
- | |
7738 | #define SCB_CFSR_PRECISERR_Msk (0x1U << SCB_CFSR_PRECISERR_Pos) /*!< 0x00000200 */ |
- | |
7739 | #define SCB_CFSR_PRECISERR SCB_CFSR_PRECISERR_Msk /*!< Precise data bus error */ |
- | |
7740 | #define SCB_CFSR_IMPRECISERR_Pos (10U) |
- | |
7741 | #define SCB_CFSR_IMPRECISERR_Msk (0x1U << SCB_CFSR_IMPRECISERR_Pos) /*!< 0x00000400 */ |
- | |
7742 | #define SCB_CFSR_IMPRECISERR SCB_CFSR_IMPRECISERR_Msk /*!< Imprecise data bus error */ |
- | |
7743 | #define SCB_CFSR_UNSTKERR_Pos (11U) |
- | |
7744 | #define SCB_CFSR_UNSTKERR_Msk (0x1U << SCB_CFSR_UNSTKERR_Pos) /*!< 0x00000800 */ |
- | |
7745 | #define SCB_CFSR_UNSTKERR SCB_CFSR_UNSTKERR_Msk /*!< Unstacking error */ |
- | |
7746 | #define SCB_CFSR_STKERR_Pos (12U) |
- | |
7747 | #define SCB_CFSR_STKERR_Msk (0x1U << SCB_CFSR_STKERR_Pos) /*!< 0x00001000 */ |
- | |
7748 | #define SCB_CFSR_STKERR SCB_CFSR_STKERR_Msk /*!< Stacking error */ |
- | |
7749 | #define SCB_CFSR_BFARVALID_Pos (15U) |
- | |
7750 | #define SCB_CFSR_BFARVALID_Msk (0x1U << SCB_CFSR_BFARVALID_Pos) /*!< 0x00008000 */ |
- | |
7751 | #define SCB_CFSR_BFARVALID SCB_CFSR_BFARVALID_Msk /*!< Bus Fault Address Register address valid flag */ |
- | |
7752 | /*!< UFSR */ |
- | |
7753 | #define SCB_CFSR_UNDEFINSTR_Pos (16U) |
- | |
7754 | #define SCB_CFSR_UNDEFINSTR_Msk (0x1U << SCB_CFSR_UNDEFINSTR_Pos) /*!< 0x00010000 */ |
- | |
7755 | #define SCB_CFSR_UNDEFINSTR SCB_CFSR_UNDEFINSTR_Msk /*!< The processor attempt to excecute an undefined instruction */ |
- | |
7756 | #define SCB_CFSR_INVSTATE_Pos (17U) |
- | |
7757 | #define SCB_CFSR_INVSTATE_Msk (0x1U << SCB_CFSR_INVSTATE_Pos) /*!< 0x00020000 */ |
- | |
7758 | #define SCB_CFSR_INVSTATE SCB_CFSR_INVSTATE_Msk /*!< Invalid combination of EPSR and instruction */ |
- | |
7759 | #define SCB_CFSR_INVPC_Pos (18U) |
- | |
7760 | #define SCB_CFSR_INVPC_Msk (0x1U << SCB_CFSR_INVPC_Pos) /*!< 0x00040000 */ |
- | |
7761 | #define SCB_CFSR_INVPC SCB_CFSR_INVPC_Msk /*!< Attempt to load EXC_RETURN into pc illegally */ |
- | |
7762 | #define SCB_CFSR_NOCP_Pos (19U) |
- | |
7763 | #define SCB_CFSR_NOCP_Msk (0x1U << SCB_CFSR_NOCP_Pos) /*!< 0x00080000 */ |
- | |
7764 | #define SCB_CFSR_NOCP SCB_CFSR_NOCP_Msk /*!< Attempt to use a coprocessor instruction */ |
- | |
7765 | #define SCB_CFSR_UNALIGNED_Pos (24U) |
- | |
7766 | #define SCB_CFSR_UNALIGNED_Msk (0x1U << SCB_CFSR_UNALIGNED_Pos) /*!< 0x01000000 */ |
- | |
7767 | #define SCB_CFSR_UNALIGNED SCB_CFSR_UNALIGNED_Msk /*!< Fault occurs when there is an attempt to make an unaligned memory access */ |
- | |
7768 | #define SCB_CFSR_DIVBYZERO_Pos (25U) |
- | |
7769 | #define SCB_CFSR_DIVBYZERO_Msk (0x1U << SCB_CFSR_DIVBYZERO_Pos) /*!< 0x02000000 */ |
- | |
7770 | #define SCB_CFSR_DIVBYZERO SCB_CFSR_DIVBYZERO_Msk /*!< Fault occurs when SDIV or DIV instruction is used with a divisor of 0 */ |
- | |
7771 | - | ||
7772 | /******************* Bit definition for SCB_HFSR register *******************/ |
- | |
7773 | #define SCB_HFSR_VECTTBL (0x00000002U) /*!< Fault occures because of vector table read on exception processing */ |
- | |
7774 | #define SCB_HFSR_FORCED (0x40000000U) /*!< Hard Fault activated when a configurable Fault was received and cannot activate */ |
- | |
7775 | #define SCB_HFSR_DEBUGEVT (0x80000000U) /*!< Fault related to debug */ |
- | |
7776 | - | ||
7777 | /******************* Bit definition for SCB_DFSR register *******************/ |
- | |
7778 | #define SCB_DFSR_HALTED (0x00000001U) /*!< Halt request flag */ |
- | |
7779 | #define SCB_DFSR_BKPT (0x00000002U) /*!< BKPT flag */ |
- | |
7780 | #define SCB_DFSR_DWTTRAP (0x00000004U) /*!< Data Watchpoint and Trace (DWT) flag */ |
- | |
7781 | #define SCB_DFSR_VCATCH (0x00000008U) /*!< Vector catch flag */ |
- | |
7782 | #define SCB_DFSR_EXTERNAL (0x00000010U) /*!< External debug request flag */ |
- | |
7783 | - | ||
7784 | /******************* Bit definition for SCB_MMFAR register ******************/ |
- | |
7785 | #define SCB_MMFAR_ADDRESS_Pos (0U) |
- | |
7786 | #define SCB_MMFAR_ADDRESS_Msk (0xFFFFFFFFU << SCB_MMFAR_ADDRESS_Pos) /*!< 0xFFFFFFFF */ |
- | |
7787 | #define SCB_MMFAR_ADDRESS SCB_MMFAR_ADDRESS_Msk /*!< Mem Manage fault address field */ |
- | |
7788 | - | ||
7789 | /******************* Bit definition for SCB_BFAR register *******************/ |
- | |
7790 | #define SCB_BFAR_ADDRESS_Pos (0U) |
- | |
7791 | #define SCB_BFAR_ADDRESS_Msk (0xFFFFFFFFU << SCB_BFAR_ADDRESS_Pos) /*!< 0xFFFFFFFF */ |
- | |
7792 | #define SCB_BFAR_ADDRESS SCB_BFAR_ADDRESS_Msk /*!< Bus fault address field */ |
- | |
7793 | - | ||
7794 | /******************* Bit definition for SCB_afsr register *******************/ |
- | |
7795 | #define SCB_AFSR_IMPDEF_Pos (0U) |
- | |
7796 | #define SCB_AFSR_IMPDEF_Msk (0xFFFFFFFFU << SCB_AFSR_IMPDEF_Pos) /*!< 0xFFFFFFFF */ |
- | |
7797 | #define SCB_AFSR_IMPDEF SCB_AFSR_IMPDEF_Msk /*!< Implementation defined */ |
- | |
7798 | /** |
- | |
7799 | * @} |
- | |
7800 | */ |
- | |
7801 | - | ||
7802 | /** |
7356 | /** |
7803 | * @} |
7357 | * @} |
7804 | */ |
7358 | */ |
7805 | /** @addtogroup Exported_macro |
7359 | /** @addtogroup Exported_macro |
7806 | * @{ |
7360 | * @{ |
Line 7935... | Line 7489... | ||
7935 | #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
7489 | #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
7936 | ((INSTANCE) == TIM3) || \ |
7490 | ((INSTANCE) == TIM3) || \ |
7937 | ((INSTANCE) == TIM4) || \ |
7491 | ((INSTANCE) == TIM4) || \ |
7938 | ((INSTANCE) == TIM9)) |
7492 | ((INSTANCE) == TIM9)) |
7939 | 7493 | ||
- | 7494 | #define IS_TIM_32B_COUNTER_INSTANCE(INSTANCE) (0) |
|
- | 7495 | ||
7940 | #define IS_TIM_DMABURST_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
7496 | #define IS_TIM_DMABURST_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
7941 | ((INSTANCE) == TIM3) || \ |
7497 | ((INSTANCE) == TIM3) || \ |
7942 | ((INSTANCE) == TIM4)) |
7498 | ((INSTANCE) == TIM4)) |
7943 | 7499 | ||
7944 | #define IS_TIM_CCX_INSTANCE(INSTANCE, CHANNEL) \ |
7500 | #define IS_TIM_CCX_INSTANCE(INSTANCE, CHANNEL) \ |
Line 8042... | Line 7598... | ||
8042 | /****************************** WWDG Instances ********************************/ |
7598 | /****************************** WWDG Instances ********************************/ |
8043 | #define IS_WWDG_ALL_INSTANCE(INSTANCE) ((INSTANCE) == WWDG) |
7599 | #define IS_WWDG_ALL_INSTANCE(INSTANCE) ((INSTANCE) == WWDG) |
8044 | 7600 | ||
8045 | /****************************** USB Instances ********************************/ |
7601 | /****************************** USB Instances ********************************/ |
8046 | #define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB) |
7602 | #define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB) |
- | 7603 | #define IS_PCD_ALL_INSTANCE IS_USB_ALL_INSTANCE |
|
8047 | 7604 | ||
8048 | /** |
7605 | /** |
8049 | * @} |
7606 | * @} |
8050 | */ |
7607 | */ |
8051 | 7608 |