Searched refs:dpi (Results 1 – 2 of 2) sorted by relevance
543 DSI_HOST_DPI_INTFC_Type *dpi = base->dpi; in DSI_SetDpiConfig() local550 dpi->PIXEL_PAYLOAD_SIZE = config->pixelPayloadSize; in DSI_SetDpiConfig()551 dpi->INTERFACE_COLOR_CODING = (uint32_t)config->dpiColorCoding; in DSI_SetDpiConfig()552 dpi->PIXEL_FORMAT = (uint32_t)config->pixelPacket; in DSI_SetDpiConfig()553 dpi->VIDEO_MODE = (uint32_t)config->videoMode; in DSI_SetDpiConfig()557 dpi->BLLP_MODE = 0x1U; in DSI_SetDpiConfig()558 dpi->USE_NULL_PKT_BLLP = 0x0U; in DSI_SetDpiConfig()562 dpi->BLLP_MODE = 0x0U; in DSI_SetDpiConfig()563 dpi->USE_NULL_PKT_BLLP = 0x0U; in DSI_SetDpiConfig()567 dpi->BLLP_MODE = 0x0U; in DSI_SetDpiConfig()[all …]
37 DSI_HOST_DPI_INTFC_Type *dpi; /*!< Pointer to DPI registers. */ member