29#ifndef ETL_TIMER_INCLUDED
30#define ETL_TIMER_INCLUDED
43#ifdef ETL_TIMER_SEMAPHORE_TYPE
44 typedef ETL_TIMER_SEMAPHORE_TYPE timer_semaphore_t;
47 typedef etl::atomic_uint32_t timer_semaphore_t;
95 typedef uint_least8_t type;
103 INACTIVE = 0xFFFFFFFFUL,
104 Inactive = 0xFFFFFFFFUL
113 No_Active_Interval = 0xFFFFFFFFUL
116 typedef uint32_t type;
bitset_ext
Definition absolute.h:39
Common definitions for the timer framework.
Definition timer.h:55