HAL
CEC_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
CEC_HandleTypeDef::ErrorCode
CEC_HandleTypeDef::ErrorCode field
For errors handling purposes, copy of ISR register in case error is reported
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_cec.h:191
uint32_t
ErrorCode
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
ErrorCode
;
/*!< For errors handling purposes, copy of ISR register
stm32f4xx_hal_cec.h:191
hcec
->
ErrorCode
=
HAL_CEC_ERROR_NONE
;
stm32f4xx_hal_cec.c:262
HAL_CEC_Init()
hcec
->
ErrorCode
=
HAL_CEC_ERROR_NONE
;
stm32f4xx_hal_cec.c:325
HAL_CEC_DeInit()
hcec
->
ErrorCode
=
HAL_CEC_ERROR_NONE
;
stm32f4xx_hal_cec.c:366
HAL_CEC_SetDeviceAddress()
hcec
->
ErrorCode
=
HAL_CEC_ERROR_NONE
;
stm32f4xx_hal_cec.c:717
HAL_CEC_Transmit_IT()
hcec
->
ErrorCode
=
HAL_CEC_ERROR_ARBLST
;
stm32f4xx_hal_cec.c:787
HAL_CEC_IRQHandler()
hcec
->
ErrorCode
=
HAL_CEC_ERROR_NONE
;
stm32f4xx_hal_cec.c:812
HAL_CEC_IRQHandler()
hcec
->
ErrorCode
=
HAL_CEC_ERROR_NONE
;
stm32f4xx_hal_cec.c:849
HAL_CEC_IRQHandler()
hcec
->
ErrorCode
=
itflag
;
stm32f4xx_hal_cec.c:861
HAL_CEC_IRQHandler()
return
hcec
->
ErrorCode
;
stm32f4xx_hal_cec.c:979
HAL_CEC_GetError()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
CEC_HandleTypeDef::ErrorCode
is written by 5 functions and is read by 1 function:
HAL_CEC_Init()
HAL_CEC_DeInit()
HAL_CEC_SetDeviceAddress()
HAL_CEC_Transmit_IT()
HAL_CEC_IRQHandler()
All items filtered out
CEC_HandleTypeDef::ErrorCode
HAL_CEC_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