Docs.rs
hal-mik32-0.2.1
hal-mik32 0.2.1
Permalink
Docs.rs crate page
CC0-1.0
Links
Repository
crates.io
Source
Owners
Newlifer
Dependencies
critical-section ^1.2.0
normal
embedded-dma ^0.2.0
normal
embedded-hal ^1.0.0
normal
embedded-hal-nb ^1.0.0
normal
embedded-timers ^0.4.0
normal
fugit ^0.4.0
normal
heapless ^0.9.2
normal
mik32-pac ^1.1.0
normal
panic-halt ^1.0.0
normal
riscv ^0.16.1
normal
Versions
16.42%
of the crate is documented
Platform
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
Skip to main content
Files
hal_mik32/
avcc.rs
1
//! AVCC HAL stub
2
3
pub struct
Avcc;
4
5
impl
Avcc {
6
pub fn
new() ->
Self
{
7
Avcc
8
}
9
}