Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.c442 void PXP_SetAlphaSurfaceOverlayColorKey(PXP_Type *base, uint8_t num, uint32_t colorKeyLow, uint32_t… in PXP_SetAlphaSurfaceOverlayColorKey() argument
447 base->AS_CLRKEYLOW = colorKeyLow; in PXP_SetAlphaSurfaceOverlayColorKey()
452 base->AS_CLRKEYLOW_1 = colorKeyLow; in PXP_SetAlphaSurfaceOverlayColorKey()
477 void PXP_SetAlphaSurfaceOverlayColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetAlphaSurfaceOverlayColorKey() argument
479 base->AS_CLRKEYLOW = colorKeyLow; in PXP_SetAlphaSurfaceOverlayColorKey()
557 void PXP_SetProcessSurfaceColorKey(PXP_Type *base, uint8_t num, uint32_t colorKeyLow, uint32_t colo… in PXP_SetProcessSurfaceColorKey() argument
562 base->PS_CLRKEYLOW = colorKeyLow; in PXP_SetProcessSurfaceColorKey()
567 base->PS_CLRKEYLOW_1 = colorKeyLow; in PXP_SetProcessSurfaceColorKey()
588 void PXP_SetProcessSurfaceColorKey(PXP_Type *base, uint32_t colorKeyLow, uint32_t colorKeyHigh) in PXP_SetProcessSurfaceColorKey() argument
590 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-3.5.0/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()