HAL
__UART_HandleTypeDef::Lock
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::Lock
__UART_HandleTypeDef::Lock field
Locking object
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_uart.h:186
HAL_LockTypeDef
Lock
;
Examples
References
from
examples
Code
Location
Referrer
HAL_LockTypeDef
Lock
;
/*!< Locking object */
stm32f4xx_hal_uart.h:186
huart
->
Lock
=
HAL_UNLOCKED
;
stm32f4xx_hal_uart.c:384
HAL_UART_Init()
huart
->
Lock
=
HAL_UNLOCKED
;
stm32f4xx_hal_uart.c:451
HAL_HalfDuplex_Init()
huart
->
Lock
=
HAL_UNLOCKED
;
stm32f4xx_hal_uart.c:528
HAL_LIN_Init()
huart
->
Lock
=
HAL_UNLOCKED
;
stm32f4xx_hal_uart.c:611
HAL_MultiProcessor_Init()
__HAL_UNLOCK
(
huart
)
;
stm32f4xx_hal_uart.c:704
HAL_UART_DeInit()
__HAL_LOCK
(
huart
)
;
stm32f4xx_hal_uart.c:2759
HAL_LIN_SendBreak()
__HAL_UNLOCK
(
huart
)
;
stm32f4xx_hal_uart.c:2769
HAL_LIN_SendBreak()
__HAL_LOCK
(
huart
)
;
stm32f4xx_hal_uart.c:2786
HAL_MultiProcessor_EnterMuteMode()
__HAL_UNLOCK
(
huart
)
;
stm32f4xx_hal_uart.c:2797
HAL_MultiProcessor_EnterMuteMode()
__HAL_LOCK
(
huart
)
;
stm32f4xx_hal_uart.c:2814
HAL_MultiProcessor_ExitMuteMode()
__HAL_UNLOCK
(
huart
)
;
stm32f4xx_hal_uart.c:2825
HAL_MultiProcessor_ExitMuteMode()
__HAL_LOCK
(
huart
)
;
stm32f4xx_hal_uart.c:2841
HAL_HalfDuplex_EnableTransmitter()
__HAL_UNLOCK
(
huart
)
;
stm32f4xx_hal_uart.c:2860
HAL_HalfDuplex_EnableTransmitter()
__HAL_LOCK
(
huart
)
;
stm32f4xx_hal_uart.c:2876
HAL_HalfDuplex_EnableReceiver()
__HAL_UNLOCK
(
huart
)
;
stm32f4xx_hal_uart.c:2895
HAL_HalfDuplex_EnableReceiver()
__HAL_UNLOCK
(
huart
)
;
stm32f4xx_hal_uart.c:3215
UART_WaitOnFlagUntilTimeout()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
__UART_HandleTypeDef::Lock
is written by 11 functions and is read by 5 functions:
HAL_UART_Init()
HAL_HalfDuplex_Init()
HAL_LIN_Init()
HAL_MultiProcessor_Init()
HAL_UART_DeInit()
HAL_LIN_SendBreak()
HAL_MultiProcessor_EnterMuteMode()
HAL_MultiProcessor_ExitMuteMode()
HAL_HalfDuplex_EnableTransmitter()
HAL_HalfDuplex_EnableReceiver()
UART_WaitOnFlagUntilTimeout()
All items filtered out
__UART_HandleTypeDef::Lock
HAL_LIN_SendBreak()
HAL_MultiProcessor_EnterMuteMode()
HAL_MultiProcessor_ExitMuteMode()
HAL_HalfDuplex_EnableTransmitter()
HAL_HalfDuplex_EnableReceiver()
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