Macros |
|
| #define | APP_TIMER_ENABLED |
|
Enabling app_timer module.
More...
|
|
| #define | APP_TIMER_WITH_PROFILER |
|
Enable app_timer profiling.
More...
|
|
| #define | APP_TIMER_KEEPS_RTC_ACTIVE |
|
Enable RTC always on.
More...
|
|
Detailed Description
Macro Definition Documentation
| #define APP_TIMER_ENABLED |
Enabling app_timer module.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.
| #define APP_TIMER_KEEPS_RTC_ACTIVE |
Enable RTC always on.
If option is enabled RTC is kept running even if there is no active timers. This option can be used when app_timer is used for timestamping.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.
| #define APP_TIMER_WITH_PROFILER |
Enable app_timer profiling.
Set to 1 to activate.
- Note
- This is an NRF_CONFIG macro.