STM32F439xx HAL User Manual
Defines
DCMI Window Vertical Line
DCMI Exported Constants

Defines

#define DCMI_POSITION_CWSIZE_VLINE   (uint32_t)DCMI_CWSIZE_VLINE_Pos
#define DCMI_POSITION_CWSTRT_VST   (uint32_t)DCMI_CWSTRT_VST_Pos

Define Documentation

#define DCMI_POSITION_CWSIZE_VLINE   (uint32_t)DCMI_CWSIZE_VLINE_Pos

Required left shift to set crop window vertical line count

Definition at line 234 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_ConfigCrop().

#define DCMI_POSITION_CWSTRT_VST   (uint32_t)DCMI_CWSTRT_VST_Pos

Required left shift to set crop window vertical start line count

Definition at line 235 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_ConfigCrop().