STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
DSI Private Macros
Collaboration diagram for DSI Private Macros:

Macros

#define IS_DSI_PLL_NDIV(NDIV)
 
#define IS_DSI_PLL_IDF(IDF)
 
#define IS_DSI_PLL_ODF(ODF)
 
#define IS_DSI_AUTO_CLKLANE_CONTROL(AutoClkLane)
 
#define IS_DSI_NUMBER_OF_LANES(NumberOfLanes)
 
#define IS_DSI_FLOW_CONTROL(FlowControl)
 
#define IS_DSI_COLOR_CODING(ColorCoding)
 
#define IS_DSI_LOOSELY_PACKED(LooselyPacked)
 
#define IS_DSI_DE_POLARITY(DataEnable)
 
#define IS_DSI_VSYNC_POLARITY(Vsync)
 
#define IS_DSI_HSYNC_POLARITY(Hsync)
 
#define IS_DSI_VIDEO_MODE_TYPE(VideoModeType)
 
#define IS_DSI_COLOR_MODE(ColorMode)
 
#define IS_DSI_SHUT_DOWN(ShutDown)
 
#define IS_DSI_LP_COMMAND(LPCommand)
 
#define IS_DSI_LP_HFP(LPHFP)
 
#define IS_DSI_LP_HBP(LPHBP)
 
#define IS_DSI_LP_VACTIVE(LPVActive)
 
#define IS_DSI_LP_VFP(LPVFP)
 
#define IS_DSI_LP_VBP(LPVBP)
 
#define IS_DSI_LP_VSYNC(LPVSYNC)
 
#define IS_DSI_FBTAA(FrameBTAAcknowledge)
 
#define IS_DSI_TE_SOURCE(TESource)
 
#define IS_DSI_TE_POLARITY(TEPolarity)
 
#define IS_DSI_AUTOMATIC_REFRESH(AutomaticRefresh)
 
#define IS_DSI_VS_POLARITY(VSPolarity)
 
#define IS_DSI_TE_ACK_REQUEST(TEAcknowledgeRequest)
 
#define IS_DSI_ACK_REQUEST(AcknowledgeRequest)
 
#define IS_DSI_LP_GSW0P(LP_GSW0P)
 
#define IS_DSI_LP_GSW1P(LP_GSW1P)
 
#define IS_DSI_LP_GSW2P(LP_GSW2P)
 
#define IS_DSI_LP_GSR0P(LP_GSR0P)
 
#define IS_DSI_LP_GSR1P(LP_GSR1P)
 
#define IS_DSI_LP_GSR2P(LP_GSR2P)
 
#define IS_DSI_LP_GLW(LP_GLW)
 
#define IS_DSI_LP_DSW0P(LP_DSW0P)
 
#define IS_DSI_LP_DSW1P(LP_DSW1P)
 
#define IS_DSI_LP_DSR0P(LP_DSR0P)
 
#define IS_DSI_LP_DLW(LP_DLW)
 
#define IS_DSI_LP_MRDP(LP_MRDP)
 
#define IS_DSI_SHORT_WRITE_PACKET_TYPE(MODE)
 
#define IS_DSI_LONG_WRITE_PACKET_TYPE(MODE)
 
#define IS_DSI_READ_PACKET_TYPE(MODE)
 
#define IS_DSI_COMMUNICATION_DELAY(CommDelay)
 
#define IS_DSI_LANE_GROUP(Lane)
 
#define IS_DSI_CUSTOM_LANE(CustomLane)
 
#define IS_DSI_LANE(Lane)
 
#define IS_DSI_PHY_TIMING(Timing)
 

Detailed Description

Macro Definition Documentation

◆ IS_DSI_PLL_NDIV

#define IS_DSI_PLL_NDIV ( NDIV)

#include <stm32f4xx_hal_dsi.h>

Value:
((10U <= (NDIV)) && ((NDIV) <= 125U))

Definition at line 1252 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Init().

