Docs.rs
stm32f4xx-hal-0.13.2
stm32f4xx-hal 0.13.2
Docs.rs crate page
0BSD
Links
Repository
crates.io
Source
Owners
therealprof
github:stm32-rs:stm32f4
Dependencies
bare-metal ^1
normal
bitflags ^1.3.2
normal
bxcan ^0.6
normal
cortex-m ^0.7.4
normal
cortex-m-rt ^0.7
normal
defmt ^0.3.1
normal
display-interface ^0.4.1
normal
embedded-dma ^0.2.0
normal
embedded-hal ^0.2.7
normal
embedded-hal =1.0.0-alpha.7
normal
embedded-storage ^0.2
normal
fugit ^0.3.5
normal
fugit-timer ^0.1.3
normal
nb ^1
normal
rand_core ^0.6
normal
rtic-monotonic ^1.0
normal
sdio-host ^0.6.0
normal
stm32_i2s_v12x ^0.2.0
normal
stm32f4 ^0.14.0
normal
synopsys-usb-otg ^0.2.0
normal
time ^0.3
normal
void ^1.0.2
normal
cortex-m-rtic ^1.0
dev
cortex-m-semihosting ^0.3.3
dev
defmt-rtt ^0.3.2
dev
display-interface-spi ^0.4
dev
dwt-systick-monotonic ^1.0
dev
embedded-graphics ^0.7.1
dev
hd44780-driver ^0.4.0
dev
heapless ^0.7.5
dev
ist7920 ^0.1.0
dev
micromath ^2
dev
panic-halt ^0.2.0
dev
panic-rtt-target ^0.1.2
dev
panic-semihosting ^0.5.3
dev
rtt-target ^0.3.1
dev
smart-leds ^0.3.0
dev
ssd1306 ^0.7.0
dev
st7789 ^0.6.1
dev
time ^0.3
dev
usb-device ^0.2.5
dev
usbd-serial ^0.1.0
dev
ws2812-spi ^0.4.0
dev
Versions
76.74%
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
☰
Pins
Required Methods
restore_mode
set_alt_mode
Implementations on Foreign Types
(SCL, SDA)
Implementors
In stm32f4xx_hal::i2c
?
Trait
stm32f4xx_hal
::
i2c
::
Pins
source
·
[
−
]
pub trait Pins<I2C> { fn
set_alt_mode
(&mut self);
fn
restore_mode
(&mut self); }
Required Methods
source
fn
set_alt_mode
(&mut self)
source
fn
restore_mode
(&mut self)
Implementations on Foreign Types
source
impl<I2C, SCL, SDA, const SCLA:
u8
, const SDAA:
u8
>
Pins
<I2C> for
(
SCL, SDA
)
where
SCL: PinA<
Scl
, I2C, A = Const<SCLA>> + SetAlternate<SCLA,
OpenDrain
>,
SDA: PinA<
Sda
, I2C, A = Const<SDAA>> + SetAlternate<SDAA,
OpenDrain
>,
source
fn
set_alt_mode
(&mut self)
source
fn
restore_mode
(&mut self)
Implementors