Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_private.c607 uint32_t iwdg_cfg = 0U; in stm32_iwdg_get_otp_config() local
615 iwdg_cfg |= IWDG_HW_ENABLED; in stm32_iwdg_get_otp_config()
619 iwdg_cfg |= IWDG_DISABLE_ON_STOP; in stm32_iwdg_get_otp_config()
623 iwdg_cfg |= IWDG_DISABLE_ON_STANDBY; in stm32_iwdg_get_otp_config()
626 return iwdg_cfg; in stm32_iwdg_get_otp_config()