Searched refs:OTP_INT_EN_READ_MASK (Results 1 – 6 of 6) sorted by relevance
254 #define OTP_INT_EN_READ_MASK (0x2U) macro256 #define OTP_INT_EN_READ_SET(x) (((uint32_t)(x) << OTP_INT_EN_READ_SHIFT) & OTP_INT_EN_READ_MASK)257 #define OTP_INT_EN_READ_GET(x) (((uint32_t)(x) & OTP_INT_EN_READ_MASK) >> OTP_INT_EN_READ_SHIFT)
Completed in 23 milliseconds