Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/can/
Dcan_mcan.c60 cccr &= ~CAN_MCAN_CCCR_CSR; in can_mcan_exit_sleep_mode()
76 cccr |= CAN_MCAN_CCCR_CSR; in can_mcan_exit_sleep_mode()
/Zephyr-latest/include/zephyr/drivers/can/
Dcan_mcan.h77 #define CAN_MCAN_CCCR_CSR BIT(4) macro