Home
last modified time | relevance | path

Searched refs:colorKeyLow (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_pxp.c389 void PXP_SetAlphaSurfaceOverlayColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetAlphaSurfaceOverlayColorKey() argument
391 base->AS_CLRKEYLOW = colorKeyLow; in PXP_SetAlphaSurfaceOverlayColorKey()
466 void PXP_SetProcessSurfaceColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetProcessSurfaceColorKey() argument
468 base->PS_CLRKEYLOW = colorKeyLow; in PXP_SetProcessSurfaceColorKey()
Dfsl_elcdif.h642 static inline void ELCDIF_SetOverlayColorKey(LCDIF_Type *base, uint32_t colorKeyLow, uint32_t color… in ELCDIF_SetOverlayColorKey() argument
644 base->AS_CLRKEYLOW = colorKeyLow; in ELCDIF_SetOverlayColorKey()
Dfsl_pxp.h812 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);