Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
Go to the source code of this file.
Classes | |
class | RTC |
Wrapper class for RTC functions. More... | |
Macros | |
#define | RTC_CLOCK_FREQ 32768 |
Author: Crownstone Team Copyright: Crownstone (https://crownstone.rocks) Date: 7 Nov., 2014 License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed) More... | |
#define | MAX_RTC_COUNTER_VAL 0x00FFFFFF |
Maximum value of the RTC counter. More... | |
#define MAX_RTC_COUNTER_VAL 0x00FFFFFF |
Maximum value of the RTC counter.
#define RTC_CLOCK_FREQ 32768 |
Author: Crownstone Team Copyright: Crownstone (https://crownstone.rocks) Date: 7 Nov., 2014 License: LGPLv3+, Apache License 2.0, and/or MIT (triple-licensed)
Clock frequency of the RTC timer.
TODO: Collect all macros in general file.