◆ IS_DSI_PLL_IDF

#define IS_DSI_PLL_IDF ( IDF)

#include <stm32f4xx_hal_dsi.h>

Value:
(((IDF) == DSI_PLL_IN_DIV1) || \
((IDF) == DSI_PLL_IN_DIV2) || \
((IDF) == DSI_PLL_IN_DIV3) || \
((IDF) == DSI_PLL_IN_DIV4) || \
((IDF) == DSI_PLL_IN_DIV5) || \
((IDF) == DSI_PLL_IN_DIV6) || \
((IDF) == DSI_PLL_IN_DIV7))
#define DSI_PLL_IN_DIV6
#define DSI_PLL_IN_DIV4
#define DSI_PLL_IN_DIV7
#define DSI_PLL_IN_DIV2
#define DSI_PLL_IN_DIV1
#define DSI_PLL_IN_DIV3
#define DSI_PLL_IN_DIV5

Definition at line 1253 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Init().

◆ IS_DSI_PLL_ODF

#define IS_DSI_PLL_ODF ( ODF)

#include <stm32f4xx_hal_dsi.h>

Value:
(((ODF) == DSI_PLL_OUT_DIV1) || \
((ODF) == DSI_PLL_OUT_DIV2) || \
((ODF) == DSI_PLL_OUT_DIV4) || \
((ODF) == DSI_PLL_OUT_DIV8))
#define DSI_PLL_OUT_DIV8
#define DSI_PLL_OUT_DIV4
#define DSI_PLL_OUT_DIV1
#define DSI_PLL_OUT_DIV2

Definition at line 1260 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Init().

◆ IS_DSI_AUTO_CLKLANE_CONTROL

#define IS_DSI_AUTO_CLKLANE_CONTROL ( AutoClkLane)

#include <stm32f4xx_hal_dsi.h>

Value:
(((AutoClkLane) == DSI_AUTO_CLK_LANE_CTRL_DISABLE)\
|| ((AutoClkLane) == DSI_AUTO_CLK_LANE_CTRL_ENABLE))
#define DSI_AUTO_CLK_LANE_CTRL_ENABLE
#define DSI_AUTO_CLK_LANE_CTRL_DISABLE

Definition at line 1264 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Init().

◆ IS_DSI_NUMBER_OF_LANES

#define IS_DSI_NUMBER_OF_LANES ( NumberOfLanes)

#include <stm32f4xx_hal_dsi.h>

Value:
(((NumberOfLanes) == DSI_ONE_DATA_LANE)\
|| ((NumberOfLanes) == DSI_TWO_DATA_LANES))
#define DSI_ONE_DATA_LANE
#define DSI_TWO_DATA_LANES

Definition at line 1266 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Init().

◆ IS_DSI_FLOW_CONTROL

#define IS_DSI_FLOW_CONTROL ( FlowControl)

#include <stm32f4xx_hal_dsi.h>

Value:
#define DSI_FLOW_CONTROL_ALL

Definition at line 1268 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigFlowControl().

◆ IS_DSI_COLOR_CODING

#define IS_DSI_COLOR_CODING ( ColorCoding)

#include <stm32f4xx_hal_dsi.h>

Value:
((ColorCoding) <= 5U)

Definition at line 1269 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigAdaptedCommandMode(), and HAL_DSI_ConfigVideoMode().

◆ IS_DSI_LOOSELY_PACKED

#define IS_DSI_LOOSELY_PACKED ( LooselyPacked)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LooselyPacked) == DSI_LOOSELY_PACKED_ENABLE)\
|| ((LooselyPacked) == DSI_LOOSELY_PACKED_DISABLE))
#define DSI_LOOSELY_PACKED_ENABLE
#define DSI_LOOSELY_PACKED_DISABLE

Definition at line 1270 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigVideoMode().

◆ IS_DSI_DE_POLARITY

#define IS_DSI_DE_POLARITY ( DataEnable)

