Home
last modified time | relevance | path

Searched refs:CR_DBP_BB (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pwr.c82 #define CR_DBP_BB ((uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (DBP_BIT_N… macro
172 *(__IO uint32_t *) CR_DBP_BB = (uint32_t)ENABLE; in HAL_PWR_EnableBkUpAccess()
185 *(__IO uint32_t *) CR_DBP_BB = (uint32_t)DISABLE; in HAL_PWR_DisableBkUpAccess()
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_pwr.c107 *(__IO uint32_t *) CR_DBP_BB = (uint32_t)ENABLE; in HAL_PWR_EnableBkUpAccess()
119 *(__IO uint32_t *) CR_DBP_BB = (uint32_t)DISABLE; in HAL_PWR_DisableBkUpAccess()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pwr.c113 *(__IO uint32_t *) CR_DBP_BB = (uint32_t)ENABLE; in HAL_PWR_EnableBkUpAccess()
133 *(__IO uint32_t *) CR_DBP_BB = (uint32_t)DISABLE; in HAL_PWR_DisableBkUpAccess()
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_pwr.c101 *(__IO uint32_t *) CR_DBP_BB = (uint32_t)ENABLE; in HAL_PWR_EnableBkUpAccess()
114 *(__IO uint32_t *) CR_DBP_BB = (uint32_t)DISABLE; in HAL_PWR_DisableBkUpAccess()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pwr.h361 #define CR_DBP_BB (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (DBP_BIT_NUMBER * 4… macro
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_pwr.h358 #define CR_DBP_BB (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (DBP_BIT_NUMBER * 4… macro
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_pwr.h103 #define CR_DBP_BB ((uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32) + (DBP_BIT_NU… macro