14.3.1.4.5 DEVICE_SLEEP_ConfigRfXtal Function
C
void DEVICE_SLEEP_ConfigRfXtal(bool enable);
Description
The API is used to enable/disable RF crystal .
Parameters
bool enable Set as true to enable RF crystal; set as false to disable.
Returns
None
void DEVICE_SLEEP_ConfigRfXtal(bool enable);
The API is used to enable/disable RF crystal .
bool enable Set as true to enable RF crystal; set as false to disable.
None