Searched refs:colorKeyHigh (Results 1 – 3 of 3) sorted by relevance
/hal_nxp-2.7.6/mcux/drivers/imx/ |
D | fsl_pxp.c | 389 void PXP_SetAlphaSurfaceOverlayColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetAlphaSurfaceOverlayColorKey() argument 392 base->AS_CLRKEYHIGH = colorKeyHigh; in PXP_SetAlphaSurfaceOverlayColorKey() 466 void PXP_SetProcessSurfaceColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetProcessSurfaceColorKey() argument 469 base->PS_CLRKEYHIGH = colorKeyHigh; in PXP_SetProcessSurfaceColorKey()
|
D | fsl_elcdif.h | 642 …nline void ELCDIF_SetOverlayColorKey(LCDIF_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in ELCDIF_SetOverlayColorKey() argument 645 base->AS_CLRKEYHIGH = colorKeyHigh; in ELCDIF_SetOverlayColorKey()
|
D | fsl_pxp.h | 812 void PXP_SetAlphaSurfaceOverlayColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh… 909 void PXP_SetProcessSurfaceColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh);
|