Docs.rs
stm32f4xx-hal-0.21.0
stm32f4xx-hal 0.21.0
Docs.rs crate page
0BSD
Links
Repository
crates.io
Source
Owners
therealprof
github:stm32-rs:stm32f4
Dependencies
atomic-polyfill ^1.0.3
normal
optional
bare-metal ^1
normal
bxcan ^0.7
normal
optional
cortex-m ^0.7.7
normal
cortex-m-rt ^0.7.3
normal
cortex-m-rtic ^1.1.4
normal
optional
defmt ^0.3.5
normal
optional
display-interface ^0.5.0
normal
optional
display-interface ^0.4.1
normal
optional
document-features ^0.2
normal
embedded-dma ^0.2.0
normal
embedded-hal ^1.0
normal
embedded-hal ^0.2.7
normal
embedded-hal-async ^1.0
normal
optional
embedded-hal-nb ^1.0
normal
embedded-storage ^0.3
normal
enumflags2 ^0.7.8
normal
fugit ^0.3.7
normal
fugit-timer ^0.1.3
normal
nb ^1.1
normal
rand_core ^0.6.4
normal
rtic ^2.0.1
normal
optional
rtic-monotonic ^1.0
normal
optional
rtic-time ^2.0
normal
optional
sdio-host ^0.9.0
normal
optional
stm32_i2s_v12x ^0.5.0
normal
optional
stm32f4 ^0.15.1
normal
synopsys-usb-otg ^0.4.0
normal
optional
systick-monotonic ^1.0.1
normal
optional
time ^0.3.14
normal
vcell ^0.1.3
normal
void ^1.0.2
normal
cortex-m-semihosting ^0.5.0
dev
defmt ^0.3.4
dev
defmt-rtt ^0.4.0
dev
display-interface ^0.5
dev
display-interface ^0.4.1
dev
display-interface-spi ^0.4.1
dev
dwt-systick-monotonic ^1.1
dev
embedded-graphics ^0.8.1
dev
embedded-graphics ^0.7.1
dev
ft6x06 ^0.1.2
dev
hd44780-driver ^0.4.0
dev
heapless ^0.8
dev
ist7920 ^0.1.1
dev
micromath ^2
dev
panic-halt ^0.2.0
dev
panic-probe ^0.3.0
dev
panic-semihosting ^0.6.0
dev
rtt-target ^0.5.0
dev
smart-leds ^0.3.0
dev
ssd1306 ^0.8.4
dev
st7789 ^0.7.0
dev
time ^0.3
dev
usb-device ^0.3.1
dev
usbd-serial ^0.2.0
dev
ushell ^0.3.5
dev
ws2812-spi ^0.4.0
dev
Versions
65.27%
of the crate is documented
Go to latest version
Platform
thumbv7em-none-eabihf
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
stm32f4xx_hal
0.21.0
Instance
Object Safety
Implementors
In stm32f4xx_hal::i2c
Trait
stm32f4xx_hal
::
i2c
::
Instance
Copy item path
source
·
[
−
]
pub trait Instance: Sealed +
Deref
<Target =
RegisterBlock
> +
Enable
+
Reset
+
I2cCommon
{ }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
Instance
for
I2C1
source
§
impl
Instance
for
I2C2
source
§
impl
Instance
for
I2C3