HAL
IS_CEC_MSGSIZE
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_CEC_MSGSIZE
IS_CEC_MSGSIZE macro
Check CEC message size. The message size is the payload size: without counting the header, it varies from 0 byte (ping operation, one header only, no payload) to 15 bytes (1 opcode and up to 14 operands following the header).
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_cec.h:763
#define
IS_CEC_MSGSIZE
(
__SIZE__
)
(
(
__SIZE__
)
<=
0x10U
)
Arguments
Argument
Description
__SIZE__
CEC message size.
Return value
Test result (TRUE or FALSE).
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