/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_pwr.h | 288 SET_BIT(PWR->CR, PWR_CR_PVDE); in LL_PWR_EnablePVD() 298 CLEAR_BIT(PWR->CR, PWR_CR_PVDE); in LL_PWR_DisablePVD() 308 return (READ_BIT(PWR->CR, PWR_CR_PVDE) == (PWR_CR_PVDE)); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_pwr.h | 350 SET_BIT(PWR->CR, PWR_CR_PVDE); in LL_PWR_EnablePVD() 360 CLEAR_BIT(PWR->CR, PWR_CR_PVDE); in LL_PWR_DisablePVD() 370 return (READ_BIT(PWR->CR, PWR_CR_PVDE) == (PWR_CR_PVDE)); in LL_PWR_IsEnabledPVD()
|
D | stm32f2xx_hal_pwr.h | 361 #define PVDE_BIT_NUMBER POSITION_VAL(PWR_CR_PVDE)
|
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_pwr.h | 337 SET_BIT(PWR->CR, PWR_CR_PVDE); in LL_PWR_EnablePVD() 347 CLEAR_BIT(PWR->CR, PWR_CR_PVDE); in LL_PWR_DisablePVD() 357 return (READ_BIT(PWR->CR, PWR_CR_PVDE) == (PWR_CR_PVDE)); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_pwr.h | 369 SET_BIT(PWR->CR, PWR_CR_PVDE); in LL_PWR_EnablePVD() 379 CLEAR_BIT(PWR->CR, PWR_CR_PVDE); in LL_PWR_DisablePVD() 389 return (READ_BIT(PWR->CR, PWR_CR_PVDE) == (PWR_CR_PVDE)); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_pwr.h | 446 SET_BIT(PWR->CR, PWR_CR_PVDE); in LL_PWR_EnablePVD() 456 CLEAR_BIT(PWR->CR, PWR_CR_PVDE); in LL_PWR_DisablePVD() 466 return ((READ_BIT(PWR->CR, PWR_CR_PVDE) == PWR_CR_PVDE) ? 1UL : 0UL); in LL_PWR_IsEnabledPVD()
|
D | stm32l1xx_hal_pwr.h | 110 #define PVDE_BIT_NUMBER POSITION_VAL(PWR_CR_PVDE)
|
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_pwr.h | 448 SET_BIT(PWR->CR, PWR_CR_PVDE); in LL_PWR_EnablePVD() 458 CLEAR_BIT(PWR->CR, PWR_CR_PVDE); in LL_PWR_DisablePVD() 468 return (READ_BIT(PWR->CR, PWR_CR_PVDE) == (PWR_CR_PVDE)); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_pwr.h | 750 SET_BIT(PWR->CR, PWR_CR_PVDE); in LL_PWR_EnablePVD() 760 CLEAR_BIT(PWR->CR, PWR_CR_PVDE); in LL_PWR_DisablePVD() 770 return (READ_BIT(PWR->CR, PWR_CR_PVDE) == (PWR_CR_PVDE)); in LL_PWR_IsEnabledPVD()
|
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_pwr_ex.c | 151 PWR->CR |= (uint32_t)PWR_CR_PVDE; in HAL_PWR_EnablePVD() 160 PWR->CR &= ~((uint32_t)PWR_CR_PVDE); in HAL_PWR_DisablePVD()
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_pwr_ex.c | 172 SET_BIT(PWR->CR, PWR_CR_PVDE); in HAL_PWR_EnablePVD() 181 CLEAR_BIT(PWR->CR, PWR_CR_PVDE); in HAL_PWR_DisablePVD()
|
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_pwr.c | 401 SET_BIT(PWR->CR, PWR_CR_PVDE); in HAL_PWR_EnablePVD() 411 CLEAR_BIT(PWR->CR, PWR_CR_PVDE); in HAL_PWR_DisablePVD()
|
/hal_stm32-3.4.0/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 627 #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f101xb.h | 642 #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f102x6.h | 667 #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f100xb.h | 702 #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage D… macro
|
/hal_stm32-3.4.0/stm32cube/stm32f0xx/soc/ |
D | stm32f031x6.h | 2808 #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32f051x8.h | 3257 #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage D… macro
|
/hal_stm32-3.4.0/stm32cube/stm32l0xx/soc/ |
D | stm32l011xx.h | 3016 #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32l021xx.h | 3144 #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32l031xx.h | 3082 #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32l041xx.h | 3210 #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32l051xx.h | 3160 #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32l081xx.h | 3334 #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage D… macro
|
D | stm32l071xx.h | 3206 #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage D… macro
|