ESP-IDF
os_trace_api_ret_u32()
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_trace_api_ret_u32()
os_trace_api_ret_u32() function
Syntax
Show:
Summary
Declaration
from
os_trace_api.h:268
static
inline
void
os_trace_api_ret_u32
(
unsigned
id
,
uint32_t
return_value
)
;
Arguments
Argument
id
return_value
Examples
References
from
examples
Code
Location
Referrer
os_trace_api_ret_u32
(
unsigned
id
,
uint32_t
return_value
)
os_trace_api.h:269
os_trace_api_ret_u32
(
OS_TRACE_ID_MBUF_GET
,
(
uint32_t
)
(
uintptr_t
)
om
)
;
os_mbuf.c:290
os_mbuf_get()
os_trace_api_ret_u32
(
OS_TRACE_ID_MBUF_GET_PKTHDR
,
(
uint32_t
)
(
uintptr_t
)
om
)
;
os_mbuf.c:323
os_mbuf_get_pkthdr()
os_trace_api_ret_u32
(
OS_TRACE_ID_MBUF_FREE
,
(
uint32_t
)
rc
)
;
os_mbuf.c:344
os_mbuf_free()
os_trace_api_ret_u32
(
OS_TRACE_ID_MBUF_FREE_CHAIN
,
(
uint32_t
)
rc
)
;
os_mbuf.c:370
os_mbuf_free_chain()
os_trace_api_ret_u32
(
OS_TRACE_ID_MEMBLOCK_GET
,
(
uint32_t
)
(
uintptr_t
)
block
)
;
os_mempool.c:375
os_memblock_get()
os_trace_api_ret_u32
(
OS_TRACE_ID_MEMBLOCK_PUT_FROM_CB
,
(
uint32_t
)
OS_OK
)
;
os_mempool.c:405
os_memblock_put_from_cb()
os_trace_api_ret_u32
(
OS_TRACE_ID_MEMBLOCK_PUT
,
(
uint32_t
)
ret
)
;
os_mempool.c:454
os_memblock_put()
Call Tree
from
examples
os_trace_api_ret_u32()
is called by 7 functions:
os_memblock_get()
os_memblock_put_from_cb()
os_memblock_put()
os_mbuf_get()
os_mbuf_get_pkthdr()
os_mbuf_free()
os_mbuf_free_chain()
All items filtered out
os_trace_api_ret_u32()
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