Docs.rs
stm32f30x-hal-0.2.0
stm32f30x-hal 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
japaric
Dependencies
cast ^0.2.2
normal
cortex-m ^0.5.0
normal
embedded-hal ^0.2.0
normal
nb ^0.1.0
normal
stm32f30x ^0.7.0
normal
void ^1.0.2
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
stm32f30x_
hal
0.2.0
TxPin
Implementors
In stm32f30x_
hal::
serial
stm32f30x_hal
::
serial
Trait
TxPin
Copy item path
Source
pub unsafe trait TxPin<USART> { }
Expand description
TX pin - DO NOT IMPLEMENT THIS TRAIT
Implementors
§
Source
§
impl
TxPin
<
USART1
> for
PA9
<
AF7
>
Source
§
impl
TxPin
<
USART1
> for
PB6
<
AF7
>
Source
§
impl
TxPin
<
USART1
> for
PC4
<
AF7
>
Source
§
impl
TxPin
<
USART1
> for
PE0
<
AF7
>
Source
§
impl
TxPin
<
USART2
> for
PA2
<
AF7
>
Source
§
impl
TxPin
<
USART2
> for
PD5
<
AF7
>
Source
§
impl
TxPin
<
USART3
> for
PB10
<
AF7
>
Source
§
impl
TxPin
<
USART3
> for
PC10
<
AF7
>
Source
§
impl
TxPin
<
USART3
> for
PD8
<
AF7
>