Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <ble/cs_Nordic.h>
#include <cfg/cs_Config.h>
#include <components/libraries/scheduler/app_scheduler.h>
#include <components/libraries/timer/app_timer.h>
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) |
#define HZ_TO_TICKS | ( | hz | ) | APP_TIMER_TICKS(1000 / hz) |
#define MS_TO_TICKS | ( | ms | ) | APP_TIMER_TICKS(ms) |