Home
last modified time | relevance | path

Searched refs:EXTSRR (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_pwr.h311 …((__FLAG__) == PWR_FLAG_DEEPSTOPF) ? (READ_BIT(PWR->EXTSRR, PWR_EXTSRR_DEEPSTOPF) == PWR_EXTSRR_DE…
312 … (READ_BIT(PWR->EXTSRR, PWR_EXTSRR_RFPHASEF) == PWR_EXTSRR_RFPHASEF))
344 …((__FLAG__) == PWR_FLAG_DEEPSTOPF) ? (READ_BIT(PWR->EXTSRR, PWR_EXTSRR_DEEPSTOPF) == PWR_EXTSRR_DE…
345 … (READ_BIT(PWR->EXTSRR, PWR_EXTSRR_RFPHASEF) == PWR_EXTSRR_RFPHASEF))
427 … ((__FLAG__) == PWR_FLAG_DEEPSTOPF) ? (SET_BIT(PWR->EXTSRR, PWR_EXTSRR_DEEPSTOPF)) : \
428 … ((__FLAG__) == PWR_FLAG_RFPHASEF) ? (SET_BIT(PWR->EXTSRR, PWR_EXTSRR_RFPHASEF)) : \
465 … ((__FLAG__) == PWR_FLAG_DEEPSTOPF) ? (SET_BIT(PWR->EXTSRR, PWR_EXTSRR_DEEPSTOPF)) : \
466 … ((__FLAG__) == PWR_FLAG_RFPHASEF ) ? (SET_BIT(PWR->EXTSRR, PWR_EXTSRR_RFPHASEF)) : \
Dstm32wb0x_ll_pwr.h2206 return ((READ_BIT(PWR->EXTSRR, PWR_EXTSRR_RFPHASEF) == (PWR_EXTSRR_RFPHASEF)) ? 1UL : 0UL); in LL_PWR_GetRFWakeupFlag()
2216 WRITE_REG(PWR->EXTSRR, PWR_EXTSRR_RFPHASEF); in LL_PWR_ClearRFWakeupFlag()
2226 return ((READ_BIT(PWR->EXTSRR, PWR_EXTSRR_DEEPSTOPF) == (PWR_EXTSRR_DEEPSTOPF)) ? 1UL : 0UL); in LL_PWR_GetDeepstopSeqFlag()
2236 WRITE_REG(PWR->EXTSRR, PWR_EXTSRR_DEEPSTOPF); in LL_PWR_ClearDeepstopSeqFlag()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_pwr.c161 LL_PWR_WriteReg(EXTSRR, in LL_PWR_DeInit()
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dstm32wb05.h384 …__IO uint32_t EXTSRR; /*!< (@ 0x00000088) Power status clear register … member
Dstm32wb07.h391 …__IO uint32_t EXTSRR; /*!< (@ 0x00000088) Power status clear register … member
Dstm32wb09.h381 __IO uint32_t EXTSRR; /*!< (@ 0x00000088) EXTSRR register */ member
Dstm32wb06.h391 …__IO uint32_t EXTSRR; /*!< (@ 0x00000088) Power status clear register … member