ESP-IDF
gpio_dev_s::cali_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gpio_dev_s::cali_data
gpio_dev_s::cali_data field
Syntax
Show:
Summary
Declaration
from
gpio_struct.h:173
union
{
struct
{
uint32_t
value_sync2
:
20
;
uint32_t
reserved20
:
10
;
uint32_t
rdy_real
:
1
;
uint32_t
rdy_sync2
:
1
;
}
;
uint32_t
val
;
}
cali_data
;
Examples
References
from
examples
Code
Location
}
cali_data
;
gpio_struct.h:181
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