aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/src/qspi/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/src/qspi/mod.rs b/embassy-stm32/src/qspi/mod.rs
index 1e20d7cd3..bdc3b7f34 100644
--- a/embassy-stm32/src/qspi/mod.rs
+++ b/embassy-stm32/src/qspi/mod.rs
@@ -46,6 +46,7 @@ impl Default for TransferConfig {
46} 46}
47 47
48/// QSPI driver configuration. 48/// QSPI driver configuration.
49#[derive(Clone, Copy)]
49pub struct Config { 50pub struct Config {
50 /// Flash memory size representend as 2^[0-32], as reasonable minimum 1KiB(9) was chosen. 51 /// Flash memory size representend as 2^[0-32], as reasonable minimum 1KiB(9) was chosen.
51 /// If you need other value the whose predefined use `Other` variant. 52 /// If you need other value the whose predefined use `Other` variant.