在HA 1.2 协议中,看发射功率的代码,有两处不太明白,
1、在定义时将MAC_RADIO_TX_POWER_INVALID 定义为为0XFF不知道为什么。为什么没有了MAC_RADIO_TX_POWER_DEFAULT的定义了。
2、在macRadioInit()中,macPhyTxPower和reqTxPower这两个的变量是起什么作用的?有什么区别?
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.
在HA 1.2 协议中,看发射功率的代码,有两处不太明白,
1、在定义时将MAC_RADIO_TX_POWER_INVALID 定义为为0XFF不知道为什么。为什么没有了MAC_RADIO_TX_POWER_DEFAULT的定义了。
2、在macRadioInit()中,macPhyTxPower和reqTxPower这两个的变量是起什么作用的?有什么区别?