Lines Matching defs:otp_value
607 uint32_t otp_value;
609 if (stm32_get_otp_value(HW2_OTP, &otp_value) != 0) {
613 if ((otp_value & BIT(iwdg_inst + HW2_OTP_IWDG_HW_POS)) != 0U) {
617 if ((otp_value & BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STOP_POS)) != 0U) {
621 if ((otp_value & BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STANDBY_POS)) != 0U) {
631 uint32_t otp_value;
639 if (stm32_get_otp_value(HW2_OTP, &otp_value) != 0) {
644 otp_value |= BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STOP_POS);
648 otp_value |= BIT(iwdg_inst + HW2_OTP_IWDG_FZ_STANDBY_POS);
651 result = bsec_write_otp(otp_value, otp);