Home
last modified time | relevance | path

Searched refs:PWR_CR3_EIWF (Results 1 – 25 of 42) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_pwr.h715 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/
Dstm32g4xx_ll_pwr.h730 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/
Dstm32g4xx_hal_pwr_ex.c266 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/
Dstm32l4xx_hal_pwr_ex.c355 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/
Dstm32g411xb.h6362 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
Dstm32g411xc.h6527 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
Dstm32g441xx.h6710 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
Dstm32gbk1cb.h6475 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
Dstm32g431xx.h6489 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
Dstm32g4a1xx.h6874 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
Dstm32g491xx.h6653 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
Dstm32g473xx.h7238 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
Dstm32g471xx.h6724 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
Dstm32g483xx.h7459 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
Dstm32g414xx.h10313 #define PWR_CR3_EIWF PWR_CR3_EIWF_Msk /*!< Enable Internal… macro
/hal_stm32-latest/stm32cube/stm32l4xx/soc/
Dstm32l422xx.h5081 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
Dstm32l412xx.h4865 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
Dstm32l433xx.h8643 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
Dstm32l451xx.h8811 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
Dstm32l442xx.h8779 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
Dstm32l431xx.h8554 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
Dstm32l432xx.h8563 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
Dstm32l443xx.h8859 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
Dstm32l471xx.h9515 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro
Dstm32l452xx.h8877 #define PWR_CR3_EIWF PWR_CR3_EIWUL macro

12