/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rcc.h | 766 __IO uint32_t tmpreg; \ 769 tmpreg = READ_BIT(RCC->AHB3ENR, RCC_AHB3ENR_MDMAEN);\ 770 UNUSED(tmpreg); \ 774 __IO uint32_t tmpreg; \ 777 tmpreg = READ_BIT(RCC->AHB3ENR, RCC_AHB3ENR_DMA2DEN);\ 778 UNUSED(tmpreg); \ 783 __IO uint32_t tmpreg; \ 786 tmpreg = READ_BIT(RCC->AHB3ENR, RCC_AHB3ENR_JPGDECEN);\ 787 UNUSED(tmpreg); \ 792 __IO uint32_t tmpreg; \ [all …]
|
D | stm32h7xx_ll_bus.h | 568 __IO uint32_t tmpreg; in LL_AHB3_GRP1_EnableClock() local 571 tmpreg = READ_BIT(RCC->AHB3ENR, Periphs); in LL_AHB3_GRP1_EnableClock() 572 (void)tmpreg; in LL_AHB3_GRP1_EnableClock() 781 __IO uint32_t tmpreg; in LL_AHB3_GRP1_EnableClockSleep() local 784 tmpreg = READ_BIT(RCC->AHB3LPENR, Periphs); in LL_AHB3_GRP1_EnableClockSleep() 785 (void)tmpreg; in LL_AHB3_GRP1_EnableClockSleep() 874 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClock() local 877 tmpreg = READ_BIT(RCC->AHB1ENR, Periphs); in LL_AHB1_GRP1_EnableClock() 878 (void)tmpreg; in LL_AHB1_GRP1_EnableClock() 1042 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClockSleep() local [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rcc_ex.h | 971 __IO uint32_t tmpreg = 0x00U; \ 974 tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_BKPSRAMEN);\ 975 UNUSED(tmpreg); \ 978 __IO uint32_t tmpreg = 0x00U; \ 981 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_CCMDATARAMEN);\ 982 UNUSED(tmpreg); \ 985 __IO uint32_t tmpreg = 0x00U; \ 988 tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_CRCEN);\ 989 UNUSED(tmpreg); \ 992 __IO uint32_t tmpreg = 0x00U; \ [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 676 __IO uint32_t tmpreg; \ 679 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_GPDMA1EN); \ 680 UNUSED(tmpreg); \ 683 __IO uint32_t tmpreg; \ 686 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_CORDICEN); \ 687 UNUSED(tmpreg); \ 690 __IO uint32_t tmpreg; \ 693 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_FMACEN); \ 694 UNUSED(tmpreg); \ 697 __IO uint32_t tmpreg; \ [all …]
|
D | stm32u5xx_ll_bus.h | 377 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableBusClock() local 379 tmpreg = READ_BIT(RCC->CFGR2, RCC_CFGR2_AHB1DIS); in LL_AHB1_GRP1_EnableBusClock() 380 (void)(tmpreg); in LL_AHB1_GRP1_EnableBusClock() 427 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClock() local 430 tmpreg = READ_BIT(RCC->AHB1ENR, Periphs); in LL_AHB1_GRP1_EnableClock() 431 (void)tmpreg; in LL_AHB1_GRP1_EnableClock() 658 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClockStopSleep() local 661 tmpreg = READ_BIT(RCC->AHB1SMENR, Periphs); in LL_AHB1_GRP1_EnableClockStopSleep() 662 (void)tmpreg; in LL_AHB1_GRP1_EnableClockStopSleep() 778 __IO uint32_t tmpreg; in LL_AHB2_GRP1_EnableBusClock() local [all …]
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_rcc.h | 411 __IO uint32_t tmpreg = 0x00U; \ 414 tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_GPIOAEN);\ 415 UNUSED(tmpreg); \ 418 __IO uint32_t tmpreg = 0x00U; \ 421 tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_GPIOBEN);\ 422 UNUSED(tmpreg); \ 425 __IO uint32_t tmpreg = 0x00U; \ 428 tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_GPIOCEN);\ 429 UNUSED(tmpreg); \ 432 __IO uint32_t tmpreg = 0x00U; \ [all …]
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_rcc_ex.h | 628 __IO uint32_t tmpreg; \ 631 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_DMA2EN);\ 632 UNUSED(tmpreg); \ 641 __IO uint32_t tmpreg; \ 644 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_FSMCEN);\ 645 UNUSED(tmpreg); \ 653 __IO uint32_t tmpreg; \ 656 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_SDIOEN);\ 657 UNUSED(tmpreg); \ 666 __IO uint32_t tmpreg; \ [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 733 __IO uint32_t tmpreg; \ 736 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_GPDMA1EN); \ 737 UNUSED(tmpreg); \ 741 __IO uint32_t tmpreg; \ 744 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_GPDMA2EN); \ 745 UNUSED(tmpreg); \ 750 __IO uint32_t tmpreg; \ 753 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_CORDICEN); \ 754 UNUSED(tmpreg); \ 760 __IO uint32_t tmpreg; \ [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_bus.h | 289 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClock() local 292 tmpreg = READ_BIT(RCC->AHB1ENR, Periphs); in LL_AHB1_GRP1_EnableClock() 293 (void)tmpreg; in LL_AHB1_GRP1_EnableClock() 385 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClockSleep() local 388 tmpreg = READ_BIT(RCC->AHB1SMENR, Periphs); in LL_AHB1_GRP1_EnableClockSleep() 389 (void)tmpreg; in LL_AHB1_GRP1_EnableClockSleep() 451 __IO uint32_t tmpreg; in LL_AHB2_GRP1_EnableClock() local 454 tmpreg = READ_BIT(RCC->AHB2ENR, Periphs); in LL_AHB2_GRP1_EnableClock() 455 (void)tmpreg; in LL_AHB2_GRP1_EnableClock() 547 __IO uint32_t tmpreg; in LL_AHB2_GRP1_EnableClockSleep() local [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_bus.h | 366 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClock() local 369 tmpreg = READ_BIT(RCC->AHB1ENR, Periphs); in LL_AHB1_GRP1_EnableClock() 370 (void)tmpreg; in LL_AHB1_GRP1_EnableClock() 479 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClockSleep() local 482 tmpreg = READ_BIT(RCC->AHB1SMENR, Periphs); in LL_AHB1_GRP1_EnableClockSleep() 483 (void)tmpreg; in LL_AHB1_GRP1_EnableClockSleep() 541 __IO uint32_t tmpreg; in LL_AHB2_GRP1_EnableClock() local 544 tmpreg = READ_BIT(RCC->AHB2ENR, Periphs); in LL_AHB2_GRP1_EnableClock() 545 (void)tmpreg; in LL_AHB2_GRP1_EnableClock() 682 __IO uint32_t tmpreg; in LL_AHB2_GRP1_EnableClockSleep() local [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_bus.h | 336 __IO uint32_t tmpreg; in LL_AHB2_GRP1_EnableClock() local 339 tmpreg = READ_BIT(RCC->MC_AHB2ENSETR, Periphs); in LL_AHB2_GRP1_EnableClock() 340 (void)tmpreg; in LL_AHB2_GRP1_EnableClock() 452 __IO uint32_t tmpreg; in LL_AHB2_GRP1_EnableClockSleep() local 455 tmpreg = READ_BIT(RCC->MC_AHB2LPENSETR, Periphs); in LL_AHB2_GRP1_EnableClockSleep() 456 (void)tmpreg; in LL_AHB2_GRP1_EnableClockSleep() 512 __IO uint32_t tmpreg; in LL_AHB3_GRP1_EnableClock() local 515 tmpreg = READ_BIT(RCC->MC_AHB3ENSETR, Periphs); in LL_AHB3_GRP1_EnableClock() 516 (void)tmpreg; in LL_AHB3_GRP1_EnableClock() 648 __IO uint32_t tmpreg; in LL_AHB3_GRP1_EnableClockSleep() local [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_rcc.h | 822 __IO uint32_t tmpreg; \ 825 tmpreg = READ_REG(RCC->AHB1ENR);\ 826 UNUSED(tmpreg); \ 830 __IO uint32_t tmpreg; \ 833 tmpreg = READ_REG(RCC->AHB1ENR);\ 834 UNUSED(tmpreg); \ 839 __IO uint32_t tmpreg; \ 842 tmpreg = READ_REG(RCC->AHB1ENR);\ 843 UNUSED(tmpreg); \ 847 __IO uint32_t tmpreg; \ [all …]
|
D | stm32h7rsxx_ll_bus.h | 324 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClock() local 327 tmpreg = READ_BIT(RCC->AHB1ENR, Periphs); in LL_AHB1_GRP1_EnableClock() 328 (void)tmpreg; in LL_AHB1_GRP1_EnableClock() 460 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClockSleep() local 463 tmpreg = READ_BIT(RCC->AHB1LPENR, Periphs); in LL_AHB1_GRP1_EnableClockSleep() 464 (void)tmpreg; in LL_AHB1_GRP1_EnableClockSleep() 520 __IO uint32_t tmpreg; in LL_AHB2_GRP1_EnableClock() local 523 tmpreg = READ_BIT(RCC->AHB2ENR, Periphs); in LL_AHB2_GRP1_EnableClock() 524 (void)tmpreg; in LL_AHB2_GRP1_EnableClock() 616 __IO uint32_t tmpreg; in LL_AHB2_GRP1_EnableClockSleep() local [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rcc.h | 517 __IO uint32_t tmpreg; \ 520 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_DMA1EN); \ 521 UNUSED(tmpreg); \ 525 __IO uint32_t tmpreg; \ 528 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_DMA2EN); \ 529 UNUSED(tmpreg); \ 533 __IO uint32_t tmpreg; \ 536 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_DMAMUX1EN); \ 537 UNUSED(tmpreg); \ 541 __IO uint32_t tmpreg; \ [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_bus.h | 451 __IO uint32_t tmpreg; in LL_BUS_EnableClock() local 454 tmpreg = READ_REG(RCC->BUSENR); in LL_BUS_EnableClock() 455 (void)tmpreg; in LL_BUS_EnableClock() 563 __IO uint32_t tmpreg; in LL_BUS_EnableClockLowPower() local 566 tmpreg = READ_REG(RCC->BUSLPENR); in LL_BUS_EnableClockLowPower() 567 (void)tmpreg; in LL_BUS_EnableClockLowPower() 681 __IO uint32_t tmpreg; in LL_MEM_EnableClock() local 684 tmpreg = READ_REG(RCC->MEMENR); in LL_MEM_EnableClock() 685 (void)tmpreg; in LL_MEM_EnableClock() 787 __IO uint32_t tmpreg; in LL_MEM_EnableClockLowPower() local [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc_ex.h | 588 __IO uint32_t tmpreg; \ 591 tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_BKPSRAMEN);\ 592 UNUSED(tmpreg); \ 596 __IO uint32_t tmpreg; \ 599 tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_DTCMRAMEN);\ 600 UNUSED(tmpreg); \ 604 __IO uint32_t tmpreg; \ 607 tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_DMA2EN);\ 608 UNUSED(tmpreg); \ 612 __IO uint32_t tmpreg; \ [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc.h | 638 __IO uint32_t tmpreg; \ 641 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_DMA1EN); \ 642 UNUSED(tmpreg); \ 646 __IO uint32_t tmpreg; \ 649 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_DMA2EN); \ 650 UNUSED(tmpreg); \ 655 __IO uint32_t tmpreg; \ 658 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_DMAMUX1EN); \ 659 UNUSED(tmpreg); \ 664 __IO uint32_t tmpreg; \ [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc.h | 653 __IO uint32_t tmpreg; \ 656 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_DMA1EN); \ 657 UNUSED(tmpreg); \ 661 __IO uint32_t tmpreg; \ 664 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_DMA2EN); \ 665 UNUSED(tmpreg); \ 669 __IO uint32_t tmpreg; \ 672 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_DMAMUX1EN); \ 673 UNUSED(tmpreg); \ 676 __IO uint32_t tmpreg; \ [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/Legacy/ |
D | stm32f7xx_hal_eth.c | 1298 uint32_t tmpreg = 0; in HAL_ETH_ReadPHYRegister() local 1313 tmpreg = heth->Instance->MACMIIAR; in HAL_ETH_ReadPHYRegister() 1316 tmpreg &= ~ETH_MACMIIAR_CR_MASK; in HAL_ETH_ReadPHYRegister() 1319 …tmpreg |=(((uint32_t)heth->Init.PhyAddress << 11) & ETH_MACMIIAR_PA); /* Set the PHY device addres… in HAL_ETH_ReadPHYRegister() 1320 …tmpreg |=(((uint32_t)PHYReg<<6) & ETH_MACMIIAR_MR); /* Set the PHY register addr… in HAL_ETH_ReadPHYRegister() 1321 …tmpreg &= ~ETH_MACMIIAR_MW; /* Set the read mode … in HAL_ETH_ReadPHYRegister() 1322 …tmpreg |= ETH_MACMIIAR_MB; /* Set the MII Busy bit … in HAL_ETH_ReadPHYRegister() 1325 heth->Instance->MACMIIAR = tmpreg; in HAL_ETH_ReadPHYRegister() 1331 while((tmpreg & ETH_MACMIIAR_MB) == ETH_MACMIIAR_MB) in HAL_ETH_ReadPHYRegister() 1344 tmpreg = heth->Instance->MACMIIAR; in HAL_ETH_ReadPHYRegister() [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_rcc_ex.h | 1875 __IO uint32_t tmpreg; \ 1878 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_ADC1EN);\ 1879 UNUSED(tmpreg); \ 1888 __IO uint32_t tmpreg; \ 1891 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_DMA2EN);\ 1892 UNUSED(tmpreg); \ 1895 __IO uint32_t tmpreg; \ 1898 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_GPIOEEN);\ 1899 UNUSED(tmpreg); \ 1902 __IO uint32_t tmpreg; \ [all …]
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rcc.h | 569 __IO uint32_t tmpreg; \ 572 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_GPDMA1EN); \ 573 UNUSED(tmpreg); \ 577 __IO uint32_t tmpreg; \ 580 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_FLASHEN); \ 581 UNUSED(tmpreg); \ 585 __IO uint32_t tmpreg; \ 588 … tmpreg = READ_BIT(RCC->AHB1ENR, RCC_AHB1ENR_CRCEN); \ 589 UNUSED(tmpreg); \ 594 __IO uint32_t tmpreg; \ [all …]
|
D | stm32wbaxx_ll_bus.h | 236 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClock() local 239 tmpreg = READ_BIT(RCC->AHB1ENR, Periphs); in LL_AHB1_GRP1_EnableClock() 240 (void)tmpreg; in LL_AHB1_GRP1_EnableClock() 362 __IO uint32_t tmpreg; in LL_AHB1_GRP1_EnableClockStopSleep() local 365 tmpreg = READ_BIT(RCC->AHB1SMENR, Periphs); in LL_AHB1_GRP1_EnableClockStopSleep() 366 (void)tmpreg; in LL_AHB1_GRP1_EnableClockStopSleep() 464 __IO uint32_t tmpreg; in LL_AHB2_GRP1_EnableClock() local 467 tmpreg = READ_BIT(RCC->AHB2ENR, Periphs); in LL_AHB2_GRP1_EnableClock() 468 (void)tmpreg; in LL_AHB2_GRP1_EnableClock() 637 __IO uint32_t tmpreg; in LL_AHB2_GRP1_EnableClockStopSleep() local [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 701 __IO uint32_t tmpreg; \ 704 … tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_DMA1EN); \ 705 UNUSED(tmpreg); \ 709 __IO uint32_t tmpreg; \ 712 … tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_DMA2EN); \ 713 UNUSED(tmpreg); \ 718 __IO uint32_t tmpreg; \ 721 … tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_FLASHEN); \ 722 UNUSED(tmpreg); \ 726 __IO uint32_t tmpreg; \ [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 860 __IO uint32_t tmpreg; \ 863 … tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_DMA1EN); \ 864 UNUSED(tmpreg); \ 869 __IO uint32_t tmpreg; \ 872 … tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_DMA2EN); \ 873 UNUSED(tmpreg); \ 880 __IO uint32_t tmpreg; \ 883 … tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_FLASHEN); \ 884 UNUSED(tmpreg); \ 888 __IO uint32_t tmpreg; \ [all …]
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_rcc.h | 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; \ [all …]
|