pub const OTP_CTRL_CORE_SIZE_BYTES: usize = 0x2000;
Expand description
Peripheral size for core device on otp_ctrl in top earlgrey.
This is the size (in bytes) of the peripheral’s reserved memory area. All
memory-mapped registers associated with this peripheral should have an
address between #OTP_CTRL_CORE_BASE_ADDR and
OTP_CTRL_CORE_BASE_ADDR + OTP_CTRL_CORE_SIZE_BYTES
.