Home
last modified time | relevance | path

Searched refs:polarityFlags (Results 1 – 11 of 11) sorted by relevance

/hal_nxp-2.7.6/mcux/boards/evkmimxrt1170/
Ddisplay_support.c160 .polarityFlags = DEMO_LCDIF_POL_FLAGS,
190 .polarityFlags = DEMO_LCDIF_POL_FLAGS,
350 … .polarityFlags = kDSI_DpiVsyncActiveLow | kDSI_DpiHsyncActiveLow, in BOARD_SetMipiDsiConfig()
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_dcic.c102 base->DCICC = config->polarityFlags; in DCIC_Init()
139 config->polarityFlags = (uint8_t)kDCIC_VsyncActiveLow | (uint8_t)kDCIC_HsyncActiveLow | in DCIC_GetDefaultConfig()
Dfsl_elcdif.c134 (uint32_t)config->polarityFlags | (uint32_t)config->vsw; in ELCDIF_RgbModeInit()
193 config->polarityFlags = (uint32_t)kELCDIF_VsyncActiveLow | (uint32_t)kELCDIF_HsyncActiveLow | in ELCDIF_RgbModeGetDefaultConfig()
Dfsl_lcdifv2.c224 … config->polarityFlags = (uint32_t)kLCDIFV2_VsyncActiveHigh | (uint32_t)kLCDIFV2_HsyncActiveHigh | in LCDIFV2_DisplayGetDefaultConfig()
254 base->CTRL = (uint32_t)(config->polarityFlags); in LCDIFV2_SetDisplayConfig()
Dfsl_csi.h148 …uint32_t polarityFlags; /*!< Timing signal polarity flags, OR'ed value of @ref _csi_polarity_fla… member
284 …uint32_t polarityFlags; /*!< Timing signal polarity flags, OR'ed value of @ref _csi_polarity_fla… member
Dfsl_csi.c302 reg = ((uint32_t)config->workMode) | config->polarityFlags | CSI_CSICR1_FCC_MASK; in CSI_Init()
463 config->polarityFlags = (uint32_t)kCSI_HsyncActiveHigh | (uint32_t)kCSI_DataLatchOnRisingEdge; in CSI_GetDefaultConfig()
1152 reg = ((uint32_t)config->workMode) | config->polarityFlags | CSI_CSICR1_FCC_MASK; in CSI_FragModeCreateHandle()
Dfsl_dcic.h98 …uint8_t polarityFlags; /*!< Display signal polarity, logical OR'ed of @ref _DCIC_polarity_flag… member
Dfsl_mipi_dsi.c522 if (0U != (config->polarityFlags & (uint32_t)kDSI_DpiVsyncActiveHigh)) in DSI_SetDpiConfig()
531 if (0U != (config->polarityFlags & (uint32_t)kDSI_DpiHsyncActiveHigh)) in DSI_SetDpiConfig()
Dfsl_lcdifv2.h134 …uint32_t polarityFlags; /*!< OR'ed value of @ref _lcdifv2_polarity_flags, used to contol the signa… member
Dfsl_elcdif.h200 …uint32_t polarityFlags; /*!< OR'ed value of @ref _elcdif_polarity_flags, used to contol the signal… member
Dfsl_mipi_dsi.h120 uint8_t polarityFlags; /*!< OR'ed value of _dsi_dpi_polarity_flag controls signal polarity. */ member