Docs.rs
  • sparreal-kernel-0.1.6
    • sparreal-kernel 0.1.6
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ZR233
    • Dependencies
      • ansi_rgb ^0.2 normal
      • buddy_system_allocator ^0.11 normal
      • driver-interface ^0.0.1 normal
      • embedded-hal-async ^1.0 normal
      • fdt-parser ^0.4 normal
      • lock_api ^0.4 normal
      • log ^0.4 normal
      • memory_addr ^0.3 normal
      • page-table-generic ^0.2 normal
      • pasts ^0.14 normal
      • rgb ^0.8.47 normal
      • sparreal-macros ^0.0.5 normal
      • spin_on ^0.1 normal
    • Versions
    • 12.22% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

sparreal_kernel0.1.6

Module driver

Module Items

  • Modules
  • Structs
  • Functions
  • Type Aliases

In crate sparreal_kernel

sparreal_kernel

Module driver

Source

Modules§

  • device_tree
  • uart

Structs§

  • DeviceId
  • DriverDescriptor
  • DriverIrqChip
  • DriverTimer
  • DriverUart

Functions§

  • add_driver
  • device_id_by_node_name
  • device_id_next
  • init
  • irq_by_id
  • irq_chip_by_id_or_first
  • irq_chip_list
  • move_dtb⚠
  • probe
  • probe_by_node
  • probe_by_register
  • register_all
  • register_append
  • register_by_compatible
  • register_by_kind
  • uart_by_id
  • uart_list

Type Aliases§

  • DriverArc
  • DriverWeak