#include <stm32f4xx_hal_dsi.h>

Value:
(((DataEnable) == DSI_DATA_ENABLE_ACTIVE_HIGH)\
|| ((DataEnable) == DSI_DATA_ENABLE_ACTIVE_LOW))
#define DSI_DATA_ENABLE_ACTIVE_LOW
#define DSI_DATA_ENABLE_ACTIVE_HIGH

Definition at line 1272 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigAdaptedCommandMode(), and HAL_DSI_ConfigVideoMode().

◆ IS_DSI_VSYNC_POLARITY

#define IS_DSI_VSYNC_POLARITY ( Vsync)

#include <stm32f4xx_hal_dsi.h>

Value:
(((Vsync) == DSI_VSYNC_ACTIVE_HIGH)\
|| ((Vsync) == DSI_VSYNC_ACTIVE_LOW))
#define DSI_VSYNC_ACTIVE_LOW
#define DSI_VSYNC_ACTIVE_HIGH

Definition at line 1274 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigAdaptedCommandMode(), and HAL_DSI_ConfigVideoMode().

◆ IS_DSI_HSYNC_POLARITY

#define IS_DSI_HSYNC_POLARITY ( Hsync)

#include <stm32f4xx_hal_dsi.h>

Value:
(((Hsync) == DSI_HSYNC_ACTIVE_HIGH)\
|| ((Hsync) == DSI_HSYNC_ACTIVE_LOW))
#define DSI_HSYNC_ACTIVE_HIGH
#define DSI_HSYNC_ACTIVE_LOW

Definition at line 1276 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigAdaptedCommandMode(), and HAL_DSI_ConfigVideoMode().

◆ IS_DSI_VIDEO_MODE_TYPE

#define IS_DSI_VIDEO_MODE_TYPE ( VideoModeType)

#include <stm32f4xx_hal_dsi.h>

Value:
(((VideoModeType) == DSI_VID_MODE_NB_PULSES) || \
((VideoModeType) == DSI_VID_MODE_NB_EVENTS) || \
((VideoModeType) == DSI_VID_MODE_BURST))
#define DSI_VID_MODE_NB_PULSES
#define DSI_VID_MODE_BURST
#define DSI_VID_MODE_NB_EVENTS

Definition at line 1278 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigVideoMode().

◆ IS_DSI_COLOR_MODE

#define IS_DSI_COLOR_MODE ( ColorMode)

#include <stm32f4xx_hal_dsi.h>

Value:
(((ColorMode) == DSI_COLOR_MODE_FULL)\
|| ((ColorMode) == DSI_COLOR_MODE_EIGHT))
#define DSI_COLOR_MODE_EIGHT
#define DSI_COLOR_MODE_FULL

Definition at line 1281 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ColorMode().

◆ IS_DSI_SHUT_DOWN

#define IS_DSI_SHUT_DOWN ( ShutDown)

#include <stm32f4xx_hal_dsi.h>

Value:
(((ShutDown) == DSI_DISPLAY_ON) || ((ShutDown) == DSI_DISPLAY_OFF))
#define DSI_DISPLAY_OFF
#define DSI_DISPLAY_ON

Definition at line 1283 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Shutdown().

◆ IS_DSI_LP_COMMAND

#define IS_DSI_LP_COMMAND ( LPCommand)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LPCommand) == DSI_LP_COMMAND_DISABLE)\
|| ((LPCommand) == DSI_LP_COMMAND_ENABLE))
#define DSI_LP_COMMAND_DISABLE
#define DSI_LP_COMMAND_ENABLE

Definition at line 1284 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigVideoMode().

◆ IS_DSI_LP_HFP

#define IS_DSI_LP_HFP ( LPHFP)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LPHFP) == DSI_LP_HFP_DISABLE) || ((LPHFP) == DSI_LP_HFP_ENABLE))
#define DSI_LP_HFP_ENABLE
#define DSI_LP_HFP_DISABLE

