FreeRTOS
os_pool_cb
is only used within FreeRTOS.
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
FreeRTOS
os_pool_cb
os_pool_cb struct
Pool ID identifies the memory pool (pointer to a memory pool control block).
Syntax
Show:
Summary
Declaration
Definition
from
cmsis_os.h:254
typedef
struct
os_pool_cb
*
osPoolId
;
Implemented in
cmsis_os.c:868
Fields
Field
Declared as
os_pool_cb::pool
void
*
os_pool_cb::markers
uint8_t
*
os_pool_cb::pool_sz
uint32_t
os_pool_cb::item_sz
uint32_t
os_pool_cb::currentIndex
uint32_t
Related Functions
Found 3 other functions taking a
os_pool_cb
argument:
Function
Description
osPoolAlloc()
Allocate a memory block from a memory pool
osPoolFree()
Return an allocated memory block back to a specific memory pool
osPoolCAlloc()
Allocate a memory block from a memory pool and set memory block to zero
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