threadx
txfr_prio_fr_to_tx()
is only used within threadx.
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
txfr_prio_fr_to_tx()
txfr_prio_fr_to_tx() function
Syntax
Show:
Summary
Declaration
from
tx_freertos.c:147
static
uint32_t
txfr_prio_fr_to_tx
(
uint32_t
prio
)
;
Arguments
Argument
prio
Examples
References
from
examples
Code
Location
Referrer
static
uint32_t
txfr_prio_fr_to_tx
(
uint32_t
prio
)
tx_freertos.c:147
prio
=
txfr_prio_fr_to_tx
(
uxPriority
)
;
tx_freertos.c:342
xTaskCreateStatic()
prio
=
txfr_prio_fr_to_tx
(
uxPriority
)
;
tx_freertos.c:417
xTaskCreate()
priority
=
txfr_prio_fr_to_tx
(
priority
)
;
tx_freertos.c:621
vTaskPrioritySet()
Call Tree
from
examples
txfr_prio_fr_to_tx()
is called by 3 functions:
xTaskCreateStatic()
xTaskCreate()
vTaskPrioritySet()
All items filtered out
txfr_prio_fr_to_tx()
All items filtered out
Data Use
from
examples
txfr_prio_fr_to_tx()
:
All items filtered out
txfr_prio_fr_to_tx()
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