Home
last modified time | relevance | path

Searched refs:RadioBusyTrigger (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr_ex.c231 void HAL_PWREx_SetRadioBusyTrigger(uint32_t RadioBusyTrigger) in HAL_PWREx_SetRadioBusyTrigger() argument
234 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()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_pwr.h1300 __STATIC_INLINE void LL_PWR_SetRadioBusyTrigger(uint32_t RadioBusyTrigger) in LL_PWR_SetRadioBusyTrigger() argument
1302 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() argument
1422 MODIFY_REG(PWR->C2CR3, PWR_C2CR3_EWRFBUSY, RadioBusyTrigger); in LL_C2_PWR_SetRadioBusyTrigger()
Dstm32wlxx_hal_pwr_ex.h575 void HAL_PWREx_SetRadioBusyTrigger(uint32_t RadioBusyTrigger);