void DEVICE_SLEEP_ConfigRfClk(bool enable);
The API is used to enable/disable RF clock.
bool enable Set as true to enable RF clock; set as false to disable.
None