Docs.rs
stm32l1xx-hal-0.1.0
stm32l1xx-hal 0.1.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
dotcypress
Dependencies
bare-metal ^0.2.4
normal
cast ^0.2.2
normal
cortex-m ^0.5.8
normal
embedded-hal ^0.2.3
normal
nb ^0.1.1
normal
stm32l1 ^0.5.0
normal
void ^1.0.2
normal
cortex-m-rt ^0.6.7
dev
cortex-m-rtfm ^0.4.2
dev
cortex-m-semihosting ^0.3.2
dev
panic-semihosting ^0.5.1
dev
Versions
86.43%
of the crate is documented
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
stm32l1xx_
hal
0.1.0
AdcExt
Required Methods
adc
Implementors
In stm32l1xx_
hal::
adc
stm32l1xx_hal
::
adc
Trait
AdcExt
Copy item path
Source
pub trait AdcExt { // Required method fn
adc
(self, rcc: &mut
Rcc
) ->
Adc
; }
Required Methods
§
Source
fn
adc
(self, rcc: &mut
Rcc
) ->
Adc
Implementors
§
Source
§
impl
AdcExt
for
ADC