Docs.rs
stm32f30x-hal-0.2.0
stm32f30x-hal 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
japaric
Dependencies
cast ^0.2.2
normal
cortex-m ^0.5.0
normal
embedded-hal ^0.2.0
normal
nb ^0.1.0
normal
stm32f30x ^0.7.0
normal
void ^1.0.2
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
stm32f30x_
hal
0.2.0
SclPin
Implementors
In stm32f30x_
hal::
i2c
stm32f30x_hal
::
i2c
Trait
SclPin
Copy item path
Source
pub unsafe trait SclPin<I2C> { }
Expand description
SCL pin – DO NOT IMPLEMENT THIS TRAIT
Implementors
§
Source
§
impl
SclPin
<
I2C1
> for
PB6
<
AF4
>
Source
§
impl
SclPin
<
I2C1
> for
PB8
<
AF4
>
Source
§
impl
SclPin
<
I2C2
> for
PA9
<
AF4
>
Source
§
impl
SclPin
<
I2C2
> for
PF1
<
AF4
>
Source
§
impl
SclPin
<
I2C2
> for
PF6
<
AF4
>