Peripheral Control functions.
More...
Peripheral Control functions.
===============================================================================
##### Peripheral Control functions #####
===============================================================================
[..] This section provides functions allowing to:
(+) Configure the CROP feature.
(+) Enable/Disable the CROP feature.
◆ 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.
- Parameters
-
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 |
- Return values
-
Definition at line 735 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_ConfigSyncUnmask()
HAL_StatusTypeDef HAL_DCMI_ConfigSyncUnmask |
( |
DCMI_HandleTypeDef * |
hdcmi, |
|
|
DCMI_SyncUnmaskTypeDef * |
SyncUnmask |
|
) |
| |
Set embedded synchronization delimiters unmasks.
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
SyncUnmask | pointer to a DCMI_SyncUnmaskTypeDef structure that contains the embedded synchronization delimiters unmasks. |
- Return values
-
Definition at line 822 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_DisableCrop()
Disable the Crop feature.
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
- Return values
-
Definition at line 768 of file stm32f4xx_hal_dcmi.c.
◆ HAL_DCMI_EnableCrop()
Enable the Crop feature.
- Parameters
-
hdcmi | pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI. |
- Return values
-
Definition at line 794 of file stm32f4xx_hal_dcmi.c.