A
andrinarenee
Hello,
I will have an array of 48 byte that will correspond to 48 different
registers. Each register has different fields (eg. register 1 has 1
field of 2 bits, and another field of 6 bits, register 2 is composed of
1 2-bit field and 6 1-bit fields.)
How can I parse the byte array and extract the bits corresponding to
the different fields (and field lengths)
Any suggestions are greatly appreciated.
I will have an array of 48 byte that will correspond to 48 different
registers. Each register has different fields (eg. register 1 has 1
field of 2 bits, and another field of 6 bits, register 2 is composed of
1 2-bit field and 6 1-bit fields.)
How can I parse the byte array and extract the bits corresponding to
the different fields (and field lengths)
Any suggestions are greatly appreciated.