Definition at line 1286 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigVideoMode().

◆ IS_DSI_LP_HBP

#define IS_DSI_LP_HBP ( LPHBP)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LPHBP) == DSI_LP_HBP_DISABLE) || ((LPHBP) == DSI_LP_HBP_ENABLE))
#define DSI_LP_HBP_ENABLE
#define DSI_LP_HBP_DISABLE

Definition at line 1287 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigVideoMode().

◆ IS_DSI_LP_VACTIVE

#define IS_DSI_LP_VACTIVE ( LPVActive)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LPVActive) == DSI_LP_VACT_DISABLE)\
|| ((LPVActive) == DSI_LP_VACT_ENABLE))
#define DSI_LP_VACT_ENABLE
#define DSI_LP_VACT_DISABLE

Definition at line 1288 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigVideoMode().

◆ IS_DSI_LP_VFP

#define IS_DSI_LP_VFP ( LPVFP)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LPVFP) == DSI_LP_VFP_DISABLE) || ((LPVFP) == DSI_LP_VFP_ENABLE))
#define DSI_LP_VFP_DISABLE
#define DSI_LP_VFP_ENABLE

Definition at line 1290 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigVideoMode().

◆ IS_DSI_LP_VBP

#define IS_DSI_LP_VBP ( LPVBP)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LPVBP) == DSI_LP_VBP_DISABLE) || ((LPVBP) == DSI_LP_VBP_ENABLE))
#define DSI_LP_VBP_DISABLE
#define DSI_LP_VBP_ENABLE

Definition at line 1291 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigVideoMode().

◆ IS_DSI_LP_VSYNC

#define IS_DSI_LP_VSYNC ( LPVSYNC)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LPVSYNC) == DSI_LP_VSYNC_DISABLE)\
|| ((LPVSYNC) == DSI_LP_VSYNC_ENABLE))
#define DSI_LP_VSYNC_DISABLE
#define DSI_LP_VSYNC_ENABLE

Definition at line 1292 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigVideoMode().

◆ IS_DSI_FBTAA

#define IS_DSI_FBTAA ( FrameBTAAcknowledge)

#include <stm32f4xx_hal_dsi.h>

Value:
(((FrameBTAAcknowledge) == DSI_FBTAA_DISABLE)\
|| ((FrameBTAAcknowledge) == DSI_FBTAA_ENABLE))
#define DSI_FBTAA_DISABLE
#define DSI_FBTAA_ENABLE

Definition at line 1294 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigVideoMode().

◆ IS_DSI_TE_SOURCE

#define IS_DSI_TE_SOURCE ( TESource)

#include <stm32f4xx_hal_dsi.h>

Value:
(((TESource) == DSI_TE_DSILINK) || ((TESource) == DSI_TE_EXTERNAL))
#define DSI_TE_EXTERNAL
#define DSI_TE_DSILINK

Definition at line 1296 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigAdaptedCommandMode().

◆ IS_DSI_TE_POLARITY

#define IS_DSI_TE_POLARITY ( TEPolarity)

#include <stm32f4xx_hal_dsi.h>

Value:
(((TEPolarity) == DSI_TE_RISING_EDGE)\
|| ((TEPolarity) == DSI_TE_FALLING_EDGE))
#define DSI_TE_FALLING_EDGE
#define DSI_TE_RISING_EDGE

Definition at line 1297 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigAdaptedCommandMode().

◆ IS_DSI_AUTOMATIC_REFRESH

#define IS_DSI_AUTOMATIC_REFRESH ( AutomaticRefresh)

#include <stm32f4xx_hal_dsi.h>

Value:
(((AutomaticRefresh) == DSI_AR_DISABLE)\
|| ((AutomaticRefresh) == DSI_AR_ENABLE))
#define DSI_AR_ENABLE
#define DSI_AR_DISABLE

Definition at line 1299 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigAdaptedCommandMode().

◆ IS_DSI_VS_POLARITY

