Home
last modified time | relevance | path

Searched refs:watchdog_hw_t (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dwatchdog.h53 } watchdog_hw_t; typedef
55 #define watchdog_hw ((watchdog_hw_t *)WATCHDOG_BASE)
56 static_assert(sizeof (watchdog_hw_t) == 0x002c, "");
/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Dwatchdog.h61 } watchdog_hw_t; typedef
63 #define watchdog_hw ((watchdog_hw_t *)WATCHDOG_BASE)
64 static_assert(sizeof (watchdog_hw_t) == 0x0030, "");
/hal_rpi_pico-latest/src/rp2_common/hardware_watchdog/
Dwatchdog.c91 check_hw_layout(watchdog_hw_t, scratch[7], WATCHDOG_SCRATCH7_OFFSET); in watchdog_reboot()