File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ impl RingOscillator<Disabled> {
74
74
}
75
75
76
76
/// Initializes the ROSC with a known frequency.
77
- ///
77
+ ///
78
78
/// See Sections 8.3.4 "Modifying the frequency", and 8.3.8 "Using the
79
79
/// frequency counter" in the [RP2350 datasheet](https://rptl.io/rp2350-datasheet)
80
80
/// for guidance on how to do this before initialising the ROSC. Also see
Original file line number Diff line number Diff line change @@ -74,17 +74,17 @@ impl From<&spi::Mode> for FrameFormat {
74
74
#[ derive( Clone , Copy , PartialEq , Eq ) ]
75
75
pub enum FrameFormat {
76
76
/// Motorola SPI format.
77
- ///
77
+ ///
78
78
/// See [Section 12.3.4.9](https://rptl.io/rp2350-datasheet) of the RP2350
79
79
/// datasheet.
80
80
MotorolaSpi ( spi:: Mode ) ,
81
81
/// Texas Instruments synchronous serial frame format.
82
- ///
82
+ ///
83
83
/// See [Section 12.3.4.8](https://rptl.io/rp2350-datasheet) of the RP2350
84
84
/// datasheet.
85
85
TexasInstrumentsSynchronousSerial ,
86
86
/// National Semiconductor Microwire frame format.
87
- ///
87
+ ///
88
88
/// See [Section 12.3.4.14](https://rptl.io/rp2350-datasheet) of the RP2350
89
89
/// datasheet.
90
90
NationalSemiconductorMicrowire ,
You can’t perform that action at this time.
0 commit comments