/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_rcc.h | 3573 SET_BIT(RCC->BDCR, RCC_BDCR_VSWRST); in LL_RCC_ForceBackupDomainReset() 3583 CLEAR_BIT(RCC->BDCR, RCC_BDCR_VSWRST); in LL_RCC_ReleaseBackupDomainReset()
|
D | stm32mp1xx_hal_rcc.h | 3132 #define __HAL_RCC_BACKUPRESET_FORCE() SET_BIT(RCC->BDCR, RCC_BDCR_VSWRST) 3133 #define __HAL_RCC_BACKUPRESET_RELEASE() CLEAR_BIT(RCC->BDCR, RCC_BDCR_VSWRST)
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rcc.h | 3964 SET_BIT(RCC->BDCR, RCC_BDCR_VSWRST); in LL_RCC_ForceBackupDomainReset() 3974 CLEAR_BIT(RCC->BDCR, RCC_BDCR_VSWRST); in LL_RCC_ReleaseBackupDomainReset()
|
D | stm32h5xx_hal_rcc.h | 4097 #define __HAL_RCC_BACKUPRESET_FORCE() SET_BIT(RCC->BDCR, RCC_BDCR_VSWRST) 4099 #define __HAL_RCC_BACKUPRESET_RELEASE() CLEAR_BIT(RCC->BDCR, RCC_BDCR_VSWRST)
|
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_rcc_ex.c | 1812 RESERVED_BDCR_MASK = ~(RCC_BDCR_VSWRST | RCC_BDCR_RTCCKEN | RCC_BDCR_RTCSRC | in HAL_RCCEx_PeriphCLKConfig()
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_rcc.h | 4059 CLEAR_BIT(RCC->BDCR, RCC_BDCR_VSWRST); in LL_RCC_ReleaseBackupDomainReset()
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xxq.h | 13404 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro 13408 #define RCC_BDCR_BDRST RCC_BDCR_VSWRST
|
D | stm32h7a3xx.h | 13392 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro 13396 #define RCC_BDCR_BDRST RCC_BDCR_VSWRST
|
D | stm32h7b0xx.h | 13836 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro 13840 #define RCC_BDCR_BDRST RCC_BDCR_VSWRST
|
D | stm32h7b0xxq.h | 13848 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro 13852 #define RCC_BDCR_BDRST RCC_BDCR_VSWRST
|
D | stm32h7b3xx.h | 13843 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro 13847 #define RCC_BDCR_BDRST RCC_BDCR_VSWRST
|
D | stm32h7b3xxq.h | 13855 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro 13859 #define RCC_BDCR_BDRST RCC_BDCR_VSWRST
|
D | stm32h730xx.h | 15676 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro 15680 #define RCC_BDCR_BDRST RCC_BDCR_VSWRST
|
D | stm32h733xx.h | 15676 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro 15680 #define RCC_BDCR_BDRST RCC_BDCR_VSWRST
|
D | stm32h735xx.h | 15688 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro 15692 #define RCC_BDCR_BDRST RCC_BDCR_VSWRST
|
D | stm32h730xxq.h | 15688 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro 15692 #define RCC_BDCR_BDRST RCC_BDCR_VSWRST
|
D | stm32h723xx.h | 15225 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro 15229 #define RCC_BDCR_BDRST RCC_BDCR_VSWRST
|
D | stm32h725xx.h | 15237 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro 15241 #define RCC_BDCR_BDRST RCC_BDCR_VSWRST
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 9761 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro
|
D | stm32h562xx.h | 14738 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro
|
D | stm32h563xx.h | 16834 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro
|
D | stm32h573xx.h | 17391 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk macro
|
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/soc/ |
D | stm32mp151dxx_cm4.h | 23692 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk … macro
|
D | stm32mp151axx_ca7.h | 23726 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk … macro
|
D | stm32mp151axx_cm4.h | 23692 #define RCC_BDCR_VSWRST RCC_BDCR_VSWRST_Msk … macro
|