Searched refs:OTP_REGION_STOP_MASK (Results 1 – 6 of 6) sorted by relevance
178 #define OTP_REGION_STOP_MASK (0x7F00U) macro180 #define OTP_REGION_STOP_SET(x) (((uint32_t)(x) << OTP_REGION_STOP_SHIFT) & OTP_REGION_STOP_MASK)181 #define OTP_REGION_STOP_GET(x) (((uint32_t)(x) & OTP_REGION_STOP_MASK) >> OTP_REGION_STOP_SHIFT)
Completed in 19 milliseconds