Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.c455 void PXP_SetAlphaSurfaceOverlayColorKey(PXP_Type *base, uint8_t num, uint32_t colorKeyLow, uint32_t… in PXP_SetAlphaSurfaceOverlayColorKey() argument
460 base->AS_CLRKEYLOW = colorKeyLow; in PXP_SetAlphaSurfaceOverlayColorKey()
465 base->AS_CLRKEYLOW_1 = colorKeyLow; in PXP_SetAlphaSurfaceOverlayColorKey()
490 void PXP_SetAlphaSurfaceOverlayColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetAlphaSurfaceOverlayColorKey() argument
492 base->AS_CLRKEYLOW = colorKeyLow; in PXP_SetAlphaSurfaceOverlayColorKey()
570 void PXP_SetProcessSurfaceColorKey(PXP_Type *base, uint8_t num, uint32_t colorKeyLow, uint32_t colo… in PXP_SetProcessSurfaceColorKey() argument
575 base->PS_CLRKEYLOW = colorKeyLow; in PXP_SetProcessSurfaceColorKey()
580 base->PS_CLRKEYLOW_1 = colorKeyLow; in PXP_SetProcessSurfaceColorKey()
601 void PXP_SetProcessSurfaceColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetProcessSurfaceColorKey() argument
603 base->PS_CLRKEYLOW = colorKeyLow; in PXP_SetProcessSurfaceColorKey()
Dfsl_pxp.h1442 void PXP_SetAlphaSurfaceOverlayColorKey(PXP_Type *base, uint8_t num, uint32_t colorKeyLow, uint32_t…
1486 void PXP_SetAlphaSurfaceOverlayColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh…
1613 void PXP_SetProcessSurfaceColorKey(PXP_Type *base, uint8_t num, uint32_t colorKeyLow, uint32_t colo…
1625 void PXP_SetProcessSurfaceColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh);
/hal_nxp-latest/mcux/mcux-sdk/drivers/elcdif/
Dfsl_elcdif.h644 static inline void ELCDIF_SetOverlayColorKey(LCDIF_Type *base, uint32_t colorKeyLow, uint32_t color… in ELCDIF_SetOverlayColorKey() argument
646 base->AS_CLRKEYLOW = colorKeyLow; in ELCDIF_SetOverlayColorKey()