Searched refs:OTP_REGION_START_MASK (Results 1 – 6 of 6) sorted by relevance
192 #define OTP_REGION_START_MASK (0x7FU) macro194 #define OTP_REGION_START_SET(x) (((uint32_t)(x) << OTP_REGION_START_SHIFT) & OTP_REGION_START_MASK)195 #define OTP_REGION_START_GET(x) (((uint32_t)(x) & OTP_REGION_START_MASK) >> OTP_REGION_START_SHIFT)
Completed in 18 milliseconds