/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_pwr.h | 122 #define LL_PWR_CR1_DBP PWR_CR1_DBP 396 SET_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_EnableBkUpAccess() 406 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_DisableBkUpAccess() 416 return ((READ_BIT(PWR->CR1, PWR_CR1_DBP) == (PWR_CR1_DBP)) ? 1UL : 0UL); in LL_PWR_IsEnabledBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_pwr.h | 412 SET_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_EnableBkUpAccess() 422 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_DisableBkUpAccess() 432 return (READ_BIT(PWR->CR1, PWR_CR1_DBP) == (PWR_CR1_DBP)); in LL_PWR_IsEnabledBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_pwr.h | 297 SET_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_EnableBkUpAccess() 307 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_DisableBkUpAccess() 317 return ((READ_BIT(PWR->CR1, PWR_CR1_DBP) == (PWR_CR1_DBP)) ? 1UL : 0UL); in LL_PWR_IsEnabledBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_rcc.c | 393 if (HAL_IS_BIT_CLR(PWR->CR1, PWR_CR1_DBP)) in HAL_RCC_DeInit() 396 SET_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_RCC_DeInit() 773 if (HAL_IS_BIT_CLR(PWR->CR1, PWR_CR1_DBP)) in HAL_RCC_OscConfig() 776 SET_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_RCC_OscConfig() 781 while (HAL_IS_BIT_CLR(PWR->CR1, PWR_CR1_DBP)) in HAL_RCC_OscConfig() 786 if (HAL_IS_BIT_CLR(PWR->CR1, PWR_CR1_DBP)) in HAL_RCC_OscConfig()
|
D | stm32l5xx_hal_pwr.c | 105 SET_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_EnableBkUpAccess() 115 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_DisableBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 342 SET_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_EnableBkUpAccess() 352 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_DisableBkUpAccess() 362 return ((READ_BIT(PWR->CR1, PWR_CR1_DBP) == (PWR_CR1_DBP)) ? 1UL : 0UL); in LL_PWR_IsEnabledBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 399 SET_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_EnableBkUpAccess() 409 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_DisableBkUpAccess() 419 return ((READ_BIT(PWR->CR1, PWR_CR1_DBP) == (PWR_CR1_DBP)) ? 1UL : 0UL); in LL_PWR_IsEnabledBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 367 SET_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_EnableBkUpAccess() 377 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_DisableBkUpAccess() 387 return ((READ_BIT(PWR->CR1, PWR_CR1_DBP) == (PWR_CR1_DBP)) ? 1UL : 0UL); in LL_PWR_IsEnabledBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 377 SET_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_EnableBkUpAccess() 387 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_DisableBkUpAccess() 398 temp = READ_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_IsEnabledBkUpAccess() 400 return ((temp == (PWR_CR1_DBP))?1U:0U); in LL_PWR_IsEnabledBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_pwr.h | 356 SET_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_EnableBkUpAccess() 366 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_DisableBkUpAccess() 376 return ((READ_BIT(PWR->CR1, PWR_CR1_DBP) == (PWR_CR1_DBP)) ? 1UL : 0UL); in LL_PWR_IsEnabledBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_pwr.h | 403 SET_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_EnableBkUpAccess() 413 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_DisableBkUpAccess() 423 return ((READ_BIT(PWR->CR1, PWR_CR1_DBP) == (PWR_CR1_DBP)) ? 1UL : 0UL); in LL_PWR_IsEnabledBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr.c | 230 SET_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_EnableBkUpAccess() 240 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_DisableBkUpAccess()
|
D | stm32g0xx_hal_rcc_ex.c | 138 SET_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_RCCEx_PeriphCLKConfig() 143 while ((PWR->CR1 & PWR_CR1_DBP) == 0U) in HAL_RCCEx_PeriphCLKConfig() 1241 if (HAL_IS_BIT_CLR(PWR->CR1, PWR_CR1_DBP)) in HAL_RCCEx_EnableLSCO() 1274 if (HAL_IS_BIT_CLR(PWR->CR1, PWR_CR1_DBP)) in HAL_RCCEx_DisableLSCO()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_pwr.c | 191 SET_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_EnableBkUpAccess() 202 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_DisableBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_rcc_ex.c | 140 SET_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_RCCEx_PeriphCLKConfig() 145 while (READ_BIT(PWR->CR1, PWR_CR1_DBP) == 0U) in HAL_RCCEx_PeriphCLKConfig() 1391 if (HAL_IS_BIT_CLR(PWR->CR1, PWR_CR1_DBP)) in HAL_RCCEx_EnableLSCO() 1424 if (HAL_IS_BIT_CLR(PWR->CR1, PWR_CR1_DBP)) in HAL_RCCEx_DisableLSCO()
|
D | stm32u0xx_hal_pwr.c | 114 SET_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_EnableBkUpAccess() 124 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_DisableBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_pwr.h | 452 SET_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_EnableBkUpAccess() 462 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_DisableBkUpAccess() 472 return ((READ_BIT(PWR->CR1, PWR_CR1_DBP) == (PWR_CR1_DBP)) ? 1UL : 0UL); in LL_PWR_IsEnabledBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr.c | 106 SET_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_EnableBkUpAccess() 116 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_DisableBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr.c | 106 SET_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_EnableBkUpAccess() 116 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_DisableBkUpAccess()
|
D | stm32g4xx_hal_rcc_ex.c | 149 SET_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_RCCEx_PeriphCLKConfig() 154 while((PWR->CR1 & PWR_CR1_DBP) == 0U) in HAL_RCCEx_PeriphCLKConfig() 1431 if(HAL_IS_BIT_CLR(PWR->CR1, PWR_CR1_DBP)) in HAL_RCCEx_EnableLSCO() 1464 if(HAL_IS_BIT_CLR(PWR->CR1, PWR_CR1_DBP)) in HAL_RCCEx_DisableLSCO()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_pwr.c | 115 SET_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_EnableBkUpAccess() 128 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_DisableBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 501 SET_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_EnableBkUpAccess() 511 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in LL_PWR_DisableBkUpAccess() 521 return ((READ_BIT(PWR->CR1, PWR_CR1_DBP) == (PWR_CR1_DBP)) ? 1UL : 0UL); in LL_PWR_IsEnabledBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_pwr.c | 239 SET_BIT (PWR->CR1, PWR_CR1_DBP); in HAL_PWR_EnableBkUpAccess() 252 CLEAR_BIT (PWR->CR1, PWR_CR1_DBP); in HAL_PWR_DisableBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr.c | 166 SET_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_EnableBkUpAccess() 176 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_DisableBkUpAccess()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_pwr.c | 151 SET_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_EnableBkUpAccess() 161 CLEAR_BIT(PWR->CR1, PWR_CR1_DBP); in HAL_PWR_DisableBkUpAccess()
|