Disp dev registry entry. More...
Disp dev registry entry.
Definition at line 114 of file disp_dev.h.
#include <disp_dev.h>
Data Fields | |
struct disp_dev_reg * | next |
pointer to the next display device in the list | |
disp_dev_t * | dev |
pointer to the device descriptor | |
uint8_t | screen_id |
id of the screen this display is attached to | |
disp_dev_t* disp_dev_reg::dev |
pointer to the device descriptor
Definition at line 116 of file disp_dev.h.
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.
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.