Loading...
Searching...
No Matches

Device descriptor for a lcd. More...

Detailed Description

Device descriptor for a lcd.

Definition at line 176 of file lcd.h.

#include <lcd.h>

Data Fields

disp_dev_tdev
 Pointer to the generic display device.
 
const lcd_driver_tdriver
 LCD driver.
 
const lcd_params_tparams
 Device initialization parameters.
 
mutex_t lock
 Mutex used to lock the device in MCU 8080 parallel interface mode.
 
bool word_access
 indicates that a word access is active
 

Field Documentation

◆ dev

disp_dev_t* lcd_t::dev

Pointer to the generic display device.

Definition at line 178 of file lcd.h.

◆ driver

const lcd_driver_t* lcd_t::driver

LCD driver.

Definition at line 180 of file lcd.h.

◆ lock

mutex_t lcd_t::lock

Mutex used to lock the device in MCU 8080 parallel interface mode.

Definition at line 183 of file lcd.h.

◆ params

const lcd_params_t* lcd_t::params

Device initialization parameters.

Definition at line 181 of file lcd.h.

◆ word_access

bool lcd_t::word_access

indicates that a word access is active

Definition at line 187 of file lcd.h.


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