Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions doc/1.4/language.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,7 @@ contain a number of `field` objects. Each field is defined
to correspond to a bit range of the containing register.

The value of a field is stored in the corresponding bits of the containing
register's storage. The easiest way to access the value of a register or field
is to use the `get` and `set` methods.
register's storage. The easiest way to access the value of a field is to use the `val` parameter, which expands to a [bit slice expression](#bit-slicing-expressions) over the containing register's storage.

The read and write behaviour of registers and fields is in most cases
controlled by instantiating *templates*. There are three
Expand Down