Searched refs:EXTSRR (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_pwr.h | 311 …((__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)) : \
|
D | stm32wb0x_ll_pwr.h | 2206 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/ |
D | stm32wb0x_ll_pwr.c | 161 LL_PWR_WriteReg(EXTSRR, in LL_PWR_DeInit()
|
/hal_stm32-latest/stm32cube/stm32wb0x/soc/ |
D | stm32wb05.h | 384 …__IO uint32_t EXTSRR; /*!< (@ 0x00000088) Power status clear register … member
|
D | stm32wb07.h | 391 …__IO uint32_t EXTSRR; /*!< (@ 0x00000088) Power status clear register … member
|
D | stm32wb09.h | 381 __IO uint32_t EXTSRR; /*!< (@ 0x00000088) EXTSRR register */ member
|
D | stm32wb06.h | 391 …__IO uint32_t EXTSRR; /*!< (@ 0x00000088) Power status clear register … member
|