Searched refs:CAN_CTL1_LSCMOD (Results 1 – 2 of 2) sorted by relevance
395 CAN_CTL1(can_periph) &= ~(CAN_CTL1_LSCMOD | CAN_CTL1_MMOD); in can_operation_mode_enter()398 CAN_CTL1(can_periph) &= ~CAN_CTL1_LSCMOD; in can_operation_mode_enter()405 CAN_CTL1(can_periph) |= CAN_CTL1_LSCMOD; in can_operation_mode_enter()465 } else if(CAN_CTL1(can_periph)&CAN_CTL1_LSCMOD) { in can_operation_mode_get()
153 #define CAN_CTL1_LSCMOD BIT(12) /*!< loopb… macro