ESP-IDF
K_MINUTES
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
K_MINUTES
K_MINUTES macro
Generate timeout delay from minutes. This macro generates a timeout delay that that instructs a kernel API to wait up to @a m minutes to perform the requested operation.
Syntax
Show:
Summary
Declaration
from
timer.h:108
#define
K_MINUTES
(
m
)
K_SECONDS
(
(
m
)
*
60
)
Arguments
Argument
Description
m
Duration in minutes.
Return value
Timeout delay value.
Examples
References
from
examples
Code
Location
#define
K_MINUTES
(
m
)
K_SECONDS
(
(
m
)
*
60
)
glue.h:180
#define
K_MINUTES
(
m
)
K_SECONDS
(
(
m
)
*
60
)
timer.h:108
period
=
K_MINUTES
(
(
mod
->
pub
->
period
&
BIT_MASK
(
6
)
)
*
10U
)
;
access.c:94
period
=
K_MINUTES
(
(
mod
->
pub
->
period
&
BIT_MASK
(
6
)
)
*
10
)
;
access.c:101
#define
K_HOURS
(
h
)
K_MINUTES
(
(
h
)
*
60
)
glue.h:181
#define
K_HOURS
(
h
)
K_MINUTES
(
(
h
)
*
60
)
timer.h:120
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