#define IS_DSI_VS_POLARITY ( VSPolarity)

#include <stm32f4xx_hal_dsi.h>

Value:
(((VSPolarity) == DSI_VSYNC_FALLING)\
|| ((VSPolarity) == DSI_VSYNC_RISING))
#define DSI_VSYNC_RISING
#define DSI_VSYNC_FALLING

Definition at line 1301 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigAdaptedCommandMode().

◆ IS_DSI_TE_ACK_REQUEST

#define IS_DSI_TE_ACK_REQUEST ( TEAcknowledgeRequest)

#include <stm32f4xx_hal_dsi.h>

Value:
(((TEAcknowledgeRequest) == DSI_TE_ACKNOWLEDGE_DISABLE)\
|| ((TEAcknowledgeRequest) == DSI_TE_ACKNOWLEDGE_ENABLE))
#define DSI_TE_ACKNOWLEDGE_ENABLE
#define DSI_TE_ACKNOWLEDGE_DISABLE

Definition at line 1303 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigAdaptedCommandMode().

◆ IS_DSI_ACK_REQUEST

#define IS_DSI_ACK_REQUEST ( AcknowledgeRequest)

#include <stm32f4xx_hal_dsi.h>

Value:
(((AcknowledgeRequest) == DSI_ACKNOWLEDGE_DISABLE)\
|| ((AcknowledgeRequest) == DSI_ACKNOWLEDGE_ENABLE))
#define DSI_ACKNOWLEDGE_ENABLE
#define DSI_ACKNOWLEDGE_DISABLE

Definition at line 1305 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ IS_DSI_LP_GSW0P

#define IS_DSI_LP_GSW0P ( LP_GSW0P)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LP_GSW0P) == DSI_LP_GSW0P_DISABLE)\
|| ((LP_GSW0P) == DSI_LP_GSW0P_ENABLE))
#define DSI_LP_GSW0P_ENABLE
#define DSI_LP_GSW0P_DISABLE

Definition at line 1307 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ IS_DSI_LP_GSW1P

#define IS_DSI_LP_GSW1P ( LP_GSW1P)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LP_GSW1P) == DSI_LP_GSW1P_DISABLE)\
|| ((LP_GSW1P) == DSI_LP_GSW1P_ENABLE))
#define DSI_LP_GSW1P_DISABLE
#define DSI_LP_GSW1P_ENABLE

Definition at line 1309 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ IS_DSI_LP_GSW2P

#define IS_DSI_LP_GSW2P ( LP_GSW2P)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LP_GSW2P) == DSI_LP_GSW2P_DISABLE)\
|| ((LP_GSW2P) == DSI_LP_GSW2P_ENABLE))
#define DSI_LP_GSW2P_DISABLE
#define DSI_LP_GSW2P_ENABLE

Definition at line 1311 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ IS_DSI_LP_GSR0P

#define IS_DSI_LP_GSR0P ( LP_GSR0P)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LP_GSR0P) == DSI_LP_GSR0P_DISABLE)\
|| ((LP_GSR0P) == DSI_LP_GSR0P_ENABLE))
#define DSI_LP_GSR0P_ENABLE
#define DSI_LP_GSR0P_DISABLE

Definition at line 1313 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ IS_DSI_LP_GSR1P

#define IS_DSI_LP_GSR1P ( LP_GSR1P)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LP_GSR1P) == DSI_LP_GSR1P_DISABLE)\
|| ((LP_GSR1P) == DSI_LP_GSR1P_ENABLE))
#define DSI_LP_GSR1P_ENABLE
#define DSI_LP_GSR1P_DISABLE

Definition at line 1315 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ IS_DSI_LP_GSR2P

#define IS_DSI_LP_GSR2P ( LP_GSR2P)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LP_GSR2P) == DSI_LP_GSR2P_DISABLE)\
|| ((LP_GSR2P) == DSI_LP_GSR2P_ENABLE))
#define DSI_LP_GSR2P_DISABLE
#define DSI_LP_GSR2P_ENABLE

