|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
| #define | DCMI_PCKPOLARITY_FALLING 0x00000000U |
| #define | DCMI_PCKPOLARITY_RISING ((uint32_t)DCMI_CR_PCKPOL) |
| #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.
| #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.