** Protocol
** Time segment 1 : 6
** Time segment 2 : 7
** RSJ : 1
** 16 Mhz
CAN0CTL0 = 0x01; /* Set the control register */
CAN0CTL1 = 0x80; /* Set the control register */
CAN0BTR0 = 0x43; /* Set the device timing register */
CAN0BTR1 = 0x76; /* Set the device timing register */
CAN0CTL1_CLKSRC = 0x00; /* Select the clock source from crystal */