Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/st/stm32mp1/
Dstm32mp1_private.c621 if ((otp_value & BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STANDBY_POS)) != 0U) { in stm32_iwdg_get_otp_config()
648 otp_value |= BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STANDBY_POS); in stm32_iwdg_shadow_update()
Dstm32mp1_def.h480 #define HW2_OTP_IWDG_FZ_STANDBY_POS U(7) macro