Searched refs:WDT (Results 1 – 25 of 152) sorted by relevance
1234567
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.esp32 | 1 # ESP32 WDT configuration 7 bool "ESP32 Watchdog (WDT) Driver" 12 Enable WDT driver for ESP32. 19 Enable WDT driver for ESP32.
|
D | Kconfig.nrfx | 1 # 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.
|
D | Kconfig.xlnx | 7 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
|
D | Kconfig.litex | 1 # LiteX WDT configuration 7 bool "LiteX Watchdog (WDT) Driver" 12 Enable WDT driver for LiteX.
|
D | Kconfig.ambiq | 1 # Ambiq SDK WDT 8 bool "AMBIQ WDT driver" 14 Enable driver for Ambiq WDT.
|
D | Kconfig.sifive | 1 # SiFive Freedom WDT configuration 7 bool "SiFive Watchdog (WDT) Driver" 12 This option enables WDT driver for SiFive Freedom.
|
D | Kconfig.sam0 | 1 # Atmel SAM0 WDT configuration 7 bool "Atmel SAM0 series Watchdog (WDT) Driver" 12 Enable WDT driver for Atmel SAM0 MCUs.
|
D | Kconfig.sam | 1 # Atmel SAM WDT configuration 7 bool "Atmel SAM MCU Family Watchdog (WDT) Driver" 12 Enable WDT driver for Atmel SAM MCUs.
|
D | Kconfig.xmc4xxx | 1 # Infineon XMC4xxx WDT configuration 7 bool "Infineon XMC4xxx MCU Family Watchdog (WDT) Driver" 12 Enable WDT driver for Infineon XMC4xxx MCUs.
|
D | Kconfig.shell | 5 bool "Watchdog (WDT) shell" 8 Enable WDT shell.
|
D | Kconfig.max32 | 5 bool "MAX32 Watchdog (WDT) Driver" 9 Enable WDT driver for MAX32.
|
D | Kconfig.tco | 1 # Intel TCO WDT support 12 Enable support for Intel TCO WDT driver.
|
D | Kconfig.xec | 7 bool "Microchip XEC series Watchdog Timer (WDT) driver" 12 Enable WDT driver for Microchip XEC MCU series.
|
D | Kconfig.ti_tps382x | 6 bool "External TI TPS382x Watchdog (WDT) Driver" 11 Enable WDT driver for TI TPS382x. This is an external IC and requires
|
D | wdt_nrfx.c | 188 #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), \
|
D | Kconfig.it8xxx2 | 5 bool "ITE it8xxx2 Watchdog Timer (WDT) driver" 12 resolution WDT.
|
D | Kconfig.cc32xx | 13 int "Value for WDT timeout in ms"
|
D | Kconfig.cc13xx_cc26xx | 13 int "Value for initial WDT timeout in ms"
|
D | Kconfig.npcx | 1 # NPCX WDT driver configuration options
|
/Zephyr-latest/samples/boards/espressif/xt_wdt/ |
D | README.rst | 2 :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/ |
D | soc.c | 42 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/ |
D | Kconfig.infineon | 56 Enable XMCLIB WDT
|
/Zephyr-latest/boards/we/ophelia1ev/doc/ |
D | index.rst | 20 * :abbr:`WDT (Watchdog Timer)` 61 | WDT | on-chip | watchdog |
|
/Zephyr-latest/boards/nordic/nrf54h20dk/doc/ |
D | index.rst | 49 * :abbr:`WDT (Watchdog Timer)` 80 | WDT | on-chip | watchdog | 101 | WDT | on-chip | watchdog |
|
/Zephyr-latest/boards/croxel/croxel_cx1825/doc/ |
D | index.rst | 22 * :abbr:`WDT (Watchdog Timer)` 54 - SOC peripherals (ADC, Clock, Flash, GPIO, I2C, MPU, NVIC, PWM, Radio, RTC, SPI, USB, WDT)
|
1234567