mirror of https://github.com/ARMmbed/mbed-os.git
NUCLEO_L4R5ZI: add QSPI_x definition
parent
64b11c5322
commit
bb1388be8e
|
@ -83,6 +83,11 @@ typedef enum {
|
|||
CAN_1 = (int)CAN1_BASE
|
||||
} CANName;
|
||||
|
||||
typedef enum {
|
||||
QSPI_1 = (int)OCTOSPI1_R_BASE,
|
||||
QSPI_2 = (int)OCTOSPI2_R_BASE
|
||||
} QSPIName;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue