Searched refs:iwdg_cfg (Results 1 – 1 of 1) sorted by relevance
640 uint32_t iwdg_cfg = 0U; in stm32_iwdg_get_otp_config() local648 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