/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc.h | 3336 #define __HAL_RCC_APB3_FORCE_RESET() WRITE_REG(RCC->APB3RSTR, 0x001008E0U) 3339 #define __HAL_RCC_SPI5_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_SPI5RST) 3342 #define __HAL_RCC_LPUART1_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_LPUART1RST) 3345 #define __HAL_RCC_I2C3_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_I2C3RST) 3349 #define __HAL_RCC_I2C4_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_I2C4RST) 3353 #define __HAL_RCC_I3C2_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_I3C2RST) 3356 #define __HAL_RCC_LPTIM1_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_LPTIM1RST) 3359 #define __HAL_RCC_LPTIM3_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_LPTIM3RST) 3363 #define __HAL_RCC_LPTIM4_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_LPTIM4RST) 3367 #define __HAL_RCC_LPTIM5_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_LPTIM5RST) [all …]
|
D | stm32h5xx_ll_bus.h | 2643 SET_BIT(RCC->APB3RSTR, Periphs); in LL_APB3_GRP1_ForceReset() 2677 CLEAR_BIT(RCC->APB3RSTR, Periphs); in LL_APB3_GRP1_ReleaseReset()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 3100 #define __HAL_RCC_APB3_FORCE_RESET() WRITE_REG(RCC->APB3RSTR, 0x0010F8E2U) 3102 #define __HAL_RCC_SYSCFG_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_SYSCFGRST) 3104 #define __HAL_RCC_SPI3_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_SPI3RST) 3106 #define __HAL_RCC_LPUART1_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_LPUART1RST) 3108 #define __HAL_RCC_I2C3_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_I2C3RST) 3110 #define __HAL_RCC_LPTIM1_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_LPTIM1RST) 3112 #define __HAL_RCC_LPTIM3_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_LPTIM3RST) 3114 #define __HAL_RCC_LPTIM4_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_LPTIM4RST) 3116 #define __HAL_RCC_OPAMP_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_OPAMPRST) 3118 #define __HAL_RCC_COMP_FORCE_RESET() SET_BIT(RCC->APB3RSTR, RCC_APB3RSTR_COMPRST) [all …]
|
D | stm32u5xx_ll_bus.h | 2920 SET_BIT(RCC->APB3RSTR, Periphs); in LL_APB3_GRP1_ForceReset() 2953 CLEAR_BIT(RCC->APB3RSTR, Periphs); in LL_APB3_GRP1_ReleaseReset()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_bus.h | 1456 SET_BIT(RCC->APB3RSTR, Periphs); in LL_APB3_GRP1_ForceReset() 1468 CLEAR_BIT(RCC->APB3RSTR, Periphs); in LL_APB3_GRP1_ReleaseReset()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_bus.h | 1531 SET_BIT(RCC->APB3RSTR, Periphs); in LL_APB3_GRP1_ForceReset() 1543 CLEAR_BIT(RCC->APB3RSTR, Periphs); in LL_APB3_GRP1_ReleaseReset()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_bus.h | 1736 SET_BIT(RCC->APB3RSTR, Periphs); in LL_APB3_GRP1_ForceReset() 1752 CLEAR_BIT(RCC->APB3RSTR, Periphs); in LL_APB3_GRP1_ReleaseReset()
|
D | stm32h7xx_hal_rcc.h | 4911 #define __HAL_RCC_APB3_FORCE_RESET() (RCC->APB3RSTR = 0x00000018U) /* Rests LTDC and DSI … 4913 #define __HAL_RCC_APB3_FORCE_RESET() (RCC->APB3RSTR = 0x00000008U) /* Rests LTDC */ 4916 #define __HAL_RCC_LTDC_FORCE_RESET() (RCC->APB3RSTR) |= (RCC_APB3RSTR_LTDCRST) 4919 #define __HAL_RCC_DSI_FORCE_RESET() (RCC->APB3RSTR) |= (RCC_APB3RSTR_DSIRST) 4922 #define __HAL_RCC_APB3_RELEASE_RESET() (RCC->APB3RSTR = 0x00U) 4924 #define __HAL_RCC_LTDC_RELEASE_RESET() (RCC->APB3RSTR) &= ~ (RCC_APB3RSTR_LTDCRST) 4927 #define __HAL_RCC_DSI_RELEASE_RESET() (RCC->APB3RSTR) &= ~ (RCC_APB3RSTR_DSIRST)
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 538 …__IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, … member
|
D | stm32wle5xx.h | 538 …__IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, … member
|
D | stm32wl5mxx.h | 679 …__IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, … member
|
D | stm32wl54xx.h | 679 …__IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, … member
|
D | stm32wl55xx.h | 679 …__IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, … member
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/ |
D | stm32wb50xx.h | 410 …__IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, … member
|
D | stm32wb1mxx.h | 405 …__IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, … member
|
D | stm32wb30xx.h | 409 …__IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, … member
|
D | stm32wb35xx.h | 461 …__IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, … member
|
D | stm32wb55xx.h | 465 …__IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, … member
|
D | stm32wb5mxx.h | 465 …__IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, … member
|
/hal_stm32-latest/stm32cube/stm32wbxx/soc/Include/ |
D | stm32wb10xx.h | 395 …__IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, … member
|
D | stm32wb15xx.h | 405 …__IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, … member
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 735 …__IO uint32_t APB3RSTR; /*!< RCC APB3 Peripherals Reset Register … member
|
D | stm32h523xx.h | 899 …__IO uint32_t APB3RSTR; /*!< RCC APB3 Peripherals Reset Register … member
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 1112 …__IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, … member
|
D | stm32h7b0xx.h | 1115 …__IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, … member
|