HAL
HAL_UART_ERROR_NONE
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
HAL_UART_ERROR_NONE
HAL_UART_ERROR_NONE macro
No error
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_uart.h:256
#define
HAL_UART_ERROR_NONE
0x00000000U
Examples
References
from
examples
Code
Location
#define
HAL_UART_ERROR_NONE
0x00000000U
/*!< No error */
stm32f4xx_hal_uart.h:256
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:420
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:490
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:571
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:655
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:697
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:1149
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:1235
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:1322
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:1395
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:1603
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:1926
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:2161
if
(
huart
->
ErrorCode
!=
HAL_UART_ERROR_NONE
)
stm32f4xx_hal_uart.c:2400
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:2471
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:3242
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:3278
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:3403
huart
->
ErrorCode
=
HAL_UART_ERROR_NONE
;
stm32f4xx_hal_uart.c:3449
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