When enabling interrupts for DCAN can_reg_n->ctl = (uint32_t)(MCAL_CTL_ABO | MCAL_CTL_PMD | MCAL_CTL_IE0 | MACL_CTL_IE1 | MCAL_CTL_SIE | MCAL_CTL_EIE), bit #16 of the CTL register (test mode per Table 24-7 of the TRM) is also set indicating "Debug mode requested and internally entered; the DCAN is ready for debug accesses".
What are the sources of this mode besides for bit #7 of CTL (test mode enable bit of offset 0x00) which I have set to zero?
Does this bit affect operation of the DCAN if set?