/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_pwr.h | 390 SET_BIT(PWR->CR3, PWR_CR3_EIWUL); in LL_PWR_EnableInternWU() 400 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWUL); in LL_PWR_DisableInternWU() 410 return ((READ_BIT(PWR->CR3, PWR_CR3_EIWUL) == (PWR_CR3_EIWUL)) ? 1UL : 0UL); in LL_PWR_IsEnabledInternWU()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_pwr.h | 835 SET_BIT(PWR->CR3, PWR_CR3_EIWUL); in LL_PWR_EnableInternWU() 845 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWUL); in LL_PWR_DisableInternWU() 855 return ((READ_BIT(PWR->CR3, PWR_CR3_EIWUL) == (PWR_CR3_EIWUL)) ? 1UL : 0UL); in LL_PWR_IsEnabledInternWU()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 702 SET_BIT(PWR->CR3, PWR_CR3_EIWUL); in LL_PWR_EnableInternWU() 712 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWUL); in LL_PWR_DisableInternWU() 722 return ((READ_BIT(PWR->CR3, PWR_CR3_EIWUL) == (PWR_CR3_EIWUL)) ? 1UL : 0UL); in LL_PWR_IsEnabledInternWU()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_pwr.h | 647 SET_BIT(PWR->CR3, PWR_CR3_EIWUL); in LL_PWR_EnableInternWU() 657 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWUL); in LL_PWR_DisableInternWU() 667 return ((READ_BIT(PWR->CR3, PWR_CR3_EIWUL) == (PWR_CR3_EIWUL)) ? 1UL : 0UL); in LL_PWR_IsEnabledInternWU()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 767 SET_BIT(PWR->CR3, PWR_CR3_EIWUL); in LL_PWR_EnableInternWU() 777 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWUL); in LL_PWR_DisableInternWU() 787 return ((READ_BIT(PWR->CR3, PWR_CR3_EIWUL) == (PWR_CR3_EIWUL)) ? 1UL : 0UL); in LL_PWR_IsEnabledInternWU()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_pwr_ex.c | 165 SET_BIT(PWR->CR3, PWR_CR3_EIWUL); in HAL_PWREx_EnableInternalWakeUpLine() 175 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWUL); in HAL_PWREx_DisableInternalWakeUpLine()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_pwr_ex.c | 383 SET_BIT(PWR->CR3, PWR_CR3_EIWUL); in HAL_PWREx_EnableInternalWakeUpLine() 392 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWUL); in HAL_PWREx_DisableInternalWakeUpLine()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_pwr_ex.c | 189 SET_BIT(PWR->CR3, PWR_CR3_EIWUL); in HAL_PWREx_EnableInternalWakeUpLine() 202 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWUL); in HAL_PWREx_DisableInternalWakeUpLine()
|
D | stm32wlxx_ll_pwr.c | 44 #define PWR_CR3_RESET_VALUE (PWR_CR3_EIWUL)
|
D | stm32wlxx_hal_pwr.c | 48 #define PWR_CR3_RESET_VALUE (PWR_CR3_EIWUL)
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_pwr_ex.c | 933 SET_BIT(PWR->CR3, PWR_CR3_EIWUL); in HAL_PWREx_EnableInternalWakeUpLine() 942 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWUL); in HAL_PWREx_DisableInternalWakeUpLine()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_pwr_ex.c | 212 SET_BIT(PWR->CR3, PWR_CR3_EIWUL); in HAL_PWREx_EnableInternalWakeUpLine() 221 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWUL); in HAL_PWREx_DisableInternalWakeUpLine()
|
/hal_stm32-latest/stm32cube/stm32l4xx/soc/ |
D | stm32l422xx.h | 5049 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro 5081 #define PWR_CR3_EIWF PWR_CR3_EIWUL
|
D | stm32l412xx.h | 4833 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro 4865 #define PWR_CR3_EIWF PWR_CR3_EIWUL
|
D | stm32l433xx.h | 8614 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro 8643 #define PWR_CR3_EIWF PWR_CR3_EIWUL
|
D | stm32l451xx.h | 8782 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro 8811 #define PWR_CR3_EIWF PWR_CR3_EIWUL
|
D | stm32l442xx.h | 8750 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro 8779 #define PWR_CR3_EIWF PWR_CR3_EIWUL
|
D | stm32l431xx.h | 8525 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro 8554 #define PWR_CR3_EIWF PWR_CR3_EIWUL
|
D | stm32l432xx.h | 8534 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro 8563 #define PWR_CR3_EIWF PWR_CR3_EIWUL
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 3566 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
|
D | stm32c031xx.h | 3573 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
|
D | stm32c071xx.h | 3862 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 3594 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
|
D | stm32g050xx.h | 3613 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
|
D | stm32g070xx.h | 3625 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
|