HAL
__UART_HandleTypeDef::RxEventType
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::RxEventType
__UART_HandleTypeDef::RxEventType field
Type of Rx Event
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_uart.h:180
__IO
HAL_UART_RxEventTypeTypeDef
RxEventType
;
Examples
References
from
examples
Code
Location
Referrer
__IO
HAL_UART_RxEventTypeTypeDef
RxEventType
;
/*!< Type of Rx Event */
stm32f4xx_hal_uart.h:180
huart
->
RxEventType
=
HAL_UART_RXEVENT_TC
;
stm32f4xx_hal_uart.c:423
HAL_UART_Init()
huart
->
RxEventType
=
HAL_UART_RXEVENT_TC
;
stm32f4xx_hal_uart.c:493
HAL_HalfDuplex_Init()
huart
->
RxEventType
=
HAL_UART_RXEVENT_TC
;
stm32f4xx_hal_uart.c:574
HAL_LIN_Init()
huart
->
RxEventType
=
HAL_UART_RXEVENT_TC
;
stm32f4xx_hal_uart.c:658
HAL_MultiProcessor_Init()
huart
->
RxEventType
=
HAL_UART_RXEVENT_TC
;
stm32f4xx_hal_uart.c:701
HAL_UART_DeInit()
huart
->
RxEventType
=
HAL_UART_RXEVENT_TC
;
stm32f4xx_hal_uart.c:1606
HAL_UARTEx_ReceiveToIdle()
huart
->
RxEventType
=
HAL_UART_RXEVENT_IDLE
;
stm32f4xx_hal_uart.c:1642
HAL_UARTEx_ReceiveToIdle()
huart
->
RxEventType
=
HAL_UART_RXEVENT_TC
;
stm32f4xx_hal_uart.c:1727
HAL_UARTEx_ReceiveToIdle_IT()
huart
->
RxEventType
=
HAL_UART_RXEVENT_TC
;
stm32f4xx_hal_uart.c:1787
HAL_UARTEx_ReceiveToIdle_DMA()
return
(
huart
->
RxEventType
)
;
stm32f4xx_hal_uart.c:1844
HAL_UARTEx_GetRxEventType()
huart
->
RxEventType
=
HAL_UART_RXEVENT_IDLE
;
stm32f4xx_hal_uart.c:2522
HAL_UART_IRQHandler()
huart
->
RxEventType
=
HAL_UART_RXEVENT_IDLE
;
stm32f4xx_hal_uart.c:2557
HAL_UART_IRQHandler()
huart
->
RxEventType
=
HAL_UART_RXEVENT_TC
;
stm32f4xx_hal_uart.c:2794
HAL_MultiProcessor_EnterMuteMode()
huart
->
RxEventType
=
HAL_UART_RXEVENT_TC
;
stm32f4xx_hal_uart.c:2822
HAL_MultiProcessor_ExitMuteMode()
huart
->
RxEventType
=
HAL_UART_RXEVENT_TC
;
stm32f4xx_hal_uart.c:3071
UART_DMAReceiveCplt()
huart
->
RxEventType
=
HAL_UART_RXEVENT_HT
;
stm32f4xx_hal_uart.c:3110
UART_DMARxHalfCplt()
huart
->
RxEventType
=
HAL_UART_RXEVENT_TC
;
stm32f4xx_hal_uart.c:3640
UART_Receive_IT()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
__UART_HandleTypeDef::RxEventType
is written by 14 functions and is read by 1 function:
HAL_UART_Init()
HAL_HalfDuplex_Init()
HAL_LIN_Init()
HAL_MultiProcessor_Init()
HAL_UART_DeInit()
HAL_UARTEx_ReceiveToIdle()
HAL_UARTEx_ReceiveToIdle_IT()
HAL_UARTEx_ReceiveToIdle_DMA()
HAL_UART_IRQHandler()
HAL_MultiProcessor_EnterMuteMode()
HAL_MultiProcessor_ExitMuteMode()
UART_DMAReceiveCplt()
UART_DMARxHalfCplt()
UART_Receive_IT()
All items filtered out
__UART_HandleTypeDef::RxEventType
HAL_UARTEx_GetRxEventType()
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