diff options
| -rw-r--r-- | embassy-stm32/src/ospi/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/ospi/mod.rs b/embassy-stm32/src/ospi/mod.rs index 33e19f4f8..e35d51c91 100644 --- a/embassy-stm32/src/ospi/mod.rs +++ b/embassy-stm32/src/ospi/mod.rs | |||
| @@ -52,7 +52,7 @@ pub struct Config { | |||
| 52 | /// Enables the transaction boundary feature and defines the boundary to release | 52 | /// Enables the transaction boundary feature and defines the boundary to release |
| 53 | /// the chip select | 53 | /// the chip select |
| 54 | pub chip_select_boundary: u8, | 54 | pub chip_select_boundary: u8, |
| 55 | /// Enbales the delay block bypass so the sampling is not affected by the delay block | 55 | /// Enables the delay block bypass so the sampling is not affected by the delay block |
| 56 | pub delay_block_bypass: bool, | 56 | pub delay_block_bypass: bool, |
| 57 | /// Enables communication regulation feature. Chip select is released when the other | 57 | /// Enables communication regulation feature. Chip select is released when the other |
| 58 | /// OctoSpi requests access to the bus | 58 | /// OctoSpi requests access to the bus |
