Skip to content
Snippets Groups Projects
Commit 894d7466 authored by Vadim Yanitskiy's avatar Vadim Yanitskiy
Browse files

referenceguide: fix typo in description of BITORDERINFIELD


Signed-off-by: default avatarVadim Yanitskiy <axilirator@gmail.com>
parent 50ad0063
No related branches found
No related tags found
1 merge request!144referenceguide: fix typo in description of BITORDERINFIELD
......@@ -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