Docs.rs
stm32f1xx-hal-0.10.0
stm32f1xx-hal 0.10.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
therealprof
TheZoq2
github:stm32-rs:stm32f1
Dependencies
bitflags ^1.3.2
normal
bxcan ^0.7
normal
cortex-m ^0.7.6
normal
cortex-m-rt ^0.7.1
normal
embedded-dma ^0.2.0
normal
embedded-hal ^0.2.7
normal
fugit ^0.3.6
normal
fugit-timer ^0.1.3
normal
nb ^1
normal
rtic-monotonic ^1.0
normal
optional
stm32-usbd ^0.6.0
normal
optional
stm32f1 ^0.15.1
normal
void ^1.0.2
normal
cortex-m-rtic ^1.1.3
dev
cortex-m-semihosting ^0.5.0
dev
heapless ^0.7.16
dev
mfrc522 ^0.3.0
dev
panic-halt ^0.2.0
dev
panic-itm ^0.4.2
dev
panic-semihosting ^0.6.0
dev
unwrap-infallible ^0.1.5
dev
usb-device ^0.2.8
dev
usbd-serial ^0.1.1
dev
Versions
47.86%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
stm32f1xx_
hal
0.10.0
Transmit
Required Associated Types
ReceivedWord
TxChannel
Implementors
In stm32f1xx_
hal::
dma
stm32f1xx_hal
::
dma
Trait
Transmit
Copy item path
Source
pub trait Transmit { type
TxChannel
; type
ReceivedWord
; }
Required Associated Types
§
Source
type
TxChannel
Source
type
ReceivedWord
Implementors
§
Source
§
impl
Transmit
for
TxDma1
Source
§
type
TxChannel
=
C4
Source
§
type
ReceivedWord
=
u8
Source
§
impl
Transmit
for
TxDma2
Source
§
type
TxChannel
=
C7
Source
§
type
ReceivedWord
=
u8
Source
§
impl
Transmit
for
TxDma3
Source
§
type
TxChannel
=
C2
Source
§
type
ReceivedWord
=
u8
Source
§
impl<REMAP, PINS, OP>
Transmit
for
SpiRxTxDma
<
SPI1
, REMAP, PINS, OP,
C2
,
C3
>
Source
§
type
TxChannel
=
C3
Source
§
type
ReceivedWord
=
u8
Source
§
impl<REMAP, PINS, OP>
Transmit
for
SpiRxTxDma
<
SPI2
, REMAP, PINS, OP,
C4
,
C5
>
Source
§
type
TxChannel
=
C5
Source
§
type
ReceivedWord
=
u8
Source
§
impl<REMAP, PINS, OP>
Transmit
for
SpiTxDma
<
SPI1
, REMAP, PINS, OP,
C3
>
Source
§
type
TxChannel
=
C3
Source
§
type
ReceivedWord
=
u8
Source
§
impl<REMAP, PINS, OP>
Transmit
for
SpiTxDma
<
SPI2
, REMAP, PINS, OP,
C5
>
Source
§
type
TxChannel
=
C5
Source
§
type
ReceivedWord
=
u8