zephyr/drivers/watchdog
Peter Bigot bc34501892 drivers: use macro to define device structures
Replace individual device instance definitions with the macro that
expands to the equivalent change.

    F='struct device DEVICE_NAME_GET'
    git grep -l "$F" \
     | xargs sed -i -r \
       -e "s@$F"'\(([^)]*)\);@DEVICE_DECLARE(\1);@'

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-06-08 15:01:52 -04:00
..
CMakeLists.txt
Kconfig
Kconfig.cmsdk_apb
Kconfig.esp32
Kconfig.gecko
Kconfig.mcux
Kconfig.nrfx
Kconfig.sam
Kconfig.sam0
Kconfig.stm32 drivers: watchdog: disable iwdg at boot on stm32 2020-03-10 15:12:20 +02:00
Kconfig.xec
wdt_cmsdk_apb.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_esp32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_gecko.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_handlers.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_iwdg_stm32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_iwdg_stm32.h
wdt_mchp_xec.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_mcux_wdog.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_mcux_wdog32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_nrfx.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_sam.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
wdt_sam0.c drivers: use macro to define device structures 2020-06-08 15:01:52 -04:00
wdt_wwdg_stm32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
wdt_wwdg_stm32.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00