FreeRTOS
+
0
/1 examples
SourceVu will show references to
pdMS_TO_TICKS
from the following samples and libraries:
PicoSDK
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
Raspberry Pi Pico SDK and Examples
FreeRTOS
pdMS_TO_TICKS
pdMS_TO_TICKS macro
Syntax
Show:
Summary
Declaration
from
projdefs.h:42
#define
pdMS_TO_TICKS
(
xTimeInMs
)
(
(
TickType_t
)
(
(
(
uint64_t
)
(
xTimeInMs
)
*
(
uint64_t
)
configTICK_RATE_HZ
)
/
(
uint64_t
)
1000U
)
)
Arguments
Argument
xTimeInMs
Examples
pdMS_TO_TICKS
is referenced by 1 libraries and example projects:
PicoSDK
References
from
0/1
examples
Code
Location
#define
pdMS_TO_TICKS
(
xTimeInMs
)
(
(
TickType_t
)
(
(
(
uint64_t
)
(
xTimeInMs
)
*
(
uint64_t
)
configTICK_RATE_HZ
)
/
(
uint64_t
)
1000U
)
)
projdefs.h:42
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