Docs.rs
stm32g0xx-hal-0.2.0
stm32g0xx-hal 0.2.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
dotcypress
Disasm
Dependencies
bare-metal ^1.0.0
normal
cortex-m ^0.7.7
normal
embedded-hal ^0.2.6
normal
fugit ^0.3.5
normal
nb ^1.0.0
normal
stm32g0 ^0.14.0
normal
void ^1.0.2
normal
cortex-m-rt ^0.7.1
dev
cortex-m-rtic ^1.0.0
dev
cortex-m-semihosting ^0.3.5
dev
embedded-graphics ^0.5
dev
embedded-sdmmc ^0.2.1
dev
infrared ^0.11.0
dev
panic-halt ^0.2.0
dev
panic-semihosting ^0.5.3
dev
smart-leds ^0.3.0
dev
st7735-lcd ^0.6.1
dev
ws2812-spi ^0.3.0
dev
Versions
59.77%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
thumbv6m-none-eabi
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 dma
stm32g0xx_
hal
0.2.0
Module dma
Module Items
Enums
Traits
In crate stm32g0xx_
hal
stm32g0xx_hal
Module
dma
Copy item path
Source
Expand description
Direct Memory Access Engine
Enums
§
Direction
DMA transfer direction
Event
DMA events
Priority
Channel priority level
Word
Size
Peripheral size
Traits
§
Channel
Trait implemented by all DMA channels
DmaExt
Extension trait to split a DMA peripheral into independent channels
Target
Trait implemented by DMA targets.