ESP-IDF
sens_dev_s::touch_meas
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
sens_dev_s::touch_meas
sens_dev_s::touch_meas field
Syntax
Show:
Summary
Declaration
from
sens_struct.h:184
union
{
struct
{
uint32_t
l_val
:
16
;
uint32_t
h_val
:
16
;
}
;
uint32_t
val
;
}
touch_meas
[
5
]
;
Examples
References
from
examples
Code
Location
Referrer
}
touch_meas
[
5
]
;
sens_struct.h:190
return
(
(
tp_wrap
&
0x1
)
?
HAL_FORCE_READ_U32_REG_FIELD
(
SENS
.
touch_meas
[
tp_wrap
/
2
]
,
l_val
)
:
touch_sensor_ll.h:492
touch_ll_read_raw_data()
HAL_FORCE_READ_U32_REG_FIELD
(
SENS
.
touch_meas
[
tp_wrap
/
2
]
,
h_val
)
)
;
touch_sensor_ll.h:493
touch_ll_read_raw_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sens_dev_s::touch_meas
is read by 1 function:
All items filtered out
sens_dev_s::touch_meas
touch_ll_read_raw_data()
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