Skip to content

Commit

Permalink
Dfll: Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glaeqen committed Jul 22, 2021
1 parent a784c31 commit 515a2b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hal/src/thumbv7em/clock/v2/dfll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ use super::pclk::{Dfll48, Pclk, PclkSourceMarker};

/// Token type required to construct a [`Dfll`] type instance.
///
/// From a [`crate`] external user perspective, it does not contain any methods
/// and serves only a token purpose.
/// From a [`atsamd_hal`][`crate`] external user perspective, it does not
/// contain any methods and serves only a token purpose.
///
/// Within a [`crate`], [`DfllToken`] struct is a low-level access abstraction
/// for HW register calls.
/// Within a [`atsamd_hal`][`crate`], [`DfllToken`] struct is a low-level access
/// abstraction for HW register calls.
pub struct DfllToken {
__: (),
}
Expand Down

0 comments on commit 515a2b4

Please sign in to comment.