Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/plat/st/common/include/
A Dstm32mp_common.h50 uint32_t stm32_iwdg_get_otp_config(uint32_t iwdg_inst);
54 uint32_t stm32_iwdg_shadow_update(uint32_t iwdg_inst, uint32_t flags);
/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/
A Dstm32mp1_private.c638 uint32_t stm32_iwdg_get_otp_config(uint32_t iwdg_inst) in stm32_iwdg_get_otp_config() argument
647 if ((otp_value & BIT(iwdg_inst + HW2_OTP_IWDG_HW_POS)) != 0U) { in stm32_iwdg_get_otp_config()
651 if ((otp_value & BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STOP_POS)) != 0U) { in stm32_iwdg_get_otp_config()
655 if ((otp_value & BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STANDBY_POS)) != 0U) { in stm32_iwdg_get_otp_config()
663 uint32_t stm32_iwdg_shadow_update(uint32_t iwdg_inst, uint32_t flags) in stm32_iwdg_shadow_update() argument
678 otp_value |= BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STOP_POS); in stm32_iwdg_shadow_update()
682 otp_value |= BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STANDBY_POS); in stm32_iwdg_shadow_update()

Completed in 2 milliseconds