Definition at line 1317 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ IS_DSI_LP_GLW

#define IS_DSI_LP_GLW ( LP_GLW)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LP_GLW) == DSI_LP_GLW_DISABLE)\
|| ((LP_GLW) == DSI_LP_GLW_ENABLE))
#define DSI_LP_GLW_DISABLE
#define DSI_LP_GLW_ENABLE

Definition at line 1319 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ IS_DSI_LP_DSW0P

#define IS_DSI_LP_DSW0P ( LP_DSW0P)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LP_DSW0P) == DSI_LP_DSW0P_DISABLE)\
|| ((LP_DSW0P) == DSI_LP_DSW0P_ENABLE))
#define DSI_LP_DSW0P_DISABLE
#define DSI_LP_DSW0P_ENABLE

Definition at line 1321 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ IS_DSI_LP_DSW1P

#define IS_DSI_LP_DSW1P ( LP_DSW1P)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LP_DSW1P) == DSI_LP_DSW1P_DISABLE)\
|| ((LP_DSW1P) == DSI_LP_DSW1P_ENABLE))
#define DSI_LP_DSW1P_ENABLE
#define DSI_LP_DSW1P_DISABLE

Definition at line 1323 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ IS_DSI_LP_DSR0P

#define IS_DSI_LP_DSR0P ( LP_DSR0P)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LP_DSR0P) == DSI_LP_DSR0P_DISABLE)\
|| ((LP_DSR0P) == DSI_LP_DSR0P_ENABLE))
#define DSI_LP_DSR0P_DISABLE
#define DSI_LP_DSR0P_ENABLE

Definition at line 1325 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ IS_DSI_LP_DLW

#define IS_DSI_LP_DLW ( LP_DLW)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LP_DLW) == DSI_LP_DLW_DISABLE)\
|| ((LP_DLW) == DSI_LP_DLW_ENABLE))
#define DSI_LP_DLW_DISABLE
#define DSI_LP_DLW_ENABLE

Definition at line 1327 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ IS_DSI_LP_MRDP

#define IS_DSI_LP_MRDP ( LP_MRDP)

#include <stm32f4xx_hal_dsi.h>

Value:
(((LP_MRDP) == DSI_LP_MRDP_DISABLE)\
|| ((LP_MRDP) == DSI_LP_MRDP_ENABLE))
#define DSI_LP_MRDP_DISABLE
#define DSI_LP_MRDP_ENABLE

Definition at line 1329 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ConfigCommand().

◆ IS_DSI_SHORT_WRITE_PACKET_TYPE

#define IS_DSI_SHORT_WRITE_PACKET_TYPE ( MODE)

#include <stm32f4xx_hal_dsi.h>

