ZXFoundation™ 26h2
Loading...
Searching...
No Matches
lib::driver_error Namespace Referenceexport

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
}

Detailed Description

Device driver error codes.

Enumeration Type Documentation

◆ code

enum lib::driver_error::code : u32
export
Enumerator
not_found 

Device not found.

not_ready 

Device not ready for I/O.

io_error 

I/O operation failed.

timeout 

Device operation timed out.

busy 

Device is busy.