Docs.rs
stm32l4xx-hal-0.7.1
stm32l4xx-hal 0.7.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
korken89
MabezDev
Dependencies
bxcan >=0.4, <0.7
normal
cast ^0.2.2
normal
cortex-m ^0.7
normal
embedded-dma ^0.1
normal
embedded-hal ^0.2.6
normal
fugit ^0.3.5
normal
nb ^0.1.1
normal
rand_core ^0.6.2
normal
stable_deref_trait ^1.1
normal
stm32-usbd ^0.6.0
normal
optional
stm32l4 ^0.14.0
normal
synopsys-usb-otg ^0.2.4
normal
optional
void ^1.0.2
normal
cortex-m-rt ^0.7
dev
cortex-m-rtic ^0.5.9
dev
cortex-m-semihosting ^0.3.5
dev
heapless ^0.5
dev
panic-halt ^0.2.0
dev
panic-rtt-target ^0.1.1
dev
panic-semihosting ^0.5.0
dev
rtt-target ^0.2.2
dev
usb-device ^0.2.3
dev
usbd-serial ^0.1.0
dev
Versions
49.68%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
ReceiveTransmit
stm32l4xx_
hal
0.7.1
Receive
Transmit
Required Associated Types
RxChannel
TransferedWord
TxChannel
Implementors
In stm32l4xx_
hal::
dma
stm32l4xx_hal
::
dma
Trait
Receive
Transmit
Copy item path
Source
pub trait ReceiveTransmit { type
RxChannel
; type
TxChannel
; type
TransferedWord
; }
Required Associated Types
§
Source
type
RxChannel
Source
type
TxChannel
Source
type
TransferedWord
Implementors
§
Source
§
impl<PINS>
ReceiveTransmit
for
SpiRxTxDma
<
SPI1
, PINS,
C2
,
C3
>
Source
§
type
RxChannel
=
C2
Source
§
type
TxChannel
=
C3
Source
§
type
TransferedWord
=
u8
Source
§
impl<PINS>
ReceiveTransmit
for
SpiRxTxDma
<
SPI3
, PINS,
C1
,
C2
>
Source
§
type
RxChannel
=
C1
Source
§
type
TxChannel
=
C2
Source
§
type
TransferedWord
=
u8