Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
Diff: TARGET_NUCLEO_L053R8/stm32l0xx_hal_lcd.h
- Revision:
- 92:4fc01daae5a5
- Parent:
- 84:0b3ab51c8877
- Child:
- 96:487b796308b0
--- a/TARGET_NUCLEO_L053R8/stm32l0xx_hal_lcd.h Wed Oct 29 11:02:04 2014 +0000
+++ b/TARGET_NUCLEO_L053R8/stm32l0xx_hal_lcd.h Thu Nov 27 13:33:22 2014 +0000
@@ -2,8 +2,8 @@
******************************************************************************
* @file stm32l0xx_hal_lcd.h
* @author MCD Application Team
- * @version V1.0.0
- * @date 22-April-2014
+ * @version V1.1.0
+ * @date 18-June-2014
* @brief Header file of LCD Controller HAL module.
******************************************************************************
* @attention
@@ -138,7 +138,7 @@
#define IS_LCD_ALL_INSTANCE(INSTANCE) ((INSTANCE) == LCD)
-/** @defgroup LCD_Prescaler
+/** @defgroup LCD_Prescaler
* @{
*/
@@ -180,7 +180,7 @@
* @}
*/
-/** @defgroup LCD_Divider
+/** @defgroup LCD_Divider
* @{
*/
@@ -223,7 +223,7 @@
*/
-/** @defgroup LCD_Duty
+/** @defgroup LCD_Duty
* @{
*/
@@ -244,7 +244,7 @@
*/
-/** @defgroup LCD_Bias
+/** @defgroup LCD_Bias
* @{
*/
@@ -259,7 +259,7 @@
* @}
*/
-/** @defgroup LCD_Voltage_Source
+/** @defgroup LCD_Voltage_Source
* @{
*/
@@ -273,7 +273,7 @@
* @}
*/
-/** @defgroup LCD_Interrupts
+/** @defgroup LCD_Interrupts
* @{
*/
#define LCD_IT_SOF LCD_FCR_SOFIE
@@ -287,7 +287,7 @@
* @}
*/
-/** @defgroup LCD_PulseOnDuration
+/** @defgroup LCD_PulseOnDuration
* @{
*/
@@ -313,7 +313,7 @@
*/
-/** @defgroup LCD_DeadTime
+/** @defgroup LCD_DeadTime
* @{
*/
@@ -338,7 +338,7 @@
* @}
*/
-/** @defgroup LCD_BlinkMode
+/** @defgroup LCD_BlinkMode
* @{
*/
@@ -356,7 +356,7 @@
* @}
*/
-/** @defgroup LCD_BlinkFrequency
+/** @defgroup LCD_BlinkFrequency
* @{
*/
@@ -381,7 +381,7 @@
* @}
*/
-/** @defgroup LCD_Contrast
+/** @defgroup LCD_Contrast
* @{
*/
@@ -406,7 +406,7 @@
* @}
*/
-/** @defgroup LCD_Flag
+/** @defgroup LCD_Flag
* @{
*/
@@ -426,7 +426,7 @@
* @}
*/
-/** @defgroup LCD_RAMRegister
+/** @defgroup LCD_RAMRegister
* @{
*/
@@ -474,6 +474,10 @@
/* Exported macro ------------------------------------------------------------*/
+/** @defgroup LCD_Exported_Macros
+ * @{
+ */
+
/** @brief Reset LCD handle state
* @param __HANDLE__: specifies the LCD Handle.
* @retval None
@@ -661,6 +665,10 @@
*/
#define __HAL_LCD_CLEAR_FLAG(__HANDLE__, __FLAG__) ((__HANDLE__)->Instance->CLR = (__FLAG__))
+/**
+ * @}
+ */
+
/* Exported functions ------------------------------------------------------- */
/* Initialization/de-initialization methods **********************************/
HAL_StatusTypeDef HAL_LCD_DeInit(LCD_HandleTypeDef *hlcd);
