Skip to main content

Crate axdriver_base

Crate axdriver_base 

Source
Expand description

Device driver interfaces used by ArceOS. It provides common traits and types for implementing a device driver.

You have to use this crate with the following crates for corresponding device types:

Enums§

DevError
The error type for device operation failures.
DeviceType
All supported device types.

Traits§

BaseDriverOps
Common operations that require all device drivers to implement.

Type Aliases§

DevResult
A specialized Result type for device operations.