/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_pwr.h | 275 …((__FLAG__) == PWR_FLAG_WUF1) ? (READ_BIT(PWR->SR1, PWR_SR1_WUF1) == PWR_SR1_WUF1) … 316 …((__FLAG__) == PWR_FLAG_WUF1) ? (READ_BIT(PWR->SR1, PWR_SR1_WUF1) == PWR_SR1_WUF1) … 430 … ((__FLAG__) == PWR_FLAG_WUF1) ? (SET_BIT(PWR->SR1, PWR_SR1_WUF1)) : \ 468 … ((__FLAG__) == PWR_FLAG_WUF1) ? (SET_BIT(PWR->SR1, PWR_SR1_WUF1)) : \
|
D | stm32wb0x_ll_pwr.h | 194 #define LL_PWR_SR1_WUF1 PWR_SR1_WUF1 1415 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF1) == (PWR_SR1_WUF1)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU1() 1863 WRITE_REG(PWR->SR1, PWR_SR1_WUF1); in LL_PWR_ClearFlag_WU1()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_pwr.h | 84 #define LL_PWR_SR1_WUF1 PWR_SR1_WUF1 951 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF1) == (PWR_SR1_WUF1)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU1()
|
D | stm32c0xx_hal_pwr.h | 132 #define PWR_FLAG_WUF1 (0x00010000u | PWR_SR1_WUF1) /*!< Wakeup event on …
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_pwr.h | 80 #define LL_PWR_SR1_WUF1 PWR_SR1_WUF1 1227 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF1) == (PWR_SR1_WUF1)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU1()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_pwr.h | 84 #define LL_PWR_SR1_WUF1 PWR_SR1_WUF1 1335 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF1) == (PWR_SR1_WUF1)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU1()
|
D | stm32g0xx_hal_pwr.h | 140 #define PWR_FLAG_WUF1 (0x00010000u | PWR_SR1_WUF1) /*!< Wakeup event on …
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_pwr.h | 81 #define LL_PWR_SR1_WUF1 PWR_SR1_WUF1 1475 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF1) == (PWR_SR1_WUF1)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU1()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_pwr.h | 79 #define LL_PWR_SR1_WUF1 PWR_SR1_WUF1 1417 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF1) == (PWR_SR1_WUF1)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU1()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_pwr.h | 78 #define LL_PWR_SR1_WUF1 PWR_SR1_WUF1 1359 temp = READ_BIT(PWR->SR1, PWR_SR1_WUF1); in LL_PWR_IsActiveFlag_WU1() 1361 return ((temp == (PWR_SR1_WUF1))?1U:0U); in LL_PWR_IsActiveFlag_WU1()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_pwr.h | 84 #define LL_PWR_SR1_WUF1 PWR_SR1_WUF1 1826 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF1) == (PWR_SR1_WUF1)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU1()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_pwr.h | 125 #define LL_PWR_SR1_WUF1 PWR_SR1_WUF1 1993 return ((READ_BIT(PWR->SR1, PWR_SR1_WUF1) == (PWR_SR1_WUF1)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_WU1()
|
/hal_stm32-latest/stm32cube/stm32c0xx/soc/ |
D | stm32c011xx.h | 3594 #define PWR_SR1_WUF1 PWR_SR1_WUF1_Msk /*!< Wakeup Flag 1 */ macro
|
D | stm32c031xx.h | 3601 #define PWR_SR1_WUF1 PWR_SR1_WUF1_Msk /*!< Wakeup Flag 1 */ macro
|
D | stm32c071xx.h | 3893 #define PWR_SR1_WUF1 PWR_SR1_WUF1_Msk /*!< Wakeup Flag 1 */ macro
|
/hal_stm32-latest/stm32cube/stm32g0xx/soc/ |
D | stm32g030xx.h | 3625 #define PWR_SR1_WUF1 PWR_SR1_WUF1_Msk /*!< Wakeup Flag 1 */ macro
|
D | stm32g050xx.h | 3644 #define PWR_SR1_WUF1 PWR_SR1_WUF1_Msk /*!< Wakeup Flag 1 */ macro
|
D | stm32g070xx.h | 3659 #define PWR_SR1_WUF1 PWR_SR1_WUF1_Msk /*!< Wakeup Flag 1 */ macro
|
D | stm32g031xx.h | 3801 #define PWR_SR1_WUF1 PWR_SR1_WUF1_Msk /*!< Wakeup Flag 1 */ macro
|
D | stm32g041xx.h | 4037 #define PWR_SR1_WUF1 PWR_SR1_WUF1_Msk /*!< Wakeup Flag 1 */ macro
|
D | stm32g051xx.h | 4137 #define PWR_SR1_WUF1 PWR_SR1_WUF1_Msk /*!< Wakeup Flag 1 */ macro
|
D | stm32g061xx.h | 4373 #define PWR_SR1_WUF1 PWR_SR1_WUF1_Msk /*!< Wakeup Flag 1 */ macro
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 5420 #define PWR_SR1_WUF1 PWR_SR1_WUF1_Msk /*!< Wakeup Pin 1 [F… macro
|
D | stm32wle5xx.h | 5420 #define PWR_SR1_WUF1 PWR_SR1_WUF1_Msk /*!< Wakeup Pin 1 [F… macro
|
/hal_stm32-latest/stm32cube/stm32wb0x/soc/ |
D | stm32wb05.h | 3298 #define PWR_SR1_WUF1 PWR_SR1_WUF1_Msk macro
|