STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
AMPIRE480272_Exported_Constants

Macros

#define AMPIRE480272_WIDTH   ((uint16_t)480) /* LCD PIXEL WIDTH */
 AMPIRE480272 Size. More...
 
#define AMPIRE480272_HEIGHT   ((uint16_t)272) /* LCD PIXEL HEIGHT */
 
#define AMPIRE480272_HSYNC   ((uint16_t)41) /* Horizontal synchronization */
 AMPIRE480272 Timing. More...
 
#define AMPIRE480272_HBP   ((uint16_t)2) /* Horizontal back porch */
 
#define AMPIRE480272_HFP   ((uint16_t)2) /* Horizontal front porch */
 
#define AMPIRE480272_VSYNC   ((uint16_t)10) /* Vertical synchronization */
 
#define AMPIRE480272_VBP   ((uint16_t)2) /* Vertical back porch */
 
#define AMPIRE480272_VFP   ((uint16_t)2) /* Vertical front porch */
 
#define AMPIRE480272_FREQUENCY_DIVIDER   5 /* LCD Frequency divider */
 AMPIRE480272 frequency divider. More...
 

Detailed Description

Macro Definition Documentation

#define AMPIRE480272_FREQUENCY_DIVIDER   5 /* LCD Frequency divider */

AMPIRE480272 frequency divider.

Definition at line 92 of file ampire480272.h.

#define AMPIRE480272_HBP   ((uint16_t)2) /* Horizontal back porch */

Definition at line 83 of file ampire480272.h.

#define AMPIRE480272_HEIGHT   ((uint16_t)272) /* LCD PIXEL HEIGHT */

Definition at line 77 of file ampire480272.h.

#define AMPIRE480272_HFP   ((uint16_t)2) /* Horizontal front porch */

Definition at line 84 of file ampire480272.h.

#define AMPIRE480272_HSYNC   ((uint16_t)41) /* Horizontal synchronization */

AMPIRE480272 Timing.

Definition at line 82 of file ampire480272.h.

#define AMPIRE480272_VBP   ((uint16_t)2) /* Vertical back porch */

Definition at line 86 of file ampire480272.h.

#define AMPIRE480272_VFP   ((uint16_t)2) /* Vertical front porch */

Definition at line 87 of file ampire480272.h.

#define AMPIRE480272_VSYNC   ((uint16_t)10) /* Vertical synchronization */

Definition at line 85 of file ampire480272.h.

#define AMPIRE480272_WIDTH   ((uint16_t)480) /* LCD PIXEL WIDTH */

AMPIRE480272 Size.

Definition at line 76 of file ampire480272.h.