Docs.rs
stm32l4xx-hal-0.7.1
stm32l4xx-hal 0.7.1
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
PB5
stm32l4xx_
hal
0.7.1
PB5
Aliased Type
Trait Implementations
ChannelPin<TSC>
MosiPin<SPI1>
MosiPin<SPI3>
SamplePin<TSC>
In stm32l4xx_
hal::
gpio::
gpiob
stm32l4xx_hal
::
gpio
::
gpiob
Type Alias
PB5
Copy item path
Source
pub type PB5<MODE> =
Pin
<MODE, L8, 'B', 5>;
Aliased Type
§
pub struct PB5<MODE> {
/* private fields */
}
Trait Implementations
§
Source
§
impl
ChannelPin
<
TSC
> for
PB5
<
Alternate
<
PushPull
, 9>>
Source
§
const
GROUP
:
u32
= 2u32
Source
§
const
OFFSET
:
u32
= 1u32
Source
§
impl
SamplePin
<
TSC
> for
PB5
<
Alternate
<
OpenDrain
, 9>>
Source
§
const
GROUP
:
u32
= 2u32
Source
§
const
OFFSET
:
u32
= 1u32
Source
§
impl
MosiPin
<
SPI1
> for
PB5
<
Alternate
<
PushPull
, 5>>
Source
§
impl
MosiPin
<
SPI3
> for
PB5
<
Alternate
<
PushPull
, 6>>