BlueToe
an alternative GATT/BLE implementation
|
configure the high frequency crystal oscillator startup time More...
#include <bluetoe/bindings/nordic/include/bluetoe/nrf.hpp>
configure the high frequency crystal oscillator startup time
Unless bluetoe::nrf::synthesized_sleep_clock is used as the sleep clock source, the nRF52 binding is switching on and off the high frequency clock oscillator to save power. It's important that this parameter is in configured to meet the real hardwares startup time to have the best power perfomance and a stable connection.
The given value in µs is roundet up to the next full period of the low frequency clock (30.52µs).
If this configuration value is not given, 300µs (bluetoe::nrf::high_frequency_crystal_oscillator_startup_time_default) is used as the default.