Skip to content

Commit d0c29aa

Browse files
committed
tock-register-interface: add support for u128 and usize to README
Signed-off-by: Leon Schuermann <leon@is.currently.online>
1 parent e882870 commit d0c29aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/tock-register-interface/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,8 @@ Aliased<T: IntLike, R: RegisterLongName = (), W: RegisterLongName = ()>: Readabl
250250
The `Aliased` type represents cases where read-only and write-only registers,
251251
with different meanings, are aliased to the same memory location.
252252

253-
The first type parameter (the `IntLike` type) is `u8`, `u16`, `u32`, or `u64`.
253+
The first type parameter (the `IntLike` type) is `u8`, `u16`, `u32`,
254+
`u64`, `u128` or `usize`.
254255

255256
## Example: Using registers and bitfields
256257

0 commit comments

Comments
 (0)