HAL
IS_SPI_DIRECTION
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
IS_SPI_DIRECTION
IS_SPI_DIRECTION macro
Checks if SPI Direction Mode parameter is in allowed range.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_spi.h:535
#define
IS_SPI_DIRECTION
(
__MODE__
)
(
(
(
__MODE__
)
==
SPI_DIRECTION_2LINES
)
||
\
(
(
__MODE__
)
==
SPI_DIRECTION_2LINES_RXONLY
)
||
\
(
(
__MODE__
)
==
SPI_DIRECTION_1LINE
)
)
Arguments
Argument
Description
__MODE__
specifies the SPI Direction Mode. This parameter can be a value of SPI_Direction
Return value
None
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out