Re: Re: CAN Mask & Filter setting at ---- software level
Dinesh Guleria <[email protected]>
| Newsgroups | gmane.comp.hardware.bus.can |
|---|---|
| Message-ID | <CAKpDV8vid+ezLP9gUe0Wz5Cu3k767KhUvo+2n0TafsEtEW=tnA@mail.gmail.com> |
>> if( (!(filtr ^ a_) | mask) == *0xFFFF*) => frame accpted But you never mentioned in your previous mails --- 0xFFFF I still doubt your equation also --->> !(filtr ^ a_) ----> output of this equation is always --- 0 or 1 Now you see how it will come 0xFFFF //Dinesh On Sat, Dec 8, 2012 at 8:58 PM, Steinhoff <[email protected]> wrote: > if( (!(filtr ^ a_) | mask) == 0xFFFF) => frame accpted >