Constant I2C1_SIZE_BYTES

Source
pub const I2C1_SIZE_BYTES: usize = 0x80;
Expand description

Peripheral size for i2c1 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 #I2C1_BASE_ADDR and I2C1_BASE_ADDR + I2C1_SIZE_BYTES.