We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43bae17 + 17254e8 commit b024163Copy full SHA for b024163
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NRF5/source/btle/btle_clock.h
@@ -72,6 +72,9 @@
72
#define DEFAULT_LFCLK_CONF_RC_CTIV 16 // Check temperature every 16 * 250ms.
73
#define DEFAULT_LFCLK_CONF_RC_TEMP_CTIV 1 // Only calibrate if temperature has changed.
74
75
+#define NRF_LF_SRC_XTAL 2
76
+#define NRF_LF_SRC_SYNTH 3
77
+#define NRF_LF_SRC_RC 4
78
79
#if MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC == NRF_LF_SRC_RC
80
#define LFCLK_CONF_SOURCE NRF_CLOCK_LF_SRC_RC
0 commit comments