Question
STM32L4 SPI UART __IO divergence ?
Posted on March 23, 2016 at 09:58
stm32l4xx_hal_spi.h
HAL_SPI_StateTypeDef State; /* SPI communication state */ uint32_t ErrorCode; /* SPI Error code */ stm32l4xx_hal_uart.h __IO HAL_UART_StateTypeDef State; /*!< UART communication state */ __IO uint32_t ErrorCode; /*!< UART Error code */ Why it is __IO in UART and not in SPI ?