Home
last modified time | relevance | path

Searched refs:writeCommand (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/ssd1963/
Dfsl_ssd1963.c205 SSD1963_RET(handle->xferOps->writeCommand(xferOpsData, SSD1963_SOFT_RESET)); in SSD1963_Init()
213 SSD1963_RET(handle->xferOps->writeCommand(xferOpsData, SSD1963_SET_PLL_MN)); in SSD1963_Init()
218 SSD1963_RET(handle->xferOps->writeCommand(xferOpsData, SSD1963_SET_PLL)); in SSD1963_Init()
226 SSD1963_RET(handle->xferOps->writeCommand(xferOpsData, SSD1963_SET_PLL)); in SSD1963_Init()
233 SSD1963_RET(handle->xferOps->writeCommand(xferOpsData, SSD1963_SET_LSHIFT_FREQ)); in SSD1963_Init()
245 SSD1963_RET(handle->xferOps->writeCommand(xferOpsData, SSD1963_SET_LCD_MODE)); in SSD1963_Init()
259 SSD1963_RET(handle->xferOps->writeCommand(xferOpsData, SSD1963_SET_HORI_PERIOD)); in SSD1963_Init()
272 SSD1963_RET(handle->xferOps->writeCommand(xferOpsData, SSD1963_SET_VERT_PERIOD)); in SSD1963_Init()
295 return handle->xferOps->writeCommand(handle->xferOpsData, SSD1963_SET_DISPLAY_ON); in SSD1963_StartDisplay()
300 return handle->xferOps->writeCommand(handle->xferOpsData, SSD1963_SET_DISPLAY_OFF); in SSD1963_StopDisplay()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/flexio/
Dfsl_dbi_flexio_smartdma.c30 .writeCommand = DBI_FLEXIO_SMARTDMA_WriteCommand,
Dfsl_dbi_flexio_edma.c30 .writeCommand = DBI_FLEXIO_EDMA_WriteCommand,
/hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/
Dfsl_dbi.h111 … status_t (*writeCommand)(void *dbiXferHandle, uint32_t command); /*!< Write command. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/st7796s/
Dfsl_st7796s.c78 ST7796S_ERROR_CHECK(handle->xferOps->writeCommand(handle->xferOpsData, command)); in ST7796S_WriteCommand()