Searched refs:iwdg_inst (Results 1 – 2 of 2) sorted by relevance
605 uint32_t stm32_iwdg_get_otp_config(uint32_t iwdg_inst) in stm32_iwdg_get_otp_config() argument614 if ((otp_value & BIT(iwdg_inst + HW2_OTP_IWDG_HW_POS)) != 0U) { in stm32_iwdg_get_otp_config()618 if ((otp_value & BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STOP_POS)) != 0U) { in stm32_iwdg_get_otp_config()622 if ((otp_value & BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STANDBY_POS)) != 0U) { in stm32_iwdg_get_otp_config()630 uint32_t stm32_iwdg_shadow_update(uint32_t iwdg_inst, uint32_t flags) in stm32_iwdg_shadow_update() argument645 otp_value |= BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STOP_POS); in stm32_iwdg_shadow_update()649 otp_value |= BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STANDBY_POS); in stm32_iwdg_shadow_update()
67 uint32_t stm32_iwdg_get_otp_config(uint32_t iwdg_inst);71 uint32_t stm32_iwdg_shadow_update(uint32_t iwdg_inst, uint32_t flags);