Docs.rs
stm32f1xx-hal-0.11.0
stm32f1xx-hal 0.11.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
therealprof
TheZoq2
github:stm32-rs:stm32f1
Dependencies
bitflags ^1.3.2
normal
bxcan ^0.8.0
normal
cortex-m ^0.7.7
normal
cortex-m-rt ^0.7.5
normal
defmt ^1.0
normal
optional
embedded-dma ^0.2.0
normal
embedded-hal ^1.0
normal
embedded-hal ^0.2.7
normal
embedded-hal-nb ^1.0
normal
embedded-io ^0.6.1
normal
fugit ^0.3.7
normal
fugit-timer ^0.1.3
normal
nb ^1.1
normal
rtic-monotonic ^1.0
normal
optional
stm32-usbd ^0.8.0
normal
optional
stm32f1 ^0.16.0
normal
vcell ^0.1.3
normal
void ^1.0.2
normal
cortex-m-rtic ^1.1.4
dev
cortex-m-semihosting ^0.5.0
dev
heapless ^0.9.1
dev
mfrc522 ^0.8.0
dev
mpu9250 ^0.25.0
dev
panic-halt ^1.0.0
dev
panic-itm ^0.4.2
dev
panic-probe ^1.0
dev
panic-semihosting ^0.6.0
dev
rtt-target ^0.6.1
dev
usb-device ^0.3.2
dev
usbd-serial ^0.2.2
dev
Versions
35.72%
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
Module i2c
stm32f1xx_
hal
0.11.0
Module i2c
Sections
Alternate function remapping
I2C1
I2C2
Module Items
Re-exports
Modules
Structs
Enums
Traits
In crate stm32f1xx_
hal
stm32f1xx_hal
Module
i2c
Copy item path
Source
Expand description
Inter-Integrated Circuit (I2C) bus
§
Alternate function remapping
§
I2C1
Function \ Remap
0 (default)
1
SCL (A-OD)
PB6
PB8
SDA (A-OD)
PB7
PB9
§
I2C2
Function
SCL (A-OD)
PB10
SDA (A-OD)
PB11
Re-exports
§
pub use blocking::
BlockingI2c
;
Modules
§
blocking
Structs
§
I2c
I2C peripheral operating in master mode
Enums
§
Address
Duty
Cycle
Error
Mode
NoAcknowledge
Source
I2C no acknowledge error source.
Traits
§
I2cExt
Instance