libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Collaboration diagram for LCD registers:

Macros

#define LCD_CR   MMIO32(LCD_BASE + 0x00)
 Control register. More...
 
#define LCD_FCR   MMIO32(LCD_BASE + 0x04)
 Frame control register. More...
 
#define LCD_SR   MMIO32(LCD_BASE + 0x08)
 Status register. More...
 
#define LCD_CLR   MMIO32(LCD_BASE + 0x0C)
 Clear register. More...
 

Detailed Description

Macro Definition Documentation

◆ LCD_CLR

#define LCD_CLR   MMIO32(LCD_BASE + 0x0C)

Clear register.

Definition at line 50 of file lcd.h.

◆ LCD_CR

#define LCD_CR   MMIO32(LCD_BASE + 0x00)

Control register.

Definition at line 44 of file lcd.h.

◆ LCD_FCR

#define LCD_FCR   MMIO32(LCD_BASE + 0x04)

Frame control register.

Definition at line 46 of file lcd.h.

◆ LCD_SR

#define LCD_SR   MMIO32(LCD_BASE + 0x08)

Status register.

Definition at line 48 of file lcd.h.