Loading...
Searching...
No Matches
disp_dev_reg Struct Reference

Disp dev registry entry. More...

Detailed Description

Disp dev registry entry.

Definition at line 114 of file disp_dev.h.

#include <disp_dev.h>

Data Fields

struct disp_dev_regnext
 pointer to the next display device in the list
 
disp_dev_tdev
 pointer to the device descriptor
 
uint8_t screen_id
 id of the screen this display is attached to
 

Field Documentation

◆ dev

disp_dev_t* disp_dev_reg::dev

pointer to the device descriptor

Definition at line 116 of file disp_dev.h.

◆ next

struct disp_dev_reg* disp_dev_reg::next

pointer to the next display device in the list

Definition at line 115 of file disp_dev.h.

◆ screen_id

uint8_t disp_dev_reg::screen_id

id of the screen this display is attached to

Definition at line 117 of file disp_dev.h.


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