contains the configuration information for DCMI.
HAL_DCMI_MspInit
void HAL_DCMI_MspInit (DCMI_HandleTypeDef * hdcmi)
Initializes the DCMI MSP.
hdcmi: pointer to a DCMI_HandleTypeDef structure that
contains the configuration information for DCMI.
HAL_DCMI_MspDeInit
void HAL_DCMI_MspDeInit (DCMI_HandleTypeDef * hdcmi)
DeInitializes the DCMI MSP.
hdcmi: pointer to a DCMI_HandleTypeDef structure that
contains the configuration information for DCMI.
HAL_DCMI_Start_DMA
HAL_StatusTypeDef HAL_DCMI_Start_DMA
(DCMI_HandleTypeDef * hdcmi, uint32_t DCMI_Mode, uint32_t
pData, uint32_t Length)
Enables DCMI DMA request and enables DCMI capture.
hdcmi: pointer to a DCMI_HandleTypeDef structure that
contains the configuration information for DCMI.
DCMI_Mode: DCMI capture mode snapshot or continuous
grab.
pData: The destination memory Buffer address (LCD Frame
buffer).
Length: The length of capture to be transferred.
HAL_DCMI_Stop
HAL_StatusTypeDef HAL_DCMI_Stop (DCMI_HandleTypeDef *
hdcmi)
Disable DCMI DMA request and Disable DCMI capture.
hdcmi: pointer to a DCMI_HandleTypeDef structure that
contains the configuration information for DCMI.
HAL_DCMI_Suspend
HAL_StatusTypeDef HAL_DCMI_Suspend
(DCMI_HandleTypeDef * hdcmi)