ESP-IDF
I_TSENS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
I_TSENS
I_TSENS macro
Perform temperature sensor measurement and store it into reg_dest. Delay can be set between 1 and ((1 << 14) - 1). Higher values give higher measurement resolution.
Syntax
Show:
Summary
Declaration
from
ulp.h:424
#define
I_TSENS
(
reg_dest
,
delay
)
{
.
tsens
=
{
\
.
dreg
=
reg_dest
,
\
.
wait_delay
=
delay
,
\
.
reserved
=
0
,
\
.
opcode
=
OPCODE_TSENS
}
}
Arguments
Argument
reg_dest
delay
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