Home
last modified time | relevance | path

Searched refs:IS_PWR_RADIO_BUSY_TRIGGER (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_pwr_ex.h534 #define IS_PWR_RADIO_BUSY_TRIGGER(__RADIO_BUSY_TRIGGER__) (((__RADIO_BUSY_TRIGGER__) == PWR_RADIO_B… macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr_ex.c234 assert_param(IS_PWR_RADIO_BUSY_TRIGGER(RadioBusyTrigger)); in HAL_PWREx_SetRadioBusyTrigger()