STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for LTDC PC POLARITY:

Macros

#define LTDC_PCPOLARITY_IPC   0x00000000U
 
#define LTDC_PCPOLARITY_IIPC   LTDC_GCR_PCPOL
 

Detailed Description

Macro Definition Documentation

◆ LTDC_PCPOLARITY_IPC

#define LTDC_PCPOLARITY_IPC   0x00000000U

#include <stm32f4xx_hal_ltdc.h>

input pixel clock.

Definition at line 297 of file stm32f4xx_hal_ltdc.h.

◆ LTDC_PCPOLARITY_IIPC

#define LTDC_PCPOLARITY_IIPC   LTDC_GCR_PCPOL

#include <stm32f4xx_hal_ltdc.h>

inverted input pixel clock.

Definition at line 298 of file stm32f4xx_hal_ltdc.h.