Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/
Dscm.c467 if ((LL_RCC_HSE_IsReady() != 0) && (RadioState == SCM_RADIO_ACTIVE)) in scm_setup()
852 RadioState = SCM_RADIO_ACTIVE; /* shall be set before calling scm_setsystemclock() */ in scm_notifyradiostate()
Dscm.h73 SCM_RADIO_ACTIVE, enumerator
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/STM32_WPAN/Target/
Dlinklayer_plat.c451 scm_notifyradiostate(SCM_RADIO_ACTIVE); in LINKLAYER_PLAT_StartRadioEvt()