Home
last modified time | relevance | path

Searched refs:plane_src_config (Results 1 – 2 of 2) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_pdma_drv.h242 void pdma_config_planes(PDMA_Type *ptr, void *plane_src_config, void *plane_dst_config, void *yuv2r…
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_pdma_drv.c271 void pdma_config_planes(PDMA_Type *ptr, void *plane_src_config, void *plane_dst_config, void *yuv2r… in pdma_config_planes() argument
276 assert((plane_src_config != NULL) || (plane_dst_config != NULL)); in pdma_config_planes()
278 pdma_plane_config_t *plane_src = (pdma_plane_config_t *)plane_src_config; in pdma_config_planes()

Completed in 6 milliseconds