Home
last modified time | relevance | path

Searched refs:CAN_MCAN_CCCR_TEST (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/drivers/can/
Dcan_mcan.c211 can->cccr &= ~(CAN_MCAN_CCCR_TEST | CAN_MCAN_CCCR_MON); in can_mcan_set_mode()
216 can->cccr &= ~CAN_MCAN_CCCR_TEST; in can_mcan_set_mode()
223 can->cccr |= CAN_MCAN_CCCR_TEST; in can_mcan_set_mode()
229 can->cccr |= (CAN_MCAN_CCCR_TEST | CAN_MCAN_CCCR_MON); in can_mcan_set_mode()
329 can->cccr &= ~(CAN_MCAN_CCCR_TEST | CAN_MCAN_CCCR_MON | in can_mcan_init()
Dcan_mcan_int.h146 #define CAN_MCAN_CCCR_TEST CAN_MCAN_CCCR_TEST_MSK macro