Home
last modified time | relevance | path

Searched defs:layerIndex (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdifv2/
Dfsl_lcdifv2.h462 static inline void LCDIFV2_SetLayerSize(LCDIFV2_Type *base, uint8_t layerIndex, uint16_t width, uin… in LCDIFV2_SetLayerSize()
476 static inline void LCDIFV2_SetLayerOffset(LCDIFV2_Type *base, uint8_t layerIndex, uint16_t offsetX,… in LCDIFV2_SetLayerOffset()
500 static inline void LCDIFV2_SetLayerBufferAddr(LCDIFV2_Type *base, uint8_t layerIndex, uint32_t addr) in LCDIFV2_SetLayerBufferAddr()
512 static inline void LCDIFV2_EnableLayer(LCDIFV2_Type *base, uint8_t layerIndex, bool enable) in LCDIFV2_EnableLayer()
535 static inline void LCDIFV2_TriggerLayerShadowLoad(LCDIFV2_Type *base, uint8_t layerIndex) in LCDIFV2_TriggerLayerShadowLoad()
549 static inline void LCDIFV2_SetLayerBackGroundColor(LCDIFV2_Type *base, uint8_t layerIndex, uint32_t… in LCDIFV2_SetLayerBackGroundColor()
Dfsl_lcdifv2.c216 void LCDIFV2_SetCscMode(LCDIFV2_Type *base, uint8_t layerIndex, lcdifv2_csc_mode_t mode) in LCDIFV2_SetCscMode()
265 void LCDIFV2_SetLayerBufferConfig(LCDIFV2_Type *base, uint8_t layerIndex, const lcdifv2_buffer_conf… in LCDIFV2_SetLayerBufferConfig()
299 …LCDIFV2_Type *base, uint8_t layerIndex, const uint32_t *lutData, uint16_t count, bool useShadowLoa… in LCDIFV2_SetLut()
340 void LCDIFV2_SetLayerBlendConfig(LCDIFV2_Type *base, uint8_t layerIndex, const lcdifv2_blend_config… in LCDIFV2_SetLayerBlendConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.c365 uint8_t layerIndex) in LCDIF_SetOverlayLayerConfig()
430 uint8_t layerIndex) in LCDIF_SetOverlayLayerPosition()
564 …F_SetOverlayLayerAddr(LCDIF_Type *base, uint8_t displayIndex, uint32_t address, uint8_t layerIndex) in LCDIF_SetOverlayLayerAddr()
595 …verlayLayerStride(LCDIF_Type *base, uint8_t displayIndex, uint32_t strideBytes, uint8_t layerIndex) in LCDIF_SetOverlayLayerStride()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdifv3/
Dfsl_lcdifv3.h354 static inline void LCDIFV3_SetLayerSize(LCDIF_Type *base, uint8_t layerIndex, uint16_t width, uint1… in LCDIFV3_SetLayerSize()
378 static inline void LCDIFV3_SetLayerBufferAddr(LCDIF_Type *base, uint8_t layerIndex, uint32_t addr) in LCDIFV3_SetLayerBufferAddr()
391 static inline void LCDIFV3_EnableLayer(LCDIF_Type *base, uint8_t layerIndex, bool enable) in LCDIFV3_EnableLayer()
415 static inline void LCDIFV3_TriggerLayerShadowLoad(LCDIF_Type *base, uint8_t layerIndex) in LCDIFV3_TriggerLayerShadowLoad()
Dfsl_lcdifv3.c274 void LCDIFV3_SetLayerBufferConfig(LCDIF_Type *base, uint8_t layerIndex, const lcdifv3_buffer_config… in LCDIFV3_SetLayerBufferConfig()