Module kernel_hal::drivers
source · [−]Expand description
Device drivers.
Modules
Re-exported modules from crate zcore_drivers.
Re-export most commonly used driver types.
Re-exported modules from crate zcore_drivers.
The Scheme describe some functions must be implemented for different type of devices,
there are many Scheme traits in this mod.
Structs
A wrapper of a device array with the same Scheme.
Functions
Returns all devices which implement the BlockScheme.
Returns all devices which implement the DisplayScheme.
Returns all devices which implement the InputScheme.
Returns all devices which implement the UartScheme.