STM32F4xx_HAL_Driver  1.8.3
Peripheral Control functions

Peripheral Control functions. More...

+ Collaboration diagram for Peripheral Control functions:

Functions

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. More...
 
HAL_StatusTypeDef HAL_DCMI_EnableCrop (DCMI_HandleTypeDef *hdcmi)
 Enable the Crop feature. More...
 
HAL_StatusTypeDef HAL_DCMI_DisableCrop (DCMI_HandleTypeDef *hdcmi)
 Disable the Crop feature. More...
 
HAL_StatusTypeDef HAL_DCMI_ConfigSyncUnmask (DCMI_HandleTypeDef *hdcmi, DCMI_SyncUnmaskTypeDef *SyncUnmask)
 Set embedded synchronization delimiters unmasks. More...
 

Detailed Description

Peripheral Control functions.

 ===============================================================================
                    ##### Peripheral Control functions #####
 ===============================================================================
[..]  This section provides functions allowing to:
      (+) Configure the CROP feature.
      (+) Enable/Disable the CROP feature.

Function Documentation

◆ 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
hdcmipointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI.
X0DCMI window X offset
Y0DCMI window Y offset
XSizeDCMI Pixel per line
YSizeDCMI Line number
Return values
HALstatus

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
hdcmipointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI.
SyncUnmaskpointer to a DCMI_SyncUnmaskTypeDef structure that contains the embedded synchronization delimiters unmasks.
Return values
HALstatus

Definition at line 822 of file stm32f4xx_hal_dcmi.c.

◆ HAL_DCMI_DisableCrop()

HAL_StatusTypeDef HAL_DCMI_DisableCrop ( DCMI_HandleTypeDef hdcmi)

Disable the Crop feature.

Parameters
hdcmipointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI.
Return values
HALstatus

Definition at line 768 of file stm32f4xx_hal_dcmi.c.

◆ HAL_DCMI_EnableCrop()

HAL_StatusTypeDef HAL_DCMI_EnableCrop ( DCMI_HandleTypeDef hdcmi)

Enable the Crop feature.

Parameters
hdcmipointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI.
Return values
HALstatus

Definition at line 794 of file stm32f4xx_hal_dcmi.c.