HAL
IS_SPI_BAUDRATE_PRESCALER
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_BAUDRATE_PRESCALER
IS_SPI_BAUDRATE_PRESCALER macro
Checks if SPI Baudrate prescaler parameter is in allowed range.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_spi.h:590
#define
IS_SPI_BAUDRATE_PRESCALER
(
__PRESCALER__
)
(
(
(
__PRESCALER__
)
==
SPI_BAUDRATEPRESCALER_2
)
||
\
(
(
__PRESCALER__
)
==
SPI_BAUDRATEPRESCALER_4
)
||
\
(
(
__PRESCALER__
)
==
SPI_BAUDRATEPRESCALER_8
)
||
\
(
(
__PRESCALER__
)
==
SPI_BAUDRATEPRESCALER_16
)
||
\
(
(
__PRESCALER__
)
==
SPI_BAUDRATEPRESCALER_32
)
||
\
(
(
__PRESCALER__
)
==
SPI_BAUDRATEPRESCALER_64
)
||
\
(
(
__PRESCALER__
)
==
SPI_BAUDRATEPRESCALER_128
)
||
\
(
(
__PRESCALER__
)
==
SPI_BAUDRATEPRESCALER_256
)
)
Arguments
Argument
Description
__PRESCALER__
specifies the SPI Baudrate prescaler. This parameter can be a value of SPI_BaudRate_Prescaler
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