Tool/software:
Hello,
In my application, I route few mail boxes receiving interrupts on Line 0.
But today I want to add the Error interrput.
Checking the INT0ID register, I thought I was able to distinguish the two sources of interrupt. Bit I am not sure to understand the reference manual:

Does the value 0x8000 indicate that the source is a status or error but BusOff (I am also not sure that 0x7 means BusOff), or that we can only be sure that the source is not a BusOff.
In other words, shall I check if INT0ID==0x8000 or if IT0ID==0000 ?
Thank you
