HAL
__HAL_SPDIFRX_CLEAR_IT
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
__HAL_SPDIFRX_CLEAR_IT
__HAL_SPDIFRX_CLEAR_IT macro
Clears the specified SPDIFRX SR flag, in setting the proper IFCR register bit.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_spdifrx.h:473
#define
__HAL_SPDIFRX_CLEAR_IT
(
__HANDLE__
,
__IT_CLEAR__
)
(
(
__HANDLE__
)
->
Instance
->
IFCR
=
(
uint32_t
)
(
__IT_CLEAR__
)
)
Arguments
Argument
Description
__HANDLE__
specifies the USART Handle.
__IT_CLEAR__
specifies the interrupt clear register flag that needs to be set to clear the corresponding interrupt This parameter can be one of the following values: @arg SPDIFRX_FLAG_PERR @arg SPDIFRX_FLAG_OVR @arg SPDIFRX_SR_SBD @arg SPDIFRX_SR_SYNCD
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