2009-01-14 05:37:49 CAN_SetMask
ivan ucles (GERMANY)
Message: 67930
Hi,
I don't understand well what this function does. Where are defined the register that this function uses:
rxgmskhi and rxgmsklo? I don´t find them in the headers.
On the other hand, is it not the mask set by doing:
CAN_MASK[RECEIVE_STD_OBJ + i].amh = value1;
CAN_MASK[RECEIVE_STD_OBJ + i].aml = value2;
??
That is what i understand after taking a look to the bf537funcs.c file
Could somebody help me?
Thank u.