threadx
txfr_idle_sem
is only used within threadx.
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
txfr_idle_sem
txfr_idle_sem variable
Syntax
Show:
Summary
Declaration
from
tx_freertos.c:51
static
TX_SEMAPHORE
txfr_idle_sem
;
Examples
References
from
examples
Code
Location
Referrer
static
TX_SEMAPHORE
txfr_idle_sem
;
tx_freertos.c:51
ret
=
tx_semaphore_get
(
&
txfr_idle_sem
,
TX_WAIT_FOREVER
)
;
tx_freertos.c:109
txfr_idle_task_entry()
ret
=
tx_semaphore_create
(
&
txfr_idle_sem
,
"txfr_idle_semaphore"
,
0u
)
;
tx_freertos.c:197
tx_freertos_init()
ret
=
tx_semaphore_put
(
&
txfr_idle_sem
)
;
tx_freertos.c:479
vTaskDelete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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