Module driver

Module driver 

Source
Expand description

A module for firmware driver

Modules§

asyncasync
Asynchronous module.

Structs§

BoxedDatagram
Boxed Datagram.
FixedDelay
FixedDelay prioritize the delay from the previous transmission. That is, it sleeps for the specified interval regardless of the time taken for the previous transmission.
FixedSchedule
FixedSchedule prioritize average behavior for the transmission timing. That is, not the interval from the previous transmission, but ensuring that T/interval transmissions are performed in a sufficiently long time T. For example, if the interval is 1ms and it takes 1.5ms to transmit due to some reason, the next transmission will be performed not 1ms later but 0.5ms later.
SenderOption
The option used in Sender.

Enums§

ParallelMode
The parallel processing mode.
Version
Firmware version enum.

Traits§

TimerStrategy
A trait for timer strategies.