Searched refs:dpi (Results 1 – 3 of 3) sorted by relevance
494 DSI_HOST_DPI_INTFC_Type *dpi = base->dpi; in DSI_SetDpiConfig() local501 dpi->PIXEL_PAYLOAD_SIZE = config->pixelPayloadSize; in DSI_SetDpiConfig()502 dpi->INTERFACE_COLOR_CODING = (uint32_t)config->dpiColorCoding; in DSI_SetDpiConfig()503 dpi->PIXEL_FORMAT = (uint32_t)config->pixelPacket; in DSI_SetDpiConfig()504 dpi->VIDEO_MODE = (uint32_t)config->videoMode; in DSI_SetDpiConfig()508 dpi->BLLP_MODE = 0x1U; in DSI_SetDpiConfig()509 dpi->USE_NULL_PKT_BLLP = 0x0U; in DSI_SetDpiConfig()513 dpi->BLLP_MODE = 0x0U; in DSI_SetDpiConfig()514 dpi->USE_NULL_PKT_BLLP = 0x0U; in DSI_SetDpiConfig()518 dpi->BLLP_MODE = 0x0U; in DSI_SetDpiConfig()[all …]
36 DSI_HOST_DPI_INTFC_Type *dpi; /*!< Pointer to DPI registers. */ member
104 .dpi = DSI_HOST_DPI_INTFC,