CMSIS
+
0
/1 examples
SourceVu will show references to
osEventFlagsId_t
from the following samples and libraries:
Libraries
cmsis_rtos_threadx
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
CMSIS
osEventFlagsId_t
osEventFlagsId_t
Event Flags ID identifies the event flags.
Syntax
Show:
Summary
Declaration
from
cmsis_os2.h:217
typedef
void
*
osEventFlagsId_t
;
Examples
osEventFlagsId_t
is referenced by 1 libraries and example projects:
Libraries
cmsis_rtos_threadx
References
from
0/1
examples
Code
Location
typedef
void
*
osEventFlagsId_t
;
cmsis_os2.h:217
osEventFlagsId_t
osEventFlagsNew
(
const
osEventFlagsAttr_t
*
attr
)
;
cmsis_os2.h:531
const
char
*
osEventFlagsGetName
(
osEventFlagsId_t
ef_id
)
;
cmsis_os2.h:536
uint32_t
osEventFlagsSet
(
osEventFlagsId_t
ef_id
,
uint32_t
flags
)
;
cmsis_os2.h:542
uint32_t
osEventFlagsClear
(
osEventFlagsId_t
ef_id
,
uint32_t
flags
)
;
cmsis_os2.h:548
uint32_t
osEventFlagsGet
(
osEventFlagsId_t
ef_id
)
;
cmsis_os2.h:553
uint32_t
osEventFlagsWait
(
osEventFlagsId_t
ef_id
,
uint32_t
flags
,
uint32_t
options
,
uint32_t
timeout
)
;
cmsis_os2.h:561
osStatus_t
osEventFlagsDelete
(
osEventFlagsId_t
ef_id
)
;
cmsis_os2.h:566
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out