
MC1322x SMAC Primitives
MC1322x SMAC Reference Manual, Rev. 1.7
Freescale Semiconductor
3-25
3.5.2
SetEdCcaThreshold
SetEdCcaThreshold sets the threshold value for CCA which is the same threshold used to indicate a valid
ED value.
Prototype
void SetEdCcaThreshold(uint8_t u8CcaThreshold);
Arguments
u8CcaThreshold
CCA and ED threshold value.
Returns
None
Usage
Call this function with TRUE or FALSE, depending on the desired mode.
...
SetEdCcaThreshold(0x40);
...
NOTE
If SetEdCcaThreshold is not called, the threshold value keeps its default
value 0x39.
3.5.3
SetComplementaryPAState
SetComplementaryPAState enables (argument equals TRUE) or disables (argument equals FALSE) the
complementary PA.
Prototype
void SetComplementaryPAState(bool_t state);
Arguments
state
Enable or disable the complementary PA.
Returns
None