CMSIS + 0/59 examples
CodeScope will show references to LTDC_TypeDef from the following samples and libraries:
Drivers
Boards
Examples
STM32469I-Discovery
Demonstrations
Applications
Display
STemWin
Examples
LCD_DSI
STM32469I_EVAL
Demonstrations
Applications
Camera
Display
STemWin
Examples
DCMI
LCD_DSI
STM32F429I-Discovery
Demonstrations
Applications
STemWin
Examples
DMA2D
LTDC
STM324x9I_EVAL
Applications
STemWin
Demonstrations
STemWin
Examples
DMA2D
LTDC
 
Symbols
loading...
Files
loading...

LTDC_TypeDef struct

LCD-TFT Display Controller

Syntax

typedef struct {   uint32_t      RESERVED0[2];     __IO uint32_t SSCR;             __IO uint32_t BPCR;             __IO uint32_t AWCR;             __IO uint32_t TWCR;             __IO uint32_t GCR;              uint32_t      RESERVED1[2];     __IO uint32_t SRCR;             uint32_t      RESERVED2[1];     __IO uint32_t BCCR;             uint32_t      RESERVED3[1];     __IO uint32_t IER;              __IO uint32_t ISR;              __IO uint32_t ICR;              __IO uint32_t LIPCR;            __IO uint32_t CPSR;             __IO uint32_t CDSR;           } LTDC_TypeDef;

Fields

RESERVED0

Reserved, 0x00-0x04. Read more...

SSCR

LTDC Synchronization Size Configuration Register, Address offset: 0x08. Read more...

BPCR

LTDC Back Porch Configuration Register, Address offset: 0x0C. Read more...

AWCR

LTDC Active Width Configuration Register, Address offset: 0x10. Read more...

TWCR

LTDC Total Width Configuration Register, Address offset: 0x14. Read more...

GCR

LTDC Global Control Register, Address offset: 0x18. Read more...

RESERVED1

Reserved, 0x1C-0x20. Read more...

SRCR

LTDC Shadow Reload Configuration Register, Address offset: 0x24. Read more...

RESERVED2

Reserved, 0x28. Read more...

BCCR

LTDC Background Color Configuration Register, Address offset: 0x2C. Read more...

RESERVED3

Reserved, 0x30. Read more...

IER

LTDC Interrupt Enable Register, Address offset: 0x34. Read more...

ISR

LTDC Interrupt Status Register, Address offset: 0x38. Read more...

ICR

LTDC Interrupt Clear Register, Address offset: 0x3C. Read more...

LIPCR

LTDC Line Interrupt Position Configuration Register, Address offset: 0x40. Read more...

CPSR

LTDC Current Position Status Register, Address offset: 0x44. Read more...

CDSR

LTDC Current Display Status Register, Address offset: 0x48. Read more...

Examples

LTDC_TypeDef is referenced by 59 libraries and example projects.