Module driver

Source
Expand description

Dynamic loading, unsafe and safe wrappers for Pico drivers

Modules§

kernel_driver
ps2000
ps4000
ps6000
ps2000a
ps3000a
ps4000a
ps5000a
ps6000a

Structs§

EnumerationResult
Serial and variant pairs returned by driver enumeration

Enums§

DriverLoadError
Covers the various errors encountered when attempting to load drivers
Resolution
Instructs the loader where to load drivers from

Traits§

LoadDriverExt
Shortcuts for loading drivers directly from the Driver enum.
PicoDriver
Common trait implemented for every driver

Type Aliases§

ArcDriver