<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 4, 2015 at 2:36 PM, Pierre-André Saulais <span dir="ltr"><<a href="mailto:pierre-andre@codeplay.com" target="_blank">pierre-andre@codeplay.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>Hi Rail,<br>
<br>
This is a bitfield, each bit represents one functional unit. Unit
0 would be the LSB (1 << 0), unit 1 one bit above LSB (1
<< 1), and so on until unit N (1 << N). For example a
return value of 9 means that units 0 and 3 are used.<br>
<br>
Cheers,<br>
Pierre-Andre<div><div class="h5"><br>
<br></div></div></div></div></blockquote><div>Thanks. <br></div></div></div></div>