Expand description
T-state timestamp types and counters.
Structs§
- FTsData1
- A timestamp with packed N-bits of data.
- FTsData2
- A timestamp with packed N-bits of data.
- FTsData3
- A timestamp with packed N-bits of data.
- VFrame
Ts - A VideoTs timestamp wrapper with a constraint to the
V:
VideoFrame, implementing methods and traits for timestamp calculations. - VFrame
TsCounter - A generic
VFrameTs<V>
based T-states counter. - VideoTs
- A timestamp type that consists of two video counters: vertical and horizontal.
- Video
TsData1 - A timestamp with packed N-bits of data.
- Video
TsData2 - A timestamp with packed N-bits of data.
- Video
TsData3 - A timestamp with packed N-bits of data.
- Video
TsData6 - A timestamp with packed N-bits of data.
Constants§
- HALT_
VC_ THRESHOLD - If a vertical counter of VideoTs exceeds this value, it signals the control unit to emulate hanging CPU indefinitely.
Traits§
- Memory
Contention - A trait used by VFrameTsCounter for checking if an
address
is a contended one. - Timestamp
Ops - A trait providing calculation methods for timestamps.