Home
last modified time | relevance | path

Searched refs:__HAL_RCC_BACKUPRESET_FORCE (Results 1 – 25 of 64) sorted by relevance

123

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc_ex.c206 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
1111 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
1401 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
1968 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
2358 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
2601 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_timebase_rtc_wakeup.c127 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_InitTick()
Dstm32h5xx_hal_timebase_rtc_alarm.c126 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_InitTick()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_timebase_rtc_wakeup_template.c119 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_InitTick()
Dstm32u5xx_hal_timebase_rtc_alarm_template.c118 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_InitTick()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_timebase_rtc_wakeup_template.c128 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_InitTick()
Dstm32wbaxx_hal_rcc_ex.c345 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_rcc_ex.c164 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rcc_ex.c179 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc_ex.c127 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc_ex.c212 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
913 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc_ex.c155 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc_ex.c151 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc_ex.c151 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc_ex.c183 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rcc.h866 #define __HAL_RCC_BACKUPRESET_FORCE() (RCC->BDCR |= (RCC_BDCR_BDRST)) macro
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc_ex.c154 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c163 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c173 __HAL_RCC_BACKUPRESET_FORCE(); in HAL_RCCEx_PeriphCLKConfig()
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rcc.h1012 #define __HAL_RCC_BACKUPRESET_FORCE() (*(__IO uint32_t *) RCC_BDCR_BDRST_BB = ENABLE) macro
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rcc.h1547 #define __HAL_RCC_BACKUPRESET_FORCE() SET_BIT(RCC->CSR, RCC_CSR_RTCRST) macro
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc.h1016 #define __HAL_RCC_BACKUPRESET_FORCE() (*(__IO uint32_t *) RCC_BDCR_BDRST_BB = ENABLE) macro
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rcc.h1437 #define __HAL_RCC_BACKUPRESET_FORCE() SET_BIT(RCC->BDCR, RCC_BDCR_BDRST) macro
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rcc.h1545 #define __HAL_RCC_BACKUPRESET_FORCE() (*(__IO uint32_t *) RCC_BDCR_BDRST_BB = ENABLE) macro
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_rcc.h1249 #define __HAL_RCC_BACKUPRESET_FORCE() SET_BIT(RCC->CSR1, RCC_CSR1_RTCRST) macro

123