17#ifndef MBED_LOWPOWERTIMER_H
18#define MBED_LOWPOWERTIMER_H
20#include "platform/platform.h"
22#include "platform/NonCopyable.h"
24#if DEVICE_LPTICKER || defined(DOXYGEN_ONLY)
26#include "hal/lp_ticker_api.h"
Timer implementation using the LP ticker.
Base class for Timer and LowPowerTimer.