/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 715 SET_BIT(PWR->CR3, PWR_CR3_EIWF); in LL_PWR_EnableInternWU() 725 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWF); in LL_PWR_DisableInternWU() 735 return ((READ_BIT(PWR->CR3, PWR_CR3_EIWF) == (PWR_CR3_EIWF)) ? 1UL : 0UL); in LL_PWR_IsEnabledInternWU()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 730 SET_BIT(PWR->CR3, PWR_CR3_EIWF); in LL_PWR_EnableInternWU() 740 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWF); in LL_PWR_DisableInternWU() 750 return ((READ_BIT(PWR->CR3, PWR_CR3_EIWF) == (PWR_CR3_EIWF))?1UL:0UL); in LL_PWR_IsEnabledInternWU()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_pwr_ex.c | 266 SET_BIT(PWR->CR3, PWR_CR3_EIWF); in HAL_PWREx_EnableInternalWakeUpLine() 276 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWF); in HAL_PWREx_DisableInternalWakeUpLine()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pwr_ex.c | 355 SET_BIT(PWR->CR3, PWR_CR3_EIWF); in HAL_PWREx_EnableInternalWakeUpLine() 365 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWF); in HAL_PWREx_DisableInternalWakeUpLine()
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g411xb.h | 6362 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
|
D | stm32g411xc.h | 6527 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
|
D | stm32g441xx.h | 6710 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
|
D | stm32gbk1cb.h | 6475 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
|
D | stm32g431xx.h | 6489 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
|
D | stm32g4a1xx.h | 6874 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
|
D | stm32g491xx.h | 6653 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
|
D | stm32g473xx.h | 7238 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
|
D | stm32g471xx.h | 6724 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
|
D | stm32g483xx.h | 7459 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
|
D | stm32g414xx.h | 10313 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l422xx.h | 5081 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
|
D | stm32l412xx.h | 4865 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
|
D | stm32l433xx.h | 8643 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
|
D | stm32l451xx.h | 8811 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
|
D | stm32l442xx.h | 8779 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
|
D | stm32l431xx.h | 8554 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
|
D | stm32l432xx.h | 8563 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
|
D | stm32l443xx.h | 8859 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
|
D | stm32l471xx.h | 9515 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
|
D | stm32l452xx.h | 8877 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
|