Searched refs:PWR_CR3_EWBLE (Results 1 – 7 of 7) sorted by relevance
112 #define LL_PWR_WAKEUP_BLE PWR_CR3_EWBLE /*!< Enable wakeup on BLE event …139 #define LL_PWR_WAKEUP_BLE PWR_CR3_EWBLE /*!< Enable wakeup on BLE event …1315 SET_BIT(PWR->CR3, PWR_CR3_EWBLE); in LL_PWR_EnableWU_EWBLE()1335 CLEAR_BIT(PWR->CR3, PWR_CR3_EWBLE); in LL_PWR_DisableWU_EWBLE()1355 return ((READ_BIT(PWR->CR3, PWR_CR3_EWBLE) == (PWR_CR3_EWBLE)) ? 1UL : 0UL); in LL_PWR_IsEnabledWU_EWBLE()
54 #define PWR_WAKEUP_BLE PWR_CR3_EWBLE /*!< Enable wakeup on BLE event …81 #define PWR_WAKEUP_BLE PWR_CR3_EWBLE /*!< Enable wakeup on BLE event …
109 SET_BIT(PWR->CR3, PWR_CR3_EWBLE); in HAL_PWREx_EnableBleWakeUp()118 CLEAR_BIT(PWR->CR3, PWR_CR3_EWBLE); in HAL_PWREx_DisableBleWakeUp()
3177 #define PWR_CR3_EWBLE PWR_CR3_EWBLE_Msk macro
3258 #define PWR_CR3_EWBLE PWR_CR3_EWBLE_Msk macro
3205 #define PWR_CR3_EWBLE PWR_CR3_EWBLE_Msk macro