13// <o SL_DEVICE_INIT_HFXO_FREQ> Frequency <38000000-40000000>
14// <i> Default: 38400000
15#define SL_DEVICE_INIT_HFXO_FREQ 38400000
16
17// <o SL_DEVICE_INIT_HFXO_CTUNE> CTUNE <0-511>
18// <i> Default: 360
19#define SL_DEVICE_INIT_HFXO_CTUNE 330
20
21// <h> Advanced Configurations
22// <o SL_DEVICE_INIT_HFXO_AUTOSTART> Auto-start HFXO. This feature is incompatible with Power Manager and can only be enabled in applications that do not use Power Manager or a radio protocol stack. - DEPRECATED
23// <true=> True
24// <false=> False
25// <i> Default: false
26#define SL_DEVICE_INIT_HFXO_AUTOSTART false
27
28// <o SL_DEVICE_INIT_HFXO_AUTOSELECT> Auto-select HFXO. This feature is incompatible with Power Manager and can only be enabled in applications that do not use Power Manager or a radio protocol stack. - DEPRECATED