lwIP
slipif_priv::i
is only used within lwIP.
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
lwIP
slipif_priv::i
slipif_priv::i field
Syntax
Show:
Summary
Declaration
from
slipif.c:100
u16_t
i
;
Examples
References
from
examples
Code
Location
Referrer
u16_t
i
,
recved
;
slipif.c:100
priv
->
i
=
priv
->
recved
=
0
;
slipif.c:231
slipif_rxbyte()
(
(
u8_t
*
)
priv
->
p
->
payload
)
[
priv
->
i
]
=
c
;
slipif.c:285
slipif_rxbyte()
priv
->
i
++
;
slipif.c:287
slipif_rxbyte()
if
(
priv
->
i
>=
priv
->
p
->
len
)
{
slipif.c:288
slipif_rxbyte()
priv
->
i
=
0
;
slipif.c:290
slipif_rxbyte()
priv
->
i
=
0
;
slipif.c:400
slipif_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
slipif_priv::i
is written by 2 functions and is read by 1 function:
slipif_rxbyte()
slipif_init()
All items filtered out
slipif_priv::i
slipif_rxbyte()
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