threadx
+
0
/1 examples
SourceVu will show references to
txfr_task
from the following samples and libraries:
Examples
STM32F429ZI-Nucleo
Applications
ThreadX
Tx_FreeRTOS_Wrapper
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
txfr_task
txfr_task struct
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:166
typedef
struct
txfr_task
txfr_task_t
;
Implemented in
FreeRTOS.h:169
Fields
Field
Declared as
txfr_task::p_next
txfr_task_t
*
txfr_task::thread
TX_THREAD
txfr_task::p_task_func
TaskFunction_t
txfr_task::p_task_arg
void
*
txfr_task::task_notify_val
uint32_t
txfr_task::task_notify_val_pend
uint32_t
txfr_task::p_notify_val_ret
uint32_t
*
txfr_task::notification_sem
TX_SEMAPHORE
txfr_task::notification_pending
uint8_t
txfr_task::clear_on_pend
uint8_t
txfr_task::clear_mask
uint32_t
txfr_task::allocated
uint8_t
Related Functions
Found 20 other functions taking a
txfr_task
argument:
Function
xTaskCreate()
eTaskGetState()
vTaskDelete()
uxTaskPriorityGet()
vTaskResume()
xTaskNotifyStateClear()
vTaskPrioritySet()
vTaskSuspend()
xTaskAbortDelay()
uxTaskPriorityGetFromISR()
xTaskResumeFromISR()
pcTaskGetName()
ulTaskNotifyValueClear()
xTaskNotify()
vTaskNotifyGiveFromISR()
xTaskNotifyAndQuery()
xTaskNotifyGive()
xTaskCreateStatic()
xTaskNotifyFromISR()
xTaskNotifyAndQueryFromISR()
Examples
txfr_task
is referenced by 1 libraries and example projects:
References
from
examples
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