FreeRTOS
os_pool_def
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
os_pool_def
os_pool_def struct
Definition structure for memory block allocation.
Syntax
Show:
Summary
Declaration
from
cmsis_os.h:321
typedef
struct
os_pool_def
{
uint32_t
pool_sz
;
uint32_t
item_sz
;
void
*
pool
;
}
osPoolDef_t
;
Fields
Field
Declared as
os_pool_def::pool_sz
uint32_t
os_pool_def::item_sz
uint32_t
os_pool_def::pool
void
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
os_pool_def
{
cmsis_os.h:321
}
osPoolDef_t
;
cmsis_os.h:325
osPoolId
osPoolCreate
(
const
osPoolDef_t
*
pool_def
)
cmsis_os.c:883
osPoolCreate()
osPoolCreate()::pool_def
osPoolDef_t
pool_def
=
{
queue_def
->
queue_sz
,
queue_def
->
item_sz
,
NULL
}
;
cmsis_os.c:1173
osMailCreate()
}
osPoolDef_t
;
cmsis_os.h:325
osPoolDef_t
osPoolId
osPoolCreate
(
const
osPoolDef_t
*
pool_def
)
;
cmsis_os.h:726
osPoolCreate()
osPoolCreate()::pool_def
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
Instance
Scope
Location
Project
osPoolCreate()::pool_def
osPoolCreate()
cmsis_os.h:726
osPoolCreate()::pool_def
osPoolCreate()
cmsis_os.c:883
Lifecycle
from
examples
All items filtered out
All items filtered out