ESP-IDF
OS_NOT_STARTED
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
OS_NOT_STARTED
OS_NOT_STARTED value
Syntax
Show:
Summary
Declaration
from
os_error.h:40
OS_NOT_STARTED
=
9
;
Examples
References
from
examples
Code
Location
Referrer
OS_NOT_STARTED
=
9
,
/* OS must be started to call this function, but isn't */
os_error.h:40
BLE_HS_DBG_ASSERT_EVAL
(
rc
==
0
||
rc
==
OS_NOT_STARTED
)
;
ble_hs.c:192
ble_hs_lock_nested()
BLE_HS_DBG_ASSERT_EVAL
(
rc
==
0
||
rc
==
OS_NOT_STARTED
)
;
ble_hs.c:222
ble_hs_unlock_nested()
BLE_HS_DBG_ASSERT_EVAL
(
rc
==
0
||
rc
==
OS_NOT_STARTED
)
;
ble_hs_hci.c:331
ble_hs_hci_lock()
BLE_HS_DBG_ASSERT_EVAL
(
rc
==
0
||
rc
==
OS_NOT_STARTED
)
;
ble_hs_hci.c:340
ble_hs_hci_unlock()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
OS_NOT_STARTED
is read by 4 functions:
All items filtered out
OS_NOT_STARTED
ble_hs_lock_nested()
ble_hs_unlock_nested()
ble_hs_hci_lock()
ble_hs_hci_unlock()
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