threadx
+
0
/3 examples
SourceVu will show references to
TX_NO_ACTIVATE
from the following samples and libraries:
Libraries
netxduo
usbx
cmsis_rtos_threadx
Symbol previews are coming soon...
Symbols
loading (3/4)...
Files
loading (4/4)...
threadx
filex
cmsis_rtos_threadx
netxduo
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
TX_NO_ACTIVATE
TX_NO_ACTIVATE macro
Syntax
Show:
Summary
Declaration
from
tx_api.h:144
#define
TX_NO_ACTIVATE
(
(
UINT
)
0
)
Examples
TX_NO_ACTIVATE
is referenced by 3 libraries and example projects:
Libraries
netxduo
usbx
cmsis_rtos_threadx
References
from
0/3
examples
Code
Location
#define
TX_NO_ACTIVATE
(
(
UINT
)
0
)
tx_api.h:144
ret
=
tx_timer_create
(
&
p_timer
->
timer
,
(
char
*
)
pcTimerName
,
txfr_timer_callback_wrapper
,
(
ULONG
)
p_timer
,
xTimerPeriod
,
resch_ticks
,
TX_NO_ACTIVATE
)
;
tx_freertos.c:2276
ret
=
tx_timer_create
(
&
pxTimerBuffer
->
timer
,
(
char
*
)
pcTimerName
,
txfr_timer_callback_wrapper
,
(
ULONG
)
pxTimerBuffer
,
xTimerPeriod
,
resch_ticks
,
TX_NO_ACTIVATE
)
;
tx_freertos.c:2317
if
(
auto_activate
!=
TX_NO_ACTIVATE
)
txe_timer_create.c:184
Call Tree
from
0/3
examples
All items filtered out
All items filtered out
Data Use
from
0/3
examples
All items filtered out
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out