Skip to content

Commit 704913b

Browse files
committed
Add DMA to top-level docs
1 parent bba94e7 commit 704913b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
//!
4444
//! Others
4545
//!
46+
//! * [Direct Memory Access (DMA)](crate::dma)
4647
//! * [Cyclic Redundancy Check (CRC)](crate::crc) Feature gate `crc`
4748
//! * [Random Number Generator](crate::rng) ([rand_core::RngCore](rand_core::RngCore) is implemented under the`rand` feature gate)
4849
//! * [System Window Watchdog](crate::watchdog)

0 commit comments

Comments
 (0)