|
| void | pdma_get_default_config (PDMA_Type *ptr, pdma_config_t *config, display_pixel_format_t pixel_format) |
| | Get default configuration according to input pixel format. More...
|
| |
| void | pdma_get_default_plane_config (PDMA_Type *ptr, pdma_plane_config_t *config, display_pixel_format_t pixel_format) |
| | Get default plane configuration according input pixel format. More...
|
| |
| void | pdma_get_default_yuv2rgb_coef_config (PDMA_Type *ptr, display_yuv2rgb_coef_t *yuv2rgb_coef, display_pixel_format_t source_format) |
| | Get default YUV2RGB coefficient configuration according to input pixel format. More...
|
| |
| void | pdma_get_default_output_config (PDMA_Type *ptr, pdma_output_config_t *config, display_pixel_format_t pixel_format) |
| | Get default output configuration. More...
|
| |
| void | pdma_enable_irq (PDMA_Type *ptr, uint32_t mask, bool enable) |
| | PDMA enable/disable irq. More...
|
| |
| void | pdma_config_output (PDMA_Type *ptr, pdma_output_config_t *config) |
| | PDMA config output. More...
|
| |
| void | pdma_config_planes (PDMA_Type *ptr, void *plane_src_config, void *plane_dst_config, void *yuv2rgb_coef) |
| | Configure PDMA planes. More...
|
| |
| void | pdma_init (PDMA_Type *ptr, pdma_config_t *config) |
| | PDMA initialization. More...
|
| |
| hpm_stat_t | pdma_check_status (PDMA_Type *ptr, uint32_t *status) |
| | PDMA check status. More...
|
| |
| hpm_stat_t | pdma_fill_color (PDMA_Type *ptr, uint32_t dst, uint32_t dst_width, uint32_t width, uint32_t height, uint32_t color, uint8_t alpha, display_pixel_format_t format, bool wait, uint32_t *status) |
| | PDMA fill color. More...
|
| |
| hpm_stat_t | pdma_flip_rotate (PDMA_Type *ptr, uint32_t dst, uint32_t dst_width, uint32_t src, uint32_t src_width, uint32_t x, uint32_t y, uint32_t width, uint32_t height, pdma_flip_t flip, pdma_rotate_t rotate, uint8_t alpha, display_pixel_format_t format, bool wait, uint32_t *status) |
| | PDMA flip rotate plane. More...
|
| |
| hpm_stat_t | pdma_blit (PDMA_Type *ptr, uint32_t dst, uint32_t dst_width, uint32_t src, uint32_t src_width, uint32_t x, uint32_t y, uint32_t width, uint32_t height, uint8_t alpha, display_pixel_format_t format, bool wait, uint32_t *status) |
| | PDMA blit plane. More...
|
| |
| hpm_stat_t | pdma_scale (PDMA_Type *ptr, uint32_t dst, uint32_t dst_width, uint32_t src, uint32_t src_width, uint32_t x, uint32_t y, uint32_t width, uint32_t height, uint32_t target_width, uint32_t target_height, uint8_t alpha, display_pixel_format_t format, bool wait, uint32_t *status) |
| | PDMA scale plane. More...
|
| |
| void | pdma_get_default_blit_option (pdma_blit_option_t *op) |
| | PDMA get default blit option. More...
|
| |
| hpm_stat_t | pdma_blit_ex (PDMA_Type *ptr, display_buf_t *dst, display_buf_t *src, pdma_blit_option_t *op, bool wait, uint32_t *status) |
| | PDMA blit plane by option. More...
|
| |
| void | pdma_set_block_size (PDMA_Type *ptr, pdma_blocksize_t size) |
| | PDMA set block size. More...
|
| |
| void | pdma_stop (PDMA_Type *ptr) |
| | PDMA stop. More...
|
| |
| static uint32_t | pdma_get_status (PDMA_Type *ptr) |
| | PDMA stop. More...
|
| |
| static void | pdma_start (PDMA_Type *ptr) |
| | PDMA start. More...
|
| |
| static void | pdma_software_reset (PDMA_Type *ptr) |
| | PDMA software reset. More...
|
| |
| static void | pdma_set_plane_colorkey (PDMA_Type *ptr, uint8_t plane_index, uint32_t key_high, uint32_t key_low) |
| | PDMA set plane color key limits. More...
|
| |