pub const AST_SIZE_BYTES: usize = 0x400;
Expand description
Peripheral size for ast 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 #AST_BASE_ADDR and
AST_BASE_ADDR + AST_SIZE_BYTES
.