Clocks.h File Reference
Include dependency graph for Clocks.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| struct | Timer1Clock< clkdiv > |
| Clock implementation for Hardware Timer 1. More... | |
| struct | Timer2Clock |
| Clock implementation for Hardware Timer 2. More... | |
| struct | CpuCycleClock< cpuFreq > |
| Clock implementation for CPU cycle times. More... | |
Typedefs | |
| using | CpuCycleClockNormal = CpuCycleClock< eCF_80MHz > |
| using | CpuCycleClockFast = CpuCycleClock< eCF_160MHz > |
Typedef Documentation
◆ CpuCycleClockFast
| using CpuCycleClockFast = CpuCycleClock<eCF_160MHz> |
◆ CpuCycleClockNormal
| using CpuCycleClockNormal = CpuCycleClock<eCF_80MHz> |
1.8.13