doc: stm32l1: lcd: fix groupings and convert to doxygen
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
* @date 2 March 2014
|
* @date 2 March 2014
|
||||||
*
|
*
|
||||||
* LGPL License Terms @ref lgpl_license
|
* LGPL License Terms @ref lgpl_license
|
||||||
* */
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of the libopencm3 project.
|
* This file is part of the libopencm3 project.
|
||||||
@@ -38,21 +38,17 @@
|
|||||||
#include <libopencm3/stm32/memorymap.h>
|
#include <libopencm3/stm32/memorymap.h>
|
||||||
#include <libopencm3/cm3/common.h>
|
#include <libopencm3/cm3/common.h>
|
||||||
|
|
||||||
/* --- LCD registers ------------------------------------------------------ */
|
/** @defgroup lcd_registers LCD registers
|
||||||
/****************************************************************************/
|
* @{ */
|
||||||
/** @defgroup lcd_reg_base LCD register base addresses
|
/** Control register */
|
||||||
@ingroup lcd_defines
|
|
||||||
*/
|
|
||||||
/* @{ */
|
|
||||||
/* Control register */
|
|
||||||
#define LCD_CR MMIO32(LCD_BASE + 0x00)
|
#define LCD_CR MMIO32(LCD_BASE + 0x00)
|
||||||
/* Frame control register */
|
/** Frame control register */
|
||||||
#define LCD_FCR MMIO32(LCD_BASE + 0x04)
|
#define LCD_FCR MMIO32(LCD_BASE + 0x04)
|
||||||
/* Status register */
|
/** Status register */
|
||||||
#define LCD_SR MMIO32(LCD_BASE + 0x08)
|
#define LCD_SR MMIO32(LCD_BASE + 0x08)
|
||||||
/* Clear register */
|
/** Clear register */
|
||||||
#define LCD_CLR MMIO32(LCD_BASE + 0x0C)
|
#define LCD_CLR MMIO32(LCD_BASE + 0x0C)
|
||||||
/* @} */
|
/**@}*/
|
||||||
|
|
||||||
/* --- LCD display memory ------------------------------------------------- */
|
/* --- LCD display memory ------------------------------------------------- */
|
||||||
/* Base address of display memory */
|
/* Base address of display memory */
|
||||||
|
|||||||
Reference in New Issue
Block a user