aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel/io/register.rs
AgeCommit message (Expand)AuthorFilesLines
2026-06-10rust: make `build_assert` module the home of related macrosGary Guo1-7/+12
2026-06-09rust: io: use the `bitfield!` macro in `register!`Alexandre Courbot1-244/+2
2026-03-17rust: io: introduce `write_reg` and `LocatedRegister`Alexandre Courbot1-2/+33
2026-03-17rust: io: add `register!` macroAlexandre Courbot1-0/+1229