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
Pins
Required Associated Types
Output
Implementations on Foreign Types
(PA4<Input<Floating>>, PA5<Input<Floating>>)
Implementors
In stm32l1xx_
hal::
dac
stm32l1xx_hal
::
dac
Trait
Pins
Copy item path
Source
pub trait Pins<DAC> { type
Output
; }
Required Associated Types
§
Source
type
Output
Implementations on Foreign Types
§
Source
§
impl
Pins
<
DAC
> for (
PA4
<
Input
<
Floating
>>,
PA5
<
Input
<
Floating
>>)
Source
§
type
Output
= (
C1
,
C2
)
Implementors
§
Source
§
impl
Pins
<
DAC
> for
PA4
<
Input
<
Floating
>>
Source
§
type
Output
=
C1
Source
§
impl
Pins
<
DAC
> for
PA5
<
Input
<
Floating
>>
Source
§
type
Output
=
C2