HAL
__UART_HandleTypeDef::ReceptionType
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::ReceptionType
__UART_HandleTypeDef::ReceptionType field
Type of ongoing reception
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_uart.h:178
__IO
HAL_UART_RxTypeTypeDef
ReceptionType
;
Examples
References
from
examples
Code
Location
Referrer
__IO
HAL_UART_RxTypeTypeDef
ReceptionType
;
/*!< Type of ongoing reception */
stm32f4xx_hal_uart.h:178
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:700
HAL_UART_DeInit()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:1237
HAL_UART_Receive()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:1358
HAL_UART_Receive_IT()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:1452
HAL_UART_Receive_DMA()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_TOIDLE
;
stm32f4xx_hal_uart.c:1605
HAL_UARTEx_ReceiveToIdle()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_TOIDLE
;
stm32f4xx_hal_uart.c:1726
HAL_UARTEx_ReceiveToIdle_IT()
if
(
huart
->
ReceptionType
==
HAL_UART_RECEPTION_TOIDLE
)
stm32f4xx_hal_uart.c:1734
HAL_UARTEx_ReceiveToIdle_IT()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_TOIDLE
;
stm32f4xx_hal_uart.c:1786
HAL_UARTEx_ReceiveToIdle_DMA()
if
(
huart
->
ReceptionType
==
HAL_UART_RECEPTION_TOIDLE
)
stm32f4xx_hal_uart.c:1794
HAL_UARTEx_ReceiveToIdle_DMA()
if
(
huart
->
ReceptionType
==
HAL_UART_RECEPTION_TOIDLE
)
stm32f4xx_hal_uart.c:1866
HAL_UART_Abort()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:1931
HAL_UART_Abort()
if
(
huart
->
ReceptionType
==
HAL_UART_RECEPTION_TOIDLE
)
stm32f4xx_hal_uart.c:2006
HAL_UART_AbortReceive()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:2041
HAL_UART_AbortReceive()
if
(
huart
->
ReceptionType
==
HAL_UART_RECEPTION_TOIDLE
)
stm32f4xx_hal_uart.c:2069
HAL_UART_Abort_IT()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:2166
HAL_UART_Abort_IT()
if
(
huart
->
ReceptionType
==
HAL_UART_RECEPTION_TOIDLE
)
stm32f4xx_hal_uart.c:2279
HAL_UART_AbortReceive_IT()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:2310
HAL_UART_AbortReceive_IT()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:2329
HAL_UART_AbortReceive_IT()
if
(
(
huart
->
ReceptionType
==
HAL_UART_RECEPTION_TOIDLE
)
stm32f4xx_hal_uart.c:2479
HAL_UART_IRQHandler()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:2512
HAL_UART_IRQHandler()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:2551
HAL_UART_IRQHandler()
if
(
huart
->
ReceptionType
==
HAL_UART_RECEPTION_TOIDLE
)
stm32f4xx_hal_uart.c:3063
UART_DMAReceiveCplt()
if
(
huart
->
ReceptionType
==
HAL_UART_RECEPTION_TOIDLE
)
stm32f4xx_hal_uart.c:3075
UART_DMAReceiveCplt()
if
(
huart
->
ReceptionType
==
HAL_UART_RECEPTION_TOIDLE
)
stm32f4xx_hal_uart.c:3114
UART_DMARxHalfCplt()
if
(
huart
->
ReceptionType
==
HAL_UART_RECEPTION_TOIDLE
)
stm32f4xx_hal_uart.c:3342
UART_EndRxTransfer()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:3349
UART_EndRxTransfer()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:3408
UART_DMATxAbortCallback()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:3454
UART_DMARxAbortCallback()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:3511
UART_DMARxOnlyAbortCallback()
if
(
huart
->
ReceptionType
==
HAL_UART_RECEPTION_TOIDLE
)
stm32f4xx_hal_uart.c:3644
UART_Receive_IT()
huart
->
ReceptionType
=
HAL_UART_RECEPTION_STANDARD
;
stm32f4xx_hal_uart.c:3647
UART_Receive_IT()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
__UART_HandleTypeDef::ReceptionType
is written by 17 functions and is read by 11 functions:
HAL_UART_DeInit()
HAL_UART_Receive()
HAL_UART_Receive_IT()
HAL_UART_Receive_DMA()
HAL_UARTEx_ReceiveToIdle()
HAL_UARTEx_ReceiveToIdle_IT()
HAL_UARTEx_ReceiveToIdle_DMA()
HAL_UART_Abort()
HAL_UART_AbortReceive()
HAL_UART_Abort_IT()
HAL_UART_AbortReceive_IT()
HAL_UART_IRQHandler()
UART_EndRxTransfer()
UART_DMATxAbortCallback()
UART_DMARxAbortCallback()
UART_DMARxOnlyAbortCallback()
UART_Receive_IT()
All items filtered out
__UART_HandleTypeDef::ReceptionType
HAL_UARTEx_ReceiveToIdle_IT()
HAL_UARTEx_ReceiveToIdle_DMA()
HAL_UART_Abort()
HAL_UART_AbortReceive()
HAL_UART_Abort_IT()
HAL_UART_AbortReceive_IT()
HAL_UART_IRQHandler()
UART_DMAReceiveCplt()
UART_DMARxHalfCplt()
UART_EndRxTransfer()
UART_Receive_IT()
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