Skip to content

Commit

Permalink
pulley: use Index{Mut} instead of getters and setters (#9097)
Browse files Browse the repository at this point in the history
Use the `Index` and `IndexMut` traits for accessing registers, rather
than having to define getters and setters for every register class.

Copyright (c) 2024, Arm Limited.

Signed-off-by: Karl Meakin <karl.meakin@arm.com>
  • Loading branch information
Kmeakin authored Aug 9, 2024
1 parent 7878df9 commit e6c532f
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 215 deletions.
Loading

0 comments on commit e6c532f

Please sign in to comment.