Module r3_portkit::tickless
source · Expand description
Implements the core algorithm for tickless timing.
Structs
- Result type of
TicklessStateTrait::mark_reference_and_measure
. - The precomputed parameters for the tickless implementation of
r3_kernel::PortTimer
. - The parameters of the tickless timing algorithm.
- The internal state of the tickless implementation of
r3_kernel::PortTimer
. - The stateless and tickless implementation of
r3_kernel::PortTimer
.
Enums
- Error type for
TicklessCfg::new
.
Traits
- Operations implemented by all valid instantiations of
TicklessState
.
Type Definitions
- Instantiates the optimal version of
TicklessStateCore
using a givenTicklessCfg
. All instances implementTicklessStateTrait
.