NUCLEO_L4R5ZI: add QSPI_x definition

pull/11291/head
jeromecoutant 2019-08-29 14:17:33 +02:00
parent 64b11c5322
commit bb1388be8e
1 changed files with 5 additions and 0 deletions

View File

@ -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