STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
__DCMI_HandleTypeDef Struct Reference

DCMI handle Structure definition. More...

#include <stm32f4xx_hal_dcmi.h>

Collaboration diagram for __DCMI_HandleTypeDef:

Data Fields

DCMI_TypeDef * Instance
 
DCMI_InitTypeDef Init
 
HAL_LockTypeDef Lock
 
__IO HAL_DCMI_StateTypeDef State
 
__IO uint32_t XferCount
 
__IO uint32_t XferSize
 
uint32_t XferTransferNumber
 
uint32_t pBuffPtr
 
DMA_HandleTypeDefDMA_Handle
 
__IO uint32_t ErrorCode
 

Detailed Description

DCMI handle Structure definition.

Definition at line 75 of file stm32f4xx_hal_dcmi.h.

Field Documentation

◆ Instance

◆ Init

DCMI_InitTypeDef __DCMI_HandleTypeDef::Init

DCMI parameters

Definition at line 79 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init().

◆ Lock

HAL_LockTypeDef __DCMI_HandleTypeDef::Lock

DCMI locking object

Definition at line 81 of file stm32f4xx_hal_dcmi.h.

Referenced by HAL_DCMI_Init().

◆ State

◆ XferCount

__IO uint32_t __DCMI_HandleTypeDef::XferCount

DMA transfer counter

Definition at line 85 of file stm32f4xx_hal_dcmi.h.

Referenced by DCMI_DMAXferCplt(), and HAL_DCMI_Start_DMA().

◆ XferSize

__IO uint32_t __DCMI_HandleTypeDef::XferSize

DMA transfer size

Definition at line 87 of file stm32f4xx_hal_dcmi.h.

Referenced by DCMI_DMAXferCplt(), and HAL_DCMI_Start_DMA().

◆ XferTransferNumber

uint32_t __DCMI_HandleTypeDef::XferTransferNumber

DMA transfer number

Definition at line 89 of file stm32f4xx_hal_dcmi.h.

Referenced by DCMI_DMAXferCplt(), and HAL_DCMI_Start_DMA().

◆ pBuffPtr

uint32_t __DCMI_HandleTypeDef::pBuffPtr

Pointer to DMA output buffer

Definition at line 91 of file stm32f4xx_hal_dcmi.h.

Referenced by DCMI_DMAXferCplt(), and HAL_DCMI_Start_DMA().

◆ DMA_Handle

DMA_HandleTypeDef* __DCMI_HandleTypeDef::DMA_Handle

Pointer to the DMA handler

Definition at line 93 of file stm32f4xx_hal_dcmi.h.

Referenced by DCMI_DMAError(), DCMI_DMAXferCplt(), HAL_DCMI_IRQHandler(), HAL_DCMI_Start_DMA(), and HAL_DCMI_Stop().

◆ ErrorCode

__IO uint32_t __DCMI_HandleTypeDef::ErrorCode

The documentation for this struct was generated from the following file: