Docs.rs
stm32h7xx-hal-0.16.0
stm32h7xx-hal 0.16.0
Permalink
Docs.rs crate page
0BSD
Links
Repository
crates.io
Source
Owners
astraw
richardeoin
Dependencies
bare-metal ^1.0.0
normal
cast ^0.3.0
normal
chrono ^0.4
normal
optional
cortex-m ^0.7.7
normal
defmt >=0.2.0, <0.4
normal
optional
embedded-display-controller ^0.2.0
normal
optional
embedded-dma ^0.2.0
normal
embedded-hal ^0.2.6
normal
embedded-sdmmc ^0.5
normal
optional
embedded-storage ^0.3
normal
fdcan ^0.2
normal
optional
fugit ^0.3.5
normal
log ^0.4.14
normal
optional
nb ^1.0.0
normal
paste ^1.0.1
normal
rand_core ^0.6
normal
optional
sdio-host ^0.9
normal
optional
smoltcp ^0.11.0
normal
optional
stm32-fmc ^0.3
normal
optional
stm32h7 ^0.15.1
normal
synopsys-usb-otg ^0.4
normal
optional
void ^1.0.2
normal
cfg-if ^1.0.0
dev
cortex-m-log ^0.8.0
dev
cortex-m-rt >=0.6.15, <0.8
dev
cortex-m-rtic ^1.1
dev
cortex-m-semihosting ^0.5.0
dev
eg-seven-segment ^0.2.0
dev
embedded-graphics ^0.8
dev
lazy_static ^1.4.0
dev
log ^0.4.11
dev
numtoa ^0.2.3
dev
otm8009a ^0.1
dev
panic-halt ^0.2.0
dev
panic-itm ~0.4.1
dev
panic-rtt-target ^0.1.0
dev
panic-semihosting ^0.6
dev
rtt-target ^0.4.0
dev
tinybmp ^0.5
dev
usb-device ^0.3
dev
usbd-serial ^0.2.0
dev
Versions
79.42%
of the crate is documented
Platform
thumbv7em-none-eabihf
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
stm32h7xx_
hal
0.16.0
Module i2c
Sections
Examples
Module Items
Structs
Enums
Traits
In crate stm32h7xx_
hal
stm32h7xx_hal
Module
i2c
Copy item path
Source
Expand description
Inter Integrated Circuit (I2C)
§
Examples
I2C simple example
I2C example using I2C4 and BDMA
Structs
§
I2c
Enums
§
Error
I2C error
Event
I2C Events
Stop
I2C Stop Configuration
Traits
§
I2cExt
PinScl
A trait to represent the SCL Pin of an I2C Port
PinSda
A trait to represent the SDL Pin of an I2C Port
Pins
A trait to represent the collection of pins required for an I2C port