Docs.rs
stm32l4xx-hal-0.7.1
stm32l4xx-hal 0.7.1
Permalink
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
Module datetime
stm32l4xx_
hal
0.7.1
Module datetime
Module Items
Structs
Traits
Type Aliases
In crate stm32l4xx_
hal
stm32l4xx_hal
Module
datetime
Copy item path
Source
Expand description
Date and timer units & helper functions
Structs
§
Date
Date
InMonth
Date (1-31)
Day
Day (1-7)
Month
Month (1-12)
Time
Week
Week (1-52)
Year
Year
Traits
§
U32Ext
Extension trait that adds convenience methods to the
u32
type
Type Aliases
§
Hour
Alias for hours duration (
u32
backing storage)
Micros
Alias for microsecond duration (
u32
backing storage)
Minute
Alias for minutes duration (
u32
backing storage)
Second
Alias for second duration (
u32
backing storage)