threadx
txfr_event
is only used within threadx.
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_event
txfr_event struct
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:223
typedef
struct
txfr_event
{
TX_EVENT_FLAGS_GROUP
event
;
uint8_t
allocated
;
}
txfr_event_t
;
Fields
Field
Declared as
txfr_event::event
TX_EVENT_FLAGS_GROUP
txfr_event::allocated
uint8_t
Related Functions
Found 9 other functions taking a
txfr_event
argument:
Function
xEventGroupSetBits()
xEventGroupClearBits()
xEventGroupWaitBits()
vEventGroupDelete()
xEventGroupGetBitsFromISR()
xEventGroupClearBitsFromISR()
xEventGroupSetBitsFromISR()
xEventGroupGetBits()
xEventGroupCreateStatic()
Examples
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