请问使用cc2530+rfx2401,在z-stack中怎么使能2401,请各位指点。。。。
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.
/* P1_1 -> PAEN */
RFC_OBS_CTRL0 = RFC_OBS_CTRL_PA_PD_INV;
OBSSEL1 = OBSSEL_OBS_CTRL0;
/* P1_4 -> EN (LNA control) */
RFC_OBS_CTRL1 = RFC_OBS_CTRL_LNAMIX_PD_INV;
OBSSEL4 = OBSSEL_OBS_CTRL1;
能帮我解释下面这几个是什么意思吗?
RFC_OBS_CTRL0;
RFC_OBS_CTRL1;
RFC_OBS_CTRL_PA_PD_INV;
RFC_OBS_CTRL_LNAMIX_PD_INV;
OBSSEL_OBS_CTRL0;
OBSSEL_OBS_CTRL1;