Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/
Dscm.h74 } scm_radio_state_t; typedef
136 scm_radio_state_t isRadioActive(void);
189 void scm_notifyradiostate(const scm_radio_state_t radio_state);
Dscm.c73 static scm_radio_state_t RadioState;
848 OPTIMIZED void scm_notifyradiostate(const scm_radio_state_t radio_state) in scm_notifyradiostate()