host sample
TIMEOUT_MAX
is only used within host sample.
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
host sample
TIMEOUT_MAX
TIMEOUT_MAX macro
Syntax
Show:
Summary
Declaration
from
app_main.c:31
#define
TIMEOUT_MAX
UINT32_MAX
Examples
References
from
examples
Code
Location
#define
TIMEOUT_MAX
UINT32_MAX
app_main.c:31
ret
=
essl_write_reg
(
handle
,
0
,
JOB_RESET
,
NULL
,
TIMEOUT_MAX
)
;
app_main.c:121
ret
=
essl_send_slave_intr
(
handle
,
BIT
(
SLAVE_INTR_NOTIFY
)
,
TIMEOUT_MAX
)
;
app_main.c:125
ret
=
essl_wait_for_ready
(
handle
,
TIMEOUT_MAX
)
;
app_main.c:131
esp_err_t
ret
=
essl_init
(
*
handle
,
TIMEOUT_MAX
)
;
app_main.c:295
ret
=
essl_get_intr
(
handle
,
out_raw
,
out_st
,
TIMEOUT_MAX
)
;
app_main.c:341
ret
=
essl_clear_intr
(
handle
,
*
out_raw
,
TIMEOUT_MAX
)
;
app_main.c:345
ret
=
essl_write_reg
(
handle
,
SLAVE_REG_JOB
,
job
,
NULL
,
TIMEOUT_MAX
)
;
app_main.c:397
ret
=
essl_send_slave_intr
(
handle
,
BIT
(
SLAVE_INTR_NOTIFY
)
,
TIMEOUT_MAX
)
;
app_main.c:399
ret
=
essl_write_reg
(
handle
,
SLAVE_REG_VALUE
,
value
,
NULL
,
TIMEOUT_MAX
)
;
app_main.c:410
ret
=
essl_read_reg
(
handle
,
i
,
&
reg_read
[
i
]
,
TIMEOUT_MAX
)
;
app_main.c:419
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