Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_RTC.h File Reference
#include <stdint.h>
#include <test/cs_TestAccess.h>
Include dependency graph for cs_RTC.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ MAX_RTC_COUNTER_VAL

#define MAX_RTC_COUNTER_VAL   0x00FFFFFF

Maximum value of the RTC counter.

◆ RTC_CLOCK_FREQ

#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.