We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba94e7 commit 704913bCopy full SHA for 704913b
src/lib.rs
@@ -43,6 +43,7 @@
43
//!
44
//! Others
45
46
+//! * [Direct Memory Access (DMA)](crate::dma)
47
//! * [Cyclic Redundancy Check (CRC)](crate::crc) Feature gate `crc`
48
//! * [Random Number Generator](crate::rng) ([rand_core::RngCore](rand_core::RngCore) is implemented under the`rand` feature gate)
49
//! * [System Window Watchdog](crate::watchdog)
0 commit comments