Home
last modified time | relevance | path

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

/hal_stm32-2.7.6/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_pwr.c86 #define CR_PVDE_BB ((uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (PVDE_BIT_… macro
362 *(__IO uint32_t *) CR_PVDE_BB = (uint32_t)ENABLE; in HAL_PWR_EnablePVD()
372 *(__IO uint32_t *) CR_PVDE_BB = (uint32_t)DISABLE; in HAL_PWR_DisablePVD()
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_pwr.c295 *(__IO uint32_t *) CR_PVDE_BB = (uint32_t)ENABLE; in HAL_PWR_EnablePVD()
304 *(__IO uint32_t *) CR_PVDE_BB = (uint32_t)DISABLE; in HAL_PWR_DisablePVD()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pwr.c313 *(__IO uint32_t *) CR_PVDE_BB = (uint32_t)ENABLE; in HAL_PWR_EnablePVD()
322 *(__IO uint32_t *) CR_PVDE_BB = (uint32_t)DISABLE; in HAL_PWR_DisablePVD()
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_pwr.c384 *(__IO uint32_t *) CR_PVDE_BB = (uint32_t)ENABLE; in HAL_PWR_EnablePVD()
394 *(__IO uint32_t *) CR_PVDE_BB = (uint32_t)DISABLE; in HAL_PWR_DisablePVD()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pwr.h365 #define CR_PVDE_BB (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (PVDE_BIT_NUMBER * … macro
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_pwr.h362 #define CR_PVDE_BB (uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32U) + (PVDE_BIT_NUMBER * … macro
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_pwr.h111 #define CR_PVDE_BB ((uint32_t)(PERIPH_BB_BASE + (PWR_CR_OFFSET_BB * 32) + (PVDE_BIT_N… macro