Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_Timer.h File Reference
#include <ble/cs_Nordic.h>
#include <cfg/cs_Config.h>
#include <components/libraries/scheduler/app_scheduler.h>
#include <components/libraries/timer/app_timer.h>
Include dependency graph for cs_Timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Timer
 Timer on top of the timer peripheral. More...
 

Macros

#define HZ_TO_TICKS(hz)   APP_TIMER_TICKS(1000 / hz)
 
#define MS_TO_TICKS(ms)   APP_TIMER_TICKS(ms)
 

Macro Definition Documentation

◆ HZ_TO_TICKS

#define HZ_TO_TICKS (   hz)    APP_TIMER_TICKS(1000 / hz)

◆ MS_TO_TICKS

#define MS_TO_TICKS (   ms)    APP_TIMER_TICKS(ms)