threadx
txfr_queue
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_queue
txfr_queue struct
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:203
typedef
struct
txfr_queue
{
ULONG
id
;
uint8_t
allocated
;
txfr_queueset_t
*
p_set
;
uint8_t
*
p_mem
;
TX_SEMAPHORE
read_sem
;
TX_SEMAPHORE
write_sem
;
uint8_t
*
p_write
;
uint8_t
*
p_read
;
UBaseType_t
queue_length
;
UBaseType_t
msg_size
;
}
txfr_queue_t
;
Fields
Field
Declared as
txfr_queue::id
ULONG
txfr_queue::allocated
uint8_t
txfr_queue::p_set
txfr_queueset_t
*
txfr_queue::p_mem
uint8_t
*
txfr_queue::read_sem
TX_SEMAPHORE
txfr_queue::write_sem
TX_SEMAPHORE
txfr_queue::p_write
uint8_t
*
txfr_queue::p_read
uint8_t
*
txfr_queue::queue_length
UBaseType_t
txfr_queue::msg_size
UBaseType_t
Related Functions
Found 20 other functions taking a
txfr_queue
argument:
Function
vQueueDelete()
xQueueReceive()
xQueueReceiveFromISR()
uxQueueMessagesWaiting()
xQueuePeek()
uxQueueSpacesAvailable()
uxQueueMessagesWaitingFromISR()
xQueueSend()
xQueuePeekFromISR()
xQueueIsQueueEmptyFromISR()
xQueueIsQueueFullFromISR()
xQueueSendToFront()
xQueueOverwrite()
xQueueOverwriteFromISR()
xQueueCreateStatic()
xQueueSendFromISR()
xQueueSendToBack()
xQueueSendToBackFromISR()
xQueueSendToFrontFromISR()
xQueueReset()
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