Docs.rs
wasefire-applet-api-0.3.0
wasefire-applet-api 0.3.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ia0
jmichelp
Dependencies
sealed ^0.5.0
normal
wasefire-applet-api-macro ^0.3.0
normal
Versions
93.67%
of the crate is documented
Go to latest version
Platform
riscv32imc-unknown-none-elf
thumbv7em-none-eabi
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
☰
Module clock
Modules
Enums
Functions
?
Module
wasefire_applet_api
::
clock
source
·
[
−
]
Expand description
Clock and timer operations.
Modules
allocate
Module of
allocate
.
free
Module of
free
.
start
Module of
start
.
stop
Module of
stop
.
Enums
Mode
Whether a timer should periodically trigger.
Functions
allocate
⚠
Allocates a timer (initially stopped).
free
⚠
Deallocates a stopped timer given its id.
start
⚠
Starts a stopped timer given its id.
stop
⚠
Stops a running timer given its id.