Searched refs:BSEC_OTPSR_BUSY (Results 1 – 2 of 2) sorted by relevance
90 while (((bsec_get_status() & BSEC_OTPSR_BUSY) != 0U) && (timeout != 0U)) { in poll_otp_status_busy()94 if ((bsec_get_status() & BSEC_OTPSR_BUSY) != 0U) { in poll_otp_status_busy()142 if ((status & BSEC_OTPSR_BUSY) != 0U) { in check_reset_error()
86 #define BSEC_OTPSR_BUSY BIT_32(0) macro