Docs.rs
stm32f4xx-hal-0.10.1
stm32f4xx-hal 0.10.1
Docs.rs crate page
0BSD
Links
Repository
crates.io
Source
Owners
therealprof
github:stm32-rs:stm32f4
Dependencies
bare-metal ^1
normal
bxcan >=0.4, <0.6
normal
cast ^0.3.0
normal
cortex-m ^0.7
normal
cortex-m-rt >=0.6.15, <0.8
normal
display-interface ^0.4.1
normal
embedded-dma ^0.1.2
normal
embedded-hal ^0.2.6
normal
nb ^1
normal
rand_core ^0.6
normal
rtcc ^0.2
normal
sdio-host ^0.5.0
normal
stm32_i2s_v12x ^0.2.0
normal
stm32f4 ^0.13
normal
synopsys-usb-otg ^0.2.0
normal
void ^1.0.2
normal
cortex-m-rtic ^0.5.6
dev
cortex-m-semihosting ^0.3.3
dev
display-interface-spi ^0.4
dev
embedded-graphics ^0.7.1
dev
heapless ^0.7.4
dev
ist7920 ^0.1.0
dev
micromath ^2
dev
panic-halt ^0.2.0
dev
panic-rtt-core ^0.2.1
dev
panic-semihosting ^0.5.3
dev
smart-leds ^0.3.0
dev
ssd1306 ^0.7.0
dev
st7789 ^0.6.1
dev
usb-device ^0.2.5
dev
usbd-serial ^0.1.0
dev
ws2812-spi ^0.4.0
dev
Versions
60.01%
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
☰
Trait I2sFreq
Required Methods
i2s_freq
Implementors
Other items in
stm32f4xx_hal
::
i2s
?
Trait
stm32f4xx_hal
::
i2s
::
I2sFreq
[
−
]
[src]
pub trait I2sFreq { fn
i2s_freq
(clocks: &
Clocks
) ->
Hertz
; }
Required methods
[src]
fn
i2s_freq
(clocks: &
Clocks
) ->
Hertz
Implementors
[src]
impl
I2sFreq
for
SPI2
[src]
impl
I2sFreq
for
SPI3