HAL
IS_DSI_HSYNC_POLARITY
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_DSI_HSYNC_POLARITY
IS_DSI_HSYNC_POLARITY macro
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_dsi.h:1276
#define
IS_DSI_HSYNC_POLARITY
(
Hsync
)
(
(
(
Hsync
)
==
DSI_HSYNC_ACTIVE_HIGH
)
\
||
(
(
Hsync
)
==
DSI_HSYNC_ACTIVE_LOW
)
)
Arguments
Argument
Hsync
Examples
References
from
examples
Code
Location
#define
IS_DSI_HSYNC_POLARITY
(
Hsync
)
(
(
(
Hsync
)
==
DSI_HSYNC_ACTIVE_HIGH
)
\
stm32f4xx_hal_dsi.h:1276
assert_param
(
IS_DSI_HSYNC_POLARITY
(
VidCfg
->
HSPolarity
)
)
;
stm32f4xx_hal_dsi.c:1074
assert_param
(
IS_DSI_HSYNC_POLARITY
(
CmdCfg
->
HSPolarity
)
)
;
stm32f4xx_hal_dsi.c:1220
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