Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_pwr_ex.h531 #define IS_RADIO_BUSY_POLARITY(__RADIO_BUSY_POLARITY__) (((__RADIO_BUSY_POLARITY__) == PWR_RADIO_BU… macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr_ex.c216 assert_param(IS_RADIO_BUSY_POLARITY(RadioBusyPolarity)); in HAL_PWREx_SetRadioBusyPolarity()