HPM SDK
HPMicro Software Development Kit
hpm_jpeg_cfg Struct Reference

#include <hpm_jpeg.h>

Data Fields

void * jpeg_base
 
void *(* malloc )(uint32_t size)
 
void(* free )(void *p)
 
uint32_t cache_line_size
 
void(* cache_writeback )(void *start, uint32_t size)
 
void(* cache_invalidate )(void *start, uint32_t size)
 

Field Documentation

◆ cache_invalidate

void(* hpm_jpeg_cfg::cache_invalidate) (void *start, uint32_t size)

◆ cache_line_size

uint32_t hpm_jpeg_cfg::cache_line_size

◆ cache_writeback

void(* hpm_jpeg_cfg::cache_writeback) (void *start, uint32_t size)

◆ free

void(* hpm_jpeg_cfg::free) (void *p)

◆ jpeg_base

void* hpm_jpeg_cfg::jpeg_base

◆ malloc

void*(* hpm_jpeg_cfg::malloc) (uint32_t size)

The documentation for this struct was generated from the following file: