ESP-IDF
os_error_to_sys()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
os_error_to_sys()
os_error_to_sys() function
Converts an OS error code (`OS_[...]`) to an equivalent system error code (`SYS_E[...]`).
Syntax
Show:
Summary
Declaration
from
os_error.h:56
int
os_error_to_sys
(
os_error_t
os_error
)
;
Arguments
Argument
Description
os_error
The OS error code to convert.
Return value
The equivalent system error code.
Examples
References
from
examples
Code
Location
int
os_error_to_sys
(
os_error_t
os_error
)
;
os_error.h:56
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