HAL
__DCMI_HandleTypeDef::ErrorCode
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
__DCMI_HandleTypeDef::ErrorCode
__DCMI_HandleTypeDef::ErrorCode field
DCMI Error code
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_dcmi.h:95
__IO
uint32_t
ErrorCode
;
Examples
References
from
examples
Code
Location
Referrer
__IO
uint32_t
ErrorCode
;
/*!< DCMI Error code */
stm32f4xx_hal_dcmi.h:95
hdcmi
->
ErrorCode
=
HAL_DCMI_ERROR_NONE
;
stm32f4xx_hal_dcmi.c:246
HAL_DCMI_Init()
hdcmi
->
ErrorCode
=
HAL_DCMI_ERROR_NONE
;
stm32f4xx_hal_dcmi.c:277
HAL_DCMI_DeInit()
hdcmi
->
ErrorCode
|=
HAL_DCMI_ERROR_TIMEOUT
;
stm32f4xx_hal_dcmi.c:450
HAL_DCMI_Stop()
hdcmi
->
ErrorCode
|=
HAL_DCMI_ERROR_NONE
;
stm32f4xx_hal_dcmi.c:465
HAL_DCMI_Stop()
hdcmi
->
ErrorCode
|=
HAL_DCMI_ERROR_TIMEOUT
;
stm32f4xx_hal_dcmi.c:505
HAL_DCMI_Suspend()
hdcmi
->
ErrorCode
|=
HAL_DCMI_ERROR_SYNC
;
stm32f4xx_hal_dcmi.c:566
HAL_DCMI_IRQHandler()
hdcmi
->
ErrorCode
|=
HAL_DCMI_ERROR_OVR
;
stm32f4xx_hal_dcmi.c:584
HAL_DCMI_IRQHandler()
return
hdcmi
->
ErrorCode
;
stm32f4xx_hal_dcmi.c:884
HAL_DCMI_GetError()
hdcmi
->
ErrorCode
=
HAL_DCMI_ERROR_NONE
;
stm32f4xx_hal_dcmi_ex.c:162
HAL_DCMI_Init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
__DCMI_HandleTypeDef::ErrorCode
is written by 5 functions and is read by 4 functions:
HAL_DCMI_Init()
HAL_DCMI_DeInit()
HAL_DCMI_Stop()
HAL_DCMI_Suspend()
HAL_DCMI_IRQHandler()
All items filtered out
__DCMI_HandleTypeDef::ErrorCode
HAL_DCMI_Stop()
HAL_DCMI_Suspend()
HAL_DCMI_IRQHandler()
HAL_DCMI_GetError()
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