STM: add qspi pin names for DISCO_L475VG_IOT01A

pull/7783/head
Maciej Bocianski 2018-06-25 11:21:26 +02:00
parent 42935bbdc0
commit 67798d6eb2
1 changed files with 8 additions and 0 deletions

View File

@ -240,6 +240,14 @@ typedef enum {
SPI_SCK = D13,
SPI_CS = D10,
PWM_OUT = D9,
#ifdef DEVICE_QSPI
QSPI_PIN_IO0 = PE_12,
QSPI_PIN_IO1 = PE_13,
QSPI_PIN_IO2 = PE_14,
QSPI_PIN_IO3 = PE_15,
QSPI_PIN_SCK = PE_10,
QSPI_PIN_CSN = PE_11,
#endif
/**** USB pins ****/
USB_OTG_FS_DM = PA_11,