Searched refs:DPU_MAKE_COLORCOMPONENTBITS (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/dpu/ |
| D | fsl_dpu.c | 798 #define DPU_MAKE_COLORCOMPONENTBITS(itu, redbits, greenbits, bluebits, alphabits) \ macro 814 DPU_MAKE_COLORCOMPONENTBITS(0, 8, 8, 8, 0), 819 DPU_MAKE_COLORCOMPONENTBITS(0, 5, 6, 5, 0), 824 DPU_MAKE_COLORCOMPONENTBITS(0, 8, 8, 8, 8), 829 DPU_MAKE_COLORCOMPONENTBITS(0, 8, 8, 8, 0), 834 DPU_MAKE_COLORCOMPONENTBITS(0, 5, 5, 5, 1),
|