threadx
+
0
/15 examples
SourceVu will show references to
tx_semaphore_get
from the following samples and libraries:
Libraries
usbx
cmsis_rtos_threadx
Examples
STM32469I-Discovery
Applications
FileX
Fx_Dual_Instance
Fx_MultiAccess
Fx_uSD_File_Edit
FX_IAP
IAP_main
USBX
Ux_Device_CDC_ECM
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_MQTT_Client
Nx_SNTP_Client
Nx_TCP_Echo_Client
Nx_TCP_Echo_Server
Nx_UDP_Echo_Client
Nx_UDP_Echo_Server
Nx_WebServer
ThreadX
Tx_LowPower
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
threadx
tx_semaphore_get
tx_semaphore_get macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:1309
#define
tx_semaphore_get
_txe_semaphore_get
Examples
tx_semaphore_get
is referenced by 15 libraries and example projects:
Libraries
usbx
cmsis_rtos_threadx
Examples
STM32469I-Discovery
Applications
FileX
Fx_Dual_Instance
Fx_MultiAccess
Fx_uSD_File_Edit
FX_IAP
IAP_main
USBX
Ux_Device_CDC_ECM
STM32F429ZI-Nucleo
Applications
NetXDuo
Nx_MQTT_Client
Nx_SNTP_Client
Nx_TCP_Echo_Client
Nx_TCP_Echo_Server
Nx_UDP_Echo_Client
Nx_UDP_Echo_Server
Nx_WebServer
ThreadX
Tx_LowPower
References
from
0/15
examples
Code
Location
#define
tx_semaphore_get
_tx_semaphore_get
tx_api.h:1075
#define
tx_semaphore_get
_txe_semaphore_get
tx_api.h:1309
ret
=
tx_semaphore_get
(
&
txfr_idle_sem
,
TX_WAIT_FOREVER
)
;
tx_freertos.c:109
ret
=
tx_semaphore_get
(
&
p_task
->
notification_sem
,
0u
)
;
tx_freertos.c:764
ret
=
tx_semaphore_get
(
&
p_task
->
notification_sem
,
timeout
)
;
tx_freertos.c:783
ret
=
tx_semaphore_get
(
&
p_task
->
notification_sem
,
0u
)
;
tx_freertos.c:821
ret
=
tx_semaphore_get
(
&
p_task
->
notification_sem
,
timeout
)
;
tx_freertos.c:838
ret
=
tx_semaphore_get
(
&
p_task
->
notification_sem
,
0u
)
;
tx_freertos.c:1004
ret
=
tx_semaphore_get
(
&
xSemaphore
->
sem
,
timeout
)
;
tx_freertos.c:1275
ret
=
tx_semaphore_get
(
&
xSemaphore
->
sem
,
0u
)
;
tx_freertos.c:1294
ret
=
tx_semaphore_get
(
&
xMutex
->
sem
,
timeout
)
;
tx_freertos.c:1323
ret
=
tx_semaphore_get
(
&
xQueue
->
write_sem
,
timeout
)
;
tx_freertos.c:1579
ret
=
tx_semaphore_get
(
&
xQueue
->
write_sem
,
timeout
)
;
tx_freertos.c:1669
ret
=
tx_semaphore_get
(
&
xQueue
->
read_sem
,
timeout
)
;
tx_freertos.c:1745
ret
=
tx_semaphore_get
(
&
xQueue
->
read_sem
,
timeout
)
;
tx_freertos.c:1802
Call Tree
from
0/15
examples
All items filtered out
All items filtered out
Data Use
from
0/15
examples
All items filtered out
All items filtered out
Class Tree
from
0/15
examples
All items filtered out
All items filtered out
Override Tree
from
0/15
examples
All items filtered out
All items filtered out
Implementations
from
0/15
examples
All items filtered out
All items filtered out
Instances
from
0/15
examples
Lifecycle
from
0/15
examples
All items filtered out
All items filtered out