aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/portab.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/portab.c')
-rw-r--r--testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/portab.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/portab.c b/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/portab.c
index 878e69c05..893711661 100644
--- a/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/portab.c
+++ b/testhal/STM32/multi/WSPI-MFS/cfg/stm32l476_discovery/portab.c
@@ -34,6 +34,12 @@
/* Module exported variables. */
/*===========================================================================*/
+const WSPIConfig WSPIcfg1 = {
+ .end_cb = NULL,
+ .dcr = STM32_DCR_FSIZE(24U) | /* 16MB device. */
+ STM32_DCR_CSHT(1U) /* NCS 2 cycles delay. */
+};
+
/*===========================================================================*/
/* Module local types. */
/*===========================================================================*/