1.3.5.3.44 PLME_TESTMODE_REQUEST Function Pointer

C

typedef void (*PLME_TESTMODE_REQUEST)(uint8_t enable, uint8_t mode,
 uint8_t modulation, uint8_t pwrLevel, uint16_t pch);

Summary

Function pointer to request the PHY layer to enter the given test mode.

Description

This function pointer is used to request the PHY layer to enter the given test mode.

  • enable - Start/Stop test mode

  • mode - Transmission mode

  • modulation - Transmission modulation

  • pwrLevel - Transmission power level

  • pch - Physical channel (v1.4)

Remarks

None.