PicoSDK
+
0
/2 examples
SourceVu will show references to
watchdog_hw
from the following samples and libraries:
boot_info sample
narrow_io_write 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
PicoSDK
watchdog_hw
watchdog_hw macro
Syntax
Show:
Summary
Declaration
from
watchdog.h:55
#define
watchdog_hw
(
(
watchdog_hw_t
*
)
WATCHDOG_BASE
)
Examples
watchdog_hw
is referenced by 2 libraries and example projects:
boot_info sample
narrow_io_write sample
References
from
0/2
examples
Code
Location
#define
watchdog_hw
(
(
watchdog_hw_t
*
)
WATCHDOG_BASE
)
watchdog.h:55
watchdog_hw
->
load
=
load_value
;
watchdog.c:27
return
watchdog_hw
->
ctrl
&
WATCHDOG_CTRL_TIME_BITS
;
watchdog.c:32
hw_clear_bits
(
&
watchdog_hw
->
ctrl
,
WATCHDOG_CTRL_ENABLE_BITS
)
;
watchdog.c:45
hw_set_bits
(
&
watchdog_hw
->
ctrl
,
dbg_bits
)
;
watchdog.c:55
hw_clear_bits
(
&
watchdog_hw
->
ctrl
,
dbg_bits
)
;
watchdog.c:57
hw_set_bits
(
&
watchdog_hw
->
ctrl
,
WATCHDOG_CTRL_TRIGGER_BITS
)
;
watchdog.c:61
hw_set_bits
(
&
watchdog_hw
->
ctrl
,
WATCHDOG_CTRL_ENABLE_BITS
)
;
watchdog.c:72
watchdog_hw
->
scratch
[
4
]
=
WATCHDOG_NON_REBOOT_MAGIC
;
watchdog.c:82
hw_clear_bits
(
&
watchdog_hw
->
ctrl
,
WATCHDOG_CTRL_ENABLE_BITS
)
;
watchdog.c:87
hw_clear_bits
(
&
watchdog_hw
->
ctrl
,
WATCHDOG_CTRL_ENABLE_BITS
)
;
watchdog.c:94
watchdog_hw
->
scratch
[
4
]
=
0xb007c0d3
;
watchdog.c:100
watchdog_hw
->
scratch
[
5
]
=
pc
^
-
0xb007c0d3
;
watchdog.c:101
watchdog_hw
->
scratch
[
6
]
=
sp
;
watchdog.c:102
watchdog_hw
->
scratch
[
7
]
=
pc
;
watchdog.c:103
watchdog_hw
->
scratch
[
4
]
=
0
;
watchdog.c:106
return
watchdog_hw
->
reason
&&
rom_get_last_boot_type
(
)
==
BOOT_TYPE_NORMAL
;
watchdog.c:119
return
watchdog_hw
->
reason
&&
watchdog_hw
->
scratch
[
4
]
==
WATCHDOG_NON_REBOOT_MAGIC
;
watchdog.c:124
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out