Home
last modified time | relevance | path

Searched refs:WDT (Results 1 – 25 of 152) sorted by relevance

1234567

/Zephyr-latest/drivers/watchdog/
DKconfig.esp321 # ESP32 WDT configuration
7 bool "ESP32 Watchdog (WDT) Driver"
12 Enable WDT driver for ESP32.
19 Enable WDT driver for ESP32.
DKconfig.nrfx1 # nrfx WDT support
7 bool "nRF WDT nrfx driver"
20 Enable support for nrfx WDT driver for nRF MCU series.
23 bool "nRF WDT nrfx driver without IRQ enabled"
26 Disable use of WDT interrupt in driver.
DKconfig.xlnx7 bool "Xilinx AXI Timebase WDT driver"
11 Enable the Xilinx AXI Timebase WDT driver.
16 bool "Expose HWINFO API in Xilinx AXI Timebase WDT driver"
20 Controls whether the Xilinx AXI Timebase WDT driver exposes a HWINFO
21 API which allows determining whether the WDT initiated the last
DKconfig.litex1 # LiteX WDT configuration
7 bool "LiteX Watchdog (WDT) Driver"
12 Enable WDT driver for LiteX.
DKconfig.ambiq1 # Ambiq SDK WDT
8 bool "AMBIQ WDT driver"
14 Enable driver for Ambiq WDT.
DKconfig.sifive1 # SiFive Freedom WDT configuration
7 bool "SiFive Watchdog (WDT) Driver"
12 This option enables WDT driver for SiFive Freedom.
DKconfig.sam01 # Atmel SAM0 WDT configuration
7 bool "Atmel SAM0 series Watchdog (WDT) Driver"
12 Enable WDT driver for Atmel SAM0 MCUs.
DKconfig.sam1 # Atmel SAM WDT configuration
7 bool "Atmel SAM MCU Family Watchdog (WDT) Driver"
12 Enable WDT driver for Atmel SAM MCUs.
DKconfig.xmc4xxx1 # Infineon XMC4xxx WDT configuration
7 bool "Infineon XMC4xxx MCU Family Watchdog (WDT) Driver"
12 Enable WDT driver for Infineon XMC4xxx MCUs.
DKconfig.shell5 bool "Watchdog (WDT) shell"
8 Enable WDT shell.
DKconfig.max325 bool "MAX32 Watchdog (WDT) Driver"
9 Enable WDT driver for MAX32.
DKconfig.tco1 # Intel TCO WDT support
12 Enable support for Intel TCO WDT driver.
DKconfig.xec7 bool "Microchip XEC series Watchdog Timer (WDT) driver"
12 Enable WDT driver for Microchip XEC MCU series.
DKconfig.ti_tps382x6 bool "External TI TPS382x Watchdog (WDT) Driver"
11 Enable WDT driver for TI TPS382x. This is an external IC and requires
Dwdt_nrfx.c188 #define WDT(idx) DT_NODELABEL(wdt##idx) macro
193 (IRQ_CONNECT(DT_IRQN(WDT(idx)), DT_IRQ(WDT(idx), priority), \
201 wdt_event_handler(DEVICE_DT_GET(WDT(idx)), event_type, \
224 DEVICE_DT_DEFINE(WDT(idx), \
DKconfig.it8xxx25 bool "ITE it8xxx2 Watchdog Timer (WDT) driver"
12 resolution WDT.
DKconfig.cc32xx13 int "Value for WDT timeout in ms"
DKconfig.cc13xx_cc26xx13 int "Value for initial WDT timeout in ms"
DKconfig.npcx1 # NPCX WDT driver configuration options
/Zephyr-latest/samples/boards/espressif/xt_wdt/
DREADME.rst2 :name: XTAL32K Watchdog Timer (WDT)
9 This sample shows how to work with XTAL32K Watchdog Timer (XT WDT) peripheral.
14 the XT WDT interrupt. Internally the hardware switch the RTC SLOW clock source from
21 The following SoCs supports the XT WDT peripheral:
56 [00:00:01.287,000] <inf> xt_wdt_sample: XT WDT Sample on esp32s3_devkitm/esp32s3/procpu
59 XT WDT callback
/Zephyr-latest/soc/atmel/sam/sam4l/
Dsoc.c42 WDT->CTRL = ctrl | WDT_CTRL_KEY(WDT_FIRST_KEY); in wdt_set_ctrl()
43 WDT->CTRL = ctrl | WDT_CTRL_KEY(WDT_SECOND_KEY); in wdt_set_ctrl()
259 wdt_set_ctrl(WDT->CTRL & ~WDT_CTRL_EN); in soc_reset_hook()
260 while (WDT->CTRL & WDT_CTRL_EN) { in soc_reset_hook()
/Zephyr-latest/modules/
DKconfig.infineon56 Enable XMCLIB WDT
/Zephyr-latest/boards/we/ophelia1ev/doc/
Dindex.rst20 * :abbr:`WDT (Watchdog Timer)`
61 | WDT | on-chip | watchdog |
/Zephyr-latest/boards/nordic/nrf54h20dk/doc/
Dindex.rst49 * :abbr:`WDT (Watchdog Timer)`
80 | WDT | on-chip | watchdog |
101 | WDT | on-chip | watchdog |
/Zephyr-latest/boards/croxel/croxel_cx1825/doc/
Dindex.rst22 * :abbr:`WDT (Watchdog Timer)`
54 - SOC peripherals (ADC, Clock, Flash, GPIO, I2C, MPU, NVIC, PWM, Radio, RTC, SPI, USB, WDT)

1234567