Device driver error codes. More...
Enumerations | |
| enum | lib::driver_error::code : u32 { none = 0 , lib::driver_error::not_found = 1 , lib::driver_error::not_ready = 2 , lib::driver_error::io_error = 3 , lib::driver_error::timeout = 4 , lib::driver_error::busy = 5 } |
Device driver error codes.
|
export |