pub const SENSOR_CTRL_SIZE_BYTES: usize = 0x40;
Expand description
Peripheral size for sensor_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 #SENSOR_CTRL_BASE_ADDR and
SENSOR_CTRL_BASE_ADDR + SENSOR_CTRL_SIZE_BYTES
.