HAL
IS_I2S_CPOL
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_I2S_CPOL
IS_I2S_CPOL macro
Checks if I2S Serial clock steady state parameter is in allowed range.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_i2s.h:580
#define
IS_I2S_CPOL
(
__CPOL__
)
(
(
(
__CPOL__
)
==
I2S_CPOL_LOW
)
||
\
(
(
__CPOL__
)
==
I2S_CPOL_HIGH
)
)
Arguments
Argument
Description
__CPOL__
specifies the I2S serial clock steady state. This parameter can be a value of I2S_Clock_Polarity
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