FreeRTOS
STACK_WATCH_POINT_NUMBER
is only used within FreeRTOS.
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
FreeRTOS
STACK_WATCH_POINT_NUMBER
STACK_WATCH_POINT_NUMBER macro
Syntax
Show:
Summary
Declaration
from
port.c:575
#define
STACK_WATCH_POINT_NUMBER
(
SOC_CPU_WATCHPOINTS_NUM
-
1
)
Examples
References
from
examples
Code
Location
#define
STACK_WATCH_POINT_NUMBER
(
SOC_CPU_WATCHPOINTS_NUM
-
1
)
port.c:575
esp_cpu_set_watchpoint
(
STACK_WATCH_POINT_NUMBER
,
(
char
*
)
addr
,
32
,
ESP_CPU_WATCHPOINT_STORE
)
;
port.c:587
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