Searched refs:RadioBusyTrigger (Results 1 – 3 of 3) sorted by relevance
231 void HAL_PWREx_SetRadioBusyTrigger(uint32_t RadioBusyTrigger) in HAL_PWREx_SetRadioBusyTrigger() argument234 assert_param(IS_PWR_RADIO_BUSY_TRIGGER(RadioBusyTrigger)); in HAL_PWREx_SetRadioBusyTrigger()237 LL_C2_PWR_SetRadioBusyTrigger(RadioBusyTrigger); in HAL_PWREx_SetRadioBusyTrigger()239 LL_PWR_SetRadioBusyTrigger(RadioBusyTrigger); in HAL_PWREx_SetRadioBusyTrigger()
1300 __STATIC_INLINE void LL_PWR_SetRadioBusyTrigger(uint32_t RadioBusyTrigger) in LL_PWR_SetRadioBusyTrigger() argument1302 MODIFY_REG(PWR->CR3, PWR_CR3_EWRFBUSY, RadioBusyTrigger); in LL_PWR_SetRadioBusyTrigger()1420 __STATIC_INLINE void LL_C2_PWR_SetRadioBusyTrigger(uint32_t RadioBusyTrigger) in LL_C2_PWR_SetRadioBusyTrigger() argument1422 MODIFY_REG(PWR->C2CR3, PWR_C2CR3_EWRFBUSY, RadioBusyTrigger); in LL_C2_PWR_SetRadioBusyTrigger()
575 void HAL_PWREx_SetRadioBusyTrigger(uint32_t RadioBusyTrigger);