Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/
Dscm.c73 static scm_radio_state_t RadioState; variable
381 RadioState = SCM_RADIO_NOT_ACTIVE; in scm_init()
467 if ((LL_RCC_HSE_IsReady() != 0) && (RadioState == SCM_RADIO_ACTIVE)) in scm_setup()
609 if(RadioState != SCM_RADIO_NOT_ACTIVE) in scm_setsystemclock()
852 RadioState = SCM_RADIO_ACTIVE; /* shall be set before calling scm_setsystemclock() */ in scm_notifyradiostate()
857 RadioState = SCM_RADIO_NOT_ACTIVE; in scm_notifyradiostate()