ESP-IDF
+
0
/1 examples
SourceVu will show references to
SOC_CPU_WATCHPOINTS_NUM
from the following samples and libraries:
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
ESP-IDF
SOC_CPU_WATCHPOINTS_NUM
SOC_CPU_WATCHPOINTS_NUM macro
Syntax
Show:
Summary
Declaration
from
soc_caps.h:164
#define
SOC_CPU_WATCHPOINTS_NUM
2
Examples
SOC_CPU_WATCHPOINTS_NUM
is referenced by 1 libraries and example projects:
FreeRTOS
References
from
0/1
examples
Code
Location
#define
SOC_CPU_WATCHPOINTS_NUM
2
soc_caps.h:164
#if
SOC_CPU_WATCHPOINTS_NUM
>
0
cpu.c:126
if
(
wp_num
<
0
||
wp_num
>=
SOC_CPU_WATCHPOINTS_NUM
)
{
cpu.c:133
static
uint32_t
wp_list
[
SOC_CPU_WATCHPOINTS_NUM
]
=
{
0
}
;
gdbstub.c:201
static
uint32_t
wp_size
[
SOC_CPU_WATCHPOINTS_NUM
]
=
{
0
}
;
gdbstub.c:202
static
esp_cpu_watchpoint_trigger_t
wp_access
[
SOC_CPU_WATCHPOINTS_NUM
]
=
{
0
}
;
gdbstub.c:203
for
(
size_t
i
=
0
;
i
<
SOC_CPU_WATCHPOINTS_NUM
;
i
++
)
{
gdbstub.c:485
if
(
wp_count
>=
SOC_CPU_WATCHPOINTS_NUM
)
{
gdbstub.c:576
if
(
wp_count
>=
SOC_CPU_WATCHPOINTS_NUM
)
{
gdbstub.c:595
if
(
wp_count
>=
SOC_CPU_WATCHPOINTS_NUM
)
{
gdbstub.c:614
for
(
size_t
i
=
0
;
i
<
SOC_CPU_WATCHPOINTS_NUM
;
i
++
)
{
gdbstub.c:631
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