Skip to content
Snippets Groups Projects
Unverified Commit 4cb32b66 authored by Jeno Attila Balasko's avatar Jeno Attila Balasko Committed by GitHub
Browse files

Merge pull request #144 from axilirator/master

referenceguide: fix typo in description of BITORDERINFIELD
parents 50ad0063 894d7466
No related branches found
No related tags found
No related merge requests found
......@@ -1828,7 +1828,7 @@ Can be used with: stand-alone types, or a field of a `record` or `set`.
Description: This attribute specifies the order of the bits within a field. When set to `msb`, the first bit sent will be the most significant bit of the original field. When set to `lsb`, the first bit sent will be the least significant bit of the original field.
Comment: The effect of `BITORDERINFIELD(msb)` is equal to the effect of `BITORDER(msb) BYTORDER(last)`.
Comment: The effect of `BITORDERINFIELD(msb)` is equal to the effect of `BITORDER(msb) BYTEORDER(last)`.
Example:
[source]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment