This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640R2F: CC2640R2f 射频

Part Number: CC2640R2F


请问StateMachine_DECLARE_STATE这个函数是状态声明函数,TI官方例程rfSynchronizedPacketTx有以下三个状态声明,是否谁先声明谁先执行,请问官方对于状态机的资料是否有

StateMachine_DECLARE_STATE(SetupState);
//周期信标状态
StateMachine_DECLARE_STATE(PeriodicBeaconState);
//自发信标状态
StateMachine_DECLARE_STATE(SpontaneousBeaconState);