ESP-IDF
+
0
/1 examples
SourceVu will show references to
K_FOREVER
from the following samples and libraries:
aligenie_demo sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
K_FOREVER
K_FOREVER macro
Generate infinite timeout delay. This macro generates a timeout delay that that instructs a kernel API to wait as long as necessary to perform the requested operation.
Syntax
Show:
Summary
Declaration
from
timer.h:142
#define
K_FOREVER
(
-
1
)
Return value
Timeout delay value.
Examples
K_FOREVER
is referenced by 1 libraries and example projects:
aligenie_demo sample
References
from
0/1
examples
Code
Location
#define
K_FOREVER
(
-
1
)
glue.h:238
#define
K_FOREVER
(
-
1
)
timer.h:142
return
(
val
==
K_FOREVER
)
?
portMAX_DELAY
:
(
val
/
portTICK_PERIOD_MS
)
;
adv.c:260
adv_timeout
=
K_FOREVER
;
adv_legacy.c:154
return
bt_mesh_adv_start
(
&
slow_adv_param
,
K_FOREVER
,
prov_ad
,
pb_gatt_srv.c:451
int32_t
remaining
=
K_FOREVER
;
proxy_server.c:1674
return
K_FOREVER
;
proxy_server.c:1836
return
K_FOREVER
;
proxy_server.c:1889
int32_t
remaining
=
K_FOREVER
;
proxy_srv.c:565
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out