Module r3_portkit::tickless[][src]

Expand description

Implements the core algorithm for tickless timing.

Structs

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 given TicklessCfg. All instances implement TicklessStateTrait.