Expand description
Re-exports§
pub use embedded_io;
pub use embedded_io_async;
Macros§
- create_
device - Macro to implement the device driver.
Structs§
- Buffer
Operation - Intermediate type for doing buffer operations
- Command
Operation - Intermediate type for doing command operations
- Conversion
Error - The error returned by the generated TryFroms. It contains the base type of the enum.
- Register
Operation - Object that performs actions on the device in the context of a register
Traits§
- Async
Buffer Interface - A trait to represent the interface to the device.
- Async
Command Interface - A trait to represent the interface to the device.
- Async
Register Interface - A trait to represent the interface to the device.
- Buffer
Interface - A trait to represent the interface to the device.
- Buffer
Interface Error - Common error definition for (async) BufferInterface
- Command
Interface - A trait to represent the interface to the device.
- Register
Interface - A trait to represent the interface to the device.