IO operation functions.
More...
IO operation functions.
===============================================================================
##### IO operation functions #####
===============================================================================
[..] This section provides functions allowing to:
(+) Configure destination address and data length and
Enables DCMI DMA request and enables DCMI capture
(+) Stop the DCMI capture.
(+) Handles DCMI interrupt request.
◆ HAL_DCMI_ErrorCallback()
Error DCMI callback.
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
- Return values
-
Definition at line 652 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_FrameEventCallback()
Frame Event callback.
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
- Return values
-
Definition at line 697 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_IRQHandler()
Handles DCMI interrupt request.
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for the DCMI. |
- Return values
-
Definition at line 555 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_LineEventCallback()
Line Event callback.
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
- Return values
-
Definition at line 667 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_Resume()
Resume DCMI capture
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
- Return values
-
Definition at line 529 of file stm32f4xx_hal_dcmi.c.
◆ 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.
- Parameters
-
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. |
- Return values
-
Definition at line 347 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_Stop()
Disable DCMI DMA request and Disable DCMI capture.
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
- Return values
-
Definition at line 430 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_Suspend()
Suspend DCMI capture
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
- Return values
-
Definition at line 483 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_VsyncEventCallback()
VSYNC Event callback.
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
- Return values
-
Definition at line 682 of file stm32f4xx_hal_dcmi.c.