Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/
A Dstm32mp1_private.c640 uint32_t iwdg_cfg = 0U; in stm32_iwdg_get_otp_config() local
648 iwdg_cfg |= IWDG_HW_ENABLED; in stm32_iwdg_get_otp_config()
652 iwdg_cfg |= IWDG_DISABLE_ON_STOP; in stm32_iwdg_get_otp_config()
656 iwdg_cfg |= IWDG_DISABLE_ON_STANDBY; in stm32_iwdg_get_otp_config()
659 return iwdg_cfg; in stm32_iwdg_get_otp_config()

Completed in 3 milliseconds