Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_NUCLEO_L053R8/TOOLCHAIN_IAR/PeripheralPins.h
- Revision:
- 172:65be27845400
- Parent:
- 171:3a7713b1edbc
--- a/TARGET_NUCLEO_L053R8/TOOLCHAIN_IAR/PeripheralPins.h Thu Nov 08 11:45:42 2018 +0000 +++ b/TARGET_NUCLEO_L053R8/TOOLCHAIN_IAR/PeripheralPins.h Wed Feb 20 20:53:29 2019 +0000 @@ -35,13 +35,13 @@ #include "PeripheralNames.h" //*** ADC *** -#ifdef DEVICE_ANALOGIN +#if DEVICE_ANALOGIN extern const PinMap PinMap_ADC[]; extern const PinMap PinMap_ADC_Internal[]; #endif //*** DAC *** -#ifdef DEVICE_ANALOGOUT +#if DEVICE_ANALOGOUT extern const PinMap PinMap_DAC[]; #endif @@ -57,17 +57,17 @@ #endif //*** SERIAL *** -#ifdef DEVICE_SERIAL +#if DEVICE_SERIAL extern const PinMap PinMap_UART_TX[]; extern const PinMap PinMap_UART_RX[]; -#ifdef DEVICE_SERIAL_FC +#if DEVICE_SERIAL_FC extern const PinMap PinMap_UART_RTS[]; extern const PinMap PinMap_UART_CTS[]; #endif #endif //*** SPI *** -#ifdef DEVICE_SPI +#if DEVICE_SPI extern const PinMap PinMap_SPI_MOSI[]; extern const PinMap PinMap_SPI_MISO[]; extern const PinMap PinMap_SPI_SCLK[]; @@ -75,12 +75,12 @@ #endif //*** CAN *** -#ifdef DEVICE_CAN +#if DEVICE_CAN extern const PinMap PinMap_CAN_RD[]; extern const PinMap PinMap_CAN_TD[]; #endif -#ifdef DEVICE_QSPI +#if DEVICE_QSPI extern const PinMap PinMap_QSPI_DATA[]; extern const PinMap PinMap_QSPI_SCLK[]; extern const PinMap PinMap_QSPI_SSEL[];