/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rcc.h | 1766 #define __HAL_RCC_APB1_FORCE_RESET() WRITE_REG(RCC->APBRSTR1, 0xFFFFFFFFU) 1769 #define __HAL_RCC_TIM2_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_TIM2RST) 1771 #define __HAL_RCC_TIM3_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_TIM3RST) 1773 #define __HAL_RCC_TIM4_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_TIM4RST) 1775 #define __HAL_RCC_TIM6_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_TIM6RST) 1776 #define __HAL_RCC_TIM7_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_TIM7RST) 1778 #define __HAL_RCC_CRS_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_CRSRST) 1780 #define __HAL_RCC_SPI2_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_SPI2RST) 1782 #define __HAL_RCC_SPI3_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_SPI3RST) 1784 #define __HAL_RCC_USART2_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_USART2RST) [all …]
|
D | stm32g0xx_ll_bus.h | 678 SET_BIT(RCC->APBRSTR1, Periphs); in LL_APB1_GRP1_ForceReset() 744 CLEAR_BIT(RCC->APBRSTR1, Periphs); in LL_APB1_GRP1_ReleaseReset()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rcc.h | 1560 WRITE_REG(RCC->APBRSTR1, 0xFFFFFFFFU); \ 1563 #define __HAL_RCC_TIM2_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_TIM2RST) 1565 #define __HAL_RCC_TIM3_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_TIM3RST) 1567 #define __HAL_RCC_TIM6_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_TIM6RST) 1569 #define __HAL_RCC_TIM7_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_TIM7RST) 1571 #define __HAL_RCC_LPUART2_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_LPUART2RST) 1574 #define __HAL_RCC_LCD_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_LCDRST) 1578 #define __HAL_RCC_LPUART3_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_LPUART3RST) 1582 #define __HAL_RCC_USB_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_USBRST) 1585 #define __HAL_RCC_SPI2_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_SPI2RST) [all …]
|
D | stm32u0xx_ll_bus.h | 663 SET_BIT(RCC->APBRSTR1, Periphs); in LL_APB1_GRP1_ForceReset() 728 CLEAR_BIT(RCC->APBRSTR1, Periphs); in LL_APB1_GRP1_ReleaseReset()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rcc.h | 1184 #define __HAL_RCC_APB1_GRP1_FORCE_RESET() WRITE_REG(RCC->APBRSTR1, 0xFFFFFFFFU) 1186 #define __HAL_RCC_TIM2_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_TIM2RST) 1188 #define __HAL_RCC_TIM3_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_TIM3RST) 1190 #define __HAL_RCC_USB_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_USBRST) 1193 #define __HAL_RCC_SPI2_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_SPI2RST) 1196 #define __HAL_RCC_CRS_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_CRSRST) 1198 #define __HAL_RCC_USART2_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_USART2RST) 1199 #define __HAL_RCC_I2C1_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_I2C1RST) 1201 #define __HAL_RCC_I2C2_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_I2C2RST) 1203 #define __HAL_RCC_DBGMCU_FORCE_RESET() SET_BIT(RCC->APBRSTR1, RCC_APBRSTR1_DBGRST) [all …]
|
D | stm32c0xx_ll_bus.h | 436 SET_BIT(RCC->APBRSTR1, Periphs); in LL_APB1_GRP1_ForceReset() 468 CLEAR_BIT(RCC->APBRSTR1, Periphs); in LL_APB1_GRP1_ReleaseReset()
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 351 …__IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, … member
|
D | stm32c031xx.h | 353 …__IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, … member
|
D | stm32c071xx.h | 376 …__IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, … member
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 353 …__IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, … member
|
D | stm32g050xx.h | 358 …__IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, … member
|
D | stm32g070xx.h | 357 …__IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, … member
|
D | stm32g031xx.h | 378 …__IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, … member
|
D | stm32g041xx.h | 379 …__IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, … member
|
D | stm32g051xx.h | 418 …__IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, … member
|
D | stm32g061xx.h | 419 …__IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, … member
|
D | stm32g071xx.h | 435 …__IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, … member
|
D | stm32g081xx.h | 436 …__IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, … member
|
D | stm32g0b0xx.h | 365 …__IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, … member
|
D | stm32g0c1xx.h | 515 …__IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, … member
|
D | stm32g0b1xx.h | 514 …__IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, … member
|
/hal_stm32-latest/stm32cube/stm32u0xx/soc/ |
D | stm32u031xx.h | 475 …__IO uint32_t APBRSTR1; /*!< RCC APB1 peripheral reset register, … member
|
D | stm32u083xx.h | 535 …__IO uint32_t APBRSTR1; /*!< RCC APB1 peripheral reset register, … member
|
D | stm32u073xx.h | 501 …__IO uint32_t APBRSTR1; /*!< RCC APB1 peripheral reset register, … member
|