mirror of https://github.com/ARMmbed/mbed-os.git
STM32F769 : add QSPI definition
parent
0af1ecd305
commit
4a6bc96345
|
@ -58,6 +58,16 @@ struct trng_s {
|
||||||
RNG_HandleTypeDef handle;
|
RNG_HandleTypeDef handle;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
struct qspi_s {
|
||||||
|
QSPI_HandleTypeDef handle;
|
||||||
|
PinName io0;
|
||||||
|
PinName io1;
|
||||||
|
PinName io2;
|
||||||
|
PinName io3;
|
||||||
|
PinName sclk;
|
||||||
|
PinName ssel;
|
||||||
|
};
|
||||||
|
|
||||||
#include "common_objects.h"
|
#include "common_objects.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue