Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/
Dscm.c226 if(isRadioActive() == SCM_RADIO_NOT_ACTIVE) in SwitchHsePre()
381 RadioState = SCM_RADIO_NOT_ACTIVE; in scm_init()
609 if(RadioState != SCM_RADIO_NOT_ACTIVE) in scm_setsystemclock()
850 if(radio_state != SCM_RADIO_NOT_ACTIVE) in scm_notifyradiostate()
857 RadioState = SCM_RADIO_NOT_ACTIVE; in scm_notifyradiostate()
Dscm.h72 SCM_RADIO_NOT_ACTIVE = 0, enumerator
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/STM32_WPAN/Target/
Dlinklayer_plat.c465 scm_notifyradiostate(SCM_RADIO_NOT_ACTIVE); in LINKLAYER_PLAT_StopRadioEvt()