pub const LC_CTRL_SIZE_BYTES: usize = 0x100;
Expand description
Peripheral size for lc_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 #LC_CTRL_BASE_ADDR and
LC_CTRL_BASE_ADDR + LC_CTRL_SIZE_BYTES
.