Expand description
A module for firmware driver
Modules§
- async
async
- Asynchronous module.
Structs§
- Boxed
Datagram - Boxed
Datagram
. - Fixed
Delay 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.- Fixed
Schedule 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.- Sender
Option - The option used in Sender.
Enums§
- Parallel
Mode - The parallel processing mode.
- Version
- Firmware version enum.
Traits§
- Timer
Strategy - A trait for timer strategies.