threadx
+
0
/15 examples
SourceVu will show references to
tx_semaphore_create
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
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
tx_semaphore_create
tx_semaphore_create macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:1307
#define
tx_semaphore_create
(
s
,
n
,
i
)
_txe_semaphore_create
(
(
s
)
,
(
n
)
,
(
i
)
,
(
sizeof
(
TX_SEMAPHORE
)
)
)
Arguments
Argument
s
n
i
Examples
tx_semaphore_create
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_create
_tx_semaphore_create
tx_api.h:1073
#define
tx_semaphore_create
(
s
,
n
,
i
)
_txe_semaphore_create
(
(
s
)
,
(
n
)
,
(
i
)
,
(
sizeof
(
TX_SEMAPHORE
)
)
)
tx_api.h:1307
ret
=
tx_semaphore_create
(
&
txfr_idle_sem
,
"txfr_idle_semaphore"
,
0u
)
;
tx_freertos.c:197
ret
=
tx_semaphore_create
(
&
pxTaskBuffer
->
notification_sem
,
""
,
0u
)
;
tx_freertos.c:336
ret
=
tx_semaphore_create
(
&
p_task
->
notification_sem
,
""
,
0u
)
;
tx_freertos.c:409
ret
=
tx_semaphore_create
(
&
p_sem
->
sem
,
""
,
uxInitialCount
)
;
tx_freertos.c:1070
ret
=
tx_semaphore_create
(
&
pxSemaphoreBuffer
->
sem
,
""
,
uxInitialCount
)
;
tx_freertos.c:1100
ret
=
tx_semaphore_create
(
&
pxQueueBuffer
->
read_sem
,
""
,
0u
)
;
tx_freertos.c:1472
ret
=
tx_semaphore_create
(
&
pxQueueBuffer
->
write_sem
,
""
,
uxQueueLength
)
;
tx_freertos.c:1477
ret
=
tx_semaphore_create
(
&
p_queue
->
read_sem
,
""
,
0u
)
;
tx_freertos.c:1526
ret
=
tx_semaphore_create
(
&
p_queue
->
write_sem
,
""
,
uxQueueLength
)
;
tx_freertos.c:1531
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