Home
last modified time | relevance | path

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

12

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.c137 config->polarityFlags = (uint32_t)kLCDIF_VsyncActiveLow | (uint32_t)kLCDIF_HsyncActiveLow | in LCDIF_DpiModeGetDefaultConfig()
183 …if ((uint32_t)kLCDIF_HsyncActiveHigh != (config->polarityFlags & (uint32_t)kLCDIF_HsyncActiveHigh)) in LCDIF_DpiModeSetConfig()
195 …if ((uint32_t)kLCDIF_VsyncActiveHigh != (config->polarityFlags & (uint32_t)kLCDIF_VsyncActiveHigh)) in LCDIF_DpiModeSetConfig()
205 …2_t)kLCDIF_DataEnableActiveHigh != ((uint32_t)kLCDIF_DataEnableActiveHigh & config->polarityFlags)) in LCDIF_DpiModeSetConfig()
211 ((uint32_t)kLCDIF_DriveDataOnRisingClkEdge & config->polarityFlags)) in LCDIF_DpiModeSetConfig()
Dfsl_lcdif.h96 …uint32_t polarityFlags; /*!< OR'ed value of @ref _lcdif_polarity_flags, used to contol the s… member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/camera/receiver/csi/
Dfsl_csi_camera_adapter.c97 csiConfig.polarityFlags = 0U; in CSI_ADAPTER_Init()
100 csiConfig.polarityFlags |= (uint32_t)kCSI_HsyncActiveHigh; in CSI_ADAPTER_Init()
104 csiConfig.polarityFlags |= (uint32_t)kCSI_DataLatchOnRisingEdge; in CSI_ADAPTER_Init()
108 csiConfig.polarityFlags |= (uint32_t)kCSI_VsyncActiveLow; in CSI_ADAPTER_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ci_pi/
Dfsl_ci_pi.c88 … CI_PI_CSR_CSI_CTRL_REG_CCIR_VSYNC_RESET_EN_MASK | config->polarityFlags /* Signal polarity. */ in CI_PI_Init()
158 config->polarityFlags = 0; in CI_PI_GetDefaultConfig()
Dfsl_ci_pi.h90 …uint32_t polarityFlags; /*!< Timing signal polarity flags, OR'ed value of @ref _ci_pi_polarity_fla… member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/dcic/
Dfsl_dcic.c101 base->DCICC = config->polarityFlags; in DCIC_Init()
138 config->polarityFlags = (uint8_t)kDCIC_VsyncActiveLow | (uint8_t)kDCIC_HsyncActiveLow | in DCIC_GetDefaultConfig()
Dfsl_dcic.h99 …uint8_t polarityFlags; /*!< Display signal polarity, logical OR'ed of @ref _DCIC_polarity_flag… member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/elcdif/
Dfsl_elcdif.c133 (uint32_t)config->polarityFlags | (uint32_t)config->vsw; in ELCDIF_RgbModeInit()
192 config->polarityFlags = (uint32_t)kELCDIF_VsyncActiveLow | (uint32_t)kELCDIF_HsyncActiveLow | in ELCDIF_RgbModeGetDefaultConfig()
Dfsl_elcdif.h202 …uint32_t polarityFlags; /*!< OR'ed value of @ref _elcdif_polarity_flags, used to contol the signal… member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/elcdif/
Dfsl_dc_fb_elcdif.c92 elcdifConfig.polarityFlags = dcConfig->polarityFlags; in DC_FB_ELCDIF_Init()
Dfsl_dc_fb_elcdif.h70 … uint32_t polarityFlags; /*!< Control flags, OR'ed value of @ref _elcdif_polarity_flags. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/lcdif/
Dfsl_dc_fb_lcdif.c90 lcdifConfig.polarityFlags = dcConfig->polarityFlags; in DC_FB_LCDIF_Init()
Dfsl_dc_fb_lcdif.h72 …uint32_t polarityFlags; /*!< Control flags, OR'ed value of @ref _lcdif_polarity_flags.… member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/video/display/dc/lcdifv2/
Dfsl_dc_fb_lcdifv2.c94 lcdifv2Config.polarityFlags = dcConfig->polarityFlags; in DC_FB_LCDIFV2_Init()
Dfsl_dc_fb_lcdifv2.h77 …uint32_t polarityFlags; /*!< Control flags, OR'ed value of @ref _lcdifv2_polarity_flags. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/csi/
Dfsl_csi.h135 …uint32_t polarityFlags; /*!< Timing signal polarity flags, OR'ed value of @ref _csi_polarity_fla… member
268 …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_CR1_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_CR1_FCC_MASK; in CSI_FragModeCreateHandle()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lcdifv2/
Dfsl_lcdifv2.c175 … config->polarityFlags = (uint32_t)kLCDIFV2_VsyncActiveHigh | (uint32_t)kLCDIFV2_HsyncActiveHigh | in LCDIFV2_DisplayGetDefaultConfig()
205 base->CTRL = (uint32_t)(config->polarityFlags); in LCDIFV2_SetDisplayConfig()
Dfsl_lcdifv2.h135 …uint32_t polarityFlags; /*!< OR'ed value of @ref _lcdifv2_polarity_flags, used to contol the signa… member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpc_lcdc/
Dfsl_lcdc.c240 …base->POL = (uint32_t)(config->polarityFlags) | LCD_POL_ACB((uint32_t)config->acBiasFreq - 1U) | d… in LCDC_Init()
315 config->polarityFlags = 0U; in LCDC_GetDefaultConfig()
Dfsl_lcdc.h113 …uint16_t polarityFlags; /*!< OR'ed value of @ref _lcdc_polarity_flags, used to contol the signal … member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ssd1963/
Dfsl_ssd1963.h187 uint8_t polarityFlags; /*!< OR'ed value of @ref _ssd1963_polarity_flags. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/mipi_dsi/
Dfsl_mipi_dsi.h116 uint8_t polarityFlags; /*!< OR'ed value of _dsi_dpi_polarity_flag controls signal polarity. */ member
Dfsl_mipi_dsi.c556 if (0U != (config->polarityFlags & (uint32_t)kDSI_DpiVsyncActiveHigh)) in DSI_SetDpiConfig()
565 if (0U != (config->polarityFlags & (uint32_t)kDSI_DpiHsyncActiveHigh)) in DSI_SetDpiConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/mipi_dsi_split/
Dfsl_mipi_dsi.h121 uint8_t polarityFlags; /*!< OR'ed value of _dsi_dpi_polarity_flag controls signal polarity. */ member

12