txfr_event is only used within threadx.
 
Symbols
loading...
Files
loading...

txfr_event struct

Syntax

typedef struct txfr_event {     TX_EVENT_FLAGS_GROUP event;     uint8_t allocated; } txfr_event_t;

Fields

event

No summary provided. Read more...

allocated

No summary provided. Read more...

References

LocationReferrerScopeText
FreeRTOS.h:223
typedef struct txfr_event {
FreeRTOS.h:226
FreeRTOS.h:228
FreeRTOS.h:229
FreeRTOS.h:226txfr_event_t
FreeRTOS.h:228
FreeRTOS.h:229
FreeRTOS.h:555xEventGroupCreate()
FreeRTOS.h:557xEventGroupCreateStatic()
FreeRTOS.h:559vEventGroupDelete()::xEventGroupvEventGroupDelete()
FreeRTOS.h:561xEventGroupWaitBits()::xEventGroupxEventGroupWaitBits()
FreeRTOS.h:567xEventGroupSetBits()::xEventGroupxEventGroupSetBits()
FreeRTOS.h:570xEventGroupSetBitsFromISR()::xEventGroupxEventGroupSetBitsFromISR()
FreeRTOS.h:574xEventGroupClearBits()::xEventGroupxEventGroupClearBits()
FreeRTOS.h:577xEventGroupClearBitsFromISR()::xEventGroupxEventGroupClearBitsFromISR()
FreeRTOS.h:580xEventGroupGetBits()::xEventGroupxEventGroupGetBits()
FreeRTOS.h:582xEventGroupGetBitsFromISR()::xEventGroupxEventGroupGetBitsFromISR()
tx_freertos.c:2018xEventGroupCreate()
tx_freertos.c:2020xEventGroupCreate()::p_eventxEventGroupCreate()
txfr_event_t *p_event;
tx_freertos.c:2029xEventGroupCreate()
p_event = txfr_malloc(sizeof(txfr_event_t));
tx_freertos.c:2046xEventGroupCreateStatic()
tx_freertos.c:2069vEventGroupDelete()::xEventGroupvEventGroupDelete()
tx_freertos.c:2082vEventGroupDelete()
tx_freertos.c:2086xEventGroupWaitBits()::xEventGroupxEventGroupWaitBits()
tx_freertos.c:2127xEventGroupSetBits()::xEventGroupxEventGroupSetBits()
tx_freertos.c:2150xEventGroupSetBitsFromISR()::xEventGroupxEventGroupSetBitsFromISR()
tx_freertos.c:2159xEventGroupClearBits()::xEventGroupxEventGroupClearBits()
tx_freertos.c:2191xEventGroupClearBitsFromISR()::xEventGroupxEventGroupClearBitsFromISR()
tx_freertos.c:2199xEventGroupGetBits()::xEventGroupxEventGroupGetBits()
tx_freertos.c:2216xEventGroupGetBitsFromISR()::xEventGroupxEventGroupGetBitsFromISR()