Home
last modified time | relevance | path

Searched refs:inputPixelFormat (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/mculcd/
Dfsl_flexio_mculcd_smartdma.c165 if (config->inputPixelFormat == config->outputPixelFormat) in FLEXIO_MCULCD_TransferCreateHandleSMARTDMA()
169 else if (((config->inputPixelFormat == kFLEXIO_MCULCD_RGB565) && in FLEXIO_MCULCD_TransferCreateHandleSMARTDMA()
171 ((config->inputPixelFormat == kFLEXIO_MCULCD_BGR565) && in FLEXIO_MCULCD_TransferCreateHandleSMARTDMA()
Dfsl_flexio_mculcd_smartdma.h72 flexio_mculcd_pixel_format_t inputPixelFormat; /*!< The pixel format in the frame buffer. */ member