threadx
xSemaphoreCreateMutexStatic()
is only used within threadx.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
threadx
xSemaphoreCreateMutexStatic()
xSemaphoreCreateMutexStatic() function
Syntax
Show:
Summary
Declaration
Definition
from
FreeRTOS.h:454
SemaphoreHandle_t
xSemaphoreCreateMutexStatic
(
StaticSemaphore_t
*
pxMutexBuffer
)
;
Implemented in
tx_freertos.c:1154
Arguments
Argument
pxMutexBuffer
Related Functions
Found 13 other functions taking a
txfr_sem
argument:
Function
xSemaphoreGive()
xSemaphoreCreateCountingStatic()
xSemaphoreGetMutexHolder()
xSemaphoreCreateBinaryStatic()
xSemaphoreCreateRecursiveMutexStatic()
vSemaphoreDelete()
xSemaphoreTake()
xSemaphoreTakeFromISR()
xSemaphoreTakeRecursive()
xSemaphoreGiveFromISR()
xSemaphoreGiveRecursive()
uxSemaphoreGetCount()
xSemaphoreGetMutexHolderFromISR()
Examples
References
from
examples
Code
Location
SemaphoreHandle_t
xSemaphoreCreateMutexStatic
(
StaticSemaphore_t
*
pxMutexBuffer
)
tx_freertos.c:1154
SemaphoreHandle_t
xSemaphoreCreateMutexStatic
(
StaticSemaphore_t
*
pxMutexBuffer
)
;
FreeRTOS.h:454
Call Tree
from
examples
xSemaphoreCreateMutexStatic()
calls 1 function:
All items filtered out
xSemaphoreCreateMutexStatic()
_txe_mutex_create()
All items filtered out
Data Use
from
examples
xSemaphoreCreateMutexStatic()
writes 3 variables:
All items filtered out
xSemaphoreCreateMutexStatic()
txfr_sem::max_count
txfr_sem::allocated
txfr_sem::is_mutex
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