Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.c442 …phaSurfaceOverlayColorKey(PXP_Type *base, uint8_t num, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetAlphaSurfaceOverlayColorKey() argument
448 base->AS_CLRKEYHIGH = colorKeyHigh; in PXP_SetAlphaSurfaceOverlayColorKey()
453 base->AS_CLRKEYHIGH_1 = colorKeyHigh; in PXP_SetAlphaSurfaceOverlayColorKey()
477 void PXP_SetAlphaSurfaceOverlayColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetAlphaSurfaceOverlayColorKey() argument
480 base->AS_CLRKEYHIGH = colorKeyHigh; in PXP_SetAlphaSurfaceOverlayColorKey()
557 …SetProcessSurfaceColorKey(PXP_Type *base, uint8_t num, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetProcessSurfaceColorKey() argument
563 base->PS_CLRKEYHIGH = colorKeyHigh; in PXP_SetProcessSurfaceColorKey()
568 base->PS_CLRKEYHIGH_1 = colorKeyHigh; in PXP_SetProcessSurfaceColorKey()
588 void PXP_SetProcessSurfaceColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetProcessSurfaceColorKey() argument
591 base->PS_CLRKEYHIGH = colorKeyHigh; in PXP_SetProcessSurfaceColorKey()
Dfsl_pxp.h1442 …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-3.6.0/mcux/mcux-sdk/drivers/elcdif/
Dfsl_elcdif.h644 …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()