Home
last modified time | relevance | path

Searched refs:OTP_REGION_STOP_MASK (Results 1 – 6 of 6) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/ip/
A Dhpm_otp_regs.h178 #define OTP_REGION_STOP_MASK (0x7F00U) macro
180 #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)
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/ip/
A Dhpm_otp_regs.h178 #define OTP_REGION_STOP_MASK (0x7F00U) macro
180 #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)
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6300/ip/
A Dhpm_otp_regs.h178 #define OTP_REGION_STOP_MASK (0x7F00U) macro
180 #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)
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6800/ip/
A Dhpm_otp_regs.h178 #define OTP_REGION_STOP_MASK (0x7F00U) macro
180 #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)
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM5300/ip/
A Dhpm_otp_regs.h178 #define OTP_REGION_STOP_MASK (0x7F00U) macro
180 #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)
/bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/ip/
A Dhpm_otp_regs.h178 #define OTP_REGION_STOP_MASK (0x7F00U) macro
180 #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