Constant UART1_SIZE_BYTES

Source
pub const UART1_SIZE_BYTES: usize = 0x40;
Expand description

Peripheral size for uart1 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 #UART1_BASE_ADDR and UART1_BASE_ADDR + UART1_SIZE_BYTES.