Lines Matching refs:layerIndex

443 …LCDIFV2_Type *base, uint8_t layerIndex, const uint32_t *lutData, uint16_t count, bool useShadowLoa…
462 static inline void LCDIFV2_SetLayerSize(LCDIFV2_Type *base, uint8_t layerIndex, uint16_t width, uin… in LCDIFV2_SetLayerSize() argument
464 base->LAYER[layerIndex].CTRLDESCL1 = in LCDIFV2_SetLayerSize()
476 static inline void LCDIFV2_SetLayerOffset(LCDIFV2_Type *base, uint8_t layerIndex, uint16_t offsetX,… in LCDIFV2_SetLayerOffset() argument
478 base->LAYER[layerIndex].CTRLDESCL2 = in LCDIFV2_SetLayerOffset()
489 void LCDIFV2_SetLayerBufferConfig(LCDIFV2_Type *base, uint8_t layerIndex, const lcdifv2_buffer_conf…
500 static inline void LCDIFV2_SetLayerBufferAddr(LCDIFV2_Type *base, uint8_t layerIndex, uint32_t addr) in LCDIFV2_SetLayerBufferAddr() argument
502 base->LAYER[layerIndex].CTRLDESCL4 = LCDIFV2_ADDR_CPU_2_IP(addr); in LCDIFV2_SetLayerBufferAddr()
512 static inline void LCDIFV2_EnableLayer(LCDIFV2_Type *base, uint8_t layerIndex, bool enable) in LCDIFV2_EnableLayer() argument
516 base->LAYER[layerIndex].CTRLDESCL5 |= LCDIFV2_CTRLDESCL5_EN_MASK; in LCDIFV2_EnableLayer()
520 base->LAYER[layerIndex].CTRLDESCL5 &= ~LCDIFV2_CTRLDESCL5_EN_MASK; in LCDIFV2_EnableLayer()
535 static inline void LCDIFV2_TriggerLayerShadowLoad(LCDIFV2_Type *base, uint8_t layerIndex) in LCDIFV2_TriggerLayerShadowLoad() argument
537 base->LAYER[layerIndex].CTRLDESCL5 |= LCDIFV2_CTRLDESCL5_SHADOW_LOAD_EN_MASK; in LCDIFV2_TriggerLayerShadowLoad()
549 static inline void LCDIFV2_SetLayerBackGroundColor(LCDIFV2_Type *base, uint8_t layerIndex, uint32_t… in LCDIFV2_SetLayerBackGroundColor() argument
551 base->LAYER[layerIndex].CTRLDESCL6 = backGroundColor; in LCDIFV2_SetLayerBackGroundColor()
561 void LCDIFV2_SetLayerBlendConfig(LCDIFV2_Type *base, uint8_t layerIndex, const lcdifv2_blend_config…
572 void LCDIFV2_SetCscMode(LCDIFV2_Type *base, uint8_t layerIndex, lcdifv2_csc_mode_t mode);