STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
AMPIRE640480_Exported_Constants

Macros

#define AMPIRE640480_WIDTH   ((uint16_t)640) /* LCD PIXEL WIDTH */
 AMPIRE640480 Size. More...
 
#define AMPIRE640480_HEIGHT   ((uint16_t)480) /* LCD PIXEL HEIGHT */
 
#define AMPIRE640480_HSYNC   ((uint16_t)30) /* Horizontal synchronization */
 AMPIRE640480 Timing. More...
 
#define AMPIRE640480_HBP   ((uint16_t)114) /* Horizontal back porch */
 
#define AMPIRE640480_HFP   ((uint16_t)16) /* Horizontal front porch */
 
#define AMPIRE640480_VSYNC   ((uint16_t)3) /* Vertical synchronization */
 
#define AMPIRE640480_VBP   ((uint16_t)32) /* Vertical back porch */
 
#define AMPIRE640480_VFP   ((uint16_t)10) /* Vertical front porch */
 
#define AMPIRE640480_FREQUENCY_DIVIDER   3 /* LCD Frequency divider */
 AMPIRE640480 frequency divider. More...
 

Detailed Description

Macro Definition Documentation

#define AMPIRE640480_FREQUENCY_DIVIDER   3 /* LCD Frequency divider */

AMPIRE640480 frequency divider.

Definition at line 92 of file ampire640480.h.

#define AMPIRE640480_HBP   ((uint16_t)114) /* Horizontal back porch */

Definition at line 83 of file ampire640480.h.

#define AMPIRE640480_HEIGHT   ((uint16_t)480) /* LCD PIXEL HEIGHT */

Definition at line 77 of file ampire640480.h.

#define AMPIRE640480_HFP   ((uint16_t)16) /* Horizontal front porch */

Definition at line 84 of file ampire640480.h.

#define AMPIRE640480_HSYNC   ((uint16_t)30) /* Horizontal synchronization */

AMPIRE640480 Timing.

Definition at line 82 of file ampire640480.h.

#define AMPIRE640480_VBP   ((uint16_t)32) /* Vertical back porch */

Definition at line 86 of file ampire640480.h.

#define AMPIRE640480_VFP   ((uint16_t)10) /* Vertical front porch */

Definition at line 87 of file ampire640480.h.

#define AMPIRE640480_VSYNC   ((uint16_t)3) /* Vertical synchronization */

Definition at line 85 of file ampire640480.h.

#define AMPIRE640480_WIDTH   ((uint16_t)640) /* LCD PIXEL WIDTH */

AMPIRE640480 Size.

Definition at line 76 of file ampire640480.h.