Docs.rs
stm32f7xx-hal-0.8.0
stm32f7xx-hal 0.8.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
mvertescher
github:stm32-rs:stm32f7
Dependencies
as-slice ^0.2
normal
bare-metal ^1.0
normal
bitflags ^2.6.0
normal
bxcan ^0.7
normal
cast ^0.3.0
normal
cortex-m ^0.7.7
normal
cortex-m-rt >=0.6.15, <0.8
normal
display-interface ^0.5.0
normal
optional
embedded-hal ^0.2.7
normal
fugit ^0.3.7
normal
fugit-timer ^0.1.3
normal
micromath ^2.1.0
normal
nb ^1.1.0
normal
rand_core ^0.6
normal
rtic-monotonic ^1.0
normal
optional
stm32-fmc ^0.3
normal
optional
stm32f7 ^0.15
normal
synopsys-usb-otg ^0.4.0
normal
optional
time ^0.3
normal
void ^1.0.2
normal
cortex-m-semihosting ^0.5.0
dev
embedded-graphics ^0.6.2
dev
panic-halt ^0.2.0
dev
panic-semihosting ^0.6.0
dev
time ^0.3
dev
usb-device ^0.3.2
dev
usbd-serial ^0.2.2
dev
Versions
55.81%
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
stm32f7xx_
hal
0.8.0
PinScl
Implementors
In stm32f7xx_
hal::
i2c
stm32f7xx_hal
::
i2c
Trait
PinScl
Copy item path
Source
pub trait PinScl<I2C> { }
Expand description
Marker trait to define SCL pins for an I2C interface.
Implementors
§
Source
§
impl
PinScl
<
I2C1
> for
PB6
<
Alternate
<4,
OpenDrain
>>
Source
§
impl
PinScl
<
I2C1
> for
PB8
<
Alternate
<4,
OpenDrain
>>
Source
§
impl
PinScl
<
I2C2
> for
PB10
<
Alternate
<4,
OpenDrain
>>
Source
§
impl
PinScl
<
I2C2
> for
PF1
<
Alternate
<4,
OpenDrain
>>
Source
§
impl
PinScl
<
I2C2
> for
PH4
<
Alternate
<4,
OpenDrain
>>
Source
§
impl
PinScl
<
I2C3
> for
PA8
<
Alternate
<4,
OpenDrain
>>
Source
§
impl
PinScl
<
I2C3
> for
PH7
<
Alternate
<4,
OpenDrain
>>