threadx
txfr_sem
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_sem
txfr_sem struct
Syntax
Show:
Summary
Declaration
from
FreeRTOS.h:189
typedef
struct
txfr_sem
{
TX_SEMAPHORE
sem
;
TX_MUTEX
mutex
;
UBaseType_t
max_count
;
uint8_t
allocated
;
uint8_t
is_mutex
;
txfr_queueset_t
*
p_set
;
}
txfr_sem_t
;
Fields
Field
Declared as
txfr_sem::sem
TX_SEMAPHORE
txfr_sem::mutex
TX_MUTEX
txfr_sem::max_count
UBaseType_t
txfr_sem::allocated
uint8_t
txfr_sem::is_mutex
uint8_t
txfr_sem::p_set
txfr_queueset_t
*
Related Functions
Found 14 other functions taking a
txfr_sem
argument:
Function
xSemaphoreGive()
xSemaphoreCreateCountingStatic()
xSemaphoreGetMutexHolder()
xSemaphoreCreateBinaryStatic()
xSemaphoreCreateMutexStatic()
xSemaphoreCreateRecursiveMutexStatic()
vSemaphoreDelete()
xSemaphoreTake()
xSemaphoreTakeFromISR()
xSemaphoreTakeRecursive()
xSemaphoreGiveFromISR()
xSemaphoreGiveRecursive()
uxSemaphoreGetCount()
xSemaphoreGetMutexHolderFromISR()
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