ESP-IDF
OI_INT64
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_INT64
OI_INT64 struct
signed 64-bit integer as a structure of one unsigned 32-bit integer and one signed 32-bit integer
Syntax
Show:
Summary
Declaration
from
oi_stddefs.h:95
typedef
struct
{
OI_INT32
I1
;
OI_UINT32
I2
;
}
OI_INT64
;
Fields
Field
Declared as
Description
OI_INT64::I1
OI_INT32
most significant 32 bits as a signed integer.
OI_INT64::I2
OI_UINT32
least significant 32 bits as an unsigned integer.
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