Home
last modified time | relevance | path

Searched defs:strideBytes (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/dpr/
Dfsl_dpr.h40 uint16_t strideBytes; /*!< Stride in bytes. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/prg/
Dfsl_prg.h42 uint16_t strideBytes; /*!< Stride, must be 8 bytes aligned. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/display/dc/
Dfsl_dc_fb.h28 uint16_t strideBytes; /*!< Stride of the frame buffer */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lcdif/
Dfsl_lcdif.c274 void LCDIF_SetFrameBufferStride(LCDIF_Type *base, uint8_t fbIndex, uint32_t strideBytes) in LCDIF_SetFrameBufferStride()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.h450 uint16_t strideBytes; /*!< Source buffer stride in bytes. */ member
502 … uint16_t strideBytes; /*!< Source buffer stride in bytes, see alignment restrictions. */ member
536 …uint16_t strideBytes; /*!< Destination buffer stride in bytes, see alignment restriction… member
Dfsl_dpu.c1026 static bool DPU_CheckBufferAlignment(uint8_t bitsPerPixel, uint32_t baseAddr, uint32_t strideBytes) in DPU_CheckBufferAlignment()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lcdifv2/
Dfsl_lcdifv2.h173 …uint16_t strideBytes; /*!< Number of bytes between two vertically adjacent pixels, suggest 64-bit … member