libhd  5.0
Data Fields
res_framebuffer_t Struct Reference

#include <hd.h>

Data Fields

union u_hd_res_tnext
 
enum resource_types type
 
unsigned width
 
unsigned height
 in pixel More...
 
unsigned bytes_p_line
 line length in bytes (do not confuse with 'width') More...
 
unsigned colorbits
 4, 8, 15, 16, 24, 32 More...
 
unsigned mode
 mode number for kernel More...
 

Field Documentation

◆ bytes_p_line

unsigned res_framebuffer_t::bytes_p_line

line length in bytes (do not confuse with 'width')

Referenced by dump_normal(), hd2prop(), and prop2hd().

◆ colorbits

unsigned res_framebuffer_t::colorbits

4, 8, 15, 16, 24, 32

Referenced by dump_normal(), hd2prop(), and prop2hd().

◆ height

unsigned res_framebuffer_t::height

in pixel

Referenced by dump_normal(), hd2prop(), and prop2hd().

◆ mode

unsigned res_framebuffer_t::mode

mode number for kernel

Referenced by dump_normal(), hd2prop(), and prop2hd().

◆ next

union u_hd_res_t* res_framebuffer_t::next

◆ type

enum resource_types res_framebuffer_t::type

◆ width

unsigned res_framebuffer_t::width

Referenced by dump_normal(), hd2prop(), and prop2hd().


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