Docs.rs
stm32f3xx-hal-v2-0.6.0
stm32f3xx-hal-v2 0.6.0
Permalink
Docs.rs crate page
0BSD
Links
Repository
crates.io
Source
Owners
David-OConnor
Dependencies
bare-metal ^0.2
normal
cfg-if ^1.0
normal
cortex-m ^0.6
normal
cortex-m-rt ^0.6
normal
defmt ^0.1.2
normal
optional
doc-comment ^0.3.3
normal
embedded-dma ^0.1
normal
embedded-hal ^0.2
normal
embedded-hal-can ^0.1.0
normal
optional
nb ^0.1
normal
num-traits ^0.2.11
normal
paste ^1
normal
rtcc ^0.2
normal
stm32-usbd ^0.5
normal
optional
stm32f3 ^0.12
normal
void ^1
normal
cortex-m-semihosting ^0.3
dev
defmt-rtt ^0.1.0
dev
defmt-test ^0.1.0
dev
panic-probe ^0.1.0
dev
panic-semihosting ^0.5
dev
usb-device ^0.2
dev
usbd-serial ^0.1
dev
Versions
94.36%
of the crate is documented
Platform
thumbv7em-none-eabihf
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
SckPin
stm32f3xx_
hal_
v2
0.6.0
SckPin
Implementors
In stm32f3xx_
hal_
v2::
spi
stm32f3xx_hal_v2
::
spi
Trait
SckPin
Copy item path
Source
pub unsafe trait SckPin<SPI> { }
Expand description
SCK pin – DO NOT IMPLEMENT THIS TRAIT
Implementors
§
Source
§
impl
SckPin
<
SPI1
> for
PA5
<
AF5
>
Source
§
impl
SckPin
<
SPI1
> for
PB3
<
AF5
>
Source
§
impl
SckPin
<
SPI2
> for
PB13
<
AF5
>
Source
§
impl
SckPin
<
SPI2
> for
PF9
<
AF5
>
Source
§
impl
SckPin
<
SPI2
> for
PF10
<
AF5
>
Source
§
impl
SckPin
<
SPI3
> for
PC10
<
AF6
>