Home
last modified time | relevance | path

Searched refs:PWR_CR3_EIWUL (Results 1 – 25 of 68) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_pwr.h390 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/
Dstm32u0xx_ll_pwr.h835 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/
Dstm32g0xx_ll_pwr.h702 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/
Dstm32wlxx_ll_pwr.h647 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/
Dstm32wbxx_ll_pwr.h767 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/
Dstm32c0xx_hal_pwr_ex.c165 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/
Dstm32g0xx_hal_pwr_ex.c383 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/
Dstm32wlxx_hal_pwr_ex.c189 SET_BIT(PWR->CR3, PWR_CR3_EIWUL); in HAL_PWREx_EnableInternalWakeUpLine()
202 CLEAR_BIT(PWR->CR3, PWR_CR3_EIWUL); in HAL_PWREx_DisableInternalWakeUpLine()
Dstm32wlxx_ll_pwr.c44 #define PWR_CR3_RESET_VALUE (PWR_CR3_EIWUL)
Dstm32wlxx_hal_pwr.c48 #define PWR_CR3_RESET_VALUE (PWR_CR3_EIWUL)
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_pwr_ex.c933 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/
Dstm32wbxx_hal_pwr_ex.c212 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/
Dstm32l422xx.h5049 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
5081 #define PWR_CR3_EIWF PWR_CR3_EIWUL
Dstm32l412xx.h4833 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
4865 #define PWR_CR3_EIWF PWR_CR3_EIWUL
Dstm32l433xx.h8614 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
8643 #define PWR_CR3_EIWF PWR_CR3_EIWUL
Dstm32l451xx.h8782 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
8811 #define PWR_CR3_EIWF PWR_CR3_EIWUL
Dstm32l442xx.h8750 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
8779 #define PWR_CR3_EIWF PWR_CR3_EIWUL
Dstm32l431xx.h8525 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
8554 #define PWR_CR3_EIWF PWR_CR3_EIWUL
Dstm32l432xx.h8534 #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/
Dstm32c011xx.h3566 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
Dstm32c031xx.h3573 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
Dstm32c071xx.h3862 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g030xx.h3594 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
Dstm32g050xx.h3613 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro
Dstm32g070xx.h3625 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal… macro

123