Home
last modified time | relevance | path

Searched refs:PWR_CR3_VBE (Results 1 – 25 of 50) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_pwr.h491 SET_BIT(PWR->CR3, PWR_CR3_VBE); in LL_PWR_EnableBatteryCharging()
501 CLEAR_BIT(PWR->CR3, PWR_CR3_VBE); in LL_PWR_DisableBatteryCharging()
511 return ((READ_BIT(PWR->CR3, PWR_CR3_VBE) == (PWR_CR3_VBE)) ? 1UL : 0UL); in LL_PWR_IsEnabledBatteryCharging()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_pwr.h1067 SET_BIT(PWR->CR3, PWR_CR3_VBE); in LL_PWR_EnableBatteryCharging()
1077 CLEAR_BIT(PWR->CR3, PWR_CR3_VBE); in LL_PWR_DisableBatteryCharging()
1087 return ((READ_BIT(PWR->CR3, PWR_CR3_VBE) == (PWR_CR3_VBE)) ? 1UL : 0UL); in LL_PWR_IsEnabledBatteryCharging()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr_ex.c450 SET_BIT(PWR->CR3, PWR_CR3_VBE); in HAL_PWREx_EnableBatteryCharging()
461 CLEAR_BIT(PWR->CR3, PWR_CR3_VBE); in HAL_PWREx_DisableBatteryCharging()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_pwr_ex.c1768 SET_BIT (PWR->CR3, PWR_CR3_VBE); in HAL_PWREx_EnableBatteryCharging()
1778 CLEAR_BIT (PWR->CR3, PWR_CR3_VBE); in HAL_PWREx_DisableBatteryCharging()
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h12439 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h7b0xx.h12883 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h7b0xxq.h12887 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h7a3xxq.h12443 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h7b3xx.h12890 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h7b3xxq.h12894 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h730xxq.h14767 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h733xx.h14763 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h725xx.h14316 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h730xx.h14763 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h735xx.h14767 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h742xx.h13611 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h723xx.h14312 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h750xx.h14504 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h753xx.h14510 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h745xx.h14768 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h745xg.h14768 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h743xx.h14241 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h755xx.h15037 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h757xx.h18194 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro
Dstm32h747xg.h17925 #define PWR_CR3_VBE PWR_CR3_VBE_Msk /*!< VBAT charging e… macro

12