Skip to content

Commit 4a6bc96

Browse files
committed
STM32F769 : add QSPI definition
1 parent 0af1ecd commit 4a6bc96

File tree

1 file changed

+10
-0
lines changed
  • targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F769xI

1 file changed

+10
-0
lines changed

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F769xI/objects.h

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ struct trng_s {
5858
RNG_HandleTypeDef handle;
5959
};
6060

61+
struct qspi_s {
62+
QSPI_HandleTypeDef handle;
63+
PinName io0;
64+
PinName io1;
65+
PinName io2;
66+
PinName io3;
67+
PinName sclk;
68+
PinName ssel;
69+
};
70+
6171
#include "common_objects.h"
6272

6373
#ifdef __cplusplus

0 commit comments

Comments
 (0)