Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.h317 kPXP_OutputPixelFormatRGB565 = 0xE, /*!< 16-bit pixels without alpha. */ enumerator
Dfsl_pxp.c657 assert((uint8_t)outFormat <= (uint8_t)kPXP_OutputPixelFormatRGB565); in PXP_BuildRect()