Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/iwdg/
H A Dstm32_iwdg.c107 iwdg->flags |= IWDG_DISABLE_ON_STANDBY; in stm32_iwdg_init()
132 if ((hw_init & IWDG_DISABLE_ON_STANDBY) != 0) { in stm32_iwdg_init()
133 iwdg->flags |= IWDG_DISABLE_ON_STANDBY; in stm32_iwdg_init()
/rk3399_ARM-atf/include/drivers/st/
H A Dstm32_iwdg.h14 #define IWDG_DISABLE_ON_STANDBY BIT(2) macro
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_private.c623 iwdg_cfg |= IWDG_DISABLE_ON_STANDBY; in stm32_iwdg_get_otp_config()
648 if ((flags & IWDG_DISABLE_ON_STANDBY) != 0) { in stm32_iwdg_shadow_update()