FreeRTOS
+
0
/5 examples
SourceVu will show references to
configSTACK_DEPTH_TYPE
from the following samples and libraries:
PicoSDK
httpd sample
iperf sample
ntp_client_socket sample
ping 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
Raspberry Pi Pico SDK and Examples
FreeRTOS
configSTACK_DEPTH_TYPE
configSTACK_DEPTH_TYPE macro
Syntax
Show:
Summary
Declaration
from
portable.h:89
#define
configSTACK_DEPTH_TYPE
StackType_t
Examples
configSTACK_DEPTH_TYPE
is referenced by 5 libraries and example projects:
PicoSDK
httpd sample
iperf sample
ntp_client_socket sample
ping sample
References
from
0/5
examples
Code
Location
#define
configSTACK_DEPTH_TYPE
StackType_t
portable.h:89
#ifndef
configSTACK_DEPTH_TYPE
FreeRTOS.h:2839
#ifndef
configSTACK_DEPTH_TYPE
portable.h:88
configSTACK_DEPTH_TYPE
usStackDepth
;
task.h:151
configSTACK_DEPTH_TYPE
usStackHighWaterMark
;
/* The minimum amount of stack space that has remained for the task since the task was created. The closer this value is to zero the closer the task has come to overflowing its stack. */
task.h:177
const
configSTACK_DEPTH_TYPE
uxStackDepth
,
task.h:387
const
configSTACK_DEPTH_TYPE
uxStackDepth
,
task.h:396
static
configSTACK_DEPTH_TYPE
prvTaskCheckFreeStackSpace
(
const
uint8_t
*
pucStackByte
)
PRIVILEGED_FUNCTION
;
tasks.c:659
const
configSTACK_DEPTH_TYPE
uxStackDepth
,
tasks.c:702
const
configSTACK_DEPTH_TYPE
uxStackDepth
,
tasks.c:756
const
configSTACK_DEPTH_TYPE
uxStackDepth
,
tasks.c:1624
const
configSTACK_DEPTH_TYPE
uxStackDepth
,
tasks.c:1722
const
configSTACK_DEPTH_TYPE
uxStackDepth
,
tasks.c:1760
const
configSTACK_DEPTH_TYPE
uxStackDepth
,
tasks.c:1797
pxTopOfStack
=
&
(
pxNewTCB
->
pxStack
[
uxStackDepth
-
(
configSTACK_DEPTH_TYPE
)
1
]
)
;
tasks.c:1836
static
configSTACK_DEPTH_TYPE
prvTaskCheckFreeStackSpace
(
const
uint8_t
*
pucStackByte
)
tasks.c:6319
configSTACK_DEPTH_TYPE
uxCount
=
0U
;
tasks.c:6321
uxCount
/=
(
configSTACK_DEPTH_TYPE
)
sizeof
(
StackType_t
)
;
tasks.c:6329
Call Tree
from
0/5
examples
All items filtered out
All items filtered out
Data Use
from
0/5
examples
All items filtered out
All items filtered out
Class Tree
from
0/5
examples
All items filtered out
All items filtered out
Override Tree
from
0/5
examples
All items filtered out
All items filtered out
Implementations
from
0/5
examples
All items filtered out
All items filtered out
Instances
from
0/5
examples
Lifecycle
from
0/5
examples
All items filtered out
All items filtered out