Home
last modified time | relevance | path

Searched refs:SDWN_WUEN (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_pwr.h3174 SET_BIT(PWR->SDWN_WUEN, PWR_SDWN_WUEN_WUEN); in LL_PWR_EnableIOWakeupSDN()
3184 CLEAR_BIT(PWR->SDWN_WUEN, PWR_SDWN_WUEN_WUEN); in LL_PWR_DisableIOWakeupSDN()
3194 return ((READ_BIT(PWR->SDWN_WUEN, PWR_SDWN_WUEN_WUEN) == (PWR_SDWN_WUEN_WUEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledIOWakeupSDN()
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dstm32wb09.h376 __IO uint32_t SDWN_WUEN; /*!< (@ 0x0000003C) SDWN_WUEN register */ member