px_data Struct Reference

Back to the index.

Public Attributes | List of all members
px_data Struct Reference

#include <devices.h>

Public Attributes

struct memoryfb_mem
 
struct vfb_datavfb_data
 
int type
 
const char * px_name
 
struct interrupt irq
 
int bitdepth
 
int xconfig
 
int yconfig
 
uint32_t intr
 
unsigned char sram [128 *1024]
 

Detailed Description

Definition at line 339 of file devices.h.

Member Data Documentation

◆ bitdepth

int px_data::bitdepth

Definition at line 345 of file devices.h.

Referenced by dev_px_dma(), and dev_px_init().

◆ fb_mem

struct memory* px_data::fb_mem

Definition at line 340 of file devices.h.

Referenced by dev_px_init().

◆ intr

uint32_t px_data::intr

Definition at line 349 of file devices.h.

Referenced by DEVICE_ACCESS(), and DEVICE_TICK().

◆ irq

struct interrupt px_data::irq

Definition at line 344 of file devices.h.

Referenced by dev_px_init(), and DEVICE_TICK().

◆ px_name

const char* px_data::px_name

Definition at line 343 of file devices.h.

Referenced by dev_px_init().

◆ sram

unsigned char px_data::sram[128 *1024]

Definition at line 350 of file devices.h.

Referenced by dev_px_dma(), and DEVICE_ACCESS().

◆ type

int px_data::type

Definition at line 342 of file devices.h.

Referenced by dev_px_dma(), dev_px_init(), and DEVICE_ACCESS().

◆ vfb_data

struct vfb_data* px_data::vfb_data

Definition at line 341 of file devices.h.

Referenced by dev_px_dma(), and dev_px_init().

◆ xconfig

int px_data::xconfig

Definition at line 346 of file devices.h.

Referenced by dev_px_init(), and DEVICE_ACCESS().

◆ yconfig

int px_data::yconfig

Definition at line 347 of file devices.h.

Referenced by dev_px_init(), and DEVICE_ACCESS().


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

Generated on Fri Dec 7 2018 19:52:23 for GXemul by doxygen 1.8.13