Home
last modified time | relevance | path

Searched refs:layerIndex (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdifv2/
Dfsl_lcdifv2.c216 void LCDIFV2_SetCscMode(LCDIFV2_Type *base, uint8_t layerIndex, lcdifv2_csc_mode_t mode) in LCDIFV2_SetCscMode() argument
218 assert(layerIndex < (uint32_t)LCDIFV2_LAYER_CSC_COUNT); in LCDIFV2_SetCscMode()
230 …base->LAYER[layerIndex].CSC_COEF0 = LCDIFV2_CSC_COEF0_ENABLE_MASK | LCDIFV2_CSC_COEF0_C0(0x100U) /… in LCDIFV2_SetCscMode()
234 base->LAYER[layerIndex].CSC_COEF1 = LCDIFV2_CSC_COEF1_C1(0x0123U) /* 1.140. */ in LCDIFV2_SetCscMode()
236 base->LAYER[layerIndex].CSC_COEF2 = LCDIFV2_CSC_COEF2_C2(0x076BU) /* -0.851. */ in LCDIFV2_SetCscMode()
241 …base->LAYER[layerIndex].CSC_COEF0 = LCDIFV2_CSC_COEF0_ENABLE_MASK | LCDIFV2_CSC_COEF0_YCBCR_MODE_M… in LCDIFV2_SetCscMode()
245 base->LAYER[layerIndex].CSC_COEF1 = LCDIFV2_CSC_COEF1_C1(0x0198U) /* 1.596. */ in LCDIFV2_SetCscMode()
247 base->LAYER[layerIndex].CSC_COEF2 = LCDIFV2_CSC_COEF2_C2(0x0730U) /* -0.813. */ in LCDIFV2_SetCscMode()
252 base->LAYER[layerIndex].CSC_COEF0 = 0U; in LCDIFV2_SetCscMode()
253 base->LAYER[layerIndex].CSC_COEF1 = 0U; in LCDIFV2_SetCscMode()
[all …]
Dfsl_lcdifv2.h443 …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()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.c365 uint8_t layerIndex) in LCDIF_SetOverlayLayerConfig() argument
372 switch (layerIndex) in LCDIF_SetOverlayLayerConfig()
430 uint8_t layerIndex) in LCDIF_SetOverlayLayerPosition() argument
432 switch (layerIndex) in LCDIF_SetOverlayLayerPosition()
564 …F_SetOverlayLayerAddr(LCDIF_Type *base, uint8_t displayIndex, uint32_t address, uint8_t layerIndex) in LCDIF_SetOverlayLayerAddr() argument
568 assert(layerIndex < 2U); in LCDIF_SetOverlayLayerAddr()
570 switch (layerIndex) in LCDIF_SetOverlayLayerAddr()
595 …verlayLayerStride(LCDIF_Type *base, uint8_t displayIndex, uint32_t strideBytes, uint8_t layerIndex) in LCDIF_SetOverlayLayerStride() argument
597 assert(layerIndex < 2U); in LCDIF_SetOverlayLayerStride()
599 switch (layerIndex) in LCDIF_SetOverlayLayerStride()
Dfsl_lcdif.h861 uint8_t layerIndex);
884 uint8_t layerIndex);
896 …_SetOverlayLayerAddr(LCDIF_Type *base, uint8_t displayIndex, uint32_t address, uint8_t layerIndex);
906 …erlayLayerStride(LCDIF_Type *base, uint8_t displayIndex, uint32_t strideBytes, uint8_t layerIndex);
/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() argument
367 void LCDIFV3_SetLayerBufferConfig(LCDIF_Type *base, uint8_t layerIndex, const lcdifv3_buffer_config…
378 static inline void LCDIFV3_SetLayerBufferAddr(LCDIF_Type *base, uint8_t layerIndex, uint32_t addr) in LCDIFV3_SetLayerBufferAddr() argument
391 static inline void LCDIFV3_EnableLayer(LCDIF_Type *base, uint8_t layerIndex, bool enable) in LCDIFV3_EnableLayer() argument
415 static inline void LCDIFV3_TriggerLayerShadowLoad(LCDIF_Type *base, uint8_t layerIndex) in LCDIFV3_TriggerLayerShadowLoad() argument
Dfsl_lcdifv3.c274 void LCDIFV3_SetLayerBufferConfig(LCDIF_Type *base, uint8_t layerIndex, const lcdifv3_buffer_config… in LCDIFV3_SetLayerBufferConfig() argument