HAL
I2S_CHECK_IT_SOURCE
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
I2S_CHECK_IT_SOURCE
I2S_CHECK_IT_SOURCE macro
Check whether the specified SPI Interrupt is set or not.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_i2s.h:541
#define
I2S_CHECK_IT_SOURCE
(
__CR2__
,
__INTERRUPT__
)
(
(
(
(
__CR2__
)
\
&
(
__INTERRUPT__
)
)
==
(
__INTERRUPT__
)
)
?
SET
:
RESET
)
Arguments
Argument
Description
__CR2__
copy of I2S CR2 register.
__INTERRUPT__
specifies the SPI interrupt source to check. This parameter can be one of the following values: @arg I2S_IT_TXE: Tx buffer empty interrupt enable @arg I2S_IT_RXNE: RX buffer not empty interrupt enable @arg I2S_IT_ERR: Error interrupt enable
Return value
SET or RESET.
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