Searched refs:OTP_INT_FLAG_LOAD_MASK (Results 1 – 6 of 6) sorted by relevance
229 #define OTP_INT_FLAG_LOAD_MASK (0x1U) macro231 …fine OTP_INT_FLAG_LOAD_SET(x) (((uint32_t)(x) << OTP_INT_FLAG_LOAD_SHIFT) & OTP_INT_FLAG_LOAD_MASK)232 #define OTP_INT_FLAG_LOAD_GET(x) (((uint32_t)(x) & OTP_INT_FLAG_LOAD_MASK) >> OTP_INT_FLAG_LOAD_SHI…
Completed in 24 milliseconds