Docs.rs
stm32-hal2-1.6.0
stm32-hal2 1.6.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
David-OConnor
Dependencies
bxcan ^0.6.0
normal
cast ^0.2.2
normal
cfg-if ^1.0.0
normal
chrono ^0.4.23
normal
cortex-m ^0.7.6
normal
embedded-hal ^0.2.5
normal
embedded-time ^0.12.1
normal
nb ^1.0.0
normal
num-traits ^0.2.14
normal
paste ^1.0.4
normal
rtic-monotonic ^1.0.0
normal
smoltcp ^0.8.1
normal
stm32-usbd ^0.6.0
normal
stm32f3 ^0.15.1
normal
stm32f4 ^0.15.1
normal
stm32g0 ^0.15.1
normal
stm32g4 ^0.15.1
normal
stm32h7 ^0.15.1
normal
stm32l4 ^0.15.1
normal
stm32l5 ^0.15.1
normal
stm32wb ^0.15.1
normal
stm32wl ^0.15.1
normal
synopsys-usb-otg ^0.3.2
normal
void ^1.0.2
normal
Versions
72.52%
of the crate is documented
Go to latest version
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
☰
Module crc
Structs
Enums
Traits
?
Module
stm32_hal2
::
crc
source
·
[
−
]
Expand description
Cyclic Redundancy Check (CRC) support
Structs
Config
CRC unit configuration.
Crc
The hardware CRC unit.
Polynomial
A CRC polynomial.
Enums
BitReversal
How to reverse the input bits.
PolynomialError
Errors generated when trying to create invalid polynomials.
Traits
CrcExt