VSF Documented
Data Structures | Typedefs | Functions
fb.h File Reference
#include "hal/vsf_hal_cfg.h"
#include "../../__device.h"
#include "utilities/vsf_utilities.h"

Go to the source code of this file.

Data Structures

struct  f1cx00s_fb_rgb_timing_t
 
struct  f1cx00s_fb_cpu_timing_t
 
struct  f1cx00s_fb_tve_timing_t
 
struct  f1cx00s_fb_param_t
 
struct  f1cx00s_fb_t
 

Typedefs

typedef struct f1cx00s_fb_rgb_timing_t f1cx00s_fb_rgb_timing_t
 
typedef struct f1cx00s_fb_cpu_timing_t f1cx00s_fb_cpu_timing_t
 
typedef struct f1cx00s_fb_tve_timing_t f1cx00s_fb_tve_timing_t
 
typedef struct f1cx00s_fb_param_t f1cx00s_fb_param_t
 
typedef struct f1cx00s_fb_t f1cx00s_fb_t
 

Functions

vsf_err_t f1cx00s_fb_init (f1cx00s_fb_t *fb, int color_format, void *initial_pixel_buffer)
 
vsf_err_t f1cx00s_fb_fini (f1cx00s_fb_t *fb)
 
vsf_err_t f1cx00s_fb_present (f1cx00s_fb_t *fb, void *pixel_buffer)
 

Typedef Documentation

◆ f1cx00s_fb_rgb_timing_t

◆ f1cx00s_fb_cpu_timing_t

◆ f1cx00s_fb_tve_timing_t

◆ f1cx00s_fb_param_t

◆ f1cx00s_fb_t

typedef struct f1cx00s_fb_t f1cx00s_fb_t

Function Documentation

◆ f1cx00s_fb_init()

vsf_err_t f1cx00s_fb_init ( f1cx00s_fb_t fb,
int  color_format,
void *  initial_pixel_buffer 
)
extern

◆ f1cx00s_fb_fini()

vsf_err_t f1cx00s_fb_fini ( f1cx00s_fb_t fb)
extern

◆ f1cx00s_fb_present()

vsf_err_t f1cx00s_fb_present ( f1cx00s_fb_t fb,
void *  pixel_buffer 
)
extern