Docs.rs
  • pudding-kernel-0.1.1
    • pudding-kernel 0.1.1
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • ryuz
    • Dependencies
      • bitflags ^1.3.2 normal
      • num ^0.4 normal
      • pudding-pac ^0.1.2 normal
      • cc ^1.0.36 build
    • Versions
    • 2.56% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • 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
logo

logo

Crate pudding_kernel

logo
Change settings

List of all items

Structs

  • context::x86_64::Context
  • eventflag::Eventflag
  • semaphore::Semaphore
  • task::Task
  • time::Rate

Enums

  • Error
  • Order
  • eventflag::WaitFlagMode

Functions

  • debug_print
  • initialize
  • interrupt::_kernel_interrupt_end
  • interrupt::_kernel_interrupt_handler
  • interrupt::_kernel_interrupt_start
  • interrupt::initialize
  • irc::dummy::interrupt_disable
  • irc::dummy::interrupt_enable
  • irc::dummy::interrupt_set_handler
  • set_debug_print
  • system::disable_dispatch
  • system::enable_dispatch
  • system::idle_loop
  • system::is_cpu_locked
  • system::is_dispatch_disabled
  • system::is_dispatch_pending_state
  • system::is_interrupt_state
  • system::lock_cpu
  • system::unlock_cpu
  • task::supply_time_tick_for_timeout
  • time::set_system_time
  • time::sleep
  • time::supply_time_tick
  • time::system_time

Typedefs

  • ActivateCount
  • FlagPattern
  • Priority
  • RelativeTime
  • SemaphoreCount
  • SystemTime
  • irc::dummy::IntNo