Lines Matching refs:layerIndex
442 …LCDIFV2_Type *base, uint8_t layerIndex, const uint32_t *lutData, uint16_t count, bool useShadowLoa…
461 static inline void LCDIFV2_SetLayerSize(LCDIFV2_Type *base, uint8_t layerIndex, uint16_t width, uin… in LCDIFV2_SetLayerSize() argument
463 base->LAYER[layerIndex].CTRLDESCL1 = in LCDIFV2_SetLayerSize()
475 static inline void LCDIFV2_SetLayerOffset(LCDIFV2_Type *base, uint8_t layerIndex, uint16_t offsetX,… in LCDIFV2_SetLayerOffset() argument
477 base->LAYER[layerIndex].CTRLDESCL2 = in LCDIFV2_SetLayerOffset()
488 void LCDIFV2_SetLayerBufferConfig(LCDIFV2_Type *base, uint8_t layerIndex, const lcdifv2_buffer_conf…
499 static inline void LCDIFV2_SetLayerBufferAddr(LCDIFV2_Type *base, uint8_t layerIndex, uint32_t addr) in LCDIFV2_SetLayerBufferAddr() argument
501 base->LAYER[layerIndex].CTRLDESCL4 = LCDIFV2_ADDR_CPU_2_IP(addr); in LCDIFV2_SetLayerBufferAddr()
511 static inline void LCDIFV2_EnableLayer(LCDIFV2_Type *base, uint8_t layerIndex, bool enable) in LCDIFV2_EnableLayer() argument
515 base->LAYER[layerIndex].CTRLDESCL5 |= LCDIFV2_CTRLDESCL5_EN_MASK; in LCDIFV2_EnableLayer()
519 base->LAYER[layerIndex].CTRLDESCL5 &= ~LCDIFV2_CTRLDESCL5_EN_MASK; in LCDIFV2_EnableLayer()
534 static inline void LCDIFV2_TriggerLayerShadowLoad(LCDIFV2_Type *base, uint8_t layerIndex) in LCDIFV2_TriggerLayerShadowLoad() argument
536 base->LAYER[layerIndex].CTRLDESCL5 |= LCDIFV2_CTRLDESCL5_SHADOW_LOAD_EN_MASK; in LCDIFV2_TriggerLayerShadowLoad()
548 static inline void LCDIFV2_SetLayerBackGroundColor(LCDIFV2_Type *base, uint8_t layerIndex, uint32_t… in LCDIFV2_SetLayerBackGroundColor() argument
550 base->LAYER[layerIndex].CTRLDESCL6 = backGroundColor; in LCDIFV2_SetLayerBackGroundColor()
560 void LCDIFV2_SetLayerBlendConfig(LCDIFV2_Type *base, uint8_t layerIndex, const lcdifv2_blend_config…
571 void LCDIFV2_SetCscMode(LCDIFV2_Type *base, uint8_t layerIndex, lcdifv2_csc_mode_t mode);