Lines Matching refs:tmpreg

642                                         __IO uint32_t tmpreg; \
645 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_GPIOAEN);\
646 UNUSED(tmpreg); \
649 __IO uint32_t tmpreg; \
652 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_GPIOBEN);\
653 UNUSED(tmpreg); \
656 __IO uint32_t tmpreg; \
659 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_GPIOCEN);\
660 UNUSED(tmpreg); \
663 __IO uint32_t tmpreg; \
666 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_GPIODEN);\
667 UNUSED(tmpreg); \
670 __IO uint32_t tmpreg; \
673 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_GPIOHEN);\
674 UNUSED(tmpreg); \
677 __IO uint32_t tmpreg; \
680 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_CRCEN);\
681 UNUSED(tmpreg); \
684 __IO uint32_t tmpreg; \
687 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_FLITFEN);\
688 UNUSED(tmpreg); \
691 __IO uint32_t tmpreg; \
694 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_DMA1EN);\
695 UNUSED(tmpreg); \
720 __IO uint32_t tmpreg; \
723 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_TIM2EN);\
724 UNUSED(tmpreg); \
727 __IO uint32_t tmpreg; \
730 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_TIM3EN);\
731 UNUSED(tmpreg); \
734 __IO uint32_t tmpreg; \
737 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_TIM4EN);\
738 UNUSED(tmpreg); \
741 __IO uint32_t tmpreg; \
744 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_TIM6EN);\
745 UNUSED(tmpreg); \
748 __IO uint32_t tmpreg; \
751 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_TIM7EN);\
752 UNUSED(tmpreg); \
755 __IO uint32_t tmpreg; \
758 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_WWDGEN);\
759 UNUSED(tmpreg); \
762 __IO uint32_t tmpreg; \
765 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_SPI2EN);\
766 UNUSED(tmpreg); \
769 __IO uint32_t tmpreg; \
772 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USART2EN);\
773 UNUSED(tmpreg); \
776 __IO uint32_t tmpreg; \
779 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USART3EN);\
780 UNUSED(tmpreg); \
783 __IO uint32_t tmpreg; \
786 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_I2C1EN);\
787 UNUSED(tmpreg); \
790 __IO uint32_t tmpreg; \
793 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_I2C2EN);\
794 UNUSED(tmpreg); \
797 __IO uint32_t tmpreg; \
800 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_USBEN);\
801 UNUSED(tmpreg); \
804 __IO uint32_t tmpreg; \
807 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN);\
808 UNUSED(tmpreg); \
811 __IO uint32_t tmpreg; \
814 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_DACEN);\
815 UNUSED(tmpreg); \
818 __IO uint32_t tmpreg; \
821 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_COMPEN);\
822 UNUSED(tmpreg); \
854 __IO uint32_t tmpreg; \
857 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SYSCFGEN);\
858 UNUSED(tmpreg); \
861 __IO uint32_t tmpreg; \
864 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM9EN);\
865 UNUSED(tmpreg); \
868 __IO uint32_t tmpreg; \
871 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM10EN);\
872 UNUSED(tmpreg); \
875 __IO uint32_t tmpreg; \
878 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM11EN);\
879 UNUSED(tmpreg); \
882 __IO uint32_t tmpreg; \
885 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_ADC1EN);\
886 UNUSED(tmpreg); \
889 __IO uint32_t tmpreg; \
892 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI1EN);\
893 UNUSED(tmpreg); \
896 __IO uint32_t tmpreg; \
899 tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_USART1EN);\
900 UNUSED(tmpreg); \