Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_pwr_ex.c808 void HAL_PWREx_SetRadioEOL(uint32_t RadioEOL) in HAL_PWREx_SetRadioEOL() argument
810 MODIFY_REG(PWR->CR5, PWR_CR5_RFEOLEN, RadioEOL); in HAL_PWREx_SetRadioEOL()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_pwr.h623 __STATIC_INLINE void LL_PWR_SetRadioEOL(uint32_t RadioEOL) in LL_PWR_SetRadioEOL() argument
625 MODIFY_REG(PWR->CR5, PWR_CR5_RFEOLEN, RadioEOL); in LL_PWR_SetRadioEOL()
Dstm32wlxx_hal_pwr_ex.h613 void HAL_PWREx_SetRadioEOL(uint32_t RadioEOL);