Searched refs:colorKeyHigh (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/pxp/ |
| D | fsl_pxp.c | 455 …phaSurfaceOverlayColorKey(PXP_Type *base, uint8_t num, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetAlphaSurfaceOverlayColorKey() argument 461 base->AS_CLRKEYHIGH = colorKeyHigh; in PXP_SetAlphaSurfaceOverlayColorKey() 466 base->AS_CLRKEYHIGH_1 = colorKeyHigh; in PXP_SetAlphaSurfaceOverlayColorKey() 490 void PXP_SetAlphaSurfaceOverlayColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetAlphaSurfaceOverlayColorKey() argument 493 base->AS_CLRKEYHIGH = colorKeyHigh; in PXP_SetAlphaSurfaceOverlayColorKey() 570 …SetProcessSurfaceColorKey(PXP_Type *base, uint8_t num, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetProcessSurfaceColorKey() argument 576 base->PS_CLRKEYHIGH = colorKeyHigh; in PXP_SetProcessSurfaceColorKey() 581 base->PS_CLRKEYHIGH_1 = colorKeyHigh; in PXP_SetProcessSurfaceColorKey() 601 void PXP_SetProcessSurfaceColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetProcessSurfaceColorKey() argument 604 base->PS_CLRKEYHIGH = colorKeyHigh; in PXP_SetProcessSurfaceColorKey()
|
| D | fsl_pxp.h | 1442 …haSurfaceOverlayColorKey(PXP_Type *base, uint8_t num, uint32_t colorKeyLow, uint32_t colorKeyHigh); 1486 void PXP_SetAlphaSurfaceOverlayColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh… 1613 …etProcessSurfaceColorKey(PXP_Type *base, uint8_t num, uint32_t colorKeyLow, uint32_t colorKeyHigh); 1625 void PXP_SetProcessSurfaceColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh);
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/elcdif/ |
| D | fsl_elcdif.h | 644 …nline void ELCDIF_SetOverlayColorKey(LCDIF_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in ELCDIF_SetOverlayColorKey() argument 647 base->AS_CLRKEYHIGH = colorKeyHigh; in ELCDIF_SetOverlayColorKey()
|