Searched refs:RADIOENR (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_rcc_ex.c | 1330 SET_BIT(RCC->RADIOENR, RCC_RADIOENR_BBCLKEN); in HAL_RCCEx_EnableRadioBBClock() 1339 CLEAR_BIT(RCC->RADIOENR, RCC_RADIOENR_BBCLKEN); in HAL_RCCEx_DisableRadioBBClock() 1348 SET_BIT(RCC->RADIOENR, RCC_RADIOENR_STRADIOCLKON); in HAL_RCCEx_EnableRequestUponRadioWakeUpEvent() 1357 CLEAR_BIT(RCC->RADIOENR, RCC_RADIOENR_STRADIOCLKON); in HAL_RCCEx_DisableRequestUponRadioWakeUpEvent() 1370 return READ_BIT(RCC->RADIOENR, RCC_RADIOENR_RADIOCLKRDY); in HAL_RCCEx_GetRadioBusClockReadiness()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_rcc.h | 1682 SET_BIT(RCC->RADIOENR, RCC_RADIOENR_BBCLKEN); in LL_RCC_RADIO_EnableBasebandClock() 1692 CLEAR_BIT(RCC->RADIOENR, RCC_RADIOENR_BBCLKEN); in LL_RCC_RADIO_DisableBasebandClock() 1702 return ((READ_BIT(RCC->RADIOENR, RCC_RADIOENR_BBCLKEN) == RCC_RADIOENR_BBCLKEN) ? 1UL : 0UL); in LL_RCC_RADIO_IsEnabledBasebandClock() 1712 CLEAR_BIT(RCC->RADIOENR, RCC_RADIOENR_STRADIOCLKON); in LL_RCC_RADIO_DisableSleepTimerClock() 1722 …return ((READ_BIT(RCC->RADIOENR, RCC_RADIOENR_STRADIOCLKON) == RCC_RADIOENR_STRADIOCLKON) ? 1UL : … in LL_RCC_RADIO_IsEnabledSleepTimerClock() 1732 …return ((READ_BIT(RCC->RADIOENR, RCC_RADIOENR_RADIOCLKRDY) == RCC_RADIOENR_RADIOCLKRDY) ? 1UL : 0U… in LL_RCC_RADIO_IsBusClockReady()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 610 …__IO uint32_t RADIOENR; /*!< RCC RADIO peripheral clock enable register Address … member
|
D | stm32wba52xx.h | 703 …__IO uint32_t RADIOENR; /*!< RCC RADIO peripheral clock enable register Address … member
|
D | stm32wba54xx.h | 742 …__IO uint32_t RADIOENR; /*!< RCC RADIO peripheral clock enable register Address … member
|
D | stm32wba5mxx.h | 742 …__IO uint32_t RADIOENR; /*!< RCC RADIO peripheral clock enable register Address … member
|
D | stm32wba55xx.h | 742 …__IO uint32_t RADIOENR; /*!< RCC RADIO peripheral clock enable register Address … member
|