Docs.rs
qingke-rt-0.6.1
qingke-rt 0.6.1
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andelf
Dependencies
qingke ^0.6.1
normal
qingke-rt-macros ^0.6.1
normal
Versions
10%
of the crate is documented
Platform
riscv32imc-unknown-none-elf
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
Crate qingke_rt
qingke_
rt
0.6.1
All Items
Sections
Differences vs the riscv-rt version
Crate Items
Enums
Attribute Macros
Crate
qingke_
rt
Copy item path
Source
Expand description
§
Differences vs the riscv-rt version
The structure of exception handlers is different
The structure of core interrupt handlers is different
Hardware stack push is available, so no need to push manually
Enums
§
Core
Interrupt
Attribute Macros
§
entry
interrupt
Marks a function as an interrupt handler. (Wrapping as a mret function)