Re: [PATCH v4 10/16] rust: io: register: make register have a typed base
From: Alexandre Courbot
Date: Thu Sep 03 2026 - 08:33:19 EST
On Wed Sep 2, 2026 at 1:50 AM JST, Gary Guo wrote:
> Previously `register!` defined registers can be used on any untyped I/O
> regions. With all users specifying their desired register type now,
> propagate the specified type and restrict I/O access only when type
> matches.
>
> Also, add an `io_project!` example which is enabled by this change.
>
> Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>
Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx>