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
DmaMuxChannel
stm32g0xx_
hal
0.2.0
DmaMux
Channel
Required Methods
select_peripheral
Implementors
In stm32g0xx_
hal::
dmamux
stm32g0xx_hal
::
dmamux
Trait
DmaMux
Channel
Copy item path
Source
pub trait DmaMuxChannel { // Required method fn
select_peripheral
(&mut self, index:
DmaMuxIndex
); }
Required Methods
§
Source
fn
select_peripheral
(&mut self, index:
DmaMuxIndex
)
Implementors
§
Source
§
impl
DmaMuxChannel
for
C0
Source
§
impl
DmaMuxChannel
for
C1
Source
§
impl
DmaMuxChannel
for
C2
Source
§
impl
DmaMuxChannel
for
C3
Source
§
impl
DmaMuxChannel
for
C4
Source
§
impl
DmaMuxChannel
for
C5
Source
§
impl
DmaMuxChannel
for
C6