Searched refs:writeCommand (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/ssd1963/ |
| D | fsl_ssd1963.c | 205 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/ |
| D | fsl_dbi_flexio_smartdma.c | 30 .writeCommand = DBI_FLEXIO_SMARTDMA_WriteCommand,
|
| D | fsl_dbi_flexio_edma.c | 30 .writeCommand = DBI_FLEXIO_EDMA_WriteCommand,
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/display/dbi/ |
| D | fsl_dbi.h | 111 … status_t (*writeCommand)(void *dbiXferHandle, uint32_t command); /*!< Write command. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/st7796s/ |
| D | fsl_st7796s.c | 78 ST7796S_ERROR_CHECK(handle->xferOps->writeCommand(handle->xferOpsData, command)); in ST7796S_WriteCommand()
|