HAL
HAL_DCMI_ConfigCrop()
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
HAL_DCMI_ConfigCrop()
HAL_DCMI_ConfigCrop() function
Configure the DCMI CROP coordinate.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_dcmi.h:466
HAL_StatusTypeDef
HAL_DCMI_ConfigCrop
(
DCMI_HandleTypeDef
*
hdcmi
,
uint32_t
X0
,
uint32_t
Y0
,
uint32_t
XSize
,
uint32_t
YSize
)
;
Implemented in
stm32f4xx_hal_dcmi.c:735
Arguments
Argument
Declared as
Description
hdcmi
DCMI_HandleTypeDef
*
pointer to a DCMI_HandleTypeDef structure that contains the configuration information for DCMI.
X0
uint32_t
DCMI window X offset
Y0
uint32_t
DCMI window Y offset
XSize
uint32_t
DCMI Pixel per line
YSize
uint32_t
DCMI Line number
Return value
HAL status
Related Functions
Found 20 other functions taking a
__DCMI_HandleTypeDef
argument:
Function
Description
HAL_DCMI_Start_DMA()
Enables DCMI DMA request and enables DCMI capture
HAL_DCMI_Init()
Initializes the DCMI according to the specified parameters in the DCMI_InitTypeDef and create the associated handle.
HAL_DCMI_ErrorCallback()
Error DCMI callback.
HAL_DCMI_LineEventCallback()
Line Event callback.
HAL_DCMI_FrameEventCallback()
Frame Event callback.
HAL_DCMI_VsyncEventCallback()
VSYNC Event callback.
HAL_DCMI_MspInit()
Initializes the DCMI MSP.
HAL_DCMI_Stop()
Disable DCMI DMA request and Disable DCMI capture
HAL_DCMI_Suspend()
Suspend DCMI capture
HAL_DCMI_Resume()
Resume DCMI capture
HAL_DCMI_IRQHandler()
Handles DCMI interrupt request.
HAL_DCMI_DeInit()
Deinitializes the DCMI peripheral registers to their default reset values.
HAL_DCMI_MspDeInit()
DeInitializes the DCMI MSP.
HAL_DCMI_EnableCrop()
Enable the Crop feature.
HAL_DCMI_DisableCrop()
Disable the Crop feature.
HAL_DCMI_ConfigSyncUnmask()
Set embedded synchronization delimiters unmasks.
HAL_DCMI_GetState()
Return the DCMI state
HAL_DCMI_GetError()
Return the DCMI error code
HAL_DCMI_VsyncCallback()
HAL_DCMI_HsyncCallback()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out