CMSIS
+
0
/2 examples
SourceVu will show references to
osStatus_t
from the following samples and libraries:
Libraries
cmsis_rtos_threadx
Examples
STM32469I-Discovery
Applications
ThreadX
Tx_CMSIS_Wrapper
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
CMSIS
osStatus_t
osStatus_t enum
Syntax
Show:
Summary
Declaration
from
cmsis_os2.h:198
enum
{
osOK
=
0
,
osError
=
-
1
,
osErrorTimeout
=
-
2
,
osErrorResource
=
-
3
,
osErrorParameter
=
-
4
,
osErrorNoMemory
=
-
5
,
osErrorISR
=
-
6
,
osStatusReserved
=
0x7FFFFFFF
}
;
Values
Value
Declared as
osStatus_t::osOK
=
0
osStatus_t::osError
=
-
1
osStatus_t::osErrorTimeout
=
-
2
osStatus_t::osErrorResource
=
-
3
osStatus_t::osErrorParameter
=
-
4
osStatus_t::osErrorNoMemory
=
-
5
osStatus_t::osErrorISR
=
-
6
osStatus_t::osStatusReserved
=
0x7FFFFFFF
Examples
osStatus_t
is referenced by 2 libraries and example projects:
Libraries
cmsis_rtos_threadx
Examples
STM32469I-Discovery
Applications
ThreadX
Tx_CMSIS_Wrapper
References
from
0/2
examples
Code
Location
Referrer
typedef
enum
{
cmsis_os2.h:198
}
osStatus_t
;
cmsis_os2.h:207
osStatus_t
osStatus_t
osKernelInitialize
(
void
)
;
cmsis_os2.h:309
osKernelInitialize()
osStatus_t
osKernelGetInfo
(
osVersion_t
*
version
,
char
*
id_buf
,
uint32_t
id_size
)
;
cmsis_os2.h:316
osKernelGetInfo()
osStatus_t
osKernelStart
(
void
)
;
cmsis_os2.h:324
osKernelStart()
osStatus_t
osThreadSetPriority
(
osThreadId_t
thread_id
,
osPriority_t
priority
)
;
cmsis_os2.h:401
osThreadSetPriority()
osStatus_t
osThreadYield
(
void
)
;
cmsis_os2.h:410
osThreadYield()
osStatus_t
osThreadSuspend
(
osThreadId_t
thread_id
)
;
cmsis_os2.h:415
osThreadSuspend()
osStatus_t
osThreadResume
(
osThreadId_t
thread_id
)
;
cmsis_os2.h:420
osThreadResume()
osStatus_t
osThreadDetach
(
osThreadId_t
thread_id
)
;
cmsis_os2.h:425
osThreadDetach()
osStatus_t
osThreadJoin
(
osThreadId_t
thread_id
)
;
cmsis_os2.h:430
osThreadJoin()
osStatus_t
osThreadTerminate
(
osThreadId_t
thread_id
)
;
cmsis_os2.h:438
osThreadTerminate()
osStatus_t
osDelay
(
uint32_t
ticks
)
;
cmsis_os2.h:481
osDelay()
osStatus_t
osDelayUntil
(
uint32_t
ticks
)
;
cmsis_os2.h:486
osDelayUntil()
osStatus_t
osTimerStart
(
osTimerId_t
timer_id
,
uint32_t
ticks
)
;
cmsis_os2.h:508
osTimerStart()
osStatus_t
osTimerStop
(
osTimerId_t
timer_id
)
;
cmsis_os2.h:513
osTimerStop()
osStatus_t
osTimerDelete
(
osTimerId_t
timer_id
)
;
cmsis_os2.h:523
osTimerDelete()
osStatus_t
osEventFlagsDelete
(
osEventFlagsId_t
ef_id
)
;
cmsis_os2.h:566
osEventFlagsDelete()
osStatus_t
osMutexAcquire
(
osMutexId_t
mutex_id
,
uint32_t
timeout
)
;
cmsis_os2.h:585
osMutexAcquire()
osStatus_t
osMutexRelease
(
osMutexId_t
mutex_id
)
;
cmsis_os2.h:590
osMutexRelease()
osStatus_t
osMutexDelete
(
osMutexId_t
mutex_id
)
;
cmsis_os2.h:600
osMutexDelete()
osStatus_t
osSemaphoreAcquire
(
osSemaphoreId_t
semaphore_id
,
uint32_t
timeout
)
;
cmsis_os2.h:621
osSemaphoreAcquire()
osStatus_t
osSemaphoreRelease
(
osSemaphoreId_t
semaphore_id
)
;
cmsis_os2.h:626
osSemaphoreRelease()
osStatus_t
osSemaphoreDelete
(
osSemaphoreId_t
semaphore_id
)
;
cmsis_os2.h:636
osSemaphoreDelete()
osStatus_t
osMemoryPoolFree
(
osMemoryPoolId_t
mp_id
,
void
*
block
)
;
cmsis_os2.h:663
osMemoryPoolFree()
osStatus_t
osMemoryPoolDelete
(
osMemoryPoolId_t
mp_id
)
;
cmsis_os2.h:688
osMemoryPoolDelete()
osStatus_t
osMessageQueuePut
(
osMessageQueueId_t
mq_id
,
const
void
*
msg_ptr
,
uint8_t
msg_prio
,
uint32_t
timeout
)
;
cmsis_os2.h:711
osMessageQueuePut()
osStatus_t
osMessageQueueGet
(
osMessageQueueId_t
mq_id
,
void
*
msg_ptr
,
uint8_t
*
msg_prio
,
uint32_t
timeout
)
;
cmsis_os2.h:719
osMessageQueueGet()
osStatus_t
osMessageQueueReset
(
osMessageQueueId_t
mq_id
)
;
cmsis_os2.h:744
osMessageQueueReset()
osStatus_t
osMessageQueueDelete
(
osMessageQueueId_t
mq_id
)
;
cmsis_os2.h:749
osMessageQueueDelete()
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Instance
Scope
Location
Project
return
osKernelInitialize()
cmsis_os2.h:309
return
osKernelGetInfo()
cmsis_os2.h:316
return
osKernelStart()
cmsis_os2.h:324
return
osThreadSetPriority()
cmsis_os2.h:401
return
osThreadYield()
cmsis_os2.h:410
return
osThreadSuspend()
cmsis_os2.h:415
return
osThreadResume()
cmsis_os2.h:420
return
osThreadDetach()
cmsis_os2.h:425
return
osThreadJoin()
cmsis_os2.h:430
return
osThreadTerminate()
cmsis_os2.h:438
return
osDelay()
cmsis_os2.h:481
return
osDelayUntil()
cmsis_os2.h:486
return
osTimerStart()
cmsis_os2.h:508
return
osTimerStop()
cmsis_os2.h:513
return
osTimerDelete()
cmsis_os2.h:523
return
osEventFlagsDelete()
cmsis_os2.h:566
return
osMutexAcquire()
cmsis_os2.h:585
return
osMutexRelease()
cmsis_os2.h:590
return
osMutexDelete()
cmsis_os2.h:600
return
osSemaphoreAcquire()
cmsis_os2.h:621
return
osSemaphoreRelease()
cmsis_os2.h:626
return
osSemaphoreDelete()
cmsis_os2.h:636
return
osMemoryPoolFree()
cmsis_os2.h:663
return
osMemoryPoolDelete()
cmsis_os2.h:688
return
osMessageQueuePut()
cmsis_os2.h:711
return
osMessageQueueGet()
cmsis_os2.h:719
return
osMessageQueueReset()
cmsis_os2.h:744
return
osMessageQueueDelete()
cmsis_os2.h:749
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out