/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 117 #if defined(PWR_CR2_PVDE) 592 #if defined (PWR_CR2_PVDE) 671 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_EnablePVD() 681 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_DisablePVD() 691 return ((READ_BIT(PWR->CR2, PWR_CR2_PVDE) == (PWR_CR2_PVDE)) ? 1UL : 0UL); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_pwr.h | 499 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_EnablePVD() 509 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_DisablePVD() 519 return ((READ_BIT(PWR->CR2, PWR_CR2_PVDE) == (PWR_CR2_PVDE)) ? 1UL : 0UL); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 685 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_EnablePVD() 695 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_DisablePVD() 705 return ((READ_BIT(PWR->CR2, PWR_CR2_PVDE) == (PWR_CR2_PVDE)) ? 1UL : 0UL); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 659 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_EnablePVD() 669 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_DisablePVD() 679 return ((READ_BIT(PWR->CR2, PWR_CR2_PVDE) == (PWR_CR2_PVDE)) ? 1UL : 0UL); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 697 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_EnablePVD() 707 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_DisablePVD() 718 temp = READ_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_IsEnabledPVD() 720 return ((temp == (PWR_CR2_PVDE))?1U:0U); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_pwr.h | 591 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_EnablePVD() 601 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_DisablePVD() 611 return ((READ_BIT(PWR->CR2, PWR_CR2_PVDE) == (PWR_CR2_PVDE)) ? 1UL : 0UL); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr.c | 359 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWR_EnablePVD() 368 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWR_DisablePVD()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr.c | 356 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWR_EnablePVD() 365 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWR_DisablePVD()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr.c | 364 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWR_EnablePVD() 373 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWR_DisablePVD()
|
D | stm32u0xx_hal_pwr_ex.c | 797 if (READ_BIT(PWR->CR2, PWR_CR2_PVDE) != 0U) in HAL_PWREx_PVD_PVM_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_pwr.c | 170 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWR_EnablePVD() 180 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWR_DisablePVD()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 737 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_EnablePVD() 747 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_DisablePVD() 757 return ((READ_BIT(PWR->CR2, PWR_CR2_PVDE) == (PWR_CR2_PVDE)) ? 1UL : 0UL); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr.c | 413 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWR_EnablePVD() 423 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWR_DisablePVD()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_pwr.c | 358 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWR_EnablePVD() 367 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWR_DisablePVD()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_pwr.c | 392 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWR_EnablePVD() 402 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWR_DisablePVD()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_pwr.h | 702 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_EnablePVD() 712 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in LL_PWR_DisablePVD() 722 return ((READ_BIT(PWR->CR2, PWR_CR2_PVDE) == (PWR_CR2_PVDE)) ? 1UL : 0UL); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr_ex.c | 235 SET_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWREx_EnablePVD() 245 CLEAR_BIT(PWR->CR2, PWR_CR2_PVDE); in HAL_PWREx_DisablePVD()
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g031xx.h | 3729 #define PWR_CR2_PVDE PWR_CR2_PVDE_Msk /*!< Programmable Vo… macro
|
D | stm32g041xx.h | 3965 #define PWR_CR2_PVDE PWR_CR2_PVDE_Msk /*!< Programmable Vo… macro
|
D | stm32g051xx.h | 4065 #define PWR_CR2_PVDE PWR_CR2_PVDE_Msk /*!< Programmable Vo… macro
|
D | stm32g061xx.h | 4301 #define PWR_CR2_PVDE PWR_CR2_PVDE_Msk /*!< Programmable Vo… macro
|
D | stm32g071xx.h | 4280 #define PWR_CR2_PVDE PWR_CR2_PVDE_Msk /*!< Programmable Vo… macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 5338 #define PWR_CR2_PVDE PWR_CR2_PVDE_Msk /*!< Power voltage d… macro
|
D | stm32wle5xx.h | 5338 #define PWR_CR2_PVDE PWR_CR2_PVDE_Msk /*!< Power voltage d… macro
|
/hal_stm32-latest/stm32cube/stm32wb0x/soc/ |
D | stm32wb05.h | 3163 #define PWR_CR2_PVDE PWR_CR2_PVDE_Msk macro
|