Crate seify

Source

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
RangeItem
Component of a Range.

Traits§

DeviceTrait
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§

GenericDevice
Type for a generic/wrapped hardware driver, implementing the DeviceTrait.