hdcmi: pointer to a DCMI_HandleTypeDef structure that
contains the configuration information for DCMI.
HAL_DCMI_VsyncCallback
void HAL_DCMI_VsyncCallback (DCMI_HandleTypeDef *
hdcmi)
HAL_DCMI_HsyncCallback
void HAL_DCMI_HsyncCallback (DCMI_HandleTypeDef *
hdcmi)
HAL_DCMI_IRQHandler
void HAL_DCMI_IRQHandler (DCMI_HandleTypeDef * hdcmi)
Handles DCMI interrupt request.
hdcmi: pointer to a DCMI_HandleTypeDef structure that
contains the configuration information for the DCMI.
HAL_DCMI_ConfigCrop
HAL_StatusTypeDef HAL_DCMI_ConfigCrop
(DCMI_HandleTypeDef * hdcmi, uint32_t X0, uint32_t Y0,
uint32_t XSize, uint32_t YSize)
Configure the DCMI CROP coordinate.
hdcmi: pointer to a DCMI_HandleTypeDef structure that
contains the configuration information for DCMI.
X0: DCMI window X offset
Y0: DCMI window Y offset
XSize: DCMI Pixel per line
YSize: DCMI Line number
HAL_DCMI_EnableCrop
HAL_StatusTypeDef HAL_DCMI_EnableCrop
(DCMI_HandleTypeDef * hdcmi)
hdcmi: pointer to a DCMI_HandleTypeDef structure that
contains the configuration information for DCMI.