File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -176,11 +176,11 @@ impl QspiBuilder {
176176 ///
177177 /// * Key - 32 bit key to use for the scramble
178178 /// * Random - Enable if the hardware based extra key should be
179- /// applied - This means that a QSPI chip will appear scrambled,
180- /// even to another processor. Disabling the random mode ensures
181- /// that whilst the QSPI chip itself is scrambled, it is only using
182- /// the user provided key - Thus allowing other processors with the
183- /// same key to read the QSPI chip
179+ /// applied - This means that a QSPI chip will appear scrambled,
180+ /// even to another processor. Disabling the random mode ensures
181+ /// that whilst the QSPI chip itself is scrambled, it is only using
182+ /// the user provided key - Thus allowing other processors with the
183+ /// same key to read the QSPI chip
184184 pub fn with_scramble ( mut self , key : u32 , random : bool ) -> Self {
185185 self . scramble_mode = Some ( ( key, random) ) ;
186186 self
You can’t perform that action at this time.
0 commit comments