Modules§
- impls
- Hardware drivers, implementing the
DeviceTrait
.
Structs§
- Args
- Arbitrary arguments and parameters.
- Device
- Wrapps a driver, implementing the DeviceTrait.
- Range
- Range of possible values, comprised of individual values and/or intervals.
Enums§
- Direction
- Direction (Rx/TX)
- Driver
- Supported hardware drivers.
- Error
- Seify Error
- Range
Item - Component of a Range.
Traits§
- Device
Trait - Central trait, implemented by hardware drivers.
- RxStreamer
- Receive samples from a Device through one or multiple channels.
- TxStreamer
- Transmit samples with a Device through one or multiple channels.
Functions§
- enumerate
- Enumerate devices.
- enumerate_
with_ args - Enumerate devices with given
Args
.
Type Aliases§
- Generic
Device - Type for a generic/wrapped hardware driver, implementing the
DeviceTrait
.