STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
Collaboration diagram for DCMI PIXCK Polarity:

Macros

#define DCMI_PCKPOLARITY_FALLING   0x00000000U
 
#define DCMI_PCKPOLARITY_RISING   ((uint32_t)DCMI_CR_PCKPOL)
 

Detailed Description

Macro Definition Documentation

◆ DCMI_PCKPOLARITY_FALLING

#define DCMI_PCKPOLARITY_FALLING   0x00000000U

#include <stm32f4xx_hal_dcmi.h>

Pixel clock active on Falling edge

Definition at line 172 of file stm32f4xx_hal_dcmi.h.

◆ DCMI_PCKPOLARITY_RISING

#define DCMI_PCKPOLARITY_RISING   ((uint32_t)DCMI_CR_PCKPOL)

#include <stm32f4xx_hal_dcmi.h>

Pixel clock active on Rising edge

Definition at line 173 of file stm32f4xx_hal_dcmi.h.