Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/iwdg/
H A Dstm32_iwdg.c102 iwdg->flags |= IWDG_DISABLE_ON_STOP; in stm32_iwdg_init()
128 if ((hw_init & IWDG_DISABLE_ON_STOP) != 0) { in stm32_iwdg_init()
129 iwdg->flags |= IWDG_DISABLE_ON_STOP; in stm32_iwdg_init()
/rk3399_ARM-atf/include/drivers/st/
H A Dstm32_iwdg.h13 #define IWDG_DISABLE_ON_STOP BIT(1) macro
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_private.c619 iwdg_cfg |= IWDG_DISABLE_ON_STOP; in stm32_iwdg_get_otp_config()
644 if ((flags & IWDG_DISABLE_ON_STOP) != 0) { in stm32_iwdg_shadow_update()