Home
last modified time | relevance | path

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

/trusted-firmware-a/drivers/st/iwdg/
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()
/trusted-firmware-a/include/drivers/st/
A Dstm32_iwdg.h13 #define IWDG_DISABLE_ON_STOP BIT(1) macro
/trusted-firmware-a/plat/st/stm32mp1/
A Dstm32mp1_private.c412 iwdg_cfg |= IWDG_DISABLE_ON_STOP; in stm32_iwdg_get_otp_config()
432 if ((flags & IWDG_DISABLE_ON_STOP) != 0U) { in stm32_iwdg_shadow_update()

Completed in 3 milliseconds