
MC1322x SMAC Primitives
MC1322x SMAC Reference Manual, Rev. 1.7
3-26
Freescale Semiconductor
Usage
Call this function with TRUE or FALSE, depending on the desired mode.
...
SetComplementaryPAState(FALSE);
...
NOTE
gEnableComplementaryPAOutput_c property is used in the BeeKit
Platform Editor to configure the complementary PA.
3.5.4
SetDemulatorMode
SetDemulatorMode selects either Non-coherent Detect (NCD) or Differential Chip Detect (DCD) mode.
If the SetDemulatorMode option is not used, by default, the SMAC uses DCD.
Prototype
void SetDemulatorMode(DemTypes_t demodulator);
Arguments
demodulator
Chooses the type of demodulator.
Returns
None
Usage
Call this function with NCD or DCD, depending on the desired mode.
...
SetDemulatorMode(NCD);
...