lwIP
lwip_xchar
is only used within lwIP.
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
lwIP
lwip_xchar
lwip_xchar macro
Syntax
Show:
Summary
Declaration
from
ip6_addr.c:60
#define
lwip_xchar
(
i
)
(
(
char
)
(
(
i
)
<
10
?
'0'
+
(
i
)
:
'A'
+
(
i
)
-
10
)
)
Arguments
Argument
i
Examples
References
from
examples
Code
Location
#define
lwip_xchar
(
i
)
(
(
char
)
(
(
i
)
<
10
?
'0'
+
(
i
)
:
'A'
+
(
i
)
-
10
)
)
ip6_addr.c:60
buf
[
i
++
]
=
lwip_xchar
(
(
(
current_block_value
&
0xf000
)
>
>
12
)
)
;
ip6_addr.c:316
buf
[
i
++
]
=
lwip_xchar
(
(
(
current_block_value
&
0xf00
)
>
>
8
)
)
;
ip6_addr.c:326
buf
[
i
++
]
=
lwip_xchar
(
(
(
current_block_value
&
0xf0
)
>
>
4
)
)
;
ip6_addr.c:337
buf
[
i
++
]
=
lwip_xchar
(
(
current_block_value
&
0xf
)
)
;
ip6_addr.c:344
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