PolledTimer Namespace Reference
Classes | |
| class | Timer |
| Template class to implement a polled timer. More... | |
Typedefs | |
| template<typename Clock , NanoTime::Unit unit> | |
| using | OneShot = Timer< Clock, unit, false, uint32_t > |
| template<typename Clock , NanoTime::Unit unit> | |
| using | Periodic = Timer< Clock, unit, true, uint32_t > |
Typedef Documentation
◆ OneShot
template<typename Clock , NanoTime::Unit unit>
| using PolledTimer::OneShot = typedef Timer<Clock, unit, false, uint32_t> |
◆ Periodic
template<typename Clock , NanoTime::Unit unit>
| using PolledTimer::Periodic = typedef Timer<Clock, unit, true, uint32_t> |
1.8.17