Searched refs:RFSWHSECR (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_rcc.h | 521 MODIFY_REG(RCC->RFSWHSECR, RCC_RFSWHSECR_SWXOTUNE, Value << RCC_RFSWHSECR_SWXOTUNE_Pos); in LL_RCC_HSE_SetCapacitorTuning() 522 SET_BIT(RCC->RFSWHSECR, RCC_RFSWHSECR_SWXOTUNEEN); in LL_RCC_HSE_SetCapacitorTuning() 532 return (uint32_t)(READ_BIT(RCC->RFSWHSECR, RCC_RFSWHSECR_SWXOTUNE) >> RCC_RFSWHSECR_SWXOTUNE_Pos); in LL_RCC_HSE_GetCapacitorTuning() 550 MODIFY_REG(RCC->RFSWHSECR, RCC_RFSWHSECR_GMC, CurrentMax); in LL_RCC_HSE_SetCurrentControl() 568 return (uint32_t)(READ_BIT(RCC->RFSWHSECR, RCC_RFSWHSECR_GMC)); in LL_RCC_HSE_GetCurrentControl() 581 MODIFY_REG(RCC->RFSWHSECR, RCC_RFSWHSECR_SATRG, SenseAmplifier); in LL_RCC_HSE_SetSenseAmplifier() 593 return (uint32_t)(READ_BIT(RCC->RFSWHSECR, RCC_RFSWHSECR_SATRG)); in LL_RCC_HSE_GetSenseAmplifier() 605 MODIFY_REG_FIELD(RCC->RFSWHSECR, RCC_RFSWHSECR_ISTARTUP, StartupCurrent); in LL_RCC_HSE_SetStartupCurrent() 615 return (uint32_t)(READ_REG_FIELD(RCC->RFSWHSECR, RCC_RFSWHSECR_ISTARTUP)); in LL_RCC_HSE_GetStartupCurrent() 626 MODIFY_REG_FIELD(RCC->RFSWHSECR, RCC_RFSWHSECR_AMPLTHRESH, AmplThr); in LL_RCC_HSE_SetAmplitudeThreshold() [all …]
|
/hal_stm32-latest/stm32cube/stm32wb0x/soc/ |
D | stm32wb05.h | 351 …__IO uint32_t RFSWHSECR; /*!< (@ 0x00000098) RF Software High Speed External r… member
|
D | stm32wb07.h | 356 …__IO uint32_t RFSWHSECR; /*!< (@ 0x00000098) RF Software High Speed External r… member
|
D | stm32wb09.h | 345 …__IO uint32_t RFSWHSECR; /*!< (@ 0x00000098) RF Software High Speed External r… member
|
D | stm32wb06.h | 356 …__IO uint32_t RFSWHSECR; /*!< (@ 0x00000098) RF Software High Speed External r… member
|