ESP-IDF
OI_UINT64
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
OI_UINT64
OI_UINT64 struct
unsigned 64-bit integer as a structure of two unsigned 32-bit integers
Syntax
Show:
Summary
Declaration
from
oi_stddefs.h:86
typedef
struct
{
OI_UINT32
I1
;
OI_UINT32
I2
;
}
OI_UINT64
;
Fields
Field
Declared as
Description
OI_UINT64::I1
OI_UINT32
most significant 32 bits.
OI_UINT64::I2
OI_UINT32
least significant 32 bits.
Examples
References
from
examples
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