HAL
SPI_1LINE_RX is only used within HAL.
 
Symbols
loading...
Files
loading...

SPI_1LINE_RX macro

Set the SPI receive-only mode.

Syntax

#define SPI_1LINE_RX(__HANDLE__) CLEAR_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_BIDIOE)

Arguments

__HANDLE__

specifies the SPI Handle. This parameter can be SPI where x: 1, 2, or 3 to select the SPI peripheral.

Return value

None

References

LocationText
stm32f4xx_hal_spi.h:484
#define SPI_1LINE_RX(__HANDLE__) CLEAR_BIT((__HANDLE__)->Instance->CR1, SPI_CR1_BIDIOE)
stm32f4xx_hal_spi.c:1001
SPI_1LINE_RX(hspi);
stm32f4xx_hal_spi.c:1535
SPI_1LINE_RX(hspi);
stm32f4xx_hal_spi.c:1822
SPI_1LINE_RX(hspi);