Value:
(((MODE) == DSI_DCS_SHORT_PKT_WRITE_P0) || \
((MODE) == DSI_DCS_SHORT_PKT_WRITE_P1) || \
((MODE) == DSI_GEN_SHORT_PKT_WRITE_P0) || \
((MODE) == DSI_GEN_SHORT_PKT_WRITE_P1) || \
#define DSI_GEN_SHORT_PKT_WRITE_P1
#define DSI_GEN_SHORT_PKT_WRITE_P0
#define DSI_DCS_SHORT_PKT_WRITE_P0
#define DSI_GEN_SHORT_PKT_WRITE_P2
#define DSI_DCS_SHORT_PKT_WRITE_P1

Definition at line 1331 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ShortWrite().

◆ IS_DSI_LONG_WRITE_PACKET_TYPE

#define IS_DSI_LONG_WRITE_PACKET_TYPE ( MODE)

#include <stm32f4xx_hal_dsi.h>

Value:
(((MODE) == DSI_DCS_LONG_PKT_WRITE) || \
#define DSI_DCS_LONG_PKT_WRITE
#define DSI_GEN_LONG_PKT_WRITE

Definition at line 1336 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_LongWrite().

◆ IS_DSI_READ_PACKET_TYPE

#define IS_DSI_READ_PACKET_TYPE ( MODE)

#include <stm32f4xx_hal_dsi.h>

Value:
(((MODE) == DSI_DCS_SHORT_PKT_READ) || \
((MODE) == DSI_GEN_SHORT_PKT_READ_P0) || \
((MODE) == DSI_GEN_SHORT_PKT_READ_P1) || \
#define DSI_DCS_SHORT_PKT_READ
#define DSI_GEN_SHORT_PKT_READ_P1
#define DSI_GEN_SHORT_PKT_READ_P2
#define DSI_GEN_SHORT_PKT_READ_P0

Definition at line 1338 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_Read().

◆ IS_DSI_COMMUNICATION_DELAY

#define IS_DSI_COMMUNICATION_DELAY ( CommDelay)

#include <stm32f4xx_hal_dsi.h>

Value:
(((CommDelay) == DSI_SLEW_RATE_HSTX) || \
((CommDelay) == DSI_SLEW_RATE_LPTX) || \
((CommDelay) == DSI_HS_DELAY))
#define DSI_SLEW_RATE_HSTX
#define DSI_SLEW_RATE_LPTX
#define DSI_HS_DELAY

Definition at line 1342 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_SetSlewRateAndDelayTuning().

◆ IS_DSI_LANE_GROUP

#define IS_DSI_LANE_GROUP ( Lane)

#include <stm32f4xx_hal_dsi.h>

Value:
(((Lane) == DSI_CLOCK_LANE) || ((Lane) == DSI_DATA_LANES))
#define DSI_DATA_LANES
#define DSI_CLOCK_LANE

Definition at line 1345 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_ForceTXStopMode(), and HAL_DSI_SetSlewRateAndDelayTuning().

◆ IS_DSI_CUSTOM_LANE

#define IS_DSI_CUSTOM_LANE ( CustomLane)

#include <stm32f4xx_hal_dsi.h>

Value:
(((CustomLane) == DSI_SWAP_LANE_PINS)\
|| ((CustomLane) == DSI_INVERT_HS_SIGNAL))
#define DSI_INVERT_HS_SIGNAL
#define DSI_SWAP_LANE_PINS

Definition at line 1346 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_SetLanePinsConfiguration().

◆ IS_DSI_LANE

#define IS_DSI_LANE ( Lane)

#include <stm32f4xx_hal_dsi.h>

Value:
(((Lane) == DSI_CLOCK_LANE) || \
((Lane) == DSI_DATA_LANE0) || ((Lane) == DSI_DATA_LANE1))
#define DSI_DATA_LANE0
#define DSI_DATA_LANE1

Definition at line 1348 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_SetLanePinsConfiguration().

◆ IS_DSI_PHY_TIMING

#define IS_DSI_PHY_TIMING ( Timing)

#include <stm32f4xx_hal_dsi.h>

Value:
(((Timing) == DSI_TCLK_POST ) || \
((Timing) == DSI_TLPX_CLK ) || \
((Timing) == DSI_THS_EXIT ) || \
((Timing) == DSI_TLPX_DATA ) || \
((Timing) == DSI_THS_ZERO ) || \
((Timing) == DSI_THS_TRAIL ) || \
((Timing) == DSI_THS_PREPARE ) || \
((Timing) == DSI_TCLK_ZERO ) || \
((Timing) == DSI_TCLK_PREPARE))
#define DSI_TLPX_DATA
#define DSI_TCLK_PREPARE
#define DSI_THS_EXIT
#define DSI_TCLK_ZERO
#define DSI_TCLK_POST
#define DSI_THS_PREPARE
#define DSI_TLPX_CLK
#define DSI_THS_ZERO
#define DSI_THS_TRAIL

Definition at line 1350 of file stm32f4xx_hal_dsi.h.

Referenced by HAL_DSI_SetPHYTimings().