Contiki-NG
sl_device_init_hfxo_config.h
1#ifndef SL_DEVICE_INIT_HFXO_CONFIG_H
2#define SL_DEVICE_INIT_HFXO_CONFIG_H
3
4// <<< Use Configuration Wizard in Context Menu >>>
5
6// <o SL_DEVICE_INIT_HFXO_MODE> Mode
7// <i>
8// <cmuOscMode_Crystal=> Crystal oscillator
9// <cmuOscMode_External=> External digital clock
10// <i> Default: cmuOscMode_Crystal
11#define SL_DEVICE_INIT_HFXO_MODE cmuOscMode_Crystal
12
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
29// <true=> True
30// <false=> False
31// <i> Default: false
32#define SL_DEVICE_INIT_HFXO_AUTOSELECT false
33
34// </h>
35
36// <<< end of configuration section >>>
37
38#endif // SL_DEVICE_INIT_HFXO_CONFIG_H