Home
last modified time | relevance | path

Searched refs:iwdg (Results 1 – 25 of 112) sorted by relevance

12345

/Zephyr-latest/drivers/watchdog/
Dwdt_iwdg_stm32.c88 IWDG_TypeDef *iwdg = IWDG_STM32_STRUCT(dev); in iwdg_stm32_setup() local
114 LL_IWDG_Enable(iwdg); in iwdg_stm32_setup()
115 LL_IWDG_EnableWriteAccess(iwdg); in iwdg_stm32_setup()
117 LL_IWDG_SetPrescaler(iwdg, data->prescaler); in iwdg_stm32_setup()
118 LL_IWDG_SetReloadCounter(iwdg, data->reload); in iwdg_stm32_setup()
123 while (LL_IWDG_IsReady(iwdg) == 0) { in iwdg_stm32_setup()
130 LL_IWDG_ReloadCounter(iwdg); in iwdg_stm32_setup()
174 IWDG_TypeDef *iwdg = IWDG_STM32_STRUCT(dev); in iwdg_stm32_feed() local
177 LL_IWDG_ReloadCounter(iwdg); in iwdg_stm32_feed()
/Zephyr-latest/samples/drivers/watchdog/boards/
Dstm32_iwdg.overlay9 watchdog0 = &iwdg;
13 &iwdg {
Dstm32_wwdg.overlay21 &iwdg {
Dstm32h7_wwdg.overlay22 &iwdg {
/Zephyr-latest/boards/st/stm32l562e_dk/
Dstm32l562e_dk.dts29 watchdog0 = &iwdg;
38 &iwdg {
/Zephyr-latest/tests/drivers/watchdog/wdt_basic_api/boards/
Dstm32_iwdg.overlay11 &iwdg {
Dstm32_wwdg_h7.overlay13 &iwdg {
Dstm32_wwdg.overlay16 &iwdg {
/Zephyr-latest/boards/segger/trb_stm32f407/
Dsegger_trb_stm32f407.dts24 watchdog0 = &iwdg;
80 &iwdg {
/Zephyr-latest/boards/others/stm32f030_demo/
Dstm32f030_demo.dts32 watchdog0 = &iwdg;
67 &iwdg {
/Zephyr-latest/boards/st/stm32g0316_disco/
Dstm32g0316_disco.dts19 watchdog0 = &iwdg;
79 &iwdg {
/Zephyr-latest/boards/st/stm3210c_eval/
Dstm3210c_eval.dts43 watchdog0 = &iwdg;
75 &iwdg {
/Zephyr-latest/boards/st/stm32373c_eval/
Dstm32373c_eval.dts43 watchdog0 = &iwdg;
84 &iwdg {
/Zephyr-latest/boards/st/steval_fcu001v1/
Dsteval_fcu001v1.dts38 watchdog0 = &iwdg;
98 &iwdg {
/Zephyr-latest/boards/olimex/stm32_h405/
Dolimex_stm32_h405.dts44 watchdog0 = &iwdg;
91 &iwdg {
/Zephyr-latest/samples/subsys/task_wdt/boards/
Dnucleo_f091rc.overlay17 &iwdg {
Dnucleo_f401re.overlay17 &iwdg {
Dnucleo_f411re.overlay17 &iwdg {
/Zephyr-latest/boards/st/nucleo_h503rb/
Dnucleo_h503rb.dts49 watchdog0 = &iwdg;
107 &iwdg {
/Zephyr-latest/boards/seeed/lora_e5_mini/
Dlora_e5_mini.dts44 watchdog0 = &iwdg;
92 &iwdg {
/Zephyr-latest/boards/others/stm32f103_mini/
Dstm32f103_mini.dts32 watchdog0 = &iwdg;
101 &iwdg {
/Zephyr-latest/boards/olimex/stm32_h103/
Dolimex_stm32_h103.dts42 watchdog0 = &iwdg;
115 &iwdg {
/Zephyr-latest/boards/weact/stm32f405_core/
Dweact_stm32f405_core.dts44 watchdog0 = &iwdg;
129 &iwdg {
/Zephyr-latest/boards/st/stm32f072_eval/
Dstm32f072_eval.dts83 watchdog0 = &iwdg;
113 &iwdg {
/Zephyr-latest/boards/st/stm32f072b_disco/
Dstm32f072b_disco.dts69 watchdog0 = &iwdg;
124 &iwdg {

12345