HAL
__UART_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
__UART_HandleTypeDef::ErrorCode
__UART_HandleTypeDef::ErrorCode field
UART Error code
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_uart.h:195
__IO
uint32_t
ErrorCode
;
Examples
References
from
examples
Code
Location
Referrer
__IO
uint32_t
ErrorCode
;
/*!< UART Error code */
stm32f4xx_hal_uart.h:195
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:420
HAL_UART_Init()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:490
HAL_HalfDuplex_Init()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:571
HAL_LIN_Init()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:655
HAL_MultiProcessor_Init()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:697
HAL_UART_DeInit()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:1149
HAL_UART_Transmit()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:1235
HAL_UART_Receive()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:1322
HAL_UART_Transmit_IT()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:1395
HAL_UART_Transmit_DMA()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:1603
HAL_UARTEx_ReceiveToIdle()
huart
->
ErrorCode
=
HAL_UART_ERROR_DMA
;
stm32f4xx_hal_uart.c:1888
HAL_UART_Abort()
huart
->
ErrorCode
=
HAL_UART_ERROR_DMA
;
stm32f4xx_hal_uart.c:1913
HAL_UART_Abort()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:1926
HAL_UART_Abort()
huart
->
ErrorCode
=
HAL_UART_ERROR_DMA
;
stm32f4xx_hal_uart.c:1970
HAL_UART_AbortTransmit()
huart
->
ErrorCode
=
HAL_UART_ERROR_DMA
;
stm32f4xx_hal_uart.c:2028
HAL_UART_AbortReceive()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:2161
HAL_UART_Abort_IT()
huart
->
ErrorCode
|=
HAL_UART_ERROR_PE
;
stm32f4xx_hal_uart.c:2377
HAL_UART_IRQHandler()
huart
->
ErrorCode
|=
HAL_UART_ERROR_NE
;
stm32f4xx_hal_uart.c:2383
HAL_UART_IRQHandler()
huart
->
ErrorCode
|=
HAL_UART_ERROR_FE
;
stm32f4xx_hal_uart.c:2389
HAL_UART_IRQHandler()
huart
->
ErrorCode
|=
HAL_UART_ERROR_ORE
;
stm32f4xx_hal_uart.c:2396
HAL_UART_IRQHandler()
if
(
huart
->
ErrorCode
!=
HAL_UART_ERROR_NONE
)
stm32f4xx_hal_uart.c:2400
HAL_UART_IRQHandler()
if
(
(
(
huart
->
ErrorCode
&
HAL_UART_ERROR_ORE
)
!=
RESET
)
||
dmarequest
)
stm32f4xx_hal_uart.c:2411
HAL_UART_IRQHandler()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:2471
HAL_UART_IRQHandler()
return
huart
->
ErrorCode
;
stm32f4xx_hal_uart.c:2945
HAL_UART_GetError()
huart
->
ErrorCode
|=
HAL_UART_ERROR_DMA
;
stm32f4xx_hal_uart.c:3164
UART_DMAError()
huart
->
ErrorCode
=
HAL_UART_ERROR_ORE
;
stm32f4xx_hal_uart.c:3212
UART_WaitOnFlagUntilTimeout()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:3242
UART_Start_Receive_IT()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:3278
UART_Start_Receive_DMA()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:3403
UART_DMATxAbortCallback()
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:3449
UART_DMARxAbortCallback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
__UART_HandleTypeDef::ErrorCode
is written by 21 functions and is read by 3 functions:
HAL_UART_Init()
HAL_HalfDuplex_Init()
HAL_LIN_Init()
HAL_MultiProcessor_Init()
HAL_UART_DeInit()
HAL_UART_Transmit()
HAL_UART_Receive()
HAL_UART_Transmit_IT()
HAL_UART_Transmit_DMA()
HAL_UARTEx_ReceiveToIdle()
HAL_UART_Abort()
HAL_UART_AbortTransmit()
HAL_UART_AbortReceive()
HAL_UART_Abort_IT()
HAL_UART_IRQHandler()
UART_DMAError()
UART_WaitOnFlagUntilTimeout()
UART_Start_Receive_IT()
UART_Start_Receive_DMA()
UART_DMATxAbortCallback()
UART_DMARxAbortCallback()
All items filtered out
__UART_HandleTypeDef::ErrorCode
HAL_UART_IRQHandler()
HAL_UART_GetError()
UART_DMAError()
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