Docs.rs
stm32f4xx-hal-0.23.0
stm32f4xx-hal 0.23.0
Permalink
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.8
normal
optional
cortex-m ^0.7.7
normal
cortex-m-rt ^0.7.5
normal
cortex-m-rtic ^1.1.4
normal
optional
defmt ^1.0.1
normal
optional
display-interface ^0.5.0
normal
optional
display-interface ^0.4.1
normal
optional
document-features ^0.2
normal
embedded-display-controller ^0.2.0
normal
optional
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-io ^0.6.1
normal
embedded-storage ^0.3
normal
enumflags2 ^0.7.12
normal
fugit ^0.3.7
normal
fugit-timer ^0.1.3
normal
micromath ^2.1.0
normal
optional
nb ^1.1
normal
rand_core ^0.9.3
normal
rand_core ^0.6.4
normal
rtic ^2.2
normal
optional
rtic-monotonic ^1.0
normal
optional
rtic-time ^2.0.1
normal
optional
sdio-host ^0.9.0
normal
optional
stm32-fmc ^0.4.0
normal
optional
stm32_i2s_v12x ^0.5.0
normal
optional
stm32f4 ^0.16.0
normal
synopsys-usb-otg ^0.4.0
normal
optional
systick-monotonic ^1.0.1
normal
optional
time ^0.3.44
normal
void ^1.0.2
normal
cortex-m-semihosting ^0.5.0
dev
defmt ^1.0.1
dev
defmt-rtt ^1.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
embedded-hal-bus ^0.3.0
dev
ft6x06 ^0.1.2
dev
hd44780-driver ^0.4.0
dev
heapless ^0.9.1
dev
ist7920 ^0.1.1
dev
micromath ^2.1
dev
otm8009a ^0.1
dev
panic-halt ^1.0.0
dev
panic-probe ^1.0
dev
panic-semihosting ^0.6.0
dev
rtt-target ^0.6.1
dev
smart-leds ^0.4.0
dev
ssd1306 ^0.10.0
dev
st7789 ^0.7.0
dev
static_cell ^2.1.1
dev
time ^0.3
dev
usb-device ^0.3.1
dev
usbd-serial ^0.2.0
dev
ushell ^0.3.6
dev
ws2812-spi ^0.5.1
dev
Versions
45.65%
of the crate is documented
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
Module flash
stm32f4xx_
hal
0.23.0
Module flash
Module Items
Structs
Enums
Traits
Functions
In crate stm32f4xx_
hal
stm32f4xx_hal
Module
flash
Copy item path
Source
Structs
§
Flash
Sector
Flash memory sector
Flash
Sector
Iterator
Iterator of flash memory sectors in a single bank. Yields a size sequence of [16, 16, 16, 64, 128, 128, ..]
Locked
Flash
Read-only flash
Unlocked
Flash
Result of
FlashExt::unlocked()
Enums
§
Error
Flash erase/program error
Traits
§
Flash
Ext
Flash methods implemented for
pac::FLASH
Functions
§
flash_
sectors
Returns iterator of flash memory sectors for single and dual bank flash. Sectors are returned in continuous memory order, while sector numbers can have spaces between banks.