Symbols
loading...
Files
loading...

STemWin_MemoryDevice sample

STemWin_MemoryDevice is a sample project defining the following symbols:

Most used functions

Name
Location
Summary
This function handles NMI exception.
This function handles Hard Fault exception.
This function handles Debug Monitor exception.
This function handles Memory Manage exception.
This function handles Bus Fault exception.
This function handles Usage Fault exception.
This function handles SysTick Handler.
This function handles SVCall exception.
This function handles PendSVC exception.
Main program.
This function handles External line 0 interrupt request.
This function handles PPP interrupt request. This function handles TIM interrupt request.
This function handles LTDC global interrupt request.
This function handles DSI global interrupt request.
DMA2D interrupt handler
Set LCD updated region.
Request TE at scanline.
DMA2D wait for interrupt
Get the used pixel format
Converts the given index values to 32 bit colors.
Converts a 32 bit colors to an index value.
This function is executed in case of error occurrence.
DMA2D Copy buffers
Initializes the STM32469I-EVAL's LCD and LEDs resources.
System Clock Configuration The system Clock is configured as follow : System Clock source = PLL (HSE) SYSCLK(Hz) = 180000000 HCLK(Hz) = 180000000 AHB Prescaler = 1 APB1 Prescaler = 4 APB2 Prescaler = 2 HSE Frequency(Hz) = 25000000 PLL_M = 25 PLL_N = 360 PLL_P = 2 PLL_Q = 7 PLL_R = 6 VDD(V) = 3.3 Main regulator output voltage = Scale1 mode Flash Latency(WS) = 5
Create the pictures memdev and draw them inside
Create the needed memdevs and do the automated rotate & zoom of the pictures
Create the needed memdevs and do the automated rotate & shift of the pictures
Initialize the LCD Controller.
Initialise the LCD Controller
Draw 32 bits per pixel bitmap
Draw 16 bits per pixel bitmap
Draw 8 bits per pixel bitmap
Draw 4 bits per pixel bitmap
Draw 16 bits per pixel memory device
Draw alpha memory device
Translates the given colors into index values for the display controller
Enable/Disable the DMA2D interrupt
BSP LCD Reset Hw reset the LCD DSI activating its XRES signal (active low for some time) and desactivating it later. This signal is only cabled on eval Rev B and beyond.
Initialize the LTDC
DMA2D Alpha blending bulk
DMA2D Copy RGB 565 buffer
DMA2D Fill buffer

Other commonly used symbols

Name
Location
Summary
Internal High Speed oscillator (HSI) value. This value is used by the RCC HAL module to compute the system frequency (when HSI is used as system clock source, directly or through the PLL). Value of the Internal oscillator in Hz
Adjust the value of External High Speed oscillator (HSE) used in your application. This value is used by the RCC HAL module to compute the system frequency (when HSE is used as system clock source, directly or through the PLL). Value of the External oscillator in Hz
Miscellaneous Configuration *********************** Vector Table base offset field. This value must be a multiple of 0x200.
@file STemWin_HelloWorld\Inc\main.h @author MCD Application Team Header for main.c module @attention Copyright (c) 2017 STMicroelectronics. All rights reserved. This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
@file stm32f4xx_it.h @author MCD Application Team This file contains the headers of the interrupt handlers. @attention Copyright (c) 2017 STMicroelectronics. All rights reserved. This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
External clock source for I2S peripheral This value is used by the I2S HAL module to compute the I2S clock source frequency, this source is inserted directly through I2S_CKIN pad. Value of the Internal oscillator in Hz
Internal Low Speed oscillator (LSI) value.
External Low Speed oscillator (LSE) value. Value of the External Low Speed oscillator in Hz
Time out for HSE start up, in ms
Time out for LSE start up, in ms
@file STemWin_HelloWorld/Inc/stm32f4xx_hal_conf.h @author MCD Application Team HAL configuration template file. @attention Copyright (c) 2017 STMicroelectronics. All rights reserved. This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
This is the list of modules to be used in the HAL driver
This is the HAL system configuration section Value of VDD in mv
Transceiver Basic Control Register
Auto-Negotiation process completed
PHY status register Offset
Transceiver Basic Status Register
Enable auto-negotiation function
Select the power down mode
Set the full-duplex mode at 100 Mb/s
Set the half-duplex mode at 100 Mb/s
Set the full-duplex mode at 10 Mb/s
Set the half-duplex mode at 10 Mb/s
Restart auto-negotiation function
Uncomment the line below to expanse the "assert_param" macro in the HAL drivers code
Multi layer/display support
MII Interrupt Status and Misc. Control Register
MII Interrupt Control Register
PHY Enable output interrupt events
Enable Interrupt on change of link status
PHY link status interrupt mask
Defines, configurable
Configuration of touch support
Configuration of available packages
Portions COPYRIGHT 2017 STMicroelectronics * Portions SEGGER Microcontroller GmbH & Co. KG * Solutions for real time microcontroller applications * (c) 1996 - 2017 SEGGER Microcontroller GmbH & Co. KG * Internet: www.segger.com Support: support@segger.com * * emWin V5.40 - Graphical user interface for embedded applications ** All Intellectual Property rights in the Software belongs to SEGGER. emWin is protected by international copyright laws. Knowledge of the source code may not be used to write a similar product. This file may only be used in accordance with the following terms: The software has been licensed to STMicroelectronics International N.V. a Dutch company with a Swiss branch and its headquarters in Plan- les-Ouates, Geneva, 39 Chemin du Champ des Filles, Switzerland for the purposes of creating libraries for ARM Cortex-M-based 32-bit microcon_ troller products commercialized by Licensee only, sublicensed and dis_ tributed under the terms and conditions of the End User License Agree_ ment supplied by STMicroelectronics International N.V. Full source code is available at: www.segger.com We appreciate your understanding and fairness. ---------------------------------------------------------------------- File : GUIConf.h Purpose : Configures emWins abilities, fonts etc. ---------------------------------------------------------------------- @attention Copyright (c) 2017 STMicroelectronics. All rights reserved. This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Palette Description The following are the entries of the palette table. The entries are stored as a 32-bit values of which 24 bits are actually used according to the following bit mask: 0xBBGGRR The lower 8 bits represent the Red component. The middle 8 bits represent the Green component. The highest 8 bits represent the Blue component.