Skip to content

Commit

Permalink
RP235x: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Aug 22, 2024
1 parent b41c5a7 commit aa7b66a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rp235x-hal/src/rosc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl RingOscillator<Disabled> {
}

/// Initializes the ROSC with a known frequency.
///
///
/// See Sections 8.3.4 "Modifying the frequency", and 8.3.8 "Using the
/// frequency counter" in the [RP2350 datasheet](https://rptl.io/rp2350-datasheet)
/// for guidance on how to do this before initialising the ROSC. Also see
Expand Down
6 changes: 3 additions & 3 deletions rp235x-hal/src/spi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,17 @@ impl From<&spi::Mode> for FrameFormat {
#[derive(Clone, Copy, PartialEq, Eq)]
pub enum FrameFormat {
/// Motorola SPI format.
///
///
/// See [Section 12.3.4.9](https://rptl.io/rp2350-datasheet) of the RP2350
/// datasheet.
MotorolaSpi(spi::Mode),
/// Texas Instruments synchronous serial frame format.
///
///
/// See [Section 12.3.4.8](https://rptl.io/rp2350-datasheet) of the RP2350
/// datasheet.
TexasInstrumentsSynchronousSerial,
/// National Semiconductor Microwire frame format.
///
///
/// See [Section 12.3.4.14](https://rptl.io/rp2350-datasheet) of the RP2350
/// datasheet.
NationalSemiconductorMicrowire,
Expand Down

0 comments on commit aa7b66a

Please sign in to comment.